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