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