Skip to content

Commit 193ebe0

Browse files
committed
update the docstring
1 parent 1a8fddd commit 193ebe0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

google/api_core/client_options.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ class ClientOptions(object):
7575
authentication flows. Audience is typically a resource identifier.
7676
If not set, the service endpoint value will be used as a default.
7777
An example of a valid ``api_audience`` is: "https://language.googleapis.com".
78+
universe_domain (Optional[str]): The desired universe domain for API endpoint,
79+
e.g., {service}.{universe_domain}. The default is "googleapis.com".
7880
7981
Raises:
8082
ValueError: If both ``client_cert_source`` and ``client_encrypted_cert_source``

0 commit comments

Comments
 (0)