// 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::ModelServiceClient(
google::cloud::bigquerycontrol_v2::MakeModelServiceConnectionRest(
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 the currently displayed version, with a dropdown option to select others."],["The latest version available is 2.37.0-rc, which is a release candidate."],["Multiple versions of the `bigquerycontrol` client library are listed, ranging from 2.27.0 to 2.37.0-rc."],["The page provides documentation and endpoints for `bigquerycontrol_v2_1_1ModelServiceClient`."],["The code snippet shows how to configure the `ModelServiceClient` endpoint, notably for use with Private Google Access, by setting the `EndpointOption`."]]],[]]