Enum ReadOptions.ReadConsistency (2.19.0)

public enum ReadOptions.ReadConsistency extends Enum<ReadOptions.ReadConsistency> implements ProtocolMessageEnum

The possible values for read consistencies.

Protobuf enum google.datastore.v1.ReadOptions.ReadConsistency

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EVENTUAL

Eventual consistency.

EVENTUAL = 2;

EVENTUAL_VALUE

Eventual consistency.

EVENTUAL = 2;

READ_CONSISTENCY_UNSPECIFIED

Unspecified. This value must not be used.

READ_CONSISTENCY_UNSPECIFIED = 0;

READ_CONSISTENCY_UNSPECIFIED_VALUE

Unspecified. This value must not be used.

READ_CONSISTENCY_UNSPECIFIED = 0;

STRONG

Strong consistency.

STRONG = 1;

STRONG_VALUE

Strong consistency.

STRONG = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()