public sealed class GetSnoozeRequest : IMessage<GetSnoozeRequest>, IEquatable<GetSnoozeRequest>, IDeepCloneable<GetSnoozeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class GetSnoozeRequest.
The message definition for retrieving a Snooze. Users must specify the
field, name, which identifies the Snooze.
[[["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-04-17 UTC."],[[["This webpage provides documentation for the `GetSnoozeRequest` class within the Google Cloud Monitoring v3 API, specifically for .NET."],["`GetSnoozeRequest` is used to retrieve a specific `Snooze` by its unique identifier, the `name`, from the Google Cloud Monitoring service."],["The documentation covers multiple versions of the API, ranging from the latest 3.15.0 down to version 2.3.0, with detailed information on each."],["The `GetSnoozeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors to create an empty request or a copy of an existing request."],["The key properties for `GetSnoozeRequest` are `Name`, which holds the ID of the `Snooze` to be retrieved, and `SnoozeName`, which is a typed representation of the `Name` property."]]],[]]