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

Commit c07c0b2

Browse files
committed
added docmentation for new client option
1 parent 6bd4643 commit c07c0b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

google/cloud/spanner_v1/client.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@ class Client(ClientWithProject):
176176
or :class:`dict`
177177
:param default_transaction_options: (Optional) Default options to use for all transactions.
178178
179+
:type experimental_host: str
180+
:param experimental_host: (Optional) The endpoint for a spanner experimental host deployment.
181+
This is intended only for experimental host spanner endpoints.
182+
If set, this will override the `api_endpoint` in `client_options`.
183+
179184
:raises: :class:`ValueError <exceptions.ValueError>` if both ``read_only``
180185
and ``admin`` are :data:`True`
181186
"""

0 commit comments

Comments
 (0)