We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec85966 commit f047ff5Copy full SHA for f047ff5
1 file changed
packages/google-cloud-resource-manager/google/cloud/resource_manager/connection.py
@@ -21,12 +21,8 @@
21
class Connection(_http.JSONConnection):
22
"""A connection to Google Cloud Resource Manager via the JSON REST API.
23
24
- :type credentials: :class:`oauth2client.client.OAuth2Credentials`
25
- :param credentials: (Optional) The OAuth2 Credentials to use for this
26
- connection.
27
-
28
- :type http: :class:`httplib2.Http` or class that defines ``request()``.
29
- :param http: (Optional) HTTP object to make requests.
+ :type client: :class:`~google.cloud.resource_manager.client.Client`
+ :param client: The client that owns the current connection.
30
"""
31
32
API_BASE_URL = 'https://cloudresourcemanager.googleapis.com'
0 commit comments