-
Notifications
You must be signed in to change notification settings - Fork 460
Expand file tree
/
Copy pathOperation.php
More file actions
25 lines (19 loc) · 1.5 KB
/
Operation.php
File metadata and controls
25 lines (19 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/appengine/v1/operation.proto
namespace GPBMetadata\Google\Appengine\V1;
class Operation
{
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
\GPBMetadata\Google\Protobuf\Timestamp::initOnce();
$pool->internalAddGeneratedFile(
"\x0A\xEC\x04\x0A#google/appengine/v1/operation.proto\x12\x13google.appengine.v1\"\xB2\x02\x0A\x13OperationMetadataV1\x12\x0E\x0A\x06method\x18\x01 \x01(\x09\x12/\x0A\x0Binsert_time\x18\x02 \x01(\x0B2\x1A.google.protobuf.Timestamp\x12,\x0A\x08end_time\x18\x03 \x01(\x0B2\x1A.google.protobuf.Timestamp\x12\x0C\x0A\x04user\x18\x04 \x01(\x09\x12\x0E\x0A\x06target\x18\x05 \x01(\x09\x12\x19\x0A\x11ephemeral_message\x18\x06 \x01(\x09\x12\x0F\x0A\x07warning\x18\x07 \x03(\x09\x12O\x0A\x17create_version_metadata\x18\x08 \x01(\x0B2,.google.appengine.v1.CreateVersionMetadataV1H\x00B\x11\x0A\x0Fmethod_metadata\"1\x0A\x17CreateVersionMetadataV1\x12\x16\x0A\x0Ecloud_build_id\x18\x01 \x01(\x09B\xBF\x01\x0A\x17com.google.appengine.v1B\x0EOperationProtoP\x01Z;cloud.google.com/go/appengine/apiv1/appenginepb;appenginepb\xAA\x02\x19Google.Cloud.AppEngine.V1\xCA\x02\x19Google\\Cloud\\AppEngine\\V1\xEA\x02\x1CGoogle::Cloud::AppEngine::V1b\x06proto3"
, true);
static::$is_initialized = true;
}
}