Enum UpgradeDetails.StartType (2.67.0)

public enum UpgradeDetails.StartType extends Enum<UpgradeDetails.StartType> implements ProtocolMessageEnum

StartType indicates the type of starting the upgrade.

Protobuf enum google.container.v1beta1.UpgradeDetails.StartType

Implements

ProtocolMessageEnum

Static Fields

Name Description
AUTOMATIC

Upgrade started automatically.

AUTOMATIC = 1;

AUTOMATIC_VALUE

Upgrade started automatically.

AUTOMATIC = 1;

MANUAL

Upgrade started manually.

MANUAL = 2;

MANUAL_VALUE

Upgrade started manually.

MANUAL = 2;

START_TYPE_UNSPECIFIED

Upgrade start type is unspecified.

START_TYPE_UNSPECIFIED = 0;

START_TYPE_UNSPECIFIED_VALUE

Upgrade start type is unspecified.

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