// 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 webpage provides a comprehensive list of versions for the `monitoring_v3::UptimeCheckServiceClient` endpoint, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each listed version links to its specific documentation page, allowing users to quickly find information relevant to a particular release."],["The webpage also provides guidance on overriding the default endpoint configuration for the `UptimeCheckServiceClient`, specifically for use with Private Google Access."],["The current stable version, not taking into consideration the release candidate, is 2.36.0, and it is a possible option for users."],["The oldest available version on the list, which would be useful for users who might be stuck with an older release, is 2.11.0."]]],[]]