Enum RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus.State (1.105.0)

public enum RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus.State extends Enum<RolloutWaveDetailsOrchestratedWaveDetailsLocationStatus.State> implements ProtocolMessageEnum

Output only. Location state of the wave.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
STATE_FAILED

Work on the wave failed.

STATE_FAILED = 50857931;

STATE_FAILED_VALUE

Work on the wave failed.

STATE_FAILED = 50857931;

STATE_IN_PROGRESS

Work on the wave is in progress.

STATE_IN_PROGRESS = 413162809;

STATE_IN_PROGRESS_VALUE

Work on the wave is in progress.

STATE_IN_PROGRESS = 413162809;

STATE_PENDING

Work on the wave is pending.

STATE_PENDING = 369985449;

STATE_PENDING_VALUE

Work on the wave is pending.

STATE_PENDING = 369985449;

STATE_SKIPPED

Work on the wave was canceled or skipped.

STATE_SKIPPED = 515663170;

STATE_SKIPPED_VALUE

Work on the wave was canceled or skipped.

STATE_SKIPPED = 515663170;

STATE_SUCCEEDED

Work on the wave succeeded.

STATE_SUCCEEDED = 466911219;

STATE_SUCCEEDED_VALUE

Work on the wave succeeded.

STATE_SUCCEEDED = 466911219;

STATE_UNSPECIFIED

Undefined default state. Should never be exposed to users.

STATE_UNSPECIFIED = 470755401;

STATE_UNSPECIFIED_VALUE

Undefined default state. Should never be exposed to users.

STATE_UNSPECIFIED = 470755401;

UNDEFINED_STATE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNDEFINED_STATE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_STATE = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()