// 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::JobServiceClient(
google::cloud::bigquerycontrol_v2::MakeJobServiceConnectionRest(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.36.0 is the current stable release, with a list of previous versions dating back to 2.27.0 available."],["Version 2.37.0-rc is the latest release candidate and is available for access."],["The documentation provides the ability to override the bigquerycontrol_v2::JobServiceClient Endpoint Configuration."],["The provided code snippet demonstrates how to set up a common configuration for Private Google Access using the endpoint \"private.googleapis.com\"."],["Each listed version, from 2.37.0-rc to 2.27.0, links to its corresponding documentation for the bigquerycontrol_v2_1_1JobServiceClient-endpoint-snippet."]]],[]]