public static enum ProtocolVersion.MinorVersions extends java.lang.Enum<ProtocolVersion.MinorVersions> implements com.google.protobuf.ProtocolMessageEnum
org.apache.geode.internal.protocol.protobuf.MinorVersions| Enum Constant and Description |
|---|
CURRENT_MINOR_VERSION
Protobuf implementation at initial release
|
INVALID_MINOR_VERSION
Protobuf requires 0 based enum
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CURRENT_MINOR_VERSION_VALUE
Protobuf implementation at initial release
|
static int |
INVALID_MINOR_VERSION_VALUE
Protobuf requires 0 based enum
|
| Modifier and Type | Method and Description |
|---|---|
static ProtocolVersion.MinorVersions |
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<ProtocolVersion.MinorVersions> |
internalGetValueMap() |
static ProtocolVersion.MinorVersions |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ProtocolVersion.MinorVersions |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ProtocolVersion.MinorVersions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolVersion.MinorVersions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtocolVersion.MinorVersions INVALID_MINOR_VERSION
Protobuf requires 0 based enum
INVALID_MINOR_VERSION = 0;public static final ProtocolVersion.MinorVersions CURRENT_MINOR_VERSION
Protobuf implementation at initial release
CURRENT_MINOR_VERSION = 1;public static final ProtocolVersion.MinorVersions UNRECOGNIZED
public static final int INVALID_MINOR_VERSION_VALUE
Protobuf requires 0 based enum
INVALID_MINOR_VERSION = 0;public static final int CURRENT_MINOR_VERSION_VALUE
Protobuf implementation at initial release
CURRENT_MINOR_VERSION = 1;public static ProtocolVersion.MinorVersions[] values()
for (ProtocolVersion.MinorVersions c : ProtocolVersion.MinorVersions.values()) System.out.println(c);
public static ProtocolVersion.MinorVersions 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 ProtocolVersion.MinorVersions valueOf(int value)
forNumber(int) instead.public static ProtocolVersion.MinorVersions forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<ProtocolVersion.MinorVersions> 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 ProtocolVersion.MinorVersions valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)