// 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_region_backend_services_v1::
RegionBackendServicesClient(
google::cloud::compute_region_backend_services_v1::
MakeRegionBackendServicesConnectionRest(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 latest release candidate version available is 2.37.0-rc, representing the most recent update."],["The page provides access to a range of historical versions, from 2.15.1 up to 2.36.0, which allows users to review documentation for these specific versions."],["The content contains the endpoint configuration for the compute_region_backend_services_v1::RegionBackendServicesClient to enable private Google Access, which is accessible by setting the EndpointOption to \"private.googleapis.com\"."],["Version 2.28.0 is displayed as the current active version at the top of the page, suggesting it as the default version."]]],[]]