public interface DeploymentOrBuilder extends MessageOrBuilder
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.
|
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.
|
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.
|
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.
|
boolean |
hasZip()
The zip file for this deployment, if this is a zip deployment.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int 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;
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;
@Deprecated java.util.Map<java.lang.String,FileInfo> getFiles()
getFilesMap()
instead.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;
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;
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;
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;
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;
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;
boolean hasZip()
The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;
ZipInfo getZip()
The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;
ZipInfoOrBuilder getZipOrBuilder()
The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;