Interface DeploymentOrBuilder (2.24.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 2.78.0 (latest)
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.49.0
- 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
publicinterface DeploymentOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
containsFiles(String key)
publicabstractbooleancontainsFiles(Stringkey)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;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCloudBuildOptions()
publicabstractCloudBuildOptionsgetCloudBuildOptions()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;
| Returns | |
|---|---|
| Type | Description |
CloudBuildOptions |
The cloudBuildOptions. |
getCloudBuildOptionsOrBuilder()
publicabstractCloudBuildOptionsOrBuildergetCloudBuildOptionsOrBuilder()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;
| Returns | |
|---|---|
| Type | Description |
CloudBuildOptionsOrBuilder |
|
getContainer()
publicabstractContainerInfogetContainer()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;
| Returns | |
|---|---|
| Type | Description |
ContainerInfo |
The container. |
getContainerOrBuilder()
publicabstractContainerInfoOrBuildergetContainerOrBuilder()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;
| Returns | |
|---|---|
| Type | Description |
ContainerInfoOrBuilder |
|
getFiles()
publicabstractMap<String,FileInfo>getFiles()Use #getFilesMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,FileInfo> |
|
getFilesCount()
publicabstractintgetFilesCount()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;
| Returns | |
|---|---|
| Type | Description |
int |
|
getFilesMap()
publicabstractMap<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;
| Returns | |
|---|---|
| Type | Description |
Map<String,FileInfo> |
|
getFilesOrDefault(String key, FileInfo defaultValue)
publicabstractFileInfogetFilesOrDefault(Stringkey,FileInfodefaultValue)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;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
FileInfo |
| Returns | |
|---|---|
| Type | Description |
FileInfo |
|
getFilesOrThrow(String key)
publicabstractFileInfogetFilesOrThrow(Stringkey)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;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
FileInfo |
|
getZip()
publicabstractZipInfogetZip()The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;
| Returns | |
|---|---|
| Type | Description |
ZipInfo |
The zip. |
getZipOrBuilder()
publicabstractZipInfoOrBuildergetZipOrBuilder()The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;
| Returns | |
|---|---|
| Type | Description |
ZipInfoOrBuilder |
|
hasCloudBuildOptions()
publicabstractbooleanhasCloudBuildOptions()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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cloudBuildOptions field is set. |
hasContainer()
publicabstractbooleanhasContainer()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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the container field is set. |
hasZip()
publicabstractbooleanhasZip()The zip file for this deployment, if this is a zip deployment.
.google.appengine.v1.ZipInfo zip = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the zip field is set. |