public sealed class GetNotificationChannelRequest : IMessage<GetNotificationChannelRequest>, IEquatable<GetNotificationChannelRequest>, IDeepCloneable<GetNotificationChannelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class GetNotificationChannelRequest.
[[["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 document provides reference documentation and code samples for the `GetNotificationChannelRequest` class within the Google Cloud Monitoring v3 API."],["The `GetNotificationChannelRequest` class is used to request a specific notification channel, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document covers the available constructors, one of which allows you to create a `GetNotificationChannelRequest` from another, and it also covers the properties `Name`, `NotificationChannelName`, and `ResourceName`."],["The `Name` property is a string that specifies the required channel for the request in the format `projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]`, while `NotificationChannelName` and `ResourceName` provide typed views over the `Name` property."],["The document lists various versions of this class from version 2.3.0 to the latest 3.15.0, with each version having its own dedicated link."]]],[]]