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

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    The snapshot time of the table.
    com.google.protobuf.TimestampOrBuilder
    The snapshot time of the table.
    boolean
    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 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;