// 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::compute_reservations_v1::ReservationsClient(
google::cloud::compute_reservations_v1::MakeReservationsConnectionRest(
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-08 UTC."],[[["The latest version available is 2.37.0-rc, which can be accessed via the provided link."],["The documentation provides a range of versions, from 2.37.0-rc down to 2.15.1, for the `compute_reservations_v1_1_1ReservationsClient-endpoint-snippet`."],["Each listed version corresponds to a specific link that leads to its respective documentation, enabling access to previous versions of the compute reservations client."],["Configuration details are available for overriding the `compute_reservations_v1::ReservationsClient` endpoint."],["Overriding the endpoint configuration is a practice that can be used in conjuction with private google access."]]],[]]