// 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 vpc_client =
google::cloud::bigquery_reservation_v1::ReservationServiceClient(
google::cloud::bigquery_reservation_v1::
MakeReservationServiceConnection(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-02 UTC."],[[["The latest version available for the BigQuery Reservation Service Client is 2.37.0-rc, which is accessible via a specific link."],["This document provides access to a comprehensive list of previous versions, spanning from 2.36.0 down to 2.11.0, each with a corresponding link."],["The content includes a code snippet demonstrating how to override the `bigquery_reservation_v1::ReservationServiceClient` Endpoint Configuration, for instance, for Private Google Access."],["Each version in this doc contains the same snippet for an endpoint."]]],[]]