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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AUTOMATIC |
Upgrade started automatically. |
AUTOMATIC_VALUE |
Upgrade started automatically. |
MANUAL |
Upgrade started manually. |
MANUAL_VALUE |
Upgrade started manually. |
START_TYPE_UNSPECIFIED |
Upgrade start type is unspecified. |
START_TYPE_UNSPECIFIED_VALUE |
Upgrade start type is unspecified. |
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() |