Skip to content

Commit dcfe0fb

Browse files
committed
pr comment
1 parent 3f2f686 commit dcfe0fb

14 files changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -837,16 +837,16 @@ To get help, follow the instructions in the [shared Troubleshooting document](ht
837837
838838
Proxy
839839
-----
840-
Clients in this repository use either HTTP or gRPC transport layer.
841-
README of each client documents the transport layer the client uses.
840+
Clients in this repository use either HTTP or gRPC for the transport layer.
841+
The README of each client documents the transport layer the client uses.
842842
843-
For HTTP clients, proxy can be configured by `http.proxyHost` and
843+
For HTTP clients, the proxy can be configured by `http.proxyHost` and
844844
related system properties as documented by
845845
[Java Networking and Proxies](https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html).
846846
847-
For gRPC clients, proxy can be configured by the
847+
For gRPC clients, the proxy can be configured by the
848848
`GRPC_PROXY_EXP` environment variable as documented by
849-
the gRPC [release note](https://github.com/grpc/grpc-java/releases/tag/v1.0.3).
849+
the gRPC [release notes](https://github.com/grpc/grpc-java/releases/tag/v1.0.3).
850850
Please note that the gRPC proxy support is currently experimental.
851851
852852
Java Versions

google-cloud-bigquery/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ To get help, follow the instructions in the [shared Troubleshooting document](ht
216216

217217
Transport
218218
---------
219-
BigQuery uses HTTP transport.
219+
BigQuery uses HTTP for the transport layer.
220220

221221
Java Versions
222222
-------------

google-cloud-compute/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ To get help, follow the instructions in the [shared Troubleshooting document](ht
220220

221221
Transport
222222
---------
223-
Compute uses HTTP transport.
223+
Compute uses HTTP for the transport layer.
224224

225225
Java Versions
226226
-------------

google-cloud-datastore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ To get help, follow the instructions in the [shared Troubleshooting document](ht
152152

153153
Transport
154154
---------
155-
Datastore uses HTTP transport.
155+
Datastore uses HTTP for the transport layer.
156156

157157
Java Versions
158158
-------------

google-cloud-dns/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ To get help, follow the instructions in the [shared Troubleshooting document](ht
344344

345345
Transport
346346
---------
347-
DNS uses HTTP transport.
347+
DNS uses HTTP for the transport layer.
348348

349349
Java Versions
350350
-------------

google-cloud-language/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To get help, follow the instructions in the [shared Troubleshooting document](ht
6565

6666
Transport
6767
---------
68-
Language uses gRPC transport.
68+
Language uses gRPC for the transport layer.
6969

7070
Java Versions
7171
-------------

google-cloud-logging/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ running on Compute Engine or from your own desktop.
166166

167167
Transport
168168
---------
169-
Logging uses gRPC transport.
169+
Logging uses gRPC for the transport layer.
170170

171171
Java Versions
172172
-------------

google-cloud-pubsub/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ running on Compute Engine, App Engine Flexible or from your own desktop.
203203

204204
Transport
205205
---------
206-
Pub/Sub uses gRPC transport.
206+
Pub/Sub uses gRPC for the transport layer.
207207

208208
Java Versions
209209
-------------

google-cloud-resourcemanager/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ pattern. Complete source code can be found at
214214

215215
Transport
216216
---------
217-
Resource Manager uses HTTP transport.
217+
Resource Manager uses HTTP for the transport layer.
218218

219219
Java Versions
220220
-------------

google-cloud-spanner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ document](https://github.com/GoogleCloudPlatform/gcloud-common/blob/master/troub
7272

7373
Transport
7474
---------
75-
Spanner uses gRPC transport.
75+
Spanner uses gRPC for the transport layer.
7676

7777
## Java Versions
7878

0 commit comments

Comments
 (0)