Resource Settings API C++ Client 2.13.0
A C++ Client Library for the Resource Settings API
Loading...
Searching...
No Matches
How to Override the Default Endpoint

In some cases, you may need to override the default endpoint used by the client library. Use the EndpointOption when initializing the client library to change this default.

For example, this will override the default endpoint for resourcesettings_v1::ResourceSettingsServiceClient:

// This configuration is common with Private Google Access:
// https://cloud.google.com/vpc/docs/private-google-access
"private.googleapis.com");
auto client =
MakeResourceSettingsServiceConnection(options));
Options & set(ValueTypeT< T > v)
An interface to interact with resource settings and setting values throughout the resource hierarchy.
Definition: resource_settings_client.h:72
Definition: resource_settings_client.h:32