Skip to content

Commit f047ff5

Browse files
committed
Fix-up docstrings after Connection() signature change.
1 parent ec85966 commit f047ff5

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

  • packages/google-cloud-resource-manager/google/cloud/resource_manager

packages/google-cloud-resource-manager/google/cloud/resource_manager/connection.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,8 @@
2121
class Connection(_http.JSONConnection):
2222
"""A connection to Google Cloud Resource Manager via the JSON REST API.
2323
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.
24+
:type client: :class:`~google.cloud.resource_manager.client.Client`
25+
:param client: The client that owns the current connection.
3026
"""
3127

3228
API_BASE_URL = 'https://cloudresourcemanager.googleapis.com'

0 commit comments

Comments
 (0)