We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb3353 commit 75f2d0cCopy full SHA for 75f2d0c
packages/google-cloud-bigtable/google/cloud/bigtable/client.py
@@ -207,6 +207,7 @@ class Client(_ClientFactoryMixin, _ClientProjectMixin):
207
_instance_stub_internal = None
208
_operations_stub_internal = None
209
_table_stub_internal = None
210
+ _SET_PROJECT = True # Used by from_service_account_json()
211
212
def __init__(self, project=None, credentials=None,
213
read_only=False, admin=False, user_agent=DEFAULT_USER_AGENT):
0 commit comments