This repository was archived by the owner on Feb 23, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
google/cloud/error_reporting Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ class _ErrorReportingLoggingAPI(object):
3030 passed falls back to the default inferred from the
3131 environment.
3232
33- :type credentials: :class:`oauth2client.client.OAuth2Credentials ` or
33+ :type credentials: :class:`google.auth.credentials.Credentials ` or
3434 :class:`NoneType`
35- :param credentials: The OAuth2 Credentials to use for the connection
36- owned by this client. If not passed (and if no
37- ``_http`` object is passed), falls back to the default
38- inferred from the environment.
35+ :param credentials: The authorization credentials to attach to requests.
36+ These credentials identify this application to the service.
37+ If none are specified, the client will attempt to ascertain
38+ the credentials from the environment.
3939
4040 :type _http: :class:`~requests.Session`
4141 :param _http: (Optional) HTTP object to make requests. Can be any object
Original file line number Diff line number Diff line change @@ -96,12 +96,12 @@ class Client(ClientWithProject):
9696 passed falls back to the default inferred from the
9797 environment.
9898
99- :type credentials: :class:`oauth2client.client.OAuth2Credentials ` or
99+ :type credentials: :class:`google.auth.credentials.Credentials ` or
100100 :class:`NoneType`
101- :param credentials: The OAuth2 Credentials to use for the connection
102- owned by this client. If not passed (and if no
103- ``_http`` object is passed), falls back to the default
104- inferred from the environment.
101+ :param credentials: The authorization credentials to attach to requests.
102+ These credentials identify this application to the service.
103+ If none are specified, the client will attempt to ascertain
104+ the credentials from the environment.
105105
106106 :type _http: :class:`~requests.Session`
107107 :param _http: (Optional) HTTP object to make requests. Can be any object
You can’t perform that action at this time.
0 commit comments