Compute V1 Client - Class State (2.10.0)

Reference documentation and code samples for the Compute V1 Client class State.

Output only. Location state of the wave.

Protobuf type google.cloud.compute.v1.RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus.State

Namespace

Google \ Cloud \ Compute \ V1 \ RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_STATE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_STATE = 0;

STATE_FAILED

Value: 50857931

Work on the wave failed.

Generated from protobuf enum STATE_FAILED = 50857931;

STATE_IN_PROGRESS

Value: 413162809

Work on the wave is in progress.

Generated from protobuf enum STATE_IN_PROGRESS = 413162809;

STATE_PENDING

Value: 369985449

Work on the wave is pending.

Generated from protobuf enum STATE_PENDING = 369985449;

STATE_SKIPPED

Value: 515663170

Work on the wave was canceled or skipped.

Generated from protobuf enum STATE_SKIPPED = 515663170;

STATE_SUCCEEDED

Value: 466911219

Work on the wave succeeded.

Generated from protobuf enum STATE_SUCCEEDED = 466911219;

STATE_UNSPECIFIED

Value: 470755401

Undefined default state. Should never be exposed to users.

Generated from protobuf enum STATE_UNSPECIFIED = 470755401;