Class Deployment.Builder (2.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 2.78.0 (latest)
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.4
- 2.2.0
- 2.1.10
- 0.2.0
publicstaticfinalclass Deployment.BuilderextendsGeneratedMessageV3.Builder<Deployment.Builder>implementsDeploymentOrBuilderCode and application artifacts used to deploy a version to App Engine.
Protobuf type google.appengine.v1.Deployment
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Deployment.BuilderImplements
DeploymentOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicDeployment.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)build()
publicDeploymentbuild()buildPartial()
publicDeploymentbuildPartial()clear()
publicDeployment.Builderclear()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)clearFiles()
publicDeployment.BuilderclearFiles()clearOneof(Descriptors.OneofDescriptor oneof)
publicDeployment.BuilderclearOneof(Descriptors.OneofDescriptoroneof)clearZip()
publicDeployment.BuilderclearZip()The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;
clone()
publicDeployment.Builderclone()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;
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;
CloudBuildOptions
The cloudBuildOptions.
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;
ContainerInfo
The container.
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()getFiles()
publicMap<String,FileInfo>getFiles()Use #getFilesMap() instead.
getFilesCount()
publicintgetFilesCount()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;
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;
getMutableFiles()
publicMap<String,FileInfo>getMutableFiles()Use alternate mutation accessors instead.
getZip()
publicZipInfogetZip()The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;
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;
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;
boolean
Whether the container field is set.
hasZip()
publicbooleanhasZip()The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;
boolean
Whether the zip field is set.
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()internalGetMapField(int number)
protectedMapFieldinternalGetMapField(intnumber)internalGetMutableMapField(int number)
protectedMapFieldinternalGetMutableMapField(intnumber)isInitialized()
publicfinalbooleanisInitialized()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)mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicDeployment.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)mergeFrom(Message other)
publicDeployment.BuildermergeFrom(Messageother)mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalDeployment.BuildermergeUnknownFields(UnknownFieldSetunknownFields)mergeZip(ZipInfo value)
publicDeployment.BuildermergeZip(ZipInfovalue)The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;
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;
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)setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicDeployment.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)setUnknownFields(UnknownFieldSet unknownFields)
publicfinalDeployment.BuildersetUnknownFields(UnknownFieldSetunknownFields)setZip(ZipInfo value)
publicDeployment.BuildersetZip(ZipInfovalue)The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;
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;