public final class Deployment extends GeneratedMessageV3 implements DeploymentOrBuilder
Code and application artifacts used to deploy a version to App Engine.Protobuf type
google.appengine.v1.Deployment| Modifier and Type | Class and Description |
|---|---|
static class |
Deployment.Builder
Code and application artifacts used to deploy a version to App Engine.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
CONTAINER_FIELD_NUMBER |
static int |
FILES_FIELD_NUMBER |
static int |
ZIP_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCode| Modifier and Type | Method and Description |
|---|---|
boolean |
containsFiles(java.lang.String key)
Manifest of the files stored in Google Cloud Storage that are included
as part of this version.
|
boolean |
equals(java.lang.Object obj) |
ContainerInfo |
getContainer()
A Docker image that App Engine uses to run the version.
|
ContainerInfoOrBuilder |
getContainerOrBuilder()
A Docker image that App Engine uses to run the version.
|
static Deployment |
getDefaultInstance() |
Deployment |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
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.
|
Parser<Deployment> |
getParserForType() |
int |
getSerializedSize() |
UnknownFieldSet |
getUnknownFields() |
ZipInfo |
getZip()
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.
|
int |
hashCode() |
boolean |
hasZip()
The zip file for this deployment, if this is a zip deployment.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static Deployment.Builder |
newBuilder() |
static Deployment.Builder |
newBuilder(Deployment prototype) |
Deployment.Builder |
newBuilderForType() |
protected Deployment.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
static Deployment |
parseDelimitedFrom(java.io.InputStream input) |
static Deployment |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Deployment |
parseFrom(byte[] data) |
static Deployment |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Deployment |
parseFrom(java.nio.ByteBuffer data) |
static Deployment |
parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Deployment |
parseFrom(ByteString data) |
static Deployment |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Deployment |
parseFrom(CodedInputStream input) |
static Deployment |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Deployment |
parseFrom(java.io.InputStream input) |
static Deployment |
parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<Deployment> |
parser() |
Deployment.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int FILES_FIELD_NUMBER
public static final int CONTAINER_FIELD_NUMBER
public static final int ZIP_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected MapField internalGetMapField(int number)
internalGetMapField in class GeneratedMessageV3protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public 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 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 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 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 boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static Deployment parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Deployment parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Deployment parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Deployment parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Deployment parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Deployment parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Deployment parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Deployment parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Deployment parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Deployment parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Deployment parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Deployment parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Deployment.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static Deployment.Builder newBuilder()
public static Deployment.Builder newBuilder(Deployment prototype)
public Deployment.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected Deployment.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static Deployment getDefaultInstance()
public static Parser<Deployment> parser()
public Parser<Deployment> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public Deployment getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder