Reference documentation and code samples for the Google Cloud Config V1 Client class DeploymentUnitProgress.
The progress of a deployment unit provisioning or deprovisioning.
Generated from protobuf message google.cloud.config.v1.DeploymentUnitProgress
Namespace
Google \ Cloud \ Config \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ unit_id
string
Output only. The unit id of the deployment unit to be provisioned.
↳ deployment
string
Output only. The name of the deployment to be provisioned. Format: 'projects/{project}/locations/{location}/deployments/{deployment}'.
↳ state
int
Output only. The current step of the deployment unit provisioning.
↳ state_description
string
Output only. Additional information regarding the current state.
↳ deployment_operation_summary
↳ error
↳ intent
int
Output only. The intent of the deployment unit.
getUnitId
Output only. The unit id of the deployment unit to be provisioned.
string
setUnitId
Output only. The unit id of the deployment unit to be provisioned.
var
string
$this
getDeployment
Output only. The name of the deployment to be provisioned.
Format: 'projects/{project}/locations/{location}/deployments/{deployment}'.
string
setDeployment
Output only. The name of the deployment to be provisioned.
Format: 'projects/{project}/locations/{location}/deployments/{deployment}'.
var
string
$this
getState
Output only. The current step of the deployment unit provisioning.
setState
Output only. The current step of the deployment unit provisioning.
$this
getStateDescription
Output only. Additional information regarding the current state.
string
setStateDescription
Output only. Additional information regarding the current state.
var
string
$this
getDeploymentOperationSummary
Output only. The summary of the deployment operation.
hasDeploymentOperationSummary
clearDeploymentOperationSummary
setDeploymentOperationSummary
Output only. The summary of the deployment operation.
$this
getError
Output only. Holds the error status of the deployment unit provisioning.
hasError
clearError
setError
Output only. Holds the error status of the deployment unit provisioning.
$this
getIntent
Output only. The intent of the deployment unit.
setIntent
Output only. The intent of the deployment unit.
$this

