// 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::monitoring_v3::UptimeCheckServiceClient(
google::cloud::monitoring_v3::MakeUptimeCheckServiceConnection(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-14 UTC."],[[["The webpage provides documentation and links for various versions of the `monitoring_v3_1_1UptimeCheckServiceClient` component, spanning from version 2.11.0 to 2.36.0, with 2.37.0-rc being the latest release candidate."],["Each listed version number links to its respective documentation page, detailing the `monitoring_v3_1_1UptimeCheckServiceClient-endpoint-snippet` within that version."],["The content includes instructions on how to override the `monitoring_v3::UptimeCheckServiceClient` endpoint configuration, specifically for scenarios involving Private Google Access."],["The example shows how to configure the client with `private.googleapis.com` as the endpoint using `google::cloud::Options`."],["Version 2.24.0 is identified on the page as a reference point, with additional, newer, versions above and older versions below."]]],[]]