java.lang.Object
com.google.cloud.bigtable.admin.v2.models.Table

public final class Table extends Object
Wrapper for Table protocol buffer object
  • Method Details

    • fromProto

      @InternalApi public static Table fromProto(@Nonnull Table proto)
    • getId

      public String getId()
      Gets the table's id.
    • getInstanceId

      public String getInstanceId()
      Gets the id of the instance that owns this Table.
    • getReplicationStatesByClusterId

      public Map<String,Table.ReplicationState> getReplicationStatesByClusterId()
    • getColumnFamilies

      public List<ColumnFamily> getColumnFamilies()
    • getChangeStreamRetention

      public org.threeten.bp.Duration getChangeStreamRetention()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object