-
Notifications
You must be signed in to change notification settings - Fork 460
Expand file tree
/
Copy pathDomain.php
More file actions
24 lines (18 loc) · 956 Bytes
/
Domain.php
File metadata and controls
24 lines (18 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/appengine/v1/domain.proto
namespace GPBMetadata\Google\Appengine\V1;
class Domain
{
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
$pool->internalAddGeneratedFile(
"\x0A\xAC\x02\x0A google/appengine/v1/domain.proto\x12\x13google.appengine.v1\",\x0A\x10AuthorizedDomain\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x12\x0A\x0A\x02id\x18\x02 \x01(\x09B\xBC\x01\x0A\x17com.google.appengine.v1B\x0BDomainProtoP\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;
}
}