| Modifier and Type | Class and Description |
|---|---|
static class |
Table.AutomatedBackupPolicy |
static class |
Table.ReplicationState |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static Table |
fromProto(Table proto) |
Table.AutomatedBackupPolicy |
getAutomatedBackupPolicy()
Returns the automated backup policy config.
|
org.threeten.bp.Duration |
getChangeStreamRetention() |
List<ColumnFamily> |
getColumnFamilies() |
String |
getId()
Gets the table's id.
|
String |
getInstanceId()
Gets the id of the instance that owns this Table.
|
Map<String,Table.ReplicationState> |
getReplicationStatesByClusterId() |
int |
hashCode() |
boolean |
isAutomatedBackupEnabled()
Returns whether this table has automated backups enabled.
|
boolean |
isDeletionProtected()
Returns whether this table is deletion protected.
|
public String getId()
public String getInstanceId()
public Map<String,Table.ReplicationState> getReplicationStatesByClusterId()
public List<ColumnFamily> getColumnFamilies()
public org.threeten.bp.Duration getChangeStreamRetention()
public boolean isDeletionProtected()
public boolean isAutomatedBackupEnabled()
@Nullable public Table.AutomatedBackupPolicy getAutomatedBackupPolicy()
Copyright © 2026 Google LLC. All rights reserved.