public static enum ResponseMeta.ResponseType extends java.lang.Enum<ResponseMeta.ResponseType>
ResponseMeta.ResponseType| Enum Constant and Description |
|---|
COMPLETION
COMPLETION = 1; |
UPDATE
UPDATE = 0; |
| Modifier and Type | Field and Description |
|---|---|
static int |
COMPLETION_VALUE
COMPLETION = 1; |
static int |
UPDATE_VALUE
UPDATE = 0; |
| Modifier and Type | Method and Description |
|---|---|
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 ResponseMeta.ResponseType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ResponseMeta.ResponseType |
valueOf(int value) |
static ResponseMeta.ResponseType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResponseMeta.ResponseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResponseMeta.ResponseType UPDATE
UPDATE = 0;public static final ResponseMeta.ResponseType COMPLETION
COMPLETION = 1;public static final int UPDATE_VALUE
UPDATE = 0;public static final int COMPLETION_VALUE
COMPLETION = 1;public static ResponseMeta.ResponseType[] values()
for (ResponseMeta.ResponseType c : ResponseMeta.ResponseType.values()) System.out.println(c);
public static ResponseMeta.ResponseType 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()
public static ResponseMeta.ResponseType valueOf(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 ResponseMeta.ResponseType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)