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
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampThe snapshot time of the table.com.google.protobuf.TimestampOrBuilderThe snapshot time of the table.booleanThe snapshot time of the table.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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;
-