File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ Authentication and Configuration
1313 to interact with. If you are Google App Engine or Google Compute Engine
1414 this will be detected automatically.
1515
16+ - The library now enables the ``gRPC `` transport for the logging API by
17+ default, assuming that the required dependencies are installed and
18+ importable. To *disable * this transport, set the
19+ :envvar: `GCLOUD_DISABLE_GAX ` environment variable to a non-empty string,
20+ e.g.: ``$ export GCLOUD_DISABLE_GAX=1 ``.
21+
1622- After configuring your environment, create a
1723 :class: `Client <gcloud.logging.client.Client> `
1824
Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ Authentication / Configuration
77- Use :class: `Client <gcloud.pubsub.client.Client> ` objects to configure
88 your applications.
99
10+ - In addition to any authentication configuration, you should also set the
11+ :envvar: `GCLOUD_PROJECT ` environment variable for the project you'd like
12+ to interact with. If you are Google App Engine or Google Compute Engine
13+ this will be detected automatically.
14+
15+ - The library now enables the ``gRPC `` transport for the pubsub API by
16+ default, assuming that the required dependencies are installed and
17+ importable. To *disable * this transport, set the
18+ :envvar: `GCLOUD_DISABLE_GAX ` environment variable to a non-empty string,
19+ e.g.: ``$ export GCLOUD_DISABLE_GAX=1 ``.
20+
1021- :class: `Client <gcloud.pubsub.client.Client> ` objects hold both a ``project ``
1122 and an authenticated connection to the PubSub service.
1223
You can’t perform that action at this time.
0 commit comments