enum value for cluster state Possible replications_state values are 0 for STATE_NOT_KNOWN: The replication state of the table is unknown in this cluster. 1 for INITIALIZING: The cluster was recently created, and the table must finish copying over pre-existing data from other clusters before it can begin receiving live replication updates and servingData APIrequests. 2 for PLANNED_MAINTENANCE: The table is temporarily unable to serveData APIrequests from this cluster due to planned internal maintenance. 3 for UNPLANNED_MAINTENANCE: The table is temporarily unable to serveData APIrequests from this cluster due to unplanned or emergency maintenance. 4 for READY: The table can serveData APIrequests from this cluster. Depending on replication delay, reads may not immediately reflect the state of the table in other clusters.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Module table (2.32.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.32.0 (latest)](/python/docs/reference/bigtable/latest/google.cloud.bigtable.table)\n- [2.31.0](/python/docs/reference/bigtable/2.31.0/google.cloud.bigtable.table)\n- [2.30.1](/python/docs/reference/bigtable/2.30.1/google.cloud.bigtable.table)\n- [2.29.0](/python/docs/reference/bigtable/2.29.0/google.cloud.bigtable.table)\n- [2.28.1](/python/docs/reference/bigtable/2.28.1/google.cloud.bigtable.table)\n- [2.26.0](/python/docs/reference/bigtable/2.26.0/google.cloud.bigtable.table)\n- [2.25.0](/python/docs/reference/bigtable/2.25.0/google.cloud.bigtable.table)\n- [2.24.0](/python/docs/reference/bigtable/2.24.0/google.cloud.bigtable.table)\n- [2.23.1](/python/docs/reference/bigtable/2.23.1/google.cloud.bigtable.table)\n- [2.22.0](/python/docs/reference/bigtable/2.22.0/google.cloud.bigtable.table)\n- [2.21.0](/python/docs/reference/bigtable/2.21.0/google.cloud.bigtable.table)\n- [2.20.0](/python/docs/reference/bigtable/2.20.0/google.cloud.bigtable.table)\n- [2.19.0](/python/docs/reference/bigtable/2.19.0/google.cloud.bigtable.table)\n- [2.18.1](/python/docs/reference/bigtable/2.18.1/google.cloud.bigtable.table)\n- [2.17.0](/python/docs/reference/bigtable/2.17.0/google.cloud.bigtable.table)\n- [2.16.0](/python/docs/reference/bigtable/2.16.0/google.cloud.bigtable.table)\n- [2.15.0](/python/docs/reference/bigtable/2.15.0/google.cloud.bigtable.table)\n- [2.14.1](/python/docs/reference/bigtable/2.14.1/google.cloud.bigtable.table)\n- [2.13.2](/python/docs/reference/bigtable/2.13.2/google.cloud.bigtable.table)\n- [2.12.0](/python/docs/reference/bigtable/2.12.0/google.cloud.bigtable.table)\n- [2.11.3](/python/docs/reference/bigtable/2.11.3/google.cloud.bigtable.table)\n- [2.10.1](/python/docs/reference/bigtable/2.10.1/google.cloud.bigtable.table)\n- [2.9.0](/python/docs/reference/bigtable/2.9.0/google.cloud.bigtable.table)\n- [2.8.1](/python/docs/reference/bigtable/2.8.1/google.cloud.bigtable.table)\n- [2.7.1](/python/docs/reference/bigtable/2.7.1/google.cloud.bigtable.table)\n- [2.6.0](/python/docs/reference/bigtable/2.6.0/google.cloud.bigtable.table)\n- [2.5.2](/python/docs/reference/bigtable/2.5.2/google.cloud.bigtable.table)\n- [2.4.0](/python/docs/reference/bigtable/2.4.0/google.cloud.bigtable.table)\n- [2.3.3](/python/docs/reference/bigtable/2.3.3/google.cloud.bigtable.table)\n- [2.2.0](/python/docs/reference/bigtable/2.2.0/google.cloud.bigtable.table)\n- [2.1.0](/python/docs/reference/bigtable/2.1.0/google.cloud.bigtable.table)\n- [2.0.0](/python/docs/reference/bigtable/2.0.0/google.cloud.bigtable.table)\n- [1.7.3](/python/docs/reference/bigtable/1.7.3/google.cloud.bigtable.table)\n- [1.6.1](/python/docs/reference/bigtable/1.6.1/google.cloud.bigtable.table)\n- [1.5.1](/python/docs/reference/bigtable/1.5.1/google.cloud.bigtable.table)\n- [1.4.0](/python/docs/reference/bigtable/1.4.0/google.cloud.bigtable.table)\n- [1.3.0](/python/docs/reference/bigtable/1.3.0/google.cloud.bigtable.table)\n- [1.2.1](/python/docs/reference/bigtable/1.2.1/google.cloud.bigtable.table)\n- [1.1.0](/python/docs/reference/bigtable/1.1.0/google.cloud.bigtable.table)\n- [1.0.0](/python/docs/reference/bigtable/1.0.0/google.cloud.bigtable.table)\n- [0.34.0](/python/docs/reference/bigtable/0.34.0/google.cloud.bigtable.table) \nUser-friendly container for Google Cloud Bigtable Table.\n\nClasses\n-------\n\n### [ClusterState](/python/docs/reference/bigtable/latest/google.cloud.bigtable.table.ClusterState)\n\n ClusterState(replication_state)\n\nRepresentation of a Cluster State.\n\n### [Table](/python/docs/reference/bigtable/latest/google.cloud.bigtable.table.Table)\n\n Table(table_id, instance, mutation_timeout=None, app_profile_id=None)\n\nRepresentation of a Google Cloud Bigtable Table.\n\n\u003cbr /\u003e\n\n| **Note:** We don't define any properties on a table other than the name. The only other fields are `column_families` and `granularity`, The `column_families` are not stored locally and `granularity` is an enum with only one value.\n\n\u003cbr /\u003e\n\n- `create` the table\n- `delete` the table\n- `list_column_families` in the table\n\n### [TableMismatchError](/python/docs/reference/bigtable/latest/google.cloud.bigtable.table.TableMismatchError)\n\nRow from another table.\n\n### [TooManyMutationsError](/python/docs/reference/bigtable/latest/google.cloud.bigtable.table.TooManyMutationsError)\n\nThe number of mutations for bulk request is too big."]]