bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
// 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"]],[["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-04-17 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`."]]],[]]