-
Notifications
You must be signed in to change notification settings - Fork 461
Expand file tree
/
Copy pathLocation.php
More file actions
25 lines (19 loc) · 1.12 KB
/
Location.php
File metadata and controls
25 lines (19 loc) · 1.12 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/location.proto
namespace GPBMetadata\Google\Appengine\V1;
class Location
{
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
\GPBMetadata\Google\Api\FieldBehavior::initOnce();
$pool->internalAddGeneratedFile(
"\x0A\x8A\x03\x0A\"google/appengine/v1/location.proto\x12\x13google.appengine.v1\"\x85\x01\x0A\x10LocationMetadata\x12&\x0A\x1Estandard_environment_available\x18\x02 \x01(\x08\x12&\x0A\x1Eflexible_environment_available\x18\x04 \x01(\x08\x12!\x0A\x14search_api_available\x18\x06 \x01(\x08B\x03\xE0A\x03B\xBE\x01\x0A\x17com.google.appengine.v1B\x0DLocationProtoP\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;
}
}