// 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::SnoozeServiceClient(
google::cloud::monitoring_v3::MakeSnoozeServiceConnection(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 documentation and links for various versions of the `monitoring_v3_1_1SnoozeServiceClient` component, starting from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each listed version, from 2.11.0 through 2.36.0, corresponds to a unique endpoint snippet that can be accessed via the provided URL."],["The most recent version available is the release candidate 2.37.0-rc, indicating ongoing development and potential new features."],["The page also provides an example of how to override the endpoint configuration for `monitoring_v3::SnoozeServiceClient`, particularly highlighting compatibility with Private Google Access using `private.googleapis.com`."],["Version 2.18.0 is used as a drop down reference, with the full list provided underneath, showing a total of 27 versions."]]],[]]