// 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_http_health_checks_v1::HttpHealthChecksClient(
google::cloud::compute_http_health_checks_v1::
MakeHttpHealthChecksConnectionRest(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-09 UTC."],[[["The webpage provides access to different versions of the `compute_http_health_checks_v1_1_1HttpHealthChecksClient` component, starting from version 2.15.1 up to the latest release candidate, 2.37.0-rc."],["Each version listed on the page has its own dedicated link to the corresponding documentation and endpoint snippet for the `HttpHealthChecksClient`."],["The currently displayed version, which the user is in, is 2.34.0, as indicated at the top."],["The page details how to override the default endpoint configuration, specifically showing how to set it to \"private.googleapis.com\" for scenarios like Private Google Access."]]],[]]