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-03-21 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, or name."],["The latest version of this API documented here is 3.15.0, however there are multiple previous versions of the API that are also available to navigate, starting with 3.14.0 down to 2.3.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `GetSnoozeRequest` class has two available constructors and two properties: `Name` (a string representing the Snooze ID) and `SnoozeName` (a `SnoozeName`-typed view of the resource name)."]]],[]]