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

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;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026年07月31日 UTC.