Reference documentation and code samples for the Google Cloud Config V1 Client class DeploymentOperationMetadata.
Ephemeral metadata content describing the state of a deployment operation.
Generated from protobuf message google.cloud.config.v1.DeploymentOperationMetadata
Namespace
Google \ Cloud \ Config \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ step
int
The current step the deployment operation is running.
↳ apply_results
↳ build
string
Output only. Cloud Build instance UUID associated with this operation.
↳ logs
string
Output only. Location of Deployment operations logs in gs://{bucket}/{object}
format.
getStep
The current step the deployment operation is running.
int
setStep
The current step the deployment operation is running.
var
int
$this
getApplyResults
Outputs and artifacts from applying a deployment.
hasApplyResults
clearApplyResults
setApplyResults
Outputs and artifacts from applying a deployment.
$this
getBuild
Output only. Cloud Build instance UUID associated with this operation.
string
setBuild
Output only. Cloud Build instance UUID associated with this operation.
var
string
$this
getLogs
Output only. Location of Deployment operations logs in gs://{bucket}/{object}
format.
string
setLogs
Output only. Location of Deployment operations logs in gs://{bucket}/{object}
format.
var
string
$this