-
Notifications
You must be signed in to change notification settings - Fork 460
Expand file tree
/
Copy pathAuditData.php
More file actions
25 lines (19 loc) · 1.35 KB
/
AuditData.php
File metadata and controls
25 lines (19 loc) · 1.35 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/audit_data.proto
namespace GPBMetadata\Google\Appengine\V1;
class AuditData
{
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
\GPBMetadata\Google\Appengine\V1\Appengine::initOnce();
$pool->internalAddGeneratedFile(
"\x0A\xCB\x04\x0A\$google/appengine/v1/audit_data.proto\x12\x13google.appengine.v1\"\x9D\x01\x0A\x09AuditData\x12B\x0A\x0Eupdate_service\x18\x01 \x01(\x0B2(.google.appengine.v1.UpdateServiceMethodH\x00\x12B\x0A\x0Ecreate_version\x18\x02 \x01(\x0B2(.google.appengine.v1.CreateVersionMethodH\x00B\x08\x0A\x06method\"Q\x0A\x13UpdateServiceMethod\x12:\x0A\x07request\x18\x01 \x01(\x0B2).google.appengine.v1.UpdateServiceRequest\"Q\x0A\x13CreateVersionMethod\x12:\x0A\x07request\x18\x01 \x01(\x0B2).google.appengine.v1.CreateVersionRequestB\xBF\x01\x0A\x17com.google.appengine.v1B\x0EAuditDataProtoP\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;
}
}