Reference documentation and code samples for the Google Cloud Config V1 Client class DeploymentOperationSummary.
The summary of the deployment operation.
Generated from protobuf message google.cloud.config.v1.DeploymentOperationSummary
Namespace
Google \ Cloud \ Config \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ deployment_step
int
Output only. The current step the deployment operation is running.
↳ 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.
↳ content
string
Output only. Location of Deployment operations content in gs://{bucket}/{object}
format.
↳ artifacts
string
Output only. Location of Deployment operations artifacts in gs://{bucket}/{object}
format.
getDeploymentStep
Output only. The current step the deployment operation is running.
setDeploymentStep
Output only. The current step the deployment operation is running.
$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
getContent
Output only. Location of Deployment operations content in gs://{bucket}/{object}
format.
string
setContent
Output only. Location of Deployment operations content in gs://{bucket}/{object}
format.
var
string
$this
getArtifacts
Output only. Location of Deployment operations artifacts in gs://{bucket}/{object}
format.
string
setArtifacts
Output only. Location of Deployment operations artifacts in gs://{bucket}/{object}
format.
var
string
$this

