// 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::ProjectServiceClient(
google::cloud::bigquerycontrol_v2::MakeProjectServiceConnectionRest(
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.27.0 is the current version listed and is one of many versions listed, with the latest being 2.37.0-rc."],["The content provides links to various versions of documentation for bigquerycontrol, ranging from 2.27.0 up to the latest release candidate 2.37.0-rc."],["It demonstrates how to override the endpoint configuration for bigquerycontrol_v2::ProjectServiceClient, specifying that this configuration is common with Private Google Access."],["The links all take you to a url snippet for the configuration of the bigquerycontrol_v2_1_1ProjectServiceClient endpoint."]]],[]]