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.
|
static ResponseOp.ResponseCase |
valueOf(String name) |
static ResponseOp.ResponseCase[] |
values() |
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()
public static ResponseOp.ResponseCase valueOf(String name)
@Deprecated public static ResponseOp.ResponseCase valueOf(int value)
forNumber(int) instead.public static ResponseOp.ResponseCase forNumber(int value)
public int getNumber()
Copyright © 2019. All rights reserved.