public static enum BatchGetDocumentsRequest.ConsistencySelectorCase extends java.lang.Enum<BatchGetDocumentsRequest.ConsistencySelectorCase> implements Internal.EnumLite
Enum Constant and Description |
---|
CONSISTENCYSELECTOR_NOT_SET |
NEW_TRANSACTION |
READ_TIME |
TRANSACTION |
Modifier and Type | Method and Description |
---|---|
static BatchGetDocumentsRequest.ConsistencySelectorCase |
forNumber(int value) |
int |
getNumber() |
static BatchGetDocumentsRequest.ConsistencySelectorCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BatchGetDocumentsRequest.ConsistencySelectorCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BatchGetDocumentsRequest.ConsistencySelectorCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchGetDocumentsRequest.ConsistencySelectorCase TRANSACTION
public static final BatchGetDocumentsRequest.ConsistencySelectorCase NEW_TRANSACTION
public static final BatchGetDocumentsRequest.ConsistencySelectorCase READ_TIME
public static final BatchGetDocumentsRequest.ConsistencySelectorCase CONSISTENCYSELECTOR_NOT_SET
public static BatchGetDocumentsRequest.ConsistencySelectorCase[] values()
for (BatchGetDocumentsRequest.ConsistencySelectorCase c : BatchGetDocumentsRequest.ConsistencySelectorCase.values()) System.out.println(c);
public static BatchGetDocumentsRequest.ConsistencySelectorCase 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 null@Deprecated public static BatchGetDocumentsRequest.ConsistencySelectorCase valueOf(int value)
forNumber(int)
instead.public static BatchGetDocumentsRequest.ConsistencySelectorCase forNumber(int value)
public int getNumber()
getNumber
in interface Internal.EnumLite