public static enum ResponseOp.ResponseCase extends Enum<ResponseOp.ResponseCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
RESPONSE_DELETE_RANGE |
RESPONSE_NOT_SET |
RESPONSE_PUT |
RESPONSE_RANGE |
RESPONSE_TXN |
| Modifier and Type | Method and Description |
|---|---|
static ResponseOp.ResponseCase |
forNumber(int value) |
int |
getNumber() |
static ResponseOp.ResponseCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ResponseOp.ResponseCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseOp.ResponseCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResponseOp.ResponseCase RESPONSE_RANGE
public static final ResponseOp.ResponseCase RESPONSE_PUT
public static final ResponseOp.ResponseCase RESPONSE_DELETE_RANGE
public static final ResponseOp.ResponseCase RESPONSE_TXN
public static final ResponseOp.ResponseCase RESPONSE_NOT_SET
public static ResponseOp.ResponseCase[] values()
for (ResponseOp.ResponseCase c : ResponseOp.ResponseCase.values()) System.out.println(c);
public static ResponseOp.ResponseCase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Deprecated public static ResponseOp.ResponseCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static ResponseOp.ResponseCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2020. All rights reserved.