-
Notifications
You must be signed in to change notification settings - Fork 460
Expand file tree
/
Copy pathCertificate.php
More file actions
25 lines (19 loc) · 2.1 KB
/
Certificate.php
File metadata and controls
25 lines (19 loc) · 2.1 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/certificate.proto
namespace GPBMetadata\Google\Appengine\V1;
class Certificate
{
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
\GPBMetadata\Google\Protobuf\Timestamp::initOnce();
$pool->internalAddGeneratedFile(
"\x0A\xFB\x07\x0A%google/appengine/v1/certificate.proto\x12\x13google.appengine.v1\"\xDB\x02\x0A\x15AuthorizedCertificate\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x12\x0A\x0A\x02id\x18\x02 \x01(\x09\x12\x14\x0A\x0Cdisplay_name\x18\x03 \x01(\x09\x12\x14\x0A\x0Cdomain_names\x18\x04 \x03(\x09\x12/\x0A\x0Bexpire_time\x18\x05 \x01(\x0B2\x1A.google.protobuf.Timestamp\x12E\x0A\x14certificate_raw_data\x18\x06 \x01(\x0B2'.google.appengine.v1.CertificateRawData\x12D\x0A\x13managed_certificate\x18\x07 \x01(\x0B2'.google.appengine.v1.ManagedCertificate\x12\x1F\x0A\x17visible_domain_mappings\x18\x08 \x03(\x09\x12\x1D\x0A\x15domain_mappings_count\x18\x09 \x01(\x05\"E\x0A\x12CertificateRawData\x12\x1A\x0A\x12public_certificate\x18\x01 \x01(\x09\x12\x13\x0A\x0Bprivate_key\x18\x02 \x01(\x09\"\x82\x01\x0A\x12ManagedCertificate\x125\x0A\x11last_renewal_time\x18\x01 \x01(\x0B2\x1A.google.protobuf.Timestamp\x125\x0A\x06status\x18\x02 \x01(\x0E2%.google.appengine.v1.ManagementStatus*\xC6\x01\x0A\x10ManagementStatus\x12!\x0A\x1DMANAGEMENT_STATUS_UNSPECIFIED\x10\x00\x12\x06\x0A\x02OK\x10\x01\x12\x0B\x0A\x07PENDING\x10\x02\x12\x1F\x0A\x1BFAILED_RETRYING_NOT_VISIBLE\x10\x04\x12\x14\x0A\x10FAILED_PERMANENT\x10\x06\x12!\x0A\x1DFAILED_RETRYING_CAA_FORBIDDEN\x10\x07\x12 \x0A\x1CFAILED_RETRYING_CAA_CHECKING\x10\x08B\xC1\x01\x0A\x17com.google.appengine.v1B\x10CertificateProtoP\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;
}
}