Class Table
java.lang.Object
com.google.cloud.bigtable.admin.v2.models.Table
Wrapper for
Table protocol buffer object-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic TableReturns the automated backup policy config.org.threeten.bp.DurationgetId()Gets the table's id.Gets the id of the instance that owns this Table.inthashCode()booleanReturns whether this table has automated backups enabled.booleanReturns whether this table is deletion protected.
-
Method Details
-
fromProto
-
getId
Gets the table's id. -
getInstanceId
Gets the id of the instance that owns this Table. -
getReplicationStatesByClusterId
-
getColumnFamilies
-
getChangeStreamRetention
public org.threeten.bp.Duration getChangeStreamRetention() -
isDeletionProtected
public boolean isDeletionProtected()Returns whether this table is deletion protected. -
isAutomatedBackupEnabled
public boolean isAutomatedBackupEnabled()Returns whether this table has automated backups enabled. -
getAutomatedBackupPolicy
Returns the automated backup policy config. -
equals
-
hashCode
public int hashCode()
-