File tree Expand file tree Collapse file tree
packages/google-cloud-runtimeconfig/google/cloud/runtimeconfig Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222class 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'
You can’t perform that action at this time.
0 commit comments