Interface TransactionOptions.ReadOnlyOrBuilder (2.5.1)

public static interface TransactionOptions.ReadOnlyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getReadTime()

public abstract Timestamp getReadTime()

Reads entities at the given time. This may not be older than 60 seconds.

.google.protobuf.Timestamp read_time = 1;

Returns
TypeDescription
Timestamp

The readTime.

getReadTimeOrBuilder()

public abstract TimestampOrBuilder getReadTimeOrBuilder()

Reads entities at the given time. This may not be older than 60 seconds.

.google.protobuf.Timestamp read_time = 1;

Returns
TypeDescription
TimestampOrBuilder

hasReadTime()

public abstract boolean hasReadTime()

Reads entities at the given time. This may not be older than 60 seconds.

.google.protobuf.Timestamp read_time = 1;

Returns
TypeDescription
boolean

Whether the readTime field is set.