Interface ReadSession.TableModifiersOrBuilder (2.28.1)

See more code actions.
public static interface ReadSession.TableModifiersOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract Timestamp getSnapshotTime()

The snapshot time of the table. If not set, interpreted as now.

.google.protobuf.Timestamp snapshot_time = 1;

Returns
TypeDescription
Timestamp

The snapshotTime.

getSnapshotTimeOrBuilder()

public abstract TimestampOrBuilder getSnapshotTimeOrBuilder()

The snapshot time of the table. If not set, interpreted as now.

.google.protobuf.Timestamp snapshot_time = 1;

Returns
TypeDescription
TimestampOrBuilder

hasSnapshotTime()

public abstract boolean hasSnapshotTime()

The snapshot time of the table. If not set, interpreted as now.

.google.protobuf.Timestamp snapshot_time = 1;

Returns
TypeDescription
boolean

Whether the snapshotTime field is set.