This repository was archived by the owner on Apr 1, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
google/cloud/bigtable/admin_v2/overlay/services/bigtable_table_admin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -293,7 +293,15 @@ def sample_wait_for_consistency():
293293
294294 Returns:
295295 bool:
296- Returns `True` after the mutations of the specified table have been fully replicated
296+ If the `standard_read_remote_writes` mode is specified in the request object, returns
297+ `True` after the mutations of the specified table have been fully replicated. If the
298+ `data_boost_read_local_writes` mode is specified in the request object, returns `True`
299+ after reads using an app profile with `DataBoostIsolationReadOnly` can see all writes
300+ committed before the token was created.
301+
302+ Raises:
303+ google.api_core.GoogleAPICallError: If the operation errors or if
304+ the timeout is reached before the operation completes.
297305 """
298306 # Create or coerce a protobuf request object.
299307 # - Quick check: If we got a request object, we should *not* have
You can’t perform that action at this time.
0 commit comments