Uses of Enum
com.google.datastore.v1.ReadOptions.ReadConsistency
-
Uses of ReadOptions.ReadConsistency in com.google.datastore.v1
Methods in com.google.datastore.v1 that return ReadOptions.ReadConsistencyModifier and TypeMethodDescriptionstatic ReadOptions.ReadConsistencyReadOptions.ReadConsistency.forNumber(int value) ReadOptions.Builder.getReadConsistency()The non-transactional read consistency to use.ReadOptions.getReadConsistency()The non-transactional read consistency to use.ReadOptionsOrBuilder.getReadConsistency()The non-transactional read consistency to use.static ReadOptions.ReadConsistencyReadOptions.ReadConsistency.valueOf(int value) Deprecated.static ReadOptions.ReadConsistencyReadOptions.ReadConsistency.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ReadOptions.ReadConsistencyReturns 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.Methods in com.google.datastore.v1 that return types with arguments of type ReadOptions.ReadConsistencyModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ReadOptions.ReadConsistency>ReadOptions.ReadConsistency.internalGetValueMap()Methods in com.google.datastore.v1 with parameters of type ReadOptions.ReadConsistencyModifier and TypeMethodDescriptionReadOptions.Builder.setReadConsistency(ReadOptions.ReadConsistency value) The non-transactional read consistency to use.