Google Cloud Hypercompute Cluster V1 Client - Class State (0.3.0)

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 \ OperationStep

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified state.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

WAITING

Value: 1

Initial state before step execution starts.

Generated from protobuf enum WAITING = 1;

IN_PROGRESS

Value: 2

Step execution is running in progress.

Generated from protobuf enum IN_PROGRESS = 2;

DONE

Value: 3

Step execution is completed.

Generated from protobuf enum DONE = 3;