// 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["Version 2.29.0 is presented alongside a list of other versions ranging up to 2.37.0-rc, which is noted as the latest."],["The content provides links to documentation for various versions of the bigquerycontrol service, allowing users to access the documentation for that specific version."],["The example code shows how to override the bigquerycontrol_v2::TableServiceClient endpoint configuration, specifically for scenarios like Private Google Access, using the `google::cloud::Options` class and setting the endpoint to \"private.googleapis.com\"."],["It provides a practical demonstration of how to instantiate a TableServiceClient with an overridden endpoint configuration, using the `MakeTableServiceConnectionRest` method."]]],[]]