Interface ReadSession.TableModifiersOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReadSession.TableModifiers
,ReadSession.TableModifiers.Builder
- Enclosing class:
- ReadSession
public static interface ReadSession.TableModifiersOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.Timestamp
getSnapshotTime()
The snapshot time of the table.com.google.protobuf.TimestampOrBuilder
getSnapshotTimeOrBuilder()
The snapshot time of the table.boolean
hasSnapshotTime()
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;
-
-