public enum ReadOptions.ReadConsistency extends Enum<ReadOptions.ReadConsistency> implements ProtocolMessageEnumThe possible values for read consistencies.
 Protobuf enum google.datastore.v1.ReadOptions.ReadConsistency
Implements
ProtocolMessageEnumStatic Fields | 
      |
|---|---|
| Name | Description | 
EVENTUAL | 
        Eventual consistency.    | 
      
EVENTUAL_VALUE | 
        Eventual consistency.    | 
      
READ_CONSISTENCY_UNSPECIFIED | 
        Unspecified. This value must not be used.    | 
      
READ_CONSISTENCY_UNSPECIFIED_VALUE | 
        Unspecified. This value must not be used.    | 
      
STRONG | 
        Strong consistency.    | 
      
STRONG_VALUE | 
        Strong consistency.    | 
      
UNRECOGNIZED | 
        |
Static Methods | 
      |
|---|---|
| Name | Description | 
forNumber(int value) | 
        |
getDescriptor() | 
        |
internalGetValueMap() | 
        |
valueOf(Descriptors.EnumValueDescriptor desc) | 
        |
valueOf(int value) | 
        Deprecated. Use #forNumber(int) instead.  | 
      
valueOf(String name) | 
        |
values() | 
        |
Methods | 
      |
|---|---|
| Name | Description | 
getDescriptorForType() | 
        |
getNumber() | 
        |
getValueDescriptor() | 
        |