Deployment Response
data class DeploymentResponse(val cloudBuildOptions: CloudBuildOptionsResponse, val container: ContainerInfoResponse, val files: Map<String, String>, val zip: ZipInfoResponse)
Code and application artifacts used to deploy a version to App Engine.
Constructors
Link copied to clipboard
constructor(cloudBuildOptions: CloudBuildOptionsResponse, container: ContainerInfoResponse, files: Map<String, String>, zip: ZipInfoResponse)
Properties
Link copied to clipboard
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.
Link copied to clipboard
The Docker image for the container that runs the version. Only applicable for instances running in the App Engine flexible environment.
Link copied to clipboard
The zip file for this deployment, if this is a zip deployment.