// 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_health_checks_v1::HealthChecksClient(
google::cloud::compute_health_checks_v1::MakeHealthChecksConnectionRest(
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 for various versions of the `compute_health_checks_v1_1_1HealthChecksClient`, ranging from version 2.15.1 up to the latest release candidate 2.37.0-rc."],["Each version listed corresponds to a specific endpoint snippet for the `compute_health_checks_v1_1_1HealthChecksClient`, enabling users to access the documentation relevant to their project's version."],["The latest available stable version is 2.36.0, and there is also a release candidate version 2.37.0-rc that is listed as the latest version."],["There is a code example that shows how to override the endpoint configuration for `compute_health_checks_v1::HealthChecksClient`, making it compatible with Private Google Access via the use of `private.googleapis.com` endpoint."],["The content offers a comprehensive list of past releases, all the way back to version 2.15.1, allowing for users to access a full history of the documentation."]]],[]]