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_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-17 UTC."],[[["The webpage provides a comprehensive list of versions for `compute_http_health_checks_v1_1_1HttpHealthChecksClient`, ranging from the latest release candidate (2.37.0-rc) down to version 2.15.1."],["Each version listed links to specific documentation regarding endpoint snippets for that version."],["The webpage also contains information about overriding the default endpoint configuration for `compute_http_health_checks_v1::HttpHealthChecksClient`, specifically showing how to configure it for \"private.googleapis.com\" using code."],["Version 2.17.0 is mentioned as the current version at the top of the page, however the list shows it goes down to version 2.15.1 and up to version 2.37.0-rc."]]],[]]