We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc56733 commit c890675Copy full SHA for c890675
google/api_core/client_options.py
@@ -33,7 +33,7 @@ def get_client_cert():
33
34
client = ImageAnnotatorClient(client_options=options)
35
36
-You can also pass a dictionary.
+You can also pass a mapping object.
37
38
.. code-block:: python
39
@@ -98,10 +98,10 @@ def __repr__(self):
98
99
100
def from_dict(options):
101
- """Construct a client options object from a dictionary.
+ """Construct a client options object from a mapping object.
102
103
Args:
104
- options (Dict[str, Any]): A dictionary with client options.
+ options (six.moves.collections_abc.Mapping): A mapping object with client options.
105
See the docstring for ClientOptions for details on valid arguments.
106
"""
107
0 commit comments