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