DeploymentOperationMetadata

Ephemeral metadata depicting the state of the deployment operation.

JSON representation
{
  "deployment": string,
  "deploymentStep": string,
  "deploymentBuild": string,
  "deploymentLogs": string,
  "resources": [
    {
      object (Resource)
    }
  ]
}
Fields
deployment

string

Output only. The name of the deployment associated with the application.

deploymentStep

string

Output only. The current step of the deployment. This will mimic the DeploymentStep enum in the deployment proto.

deploymentBuild

string

Output only. Cloud Build instance UUID associated with this deployment.

deploymentLogs

string

Output only. Location of the deployment operation logs in gs://{bucket}/{object} format.

resources[]

object (Resource)

Details of the [Resources][]s in the deployment.