// 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This page provides a comprehensive list of documentation for various versions of the `monitoring_v3::SnoozeServiceClient`, ranging from version 2.11.0 up to the release candidate 2.37.0-rc."],["The latest version available is 2.37.0-rc, and it is presented first in the list, making it easy for users to find the most current documentation."],["Each version listed has a direct link to its specific documentation page, using the same `monitoring_v3_1_1SnoozeServiceClient-endpoint-snippet` as the filename."],["The provided code snippet demonstrates how to override the default endpoint configuration for the `monitoring_v3::SnoozeServiceClient`, setting it to \"private.googleapis.com\", which is useful for Private Google Access."]]],[]]