Reference documentation and code samples for the Google Cloud Hypercompute Cluster V1 Client class OperationProgress.
Message describing the progress of a cluster mutation long-running operation.
Generated from protobuf message google.cloud.hypercomputecluster.v1.OperationProgress
Namespace
Google \ Cloud \ HypercomputeCluster \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ steps |
array<OperationStep>
Output only. Steps and status of the operation. |
getSteps
Output only. Steps and status of the operation.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<OperationStep> |
|
setSteps
Output only. Steps and status of the operation.
| Parameter | |
|---|---|
| Name | Description |
var |
array<OperationStep>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|