public static enum Protos.CSIPluginContainerInfo.Service extends java.lang.Enum<Protos.CSIPluginContainerInfo.Service>
mesos.CSIPluginContainerInfo.Service
Enum Constant and Description |
---|
CONTROLLER_SERVICE
CONTROLLER_SERVICE = 1; |
NODE_SERVICE
NODE_SERVICE = 2; |
UNKNOWN
UNKNOWN = 0; |
Modifier and Type | Field and Description |
---|---|
static int |
CONTROLLER_SERVICE_VALUE
CONTROLLER_SERVICE = 1; |
static int |
NODE_SERVICE_VALUE
NODE_SERVICE = 2; |
static int |
UNKNOWN_VALUE
UNKNOWN = 0; |
Modifier and Type | Method and Description |
---|---|
static Protos.CSIPluginContainerInfo.Service |
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 <any> |
internalGetValueMap() |
static Protos.CSIPluginContainerInfo.Service |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Protos.CSIPluginContainerInfo.Service |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Protos.CSIPluginContainerInfo.Service |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Protos.CSIPluginContainerInfo.Service[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Protos.CSIPluginContainerInfo.Service UNKNOWN
UNKNOWN = 0;
public static final Protos.CSIPluginContainerInfo.Service CONTROLLER_SERVICE
CONTROLLER_SERVICE = 1;
public static final Protos.CSIPluginContainerInfo.Service NODE_SERVICE
NODE_SERVICE = 2;
public static final int UNKNOWN_VALUE
UNKNOWN = 0;
public static final int CONTROLLER_SERVICE_VALUE
CONTROLLER_SERVICE = 1;
public static final int NODE_SERVICE_VALUE
NODE_SERVICE = 2;
public static Protos.CSIPluginContainerInfo.Service[] values()
for (Protos.CSIPluginContainerInfo.Service c : Protos.CSIPluginContainerInfo.Service.values()) System.out.println(c);
public static Protos.CSIPluginContainerInfo.Service 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()
@Deprecated public static Protos.CSIPluginContainerInfo.Service valueOf(int value)
forNumber(int)
instead.public static Protos.CSIPluginContainerInfo.Service forNumber(int value)
public static <any> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Protos.CSIPluginContainerInfo.Service valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)