public enum WorkerGroupState extends java.lang.Enum<WorkerGroupState> implements com.google.protobuf.ProtocolMessageEnum
staros.WorkerGroupState| Enum Constant and Description |
|---|
DELETING
pending delete or in the progress of de-provisioning
|
PENDING
pending or in the progress of provisioning
|
READY
READY = 1; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DELETING_VALUE
pending delete or in the progress of de-provisioning
|
static int |
PENDING_VALUE
pending or in the progress of provisioning
|
static int |
READY_VALUE
READY = 1; |
| Modifier and Type | Method and Description |
|---|---|
static WorkerGroupState |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<WorkerGroupState> |
internalGetValueMap() |
static WorkerGroupState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static WorkerGroupState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static WorkerGroupState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WorkerGroupState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkerGroupState PENDING
pending or in the progress of provisioning
PENDING = 0;public static final WorkerGroupState READY
READY = 1;public static final WorkerGroupState DELETING
pending delete or in the progress of de-provisioning
DELETING = 2;public static final WorkerGroupState UNRECOGNIZED
public static final int PENDING_VALUE
pending or in the progress of provisioning
PENDING = 0;public static final int READY_VALUE
READY = 1;public static final int DELETING_VALUE
pending delete or in the progress of de-provisioning
DELETING = 2;public static WorkerGroupState[] values()
for (WorkerGroupState c : WorkerGroupState.values()) System.out.println(c);
public static WorkerGroupState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static WorkerGroupState valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static WorkerGroupState forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<WorkerGroupState> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static WorkerGroupState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024. All rights reserved.