// 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 latest release candidate version available is 2.37.0-rc, with a direct link provided for access."],["The content provides access to a historical archive of monitoring versions, ranging from the most recent down to version 2.11.0."],["Each version listed, such as 2.36.0, 2.35.0, etc., has a corresponding link to its respective documentation and snippet for monitoring the UptimeCheckServiceClient endpoint."],["The webpage includes an example configuration for overriding the default `monitoring_v3::UptimeCheckServiceClient` endpoint, demonstrating how to set a custom endpoint like \"private.googleapis.com\" using Google Cloud Options, which is pertinent to Private Google Access."],["The most up to date version of this page is considered to be 2.14.0, although this page lists versions higher than this, and is therefore the main focus of the list."]]],[]]