- 2.49.0 (latest)
- 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
public interface DeploymentOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
containsFiles(String key)
public abstract boolean containsFiles(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;
Name | Description |
key | String |
Type | Description |
boolean |
getCloudBuildOptions()
public abstract CloudBuildOptions getCloudBuildOptions()
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;
Type | Description |
CloudBuildOptions | The cloudBuildOptions. |
getCloudBuildOptionsOrBuilder()
public abstract CloudBuildOptionsOrBuilder getCloudBuildOptionsOrBuilder()
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;
Type | Description |
CloudBuildOptionsOrBuilder |
getContainer()
public abstract ContainerInfo getContainer()
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;
Type | Description |
ContainerInfo | The container. |
getContainerOrBuilder()
public abstract ContainerInfoOrBuilder getContainerOrBuilder()
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;
Type | Description |
ContainerInfoOrBuilder |
getFiles()
public abstract Map<String,FileInfo> getFiles()
Use #getFilesMap() instead.
Type | Description |
Map<String,FileInfo> |
getFilesCount()
public abstract 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;
Type | Description |
int |
getFilesMap()
public abstract Map<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;
Type | Description |
Map<String,FileInfo> |
getFilesOrDefault(String key, FileInfo defaultValue)
public abstract FileInfo getFilesOrDefault(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;
Name | Description |
key | String |
defaultValue | FileInfo |
Type | Description |
FileInfo |
getFilesOrThrow(String key)
public abstract FileInfo getFilesOrThrow(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;
Name | Description |
key | String |
Type | Description |
FileInfo |
getZip()
public abstract ZipInfo getZip()
The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;
Type | Description |
ZipInfo | The zip. |
getZipOrBuilder()
public abstract ZipInfoOrBuilder getZipOrBuilder()
The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;
Type | Description |
ZipInfoOrBuilder |
hasCloudBuildOptions()
public abstract boolean hasCloudBuildOptions()
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;
Type | Description |
boolean | Whether the cloudBuildOptions field is set. |
hasContainer()
public abstract boolean hasContainer()
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;
Type | Description |
boolean | Whether the container field is set. |
hasZip()
public abstract boolean hasZip()
The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;
Type | Description |
boolean | Whether the zip field is set. |