publicstaticfinalclass Deployment.BuilderextendsGeneratedMessageV3.Builder<Deployment.Builder>implementsDeploymentOrBuilder
Code and application artifacts used to deploy a version to App Engine.
Protobuf type google.appengine.v1.Deployment
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicDeployment.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
buildPartial()
publicDeploymentbuildPartial()
clear()
publicDeployment.Builderclear()
Overrides
clearCloudBuildOptions()
publicDeployment.BuilderclearCloudBuildOptions()
Options for any Google Cloud Build builds created as a part of this
deployment.
These options will only be used if a new build is created, such as when
deploying to the App Engine flexible environment using files or zip.
.google.appengine.v1.CloudBuildOptions cloud_build_options = 6;
clearContainer()
publicDeployment.BuilderclearContainer()
The Docker image for the container that runs the version.
Only applicable for instances running in the App Engine flexible environment.
.google.appengine.v1.ContainerInfo container = 2;
clearField(Descriptors.FieldDescriptor field)
publicDeployment.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearFiles()
publicDeployment.BuilderclearFiles()
clearOneof(Descriptors.OneofDescriptor oneof)
publicDeployment.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearZip()
publicDeployment.BuilderclearZip()
The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;
clone()
publicDeployment.Builderclone()
Overrides
containsFiles(String key)
publicbooleancontainsFiles(Stringkey)
Manifest of the files stored in Google Cloud Storage that are included
as part of this version. All files must be readable using the
credentials supplied with this call.
map<string, .google.appengine.v1.FileInfo> files = 1;
| Parameter |
| Name |
Description |
key |
String
|
getCloudBuildOptions()
publicCloudBuildOptionsgetCloudBuildOptions()
Options for any Google Cloud Build builds created as a part of this
deployment.
These options will only be used if a new build is created, such as when
deploying to the App Engine flexible environment using files or zip.
.google.appengine.v1.CloudBuildOptions cloud_build_options = 6;
getCloudBuildOptionsBuilder()
publicCloudBuildOptions.BuildergetCloudBuildOptionsBuilder()
Options for any Google Cloud Build builds created as a part of this
deployment.
These options will only be used if a new build is created, such as when
deploying to the App Engine flexible environment using files or zip.
.google.appengine.v1.CloudBuildOptions cloud_build_options = 6;
getCloudBuildOptionsOrBuilder()
publicCloudBuildOptionsOrBuildergetCloudBuildOptionsOrBuilder()
Options for any Google Cloud Build builds created as a part of this
deployment.
These options will only be used if a new build is created, such as when
deploying to the App Engine flexible environment using files or zip.
.google.appengine.v1.CloudBuildOptions cloud_build_options = 6;
getContainer()
publicContainerInfogetContainer()
The Docker image for the container that runs the version.
Only applicable for instances running in the App Engine flexible environment.
.google.appengine.v1.ContainerInfo container = 2;
getContainerBuilder()
publicContainerInfo.BuildergetContainerBuilder()
The Docker image for the container that runs the version.
Only applicable for instances running in the App Engine flexible environment.
.google.appengine.v1.ContainerInfo container = 2;
getContainerOrBuilder()
publicContainerInfoOrBuildergetContainerOrBuilder()
The Docker image for the container that runs the version.
Only applicable for instances running in the App Engine flexible environment.
.google.appengine.v1.ContainerInfo container = 2;
getDefaultInstanceForType()
publicDeploymentgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getFiles()
publicMap<String,FileInfo>getFiles()
getFilesCount()
Manifest of the files stored in Google Cloud Storage that are included
as part of this version. All files must be readable using the
credentials supplied with this call.
map<string, .google.appengine.v1.FileInfo> files = 1;
| Returns |
| Type |
Description |
int |
getFilesMap()
publicMap<String,FileInfo>getFilesMap()
Manifest of the files stored in Google Cloud Storage that are included
as part of this version. All files must be readable using the
credentials supplied with this call.
map<string, .google.appengine.v1.FileInfo> files = 1;
getFilesOrDefault(String key, FileInfo defaultValue)
publicFileInfogetFilesOrDefault(Stringkey,FileInfodefaultValue)
Manifest of the files stored in Google Cloud Storage that are included
as part of this version. All files must be readable using the
credentials supplied with this call.
map<string, .google.appengine.v1.FileInfo> files = 1;
getFilesOrThrow(String key)
publicFileInfogetFilesOrThrow(Stringkey)
Manifest of the files stored in Google Cloud Storage that are included
as part of this version. All files must be readable using the
credentials supplied with this call.
map<string, .google.appengine.v1.FileInfo> files = 1;
| Parameter |
| Name |
Description |
key |
String
|
getMutableFiles()
publicMap<String,FileInfo>getMutableFiles()
Use alternate mutation accessors instead.
getZip()
The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;
| Returns |
| Type |
Description |
ZipInfo |
The zip.
|
getZipBuilder()
publicZipInfo.BuildergetZipBuilder()
The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;
getZipOrBuilder()
publicZipInfoOrBuildergetZipOrBuilder()
The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;
hasCloudBuildOptions()
publicbooleanhasCloudBuildOptions()
Options for any Google Cloud Build builds created as a part of this
deployment.
These options will only be used if a new build is created, such as when
deploying to the App Engine flexible environment using files or zip.
.google.appengine.v1.CloudBuildOptions cloud_build_options = 6;
| Returns |
| Type |
Description |
boolean |
Whether the cloudBuildOptions field is set.
|
hasContainer()
publicbooleanhasContainer()
The Docker image for the container that runs the version.
Only applicable for instances running in the App Engine flexible environment.
.google.appengine.v1.ContainerInfo container = 2;
| Returns |
| Type |
Description |
boolean |
Whether the container field is set.
|
hasZip()
The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;
| Returns |
| Type |
Description |
boolean |
Whether the zip field is set.
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
internalGetMapField(int number)
protectedMapFieldinternalGetMapField(intnumber)
| Parameter |
| Name |
Description |
number |
int
|
Overrides
internalGetMutableMapField(int number)
protectedMapFieldinternalGetMutableMapField(intnumber)
| Parameter |
| Name |
Description |
number |
int
|
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeCloudBuildOptions(CloudBuildOptions value)
publicDeployment.BuildermergeCloudBuildOptions(CloudBuildOptionsvalue)
Options for any Google Cloud Build builds created as a part of this
deployment.
These options will only be used if a new build is created, such as when
deploying to the App Engine flexible environment using files or zip.
.google.appengine.v1.CloudBuildOptions cloud_build_options = 6;
mergeContainer(ContainerInfo value)
publicDeployment.BuildermergeContainer(ContainerInfovalue)
The Docker image for the container that runs the version.
Only applicable for instances running in the App Engine flexible environment.
.google.appengine.v1.ContainerInfo container = 2;
mergeFrom(Deployment other)
publicDeployment.BuildermergeFrom(Deploymentother)
publicDeployment.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicDeployment.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalDeployment.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
mergeZip(ZipInfo value)
publicDeployment.BuildermergeZip(ZipInfovalue)
The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;
| Parameter |
| Name |
Description |
value |
ZipInfo
|
putAllFiles(Map<String,FileInfo> values)
publicDeployment.BuilderputAllFiles(Map<String,FileInfo>values)
Manifest of the files stored in Google Cloud Storage that are included
as part of this version. All files must be readable using the
credentials supplied with this call.
map<string, .google.appengine.v1.FileInfo> files = 1;
putFiles(String key, FileInfo value)
publicDeployment.BuilderputFiles(Stringkey,FileInfovalue)
Manifest of the files stored in Google Cloud Storage that are included
as part of this version. All files must be readable using the
credentials supplied with this call.
map<string, .google.appengine.v1.FileInfo> files = 1;
removeFiles(String key)
publicDeployment.BuilderremoveFiles(Stringkey)
Manifest of the files stored in Google Cloud Storage that are included
as part of this version. All files must be readable using the
credentials supplied with this call.
map<string, .google.appengine.v1.FileInfo> files = 1;
| Parameter |
| Name |
Description |
key |
String
|
setCloudBuildOptions(CloudBuildOptions value)
publicDeployment.BuildersetCloudBuildOptions(CloudBuildOptionsvalue)
Options for any Google Cloud Build builds created as a part of this
deployment.
These options will only be used if a new build is created, such as when
deploying to the App Engine flexible environment using files or zip.
.google.appengine.v1.CloudBuildOptions cloud_build_options = 6;
setCloudBuildOptions(CloudBuildOptions.Builder builderForValue)
publicDeployment.BuildersetCloudBuildOptions(CloudBuildOptions.BuilderbuilderForValue)
Options for any Google Cloud Build builds created as a part of this
deployment.
These options will only be used if a new build is created, such as when
deploying to the App Engine flexible environment using files or zip.
.google.appengine.v1.CloudBuildOptions cloud_build_options = 6;
setContainer(ContainerInfo value)
publicDeployment.BuildersetContainer(ContainerInfovalue)
The Docker image for the container that runs the version.
Only applicable for instances running in the App Engine flexible environment.
.google.appengine.v1.ContainerInfo container = 2;
setContainer(ContainerInfo.Builder builderForValue)
publicDeployment.BuildersetContainer(ContainerInfo.BuilderbuilderForValue)
The Docker image for the container that runs the version.
Only applicable for instances running in the App Engine flexible environment.
.google.appengine.v1.ContainerInfo container = 2;
setField(Descriptors.FieldDescriptor field, Object value)
publicDeployment.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicDeployment.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalDeployment.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides
setZip(ZipInfo value)
publicDeployment.BuildersetZip(ZipInfovalue)
The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;
| Parameter |
| Name |
Description |
value |
ZipInfo
|
setZip(ZipInfo.Builder builderForValue)
publicDeployment.BuildersetZip(ZipInfo.BuilderbuilderForValue)
The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;