Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 36aa597

Browse files
committed
Improved documentation
1 parent e69bd0b commit 36aa597

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

  • google/cloud/bigtable/admin_v2/overlay/services/bigtable_table_admin

google/cloud/bigtable/admin_v2/overlay/services/bigtable_table_admin/client.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)