Google Cloud Hypercompute Cluster V1 Client - Class State (0.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Hypercompute Cluster V1 Client class State.
State of the operation step.
Protobuf type google.cloud.hypercomputecluster.v1.OperationStep.State
Namespace
Google \ Cloud \ HypercomputeCluster \ V1 \ OperationStepMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Unspecified state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
WAITING
Value: 1Initial state before step execution starts.
Generated from protobuf enum WAITING = 1;
IN_PROGRESS
Value: 2Step execution is running in progress.
Generated from protobuf enum IN_PROGRESS = 2;
DONE
Value: 3Step execution is completed.
Generated from protobuf enum DONE = 3;