// 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::compute_future_reservations_v1::FutureReservationsClient(
google::cloud::compute_future_reservations_v1::
MakeFutureReservationsConnectionRest(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."],[[["The webpage provides documentation for the `compute_future_reservations_v1_1_1FutureReservationsClient` across multiple versions."],["Version 2.37.0-rc is the latest version available, and it is linked at the top of the version list."],["The list of documented versions spans from 2.15.1 up to 2.37.0-rc, including multiple point releases between those."],["The documentation includes instructions on how to override the endpoint configuration for `FutureReservationsClient`, particularly in the context of Private Google Access."],["Each version has a link to its respective documentation page, where one can view the endpoint snippet."]]],[]]