Interface TableReferenceProto.TableModifiersOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TableReferenceProto.TableModifiers,TableReferenceProto.TableModifiers.Builder
- Enclosing class:
- TableReferenceProto
public static interface TableReferenceProto.TableModifiersOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetSnapshotTime()The snapshot time of the table.com.google.protobuf.TimestampOrBuildergetSnapshotTimeOrBuilder()The snapshot time of the table.booleanhasSnapshotTime()The snapshot time of the table.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSnapshotTime
boolean hasSnapshotTime()
The snapshot time of the table. If not set, interpreted as now.
.google.protobuf.Timestamp snapshot_time = 1;- Returns:
- Whether the snapshotTime field is set.
-
getSnapshotTime
com.google.protobuf.Timestamp getSnapshotTime()
The snapshot time of the table. If not set, interpreted as now.
.google.protobuf.Timestamp snapshot_time = 1;- Returns:
- The snapshotTime.
-
getSnapshotTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder()
The snapshot time of the table. If not set, interpreted as now.
.google.protobuf.Timestamp snapshot_time = 1;
-
-