// 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."],[[["This page provides access to various versions of the `UptimeCheckServiceClient` endpoint snippet documentation, ranging from version 2.11.0 to the latest release candidate version 2.37.0-rc."],["The most recent stable version available is 2.36.0, while 2.37.0-rc is the latest release candidate, which can be located at the top of the list."],["The `monitoring_v3::UptimeCheckServiceClient` endpoint configuration can be overridden, as shown in the example code provided, using `private.googleapis.com` as an endpoint option."],["Each version has its own dedicated documentation link, allowing users to easily navigate and access the specific version they require."],["The versions listed cover a range from 2.11.0 up to the 2.37.0-rc, meaning that it covers the versions spanning over twenty-six releases."]]],[]]