We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8fddd commit 193ebe0Copy full SHA for 193ebe0
google/api_core/client_options.py
@@ -75,6 +75,8 @@ class ClientOptions(object):
75
authentication flows. Audience is typically a resource identifier.
76
If not set, the service endpoint value will be used as a default.
77
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".
80
81
Raises:
82
ValueError: If both ``client_cert_source`` and ``client_encrypted_cert_source``
0 commit comments