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_https_health_checks_v1::HttpsHealthChecksClient( google::cloud::ExperimentalTag{}, google::cloud::compute_https_health_checks_v1:: MakeHttpsHealthChecksConnectionRest( 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-03-21 UTC."],[[["The webpage provides a list of versioned documentation for the `compute_https_health_checks_v1::HttpsHealthChecksClient`, ranging from version 2.15.1 up to the latest release candidate, 2.37.0-rc."],["Each listed version links to specific documentation for `HttpsHealthChecksClient`, offering access to the corresponding reference materials for each version."],["The latest version, designated as \"2.37.0-rc (latest),\" is highlighted, indicating it's the most current release candidate available for this client."],["There is an example of how to override the Endpoint Configuration for `HttpsHealthChecksClient`, showing how to set up the endpoint to `private.googleapis.com`."],["The configuration provided is the same as what is used in Private Google Access."]]],[]]