Interface TableReferenceProto.TableModifiersOrBuilder (2.13.0)

public static interface TableReferenceProto.TableModifiersOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSnapshotTime()

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.