appengine  v1
Properties | List of all members
Google.Apis.Appengine.v1.Data.Deployment Class Reference

Code and application artifacts used to deploy a version to App Engine. More...

Inheritance diagram for Google.Apis.Appengine.v1.Data.Deployment:
Google::Apis::Requests::IDirectResponseSchema

Properties

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, FileInfoFiles [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...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Code and application artifacts used to deploy a version to App Engine.

Property Documentation

◆ CloudBuildOptions

virtual CloudBuildOptions Google.Apis.Appengine.v1.Data.Deployment.CloudBuildOptions
getset

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

The ETag of the item.

◆ 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: