Example:
|
:type credentials: :class:`oauth2client.client.OAuth2Credentials` or |
|
:class:`NoneType` |
|
:param credentials: The OAuth2 Credentials to use for the connection |
|
owned by this client. If not passed (and if no |
|
``_http`` object is passed), falls back to the default |
|
inferred from the environment. |
These should be updated to google.auth.credentials.Credentials.
|
credentials (google.auth.credentials.Credentials): The |
|
authorization credentials to attach to requests. These |
|
credentials identify this application to the service. If none |
|
are specified, the client will attempt to ascertain the |
|
credentials from the environment. |
See https://github.com/googleapis/google-cloud-python/search?q=oauth2client&unscoped_q=oauth2client
Example:
google-cloud-python/error_reporting/google/cloud/error_reporting/_logging.py
Lines 33 to 38 in 8b60456
These should be updated to
google.auth.credentials.Credentials.google-cloud-python/logging/google/cloud/logging_v2/gapic/transports/logging_service_v2_grpc_transport.py
Lines 51 to 55 in e993961
See https://github.com/googleapis/google-cloud-python/search?q=oauth2client&unscoped_q=oauth2client