Code and application artifacts used to deploy a version to App Engine.
More...
|
virtual CloudBuildOptions | CloudBuildOptions [get, set] |
| 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. More...
|
|
virtual ContainerInfo | Container [get, set] |
| The Docker image for the container that runs the version. Only applicable for instances running in the App Engine flexible environment. More...
|
|
virtual System.Collections.Generic.IDictionary< string, FileInfo > | Files [get, set] |
| 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. More...
|
|
virtual ZipInfo | Zip [get, set] |
| The zip file for this deployment, if this is a zip deployment. More...
|
|
virtual string | ETag [get, set] |
| The ETag of the item. More...
|
|
string | ETag |
|
Code and application artifacts used to deploy a version to App Engine.
◆ CloudBuildOptions
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.
◆ Container
virtual ContainerInfo Google.Apis.Appengine.v1.Data.Deployment.Container |
|
getset |
The Docker image for the container that runs the version. Only applicable for instances running in the App Engine flexible environment.
◆ ETag
virtual string Google.Apis.Appengine.v1.Data.Deployment.ETag |
|
getset |
◆ Files
virtual System.Collections.Generic.IDictionary<string,FileInfo> Google.Apis.Appengine.v1.Data.Deployment.Files |
|
getset |
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.
◆ Zip
virtual ZipInfo Google.Apis.Appengine.v1.Data.Deployment.Zip |
|
getset |
The zip file for this deployment, if this is a zip deployment.
The documentation for this class was generated from the following file:
- Google.Apis.Appengine.v1.cs