// 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-08-14 UTC."],[[["\u003cp\u003eVersion 2.29.0 is presented alongside a list of other versions ranging up to 2.37.0-rc, which is noted as the latest.\u003c/p\u003e\n"],["\u003cp\u003eThe content provides links to documentation for various versions of the bigquerycontrol service, allowing users to access the documentation for that specific version.\u003c/p\u003e\n"],["\u003cp\u003eThe example code shows how to override the bigquerycontrol_v2::TableServiceClient endpoint configuration, specifically for scenarios like Private Google Access, using the \u003ccode\u003egoogle::cloud::Options\u003c/code\u003e class and setting the endpoint to "private.googleapis.com".\u003c/p\u003e\n"],["\u003cp\u003eIt provides a practical demonstration of how to instantiate a TableServiceClient with an overridden endpoint configuration, using the \u003ccode\u003eMakeTableServiceConnectionRest\u003c/code\u003e method.\u003c/p\u003e\n"]]],[],null,[]]