Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 73f3db8

Browse files
emar-karbusunkim96
authored andcommitted
docs: remove references to the old authentication credentials (#9456)
1 parent c060b82 commit 73f3db8

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

google/cloud/error_reporting/_logging.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

google/cloud/error_reporting/client.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)