Enum AutopilotConversionStatus.State (2.44.0)

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

The current state of the conversion.

Protobuf enum google.container.v1beta1.AutopilotConversionStatus.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DONE

DONE indicates the conversion has been completed. Old node pools will continue being deleted in the background.

DONE = 5;

DONE_VALUE

DONE indicates the conversion has been completed. Old node pools will continue being deleted in the background.

DONE = 5;

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;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()