File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Google Client libraries will automatically resolve an endpoint to connect to Goo
33The default resolved endpoint will be to Google servers (i.e. ` https://speech.googleapis.com:443 ` ).
44
55## Anatomy of an Endpoint
6- Using the default Java-Speech endpoint as an example: ` https://speech.googleapis.com:443 ` :
6+ Using the default java-speech endpoint as an example: ` https://speech.googleapis.com:443 ` :
77
88| Scheme | Service Name | Universe Domain | Port |
99| ---------- | -------------- | ----------------- | ------ |
@@ -17,7 +17,7 @@ Default values for Java SDK Client libraries:
1717Note: Service Name does not have a default value and is different for each cloud service.
1818
1919## Configuring a Specific Endpoint
20- There are two ways to configure the endpoint in Java Client Libraries: ServiceSettings and
20+ There are two ways to configure the endpoint in Java Cloud Client Libraries: ServiceSettings and
2121TransportChannelProvider.
2222
2323### (Recommended) Set through the generated {Service}Settings
Original file line number Diff line number Diff line change @@ -83,5 +83,5 @@ keyManagementServiceClient.getSettings().getUniverseDomain();
8383Currently, DirectPath code only works in the GDU. If the Universe Domain is configured to not be in the
8484GDU, DirectPath will not be used.
8585### ... GDC-H
86- Universe Domain is incompatible with GDC-H. Do not set the Universe Domain if you are using GDC-H
87- Credentials.
86+ Universe Domain is incompatible with [ GDC-H] ( https://cloud.google.com/distributed-cloud/hosted/docs/latest/gdch/overview ) .
87+ Do not set the Universe Domain if you are using GDC-H Credentials.
You can’t perform that action at this time.
0 commit comments