// 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_health_check_services_v1::
RegionHealthCheckServicesClient(
google::cloud::compute_region_health_check_services_v1::
MakeRegionHealthCheckServicesConnectionRest(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."],[[["This webpage provides documentation and reference links for various versions of the `compute_region_health_check_services_v1_1_1RegionHealthCheckServicesClient`."],["The latest version documented is 2.37.0-rc, with several preceding versions listed down to 2.15.1, all offering different documentation."],["Version 2.17.0 is a specific version highlighted in the documentation and may represent a key release or an entry point into the different versions."],["The page details how to override the default endpoint configuration for `RegionHealthCheckServicesClient`, demonstrating the use of `private.googleapis.com` for private Google access."],["Each of these listed versions from 2.37.0-rc to 2.15.1 have its own documentation page, accessible via a dedicated link."]]],[]]