We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b081949 + 00a2b65 commit 1a93da3Copy full SHA for 1a93da3
packages/google-cloud-logging/google/cloud/logging/client.py
@@ -29,7 +29,7 @@
29
else:
30
_HAVE_GAX = True
31
32
-from google.cloud.client import JSONClient
+from google.cloud.client import ClientWithProject
33
from google.cloud.environment_vars import DISABLE_GRPC
34
from google.cloud.logging._http import Connection
35
from google.cloud.logging._http import _LoggingAPI as JSONLoggingAPI
@@ -59,7 +59,7 @@
59
"""Environment variable set in a Google Container Engine environment."""
60
61
62
-class Client(JSONClient):
+class Client(ClientWithProject):
63
"""Client to bundle configuration needed for API requests.
64
65
:type project: str
0 commit comments