Skip to content

Commit 68d14a6

Browse files
committed
chore: adds docstring for audience.
1 parent 5478ec8 commit 68d14a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/api_core/client_options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ class ClientOptions(object):
7070
scopes (Optional[Sequence[str]]): OAuth access token override scopes.
7171
api_key (Optional[str]): Google API key. ``credentials_file`` and
7272
``api_key`` are mutually exclusive.
73+
audience (Optional[str]): The desired API audience.
7374
7475
Raises:
7576
ValueError: If both ``client_cert_source`` and ``client_encrypted_cert_source``

0 commit comments

Comments
 (0)