Interface ReadSession.TableModifiersOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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;