26 lines
1.1 KiB
PHP
Executable File
26 lines
1.1 KiB
PHP
Executable File
<?php
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# source: google/rpc/context/audit_context.proto
|
|
|
|
namespace GPBMetadata\Google\Rpc\Context;
|
|
|
|
class AuditContext
|
|
{
|
|
public static $is_initialized = false;
|
|
|
|
public static function initOnce() {
|
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
|
|
|
if (static::$is_initialized == true) {
|
|
return;
|
|
}
|
|
\GPBMetadata\Google\Protobuf\Struct::initOnce();
|
|
$pool->internalAddGeneratedFile(
|
|
"\x0A\xF8\x02\x0A&google/rpc/context/audit_context.proto\x12\x12google.rpc.context\"\xC7\x01\x0A\x0CAuditContext\x12\x11\x0A\x09audit_log\x18\x01 \x01(\x0C\x121\x0A\x10scrubbed_request\x18\x02 \x01(\x0B2\x17.google.protobuf.Struct\x122\x0A\x11scrubbed_response\x18\x03 \x01(\x0B2\x17.google.protobuf.Struct\x12\$\x0A\x1Cscrubbed_response_item_count\x18\x04 \x01(\x05\x12\x17\x0A\x0Ftarget_resource\x18\x05 \x01(\x09Bh\x0A\x16com.google.rpc.contextB\x11AuditContextProtoP\x01Z9google.golang.org/genproto/googleapis/rpc/context;contextb\x06proto3"
|
|
, true);
|
|
|
|
static::$is_initialized = true;
|
|
}
|
|
}
|
|
|