// 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::ExperimentalTag{},
google::cloud::compute_region_health_check_services_v1::
MakeRegionHealthCheckServicesConnectionRest(
google::cloud::ExperimentalTag{}, 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-18 UTC."],[[["This page provides documentation and version history for the `compute_region_health_check_services_v1::RegionHealthCheckServicesClient`, with the latest release candidate being version 2.37.0-rc."],["The available versions range from 2.15.1 up to 2.37.0-rc, and each version is linked to its corresponding documentation on the site."],["The documentation outlines how to override the default endpoint configuration for the `RegionHealthCheckServicesClient`, specifically highlighting a configuration common with Private Google Access."],["The provided code snippet demonstrates how to configure the endpoint to \"private.googleapis.com\" when creating a `RegionHealthCheckServicesClient`."]]],[]]