DeploymentOperationMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Ephemeral metadata content describing the state of a deployment operation.
Attributes |
|
---|---|
Name | Description |
step |
google.cloud.config_v1.types.DeploymentOperationMetadata.DeploymentStep
The current step the deployment operation is running. |
apply_results |
google.cloud.config_v1.types.ApplyResults
Outputs and artifacts from applying a deployment. |
build |
str
Output only. Cloud Build instance UUID associated with this operation. |
logs |
str
Output only. Location of Deployment operations logs in gs://{bucket}/{object} format.
|
Classes
DeploymentStep
DeploymentStep(value)
The possible steps a deployment may be running.