You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get help, follow the instructions in the [shared Troubleshooting document](https://github.com/GoogleCloudPlatform/gcloud-common/blob/master/troubleshooting/readme.md#troubleshooting).
837
836
837
+
Using a proxy
838
+
-----
839
+
Clients in this repository use either HTTP or gRPC for the transport layer.
840
+
The README of each client documents the transport layer the client uses.
841
+
842
+
For HTTP clients, a proxy can be configured by using `http.proxyHost` and
843
+
related system properties as documented by
844
+
[Java Networking and Proxies](https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html).
845
+
846
+
For gRPC clients, a proxy can be configured by using the
847
+
`GRPC_PROXY_EXP` environment variable as documented by
848
+
the gRPC [release notes](https://github.com/grpc/grpc-java/releases/tag/v1.0.3).
849
+
Please note that gRPC proxy support is currently experimental.
850
+
838
851
Java Versions
839
852
-------------
840
853
@@ -948,7 +961,7 @@ Apache 2.0 - See [LICENSE] for more information.
Copy file name to clipboardExpand all lines: TESTING.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -239,13 +239,14 @@ Google Translation service.
239
239
240
240
1. Create a test Google Cloud project.
241
241
242
-
2.Follow [Translate Quickstart](https://cloud.google.com/translate/v2/quickstart) to get an API
242
+
2.Download a JSON service account credentials file from the Google Developer's Console. See more about this on the [Google Cloud Platform Authentication page][cloud-platform-authentication]
243
243
key.
244
244
245
245
3. Create a `RemoteTranslateHelper` object using your project ID and API key. Here is an example
246
246
that uses the `RemoteTranslateHelper` to list supported languages.
List<Language> languages = translate.listSupportedLanguages();
251
252
```
@@ -258,7 +259,7 @@ Currently, there isn't an emulator for Cloud Spanner, so an alternative is to cr
258
259
259
260
1. Create a test Google Cloud project.
260
261
261
-
2. Download a JSON service account credentials file from the Google Developer's Console. See more about this on the [Google Cloud Platform Storage Authentication page][cloud-platform-storage-authentication].
262
+
2. Download a JSON service account credentials file from the Google Developer's Console. See more about this on the [Google Cloud Platform Authentication page][cloud-platform-authentication].
262
263
263
264
3. Create or use an existing Cloud Spanner Instance.
264
265
@@ -283,6 +284,7 @@ Here is an example that uses the `RemoteSpannerHelper` to create a database.
Copy file name to clipboardExpand all lines: google-cloud-bigquery/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,6 +214,10 @@ Troubleshooting
214
214
215
215
To get help, follow the instructions in the [shared Troubleshooting document](https://github.com/GoogleCloudPlatform/gcloud-common/blob/master/troubleshooting/readme.md#troubleshooting).
Copy file name to clipboardExpand all lines: google-cloud-compute/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,6 +218,10 @@ Troubleshooting
218
218
219
219
To get help, follow the instructions in the [shared Troubleshooting document](https://github.com/GoogleCloudPlatform/gcloud-common/blob/master/troubleshooting/readme.md#troubleshooting).
0 commit comments