public static interface TransactionOptions.ReadOnlyOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
TransactionOptions.ReadOnly.ConsistencySelectorCase |
getConsistencySelectorCase() |
Timestamp |
getReadTime()
Reads documents at the given time.
|
TimestampOrBuilder |
getReadTimeOrBuilder()
Reads documents at the given time.
|
boolean |
hasReadTime()
Reads documents at the given time.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasReadTime()
Reads documents at the given time. This may not be older than 60 seconds.
.google.protobuf.Timestamp read_time = 2;
Timestamp getReadTime()
Reads documents at the given time. This may not be older than 60 seconds.
.google.protobuf.Timestamp read_time = 2;
TimestampOrBuilder getReadTimeOrBuilder()
Reads documents at the given time. This may not be older than 60 seconds.
.google.protobuf.Timestamp read_time = 2;
TransactionOptions.ReadOnly.ConsistencySelectorCase getConsistencySelectorCase()