static ReadOptions.ReadConsistency |
ReadOptions.ReadConsistency.forNumber(int value) |
|
ReadOptions.ReadConsistency |
ReadOptions.Builder.getReadConsistency() |
The non-transactional read consistency to use.
|
ReadOptions.ReadConsistency |
ReadOptions.getReadConsistency() |
The non-transactional read consistency to use.
|
ReadOptions.ReadConsistency |
ReadOptionsOrBuilder.getReadConsistency() |
The non-transactional read consistency to use.
|
static ReadOptions.ReadConsistency |
ReadOptions.ReadConsistency.valueOf(int value) |
Deprecated.
|
static ReadOptions.ReadConsistency |
ReadOptions.ReadConsistency.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static ReadOptions.ReadConsistency |
ReadOptions.ReadConsistency.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ReadOptions.ReadConsistency[] |
ReadOptions.ReadConsistency.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|