public static final class Deployment.Builder extends GeneratedMessageV3.Builder<Deployment.Builder> implements DeploymentOrBuilder
Code and application artifacts used to deploy a version to App Engine.Protobuf type
google.appengine.v1.Deployment| Modifier and Type | Method and Description |
|---|---|
Deployment.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
Deployment |
build() |
Deployment |
buildPartial() |
Deployment.Builder |
clear() |
Deployment.Builder |
clearContainer()
A Docker image that App Engine uses to run the version.
|
Deployment.Builder |
clearField(Descriptors.FieldDescriptor field) |
Deployment.Builder |
clearFiles() |
Deployment.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
Deployment.Builder |
clearZip()
The zip file for this deployment, if this is a zip deployment.
|
Deployment.Builder |
clone() |
boolean |
containsFiles(java.lang.String key)
Manifest of the files stored in Google Cloud Storage that are included
as part of this version.
|
ContainerInfo |
getContainer()
A Docker image that App Engine uses to run the version.
|
ContainerInfo.Builder |
getContainerBuilder()
A Docker image that App Engine uses to run the version.
|
ContainerInfoOrBuilder |
getContainerOrBuilder()
A Docker image that App Engine uses to run the version.
|
Deployment |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
java.util.Map<java.lang.String,FileInfo> |
getFiles()
Deprecated.
|
int |
getFilesCount()
Manifest of the files stored in Google Cloud Storage that are included
as part of this version.
|
java.util.Map<java.lang.String,FileInfo> |
getFilesMap()
Manifest of the files stored in Google Cloud Storage that are included
as part of this version.
|
FileInfo |
getFilesOrDefault(java.lang.String key,
FileInfo defaultValue)
Manifest of the files stored in Google Cloud Storage that are included
as part of this version.
|
FileInfo |
getFilesOrThrow(java.lang.String key)
Manifest of the files stored in Google Cloud Storage that are included
as part of this version.
|
java.util.Map<java.lang.String,FileInfo> |
getMutableFiles()
Deprecated.
|
ZipInfo |
getZip()
The zip file for this deployment, if this is a zip deployment.
|
ZipInfo.Builder |
getZipBuilder()
The zip file for this deployment, if this is a zip deployment.
|
ZipInfoOrBuilder |
getZipOrBuilder()
The zip file for this deployment, if this is a zip deployment.
|
boolean |
hasContainer()
A Docker image that App Engine uses to run the version.
|
boolean |
hasZip()
The zip file for this deployment, if this is a zip deployment.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected MapField |
internalGetMapField(int number) |
protected MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
Deployment.Builder |
mergeContainer(ContainerInfo value)
A Docker image that App Engine uses to run the version.
|
Deployment.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
Deployment.Builder |
mergeFrom(Deployment other) |
Deployment.Builder |
mergeFrom(Message other) |
Deployment.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
Deployment.Builder |
mergeZip(ZipInfo value)
The zip file for this deployment, if this is a zip deployment.
|
Deployment.Builder |
putAllFiles(java.util.Map<java.lang.String,FileInfo> values)
Manifest of the files stored in Google Cloud Storage that are included
as part of this version.
|
Deployment.Builder |
putFiles(java.lang.String key,
FileInfo value)
Manifest of the files stored in Google Cloud Storage that are included
as part of this version.
|
Deployment.Builder |
removeFiles(java.lang.String key)
Manifest of the files stored in Google Cloud Storage that are included
as part of this version.
|
Deployment.Builder |
setContainer(ContainerInfo.Builder builderForValue)
A Docker image that App Engine uses to run the version.
|
Deployment.Builder |
setContainer(ContainerInfo value)
A Docker image that App Engine uses to run the version.
|
Deployment.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
Deployment.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Deployment.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
Deployment.Builder |
setZip(ZipInfo.Builder builderForValue)
The zip file for this deployment, if this is a zip deployment.
|
Deployment.Builder |
setZip(ZipInfo value)
The zip file for this deployment, if this is a zip deployment.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected MapField internalGetMapField(int number)
internalGetMapField in class GeneratedMessageV3.Builder<Deployment.Builder>protected MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class GeneratedMessageV3.Builder<Deployment.Builder>protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<Deployment.Builder>public Deployment.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<Deployment.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<Deployment.Builder>public Deployment getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic Deployment build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic Deployment buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic Deployment.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<Deployment.Builder>public Deployment.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<Deployment.Builder>public Deployment.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<Deployment.Builder>public Deployment.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<Deployment.Builder>public Deployment.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<Deployment.Builder>public Deployment.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<Deployment.Builder>public Deployment.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<Deployment.Builder>public Deployment.Builder mergeFrom(Deployment other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<Deployment.Builder>public Deployment.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<Deployment.Builder>java.io.IOExceptionpublic int getFilesCount()
DeploymentOrBuilderManifest 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;getFilesCount in interface DeploymentOrBuilderpublic boolean containsFiles(java.lang.String key)
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;containsFiles in interface DeploymentOrBuilder@Deprecated public java.util.Map<java.lang.String,FileInfo> getFiles()
getFilesMap() instead.getFiles in interface DeploymentOrBuilderpublic java.util.Map<java.lang.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;getFilesMap in interface DeploymentOrBuilderpublic FileInfo getFilesOrDefault(java.lang.String key, FileInfo defaultValue)
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 in interface DeploymentOrBuilderpublic FileInfo getFilesOrThrow(java.lang.String key)
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 in interface DeploymentOrBuilderpublic Deployment.Builder clearFiles()
public Deployment.Builder removeFiles(java.lang.String key)
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;@Deprecated public java.util.Map<java.lang.String,FileInfo> getMutableFiles()
public Deployment.Builder putFiles(java.lang.String key, FileInfo value)
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;public Deployment.Builder putAllFiles(java.util.Map<java.lang.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;public boolean hasContainer()
A Docker image that App Engine uses to run the version. Only applicable for instances in App Engine flexible environment.
.google.appengine.v1.ContainerInfo container = 2;hasContainer in interface DeploymentOrBuilderpublic ContainerInfo getContainer()
A Docker image that App Engine uses to run the version. Only applicable for instances in App Engine flexible environment.
.google.appengine.v1.ContainerInfo container = 2;getContainer in interface DeploymentOrBuilderpublic Deployment.Builder setContainer(ContainerInfo value)
A Docker image that App Engine uses to run the version. Only applicable for instances in App Engine flexible environment.
.google.appengine.v1.ContainerInfo container = 2;public Deployment.Builder setContainer(ContainerInfo.Builder builderForValue)
A Docker image that App Engine uses to run the version. Only applicable for instances in App Engine flexible environment.
.google.appengine.v1.ContainerInfo container = 2;public Deployment.Builder mergeContainer(ContainerInfo value)
A Docker image that App Engine uses to run the version. Only applicable for instances in App Engine flexible environment.
.google.appengine.v1.ContainerInfo container = 2;public Deployment.Builder clearContainer()
A Docker image that App Engine uses to run the version. Only applicable for instances in App Engine flexible environment.
.google.appengine.v1.ContainerInfo container = 2;public ContainerInfo.Builder getContainerBuilder()
A Docker image that App Engine uses to run the version. Only applicable for instances in App Engine flexible environment.
.google.appengine.v1.ContainerInfo container = 2;public ContainerInfoOrBuilder getContainerOrBuilder()
A Docker image that App Engine uses to run the version. Only applicable for instances in App Engine flexible environment.
.google.appengine.v1.ContainerInfo container = 2;getContainerOrBuilder in interface DeploymentOrBuilderpublic boolean hasZip()
The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;hasZip in interface DeploymentOrBuilderpublic ZipInfo getZip()
The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;getZip in interface DeploymentOrBuilderpublic Deployment.Builder setZip(ZipInfo value)
The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;public Deployment.Builder setZip(ZipInfo.Builder builderForValue)
The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;public Deployment.Builder mergeZip(ZipInfo value)
The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;public Deployment.Builder clearZip()
The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;public ZipInfo.Builder getZipBuilder()
The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;public ZipInfoOrBuilder getZipOrBuilder()
The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;getZipOrBuilder in interface DeploymentOrBuilderpublic final Deployment.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<Deployment.Builder>public final Deployment.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<Deployment.Builder>