Package | Description |
---|---|
com.google.datastore.v1 |
Modifier and Type | Method and Description |
---|---|
static ReadOptions.ReadConsistency |
ReadOptions.ReadConsistency.forNumber(int value) |
ReadOptions.ReadConsistency |
ReadOptionsOrBuilder.getReadConsistency()
The non-transactional read consistency to use.
|
ReadOptions.ReadConsistency |
ReadOptions.getReadConsistency()
The non-transactional read consistency to use.
|
ReadOptions.ReadConsistency |
ReadOptions.Builder.getReadConsistency()
The non-transactional read consistency to use.
|
static ReadOptions.ReadConsistency |
ReadOptions.ReadConsistency.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ReadOptions.ReadConsistency |
ReadOptions.ReadConsistency.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<ReadOptions.ReadConsistency> |
ReadOptions.ReadConsistency.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ReadOptions.Builder |
ReadOptions.Builder.setReadConsistency(ReadOptions.ReadConsistency value)
The non-transactional read consistency to use.
|
Copyright © 2023 Google LLC. All rights reserved.