Interface TableReferenceProto.TableModifiersOrBuilder (3.5.1)

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
Type Description
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
Type Description
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
Type Description
boolean

Whether the snapshotTime field is set.