// 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 vpc_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\u003eThe latest version available is 2.37.0-rc, which is accessible via the provided link.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage lists multiple versions of the bigquerycontrol service, ranging from 2.27.0 up to the latest release candidate.\u003c/p\u003e\n"],["\u003cp\u003eThe listed versions provide access to the \u003ccode\u003ebigquerycontrol_v2_1_1TableServiceClient-endpoint-snippet\u003c/code\u003e, and can be accessed by link.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage demonstrates how to override the \u003ccode\u003ebigquerycontrol_v2::TableServiceClient\u003c/code\u003e endpoint configuration using \u003ccode\u003egoogle::cloud::Options\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe provided endpoint configuration example shows how it can be used with Private Google Access by setting the endpoint option to \u003ccode\u003e"private.googleapis.com"\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]