Skip to content

Commit d7b8ad9

Browse files
committed
chore: Address PR comments
1 parent fef053b commit d7b8ad9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/endpoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Google Client libraries will automatically resolve an endpoint to connect to Goo
33
The 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:
1717
Note: 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
2121
TransportChannelProvider.
2222

2323
### (Recommended) Set through the generated {Service}Settings

docs/universe_domain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ keyManagementServiceClient.getSettings().getUniverseDomain();
8383
Currently, DirectPath code only works in the GDU. If the Universe Domain is configured to not be in the
8484
GDU, 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.

0 commit comments

Comments
 (0)