// 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."],[[["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."]]],[]]