Enum UpgradeInfoEvent.State (2.57.0)

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

The state of the upgrade.

Protobuf enum google.container.v1.UpgradeInfoEvent.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
CANCELED

CANCELED indicates the upgrade has canceled.

CANCELED = 6;

CANCELED_VALUE

CANCELED indicates the upgrade has canceled.

CANCELED = 6;

FAILED

FAILED indicates the upgrade has failed.

FAILED = 5;

FAILED_VALUE

FAILED indicates the upgrade has failed.

FAILED = 5;

STARTED

STARTED indicates the upgrade has started.

STARTED = 3;

STARTED_VALUE

STARTED indicates the upgrade has started.

STARTED = 3;

STATE_UNSPECIFIED

STATE_UNSPECIFIED indicates the state is unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

STATE_UNSPECIFIED indicates the state is unspecified.

STATE_UNSPECIFIED = 0;

SUCCEEDED

SUCCEEDED indicates the upgrade has completed successfully.

SUCCEEDED = 4;

SUCCEEDED_VALUE

SUCCEEDED indicates the upgrade has completed successfully.

SUCCEEDED = 4;

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()