Skip to content

Commit 86450c0

Browse files
committed
Fix-up docstrings after Connection() signature change.
1 parent af26b61 commit 86450c0

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

  • packages/google-cloud-runtimeconfig/google/cloud/runtimeconfig

packages/google-cloud-runtimeconfig/google/cloud/runtimeconfig/connection.py

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,8 @@
2222
class Connection(_http.JSONConnection):
2323
"""A connection to Google Cloud RuntimeConfig via the JSON REST API.
2424
25-
:type credentials: :class:`oauth2client.client.OAuth2Credentials`
26-
:param credentials: (Optional) The OAuth2 Credentials to use for this
27-
connection.
28-
29-
:type http: :class:`httplib2.Http` or class that defines ``request()``.
30-
:param http: (Optional) HTTP object to make requests.
31-
32-
:type api_base_url: str
33-
:param api_base_url: The base of the API call URL. Defaults to the value
34-
:attr:`Connection.API_BASE_URL`.
25+
:type client: :class:`~google.cloud.runtimeconfig.client.Client`
26+
:param client: The client that owns the current connection.
3527
"""
3628

3729
API_BASE_URL = 'https://runtimeconfig.googleapis.com'

0 commit comments

Comments
 (0)