Google Cloud BigQuery C++ Client 2.13.0
A C++ Client Library for Google Cloud BigQuery
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 bigquery_analyticshub_v1::AnalyticsHubServiceClient:

// This configuration is common with Private Google Access:
// https://cloud.google.com/vpc/docs/private-google-access
"private.googleapis.com");
auto client =
MakeAnalyticsHubServiceConnection(options));
Options & set(ValueTypeT< T > v)
The AnalyticsHubService API facilitates data sharing within and across organizations.
Definition: analytics_hub_client.h:66
Definition: analytics_hub_client.h:32

Follow these links to find examples for other *Client classes: