// This configuration is common with Private Google Access:
// https://cloud.google.com/vpc/docs/private-google-access
auto options = google::cloud::Options{}.set<google::cloud::EndpointOption>(
"private.googleapis.com");
auto client = google::cloud::bigquerycontrol_v2::TableServiceClient(
google::cloud::bigquerycontrol_v2::MakeTableServiceConnectionRest(
options));
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This webpage provides access to different versions of the `bigquerycontrol` C++ documentation, ranging from version 2.27.0 up to the latest release candidate, 2.37.0-rc."],["Each listed version links to the documentation for the `bigquerycontrol_v2_1_1TableServiceClient-endpoint-snippet`, allowing for detailed review of specific version information."],["The page also demonstrates how to override the default `bigquerycontrol_v2::TableServiceClient` endpoint configuration for scenarios like Private Google Access, using `google::cloud::EndpointOption`."],["The lowest version of the documentation is 2.27.0, while the highest stable release version is 2.36.0."]]],[]]