// 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::RoutineServiceClient(
google::cloud::bigquerycontrol_v2::MakeRoutineServiceConnectionRest(
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.36.0 is the current stable release, with version 2.37.0-rc being the latest release candidate."],["The webpage provides a list of available versions of bigquerycontrol, ranging from 2.27.0 up to the latest release candidate, 2.37.0-rc."],["Each version number is a link to documentation about the `bigquerycontrol_v2_1_1RoutineServiceClient-endpoint-snippet`."],["The page demonstrates how to override the endpoint configuration for `bigquerycontrol_v2::RoutineServiceClient`, which is useful for Private Google Access."]]],[]]