We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c609e9 + 6415e22 commit fa5a6ebCopy full SHA for fa5a6eb
1 file changed
gcloud/pubsub/client.py
@@ -39,7 +39,7 @@
39
_HAVE_GAX = True
40
41
42
-_USE_GAX = _HAVE_GAX and os.environ.get('GCLOUD_DISABLE_GAX') is None
+_USE_GAX = _HAVE_GAX and (os.environ.get('GCLOUD_ENABLE_GAX') is not None)
43
44
45
class Client(JSONClient):
0 commit comments