public static enum Operation.RequestCase extends java.lang.Enum<Operation.RequestCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
CLUSTER_CREATE_REQUEST |
CLUSTER_DELETE_REQUEST |
CLUSTER_RECONFIGURE_REQUEST |
NAMESPACE_CREATE_REQUEST |
REQUEST_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static Operation.RequestCase |
forNumber(int value) |
int |
getNumber() |
static Operation.RequestCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Operation.RequestCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Operation.RequestCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Operation.RequestCase CLUSTER_CREATE_REQUEST
public static final Operation.RequestCase CLUSTER_DELETE_REQUEST
public static final Operation.RequestCase CLUSTER_RECONFIGURE_REQUEST
public static final Operation.RequestCase NAMESPACE_CREATE_REQUEST
public static final Operation.RequestCase REQUEST_NOT_SET
public static Operation.RequestCase[] values()
for (Operation.RequestCase c : Operation.RequestCase.values()) System.out.println(c);
public static Operation.RequestCase 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 null@Deprecated public static Operation.RequestCase valueOf(int value)
forNumber(int) instead.public static Operation.RequestCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLite