@@ -38,29 +38,41 @@ which should give you a taste of the App Engine Admin API C++ client library API
3838
3939## Environment Variables
4040
41- - `GOOGLE_CLOUD_CPP_APPLICATIONS_ENDPOINT=...` changes the default endpoint
42- (appengine.googleapis.com) used by `ApplicationsConnection`.
41+ <!-- inject-endpoint-env-vars-start -->
4342
44- - `GOOGLE_CLOUD_CPP_AUTHORIZED_CERTIFICATES_ENDPOINT=...` changes the default endpoint
45- (appengine.googleapis.com) used by `AuthorizedCertificatesConnection`.
43+ - `GOOGLE_CLOUD_CPP_APPLICATIONS_ENDPOINT=...` overrides the
44+ `EndpointOption` (which defaults to "appengine.googleapis.com")
45+ used by `MakeApplicationsConnection()`.
4646
47- - `GOOGLE_CLOUD_CPP_AUTHORIZED_DOMAINS_ENDPOINT=...` changes the default endpoint
48- (appengine.googleapis.com) used by `AuthorizedDomainsConnection`.
47+ - `GOOGLE_CLOUD_CPP_AUTHORIZED_CERTIFICATES_ENDPOINT=...` overrides the
48+ `EndpointOption` (which defaults to "appengine.googleapis.com")
49+ used by `MakeAuthorizedCertificatesConnection()`.
4950
50- - `GOOGLE_CLOUD_CPP_DOMAIN_MAPPINGS_ENDPOINT=...` changes the default endpoint
51- (appengine.googleapis.com) used by `DomainMappingsConnection`.
51+ - `GOOGLE_CLOUD_CPP_AUTHORIZED_DOMAINS_ENDPOINT=...` overrides the
52+ `EndpointOption` (which defaults to "appengine.googleapis.com")
53+ used by `MakeAuthorizedDomainsConnection()`.
5254
53- - `GOOGLE_CLOUD_CPP_FIREWALL_ENDPOINT=...` changes the default endpoint
54- (appengine.googleapis.com) used by `FirewallConnection`.
55+ - `GOOGLE_CLOUD_CPP_DOMAIN_MAPPINGS_ENDPOINT=...` overrides the
56+ `EndpointOption` (which defaults to "appengine.googleapis.com")
57+ used by `MakeDomainMappingsConnection()`.
5558
56- - `GOOGLE_CLOUD_CPP_INSTANCES_ENDPOINT=...` changes the default endpoint
57- (appengine.googleapis.com) used by `InstancesConnection`.
59+ - `GOOGLE_CLOUD_CPP_FIREWALL_ENDPOINT=...` overrides the
60+ `EndpointOption` (which defaults to "appengine.googleapis.com")
61+ used by `MakeFirewallConnection()`.
5862
59- - `GOOGLE_CLOUD_CPP_SERVICES_ENDPOINT=...` changes the default endpoint
60- (appengine.googleapis.com) used by `ServicesConnection`.
63+ - `GOOGLE_CLOUD_CPP_INSTANCES_ENDPOINT=...` overrides the
64+ `EndpointOption` (which defaults to "appengine.googleapis.com")
65+ used by `MakeInstancesConnection()`.
6166
62- - `GOOGLE_CLOUD_CPP_VERSIONS_ENDPOINT=...` changes the default endpoint
63- (appengine.googleapis.com) used by `VersionsConnection`.
67+ - `GOOGLE_CLOUD_CPP_SERVICES_ENDPOINT=...` overrides the
68+ `EndpointOption` (which defaults to "appengine.googleapis.com")
69+ used by `MakeServicesConnection()`.
70+
71+ - `GOOGLE_CLOUD_CPP_VERSIONS_ENDPOINT=...` overrides the
72+ `EndpointOption` (which defaults to "appengine.googleapis.com")
73+ used by `MakeVersionsConnection()`.
74+
75+ <!-- inject-endpoint-env-vars-end -->
6476
6577- `GOOGLE_CLOUD_CPP_ENABLE_TRACING=rpc` turns on tracing for most gRPC
6678 calls. The library injects an additional Stub decorator that prints each gRPC
0 commit comments