public enum OperationType extends java.lang.Enum<OperationType> implements com.google.protobuf.ProtocolMessageEnum
Next Id: 18Protobuf enum
appscode.operation.v1beta1.OperationType| Enum Constant and Description |
|---|
CLUSTER_CREATE
CLUSTER_CREATE = 1; |
CLUSTER_DELETE
CLUSTER_DELETE = 3; |
CLUSTER_RECONFIGURE
CLUSTER_RECONFIGURE = 4; |
NAMESPACE_CREATE
NAMESPACE_CREATE = 11; |
UNKNOWN
UNKNOWN = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CLUSTER_CREATE_VALUE
CLUSTER_CREATE = 1; |
static int |
CLUSTER_DELETE_VALUE
CLUSTER_DELETE = 3; |
static int |
CLUSTER_RECONFIGURE_VALUE
CLUSTER_RECONFIGURE = 4; |
static int |
NAMESPACE_CREATE_VALUE
NAMESPACE_CREATE = 11; |
static int |
UNKNOWN_VALUE
UNKNOWN = 0; |
| Modifier and Type | Method and Description |
|---|---|
static OperationType |
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<OperationType> |
internalGetValueMap() |
static OperationType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OperationType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static OperationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationType UNKNOWN
UNKNOWN = 0;public static final OperationType CLUSTER_CREATE
CLUSTER_CREATE = 1;public static final OperationType CLUSTER_DELETE
CLUSTER_DELETE = 3;public static final OperationType CLUSTER_RECONFIGURE
CLUSTER_RECONFIGURE = 4;public static final OperationType NAMESPACE_CREATE
NAMESPACE_CREATE = 11;public static final OperationType UNRECOGNIZED
public static final int UNKNOWN_VALUE
UNKNOWN = 0;public static final int CLUSTER_CREATE_VALUE
CLUSTER_CREATE = 1;public static final int CLUSTER_DELETE_VALUE
CLUSTER_DELETE = 3;public static final int CLUSTER_RECONFIGURE_VALUE
CLUSTER_RECONFIGURE = 4;public static final int NAMESPACE_CREATE_VALUE
NAMESPACE_CREATE = 11;public static OperationType[] values()
for (OperationType c : OperationType.values()) System.out.println(c);
public static OperationType 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 OperationType valueOf(int value)
forNumber(int) instead.public static OperationType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<OperationType> 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 OperationType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)