25 lines
1.5 KiB
PHP
Executable File
25 lines
1.5 KiB
PHP
Executable File
<?php
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# source: google/api/resource.proto
|
|
|
|
namespace GPBMetadata\Google\Api;
|
|
|
|
class Resource
|
|
{
|
|
public static $is_initialized = false;
|
|
|
|
public static function initOnce() {
|
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
|
|
|
if (static::$is_initialized == true) {
|
|
return;
|
|
}
|
|
$pool->internalAddGeneratedFile(
|
|
"\x0A\xE6\x04\x0A\x19google/api/resource.proto\x12\x0Agoogle.api\x1A google/protobuf/descriptor.proto\"\xEE\x02\x0A\x12ResourceDescriptor\x12\x0C\x0A\x04type\x18\x01 \x01(\x09\x12\x0F\x0A\x07pattern\x18\x02 \x03(\x09\x12\x12\x0A\x0Aname_field\x18\x03 \x01(\x09\x127\x0A\x07history\x18\x04 \x01(\x0E2&.google.api.ResourceDescriptor.History\x12\x0E\x0A\x06plural\x18\x05 \x01(\x09\x12\x10\x0A\x08singular\x18\x06 \x01(\x09\x123\x0A\x05style\x18\x0A \x03(\x0E2\$.google.api.ResourceDescriptor.Style\"[\x0A\x07History\x12\x17\x0A\x13HISTORY_UNSPECIFIED\x10\x00\x12\x1D\x0A\x19ORIGINALLY_SINGLE_PATTERN\x10\x01\x12\x18\x0A\x14FUTURE_MULTI_PATTERN\x10\x02\"8\x0A\x05Style\x12\x15\x0A\x11STYLE_UNSPECIFIED\x10\x00\x12\x18\x0A\x14DECLARATIVE_FRIENDLY\x10\x01\"5\x0A\x11ResourceReference\x12\x0C\x0A\x04type\x18\x01 \x01(\x09\x12\x12\x0A\x0Achild_type\x18\x02 \x01(\x09Bk\x0A\x0Ecom.google.apiB\x0DResourceProtoP\x01ZAgoogle.golang.org/genproto/googleapis/api/annotations;annotations\xA2\x02\x04GAPIb\x06proto3"
|
|
, true);
|
|
|
|
static::$is_initialized = true;
|
|
}
|
|
}
|
|
|