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, unknownFields
memoizedSize
memoizedHashCode
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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public 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 MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected MapField internalGetMapField(int number)
internalGetMapField
in class GeneratedMessageV3
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public int getFilesCount()
DeploymentOrBuilder
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;
getFilesCount
in interface DeploymentOrBuilder
public 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 DeploymentOrBuilder
public 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 DeploymentOrBuilder
public 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 DeploymentOrBuilder
public 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 DeploymentOrBuilder
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 DeploymentOrBuilder
public 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 DeploymentOrBuilder
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 DeploymentOrBuilder
public boolean hasZip()
The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;
hasZip
in interface DeploymentOrBuilder
public ZipInfo getZip()
The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;
getZip
in interface DeploymentOrBuilder
public ZipInfoOrBuilder getZipOrBuilder()
The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;
getZipOrBuilder
in interface DeploymentOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static Deployment parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Deployment parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Deployment parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Deployment parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Deployment parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Deployment parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Deployment parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Deployment parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Deployment parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Deployment parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Deployment parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Deployment parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Deployment.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static Deployment.Builder newBuilder()
public static Deployment.Builder newBuilder(Deployment prototype)
public Deployment.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected Deployment.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static Deployment getDefaultInstance()
public static Parser<Deployment> parser()
public Parser<Deployment> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public Deployment getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder