public static interface TransactionOptions.ReadOnlyOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getConsistencySelectorCase()
public abstract TransactionOptions.ReadOnly.ConsistencySelectorCase getConsistencySelectorCase()
Type | Description |
TransactionOptions.ReadOnly.ConsistencySelectorCase |
getReadTime()
public abstract Timestamp getReadTime()
Reads documents at the given time. This may not be older than 60 seconds.
.google.protobuf.Timestamp read_time = 2;
Type | Description |
Timestamp | The readTime. |
getReadTimeOrBuilder()
public abstract TimestampOrBuilder getReadTimeOrBuilder()
Reads documents at the given time. This may not be older than 60 seconds.
.google.protobuf.Timestamp read_time = 2;
Type | Description |
TimestampOrBuilder |
hasReadTime()
public abstract boolean hasReadTime()
Reads documents at the given time. This may not be older than 60 seconds.
.google.protobuf.Timestamp read_time = 2;
Type | Description |
boolean | Whether the readTime field is set. |