Reference documentation and code samples for the Google Cloud Config V1 Client class ProvisionDeploymentGroupOperationMetadata.
Operation metadata for ProvisionDeploymentGroup and
DeprovisionDeploymentGroup long-running operations.
Generated from protobuf message google.cloud.config.v1.ProvisionDeploymentGroupOperationMetadata
Namespace
Google \ Cloud \ Config \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ step |
int
Output only. The current step of the deployment group operation. |
↳ deployment_unit_progresses |
array<DeploymentUnitProgress>
Output only. Progress information for each deployment unit within the operation. |
getStep
Output only. The current step of the deployment group operation.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ProvisionDeploymentGroupStep. |
setStep
Output only. The current step of the deployment group operation.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ProvisionDeploymentGroupStep. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDeploymentUnitProgresses
Output only. Progress information for each deployment unit within the operation.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<DeploymentUnitProgress> |
|
setDeploymentUnitProgresses
Output only. Progress information for each deployment unit within the operation.
| Parameter | |
|---|---|
| Name | Description |
var |
array<DeploymentUnitProgress>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|