Skip to content

Commit

Permalink
Update the docstring for client_options
Browse files Browse the repository at this point in the history
  • Loading branch information
lidizheng committed Jun 12, 2020
1 parent e7a8d73 commit 33195e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class {{ service.client_name }}(metaclass={{ service.client_name }}Meta):
transport to use. If set to None, a transport is chosen
automatically.
client_options (ClientOptions): Custom options for the client. It
won't take effect unless ``transport`` is None.
won't take effect if a ``transport`` instance is provided.
(1) The ``api_endpoint`` property can be used to override the
default endpoint provided by the client. GOOGLE_API_USE_MTLS
environment variable can also be used to override the endpoint:
Expand Down

0 comments on commit 33195e5

Please sign in to comment.