-
Notifications
You must be signed in to change notification settings - Fork 460
Expand file tree
/
Copy pathDeploy.php
More file actions
25 lines (19 loc) · 1.83 KB
/
Deploy.php
File metadata and controls
25 lines (19 loc) · 1.83 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/deploy.proto
namespace GPBMetadata\Google\Appengine\V1;
class Deploy
{
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
\GPBMetadata\Google\Protobuf\Duration::initOnce();
$pool->internalAddGeneratedFile(
"\x0A\xB9\x06\x0A google/appengine/v1/deploy.proto\x12\x13google.appengine.v1\"\xBB\x02\x0A\x0ADeployment\x129\x0A\x05files\x18\x01 \x03(\x0B2*.google.appengine.v1.Deployment.FilesEntry\x125\x0A\x09container\x18\x02 \x01(\x0B2\".google.appengine.v1.ContainerInfo\x12)\x0A\x03zip\x18\x03 \x01(\x0B2\x1C.google.appengine.v1.ZipInfo\x12C\x0A\x13cloud_build_options\x18\x06 \x01(\x0B2&.google.appengine.v1.CloudBuildOptions\x1AK\x0A\x0AFilesEntry\x12\x0B\x0A\x03key\x18\x01 \x01(\x09\x12,\x0A\x05value\x18\x02 \x01(\x0B2\x1D.google.appengine.v1.FileInfo:\x028\x01\"C\x0A\x08FileInfo\x12\x12\x0A\x0Asource_url\x18\x01 \x01(\x09\x12\x10\x0A\x08sha1_sum\x18\x02 \x01(\x09\x12\x11\x0A\x09mime_type\x18\x03 \x01(\x09\"\x1E\x0A\x0DContainerInfo\x12\x0D\x0A\x05image\x18\x01 \x01(\x09\"b\x0A\x11CloudBuildOptions\x12\x15\x0A\x0Dapp_yaml_path\x18\x01 \x01(\x09\x126\x0A\x13cloud_build_timeout\x18\x02 \x01(\x0B2\x19.google.protobuf.Duration\"2\x0A\x07ZipInfo\x12\x12\x0A\x0Asource_url\x18\x03 \x01(\x09\x12\x13\x0A\x0Bfiles_count\x18\x04 \x01(\x05B\xBC\x01\x0A\x17com.google.appengine.v1B\x0BDeployProtoP\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;
}
}