Ephemeral metadata depicting the state of the deployment operation.
JSON representation |
---|
{
"deployment": string,
"deploymentStep": string,
"deploymentBuild": string,
"deploymentLogs": string,
"resources": [
{
object ( |
Fields | |
---|---|
deployment |
Output only. The name of the deployment associated with the application. |
deploymentStep |
Output only. The current step of the deployment. This will mimic the DeploymentStep enum in the deployment proto. |
deploymentBuild |
Output only. Cloud Build instance UUID associated with this deployment. |
deploymentLogs |
Output only. Location of the deployment operation logs in |
resources[] |
Details of the [Resources][]s in the deployment. |