Skip to content

Commit

Permalink
Updating Bigtable Client docstring to reflect new credentials. (googl…
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes authored and landrito committed Aug 21, 2017
1 parent 609873d commit d79122f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions bigtable/google/cloud/bigtable/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,10 @@ class Client(_ClientFactoryMixin, _ClientProjectMixin):
instances, tables and data. If not provided, will
attempt to determine from the environment.
:type credentials:
:class:`OAuth2Credentials <oauth2client.client.OAuth2Credentials>` or
:data:`NoneType <types.NoneType>`
:type credentials: :class:`~google.auth.credentials.Credentials`
:param credentials: (Optional) The OAuth2 Credentials to use for this
client. If not provided, defaults to the Google
Application Default Credentials.
client. If not passed, falls back to the default
inferred from the environment.
:type read_only: bool
:param read_only: (Optional) Boolean indicating if the data scope should be
Expand Down

0 comments on commit d79122f

Please sign in to comment.