public sealed class GetNotificationConfigRequest : IMessage<GetNotificationConfigRequest>, IEquatable<GetNotificationConfigRequest>, IDeepCloneable<GetNotificationConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 API class GetNotificationConfigRequest.
Request message for getting a notification config.
[[["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 for the `GetNotificationConfigRequest` class within the Google Cloud Security Command Center v1p1beta1 API, outlining its purpose and usage."],["The `GetNotificationConfigRequest` class is designed as a request message for retrieving a specific notification configuration, as shown with the format needed for the name of said configuration."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google Cloud Protobuf ecosystem."],["The `GetNotificationConfigRequest` class has properties such as `Name` (a string representing the configuration's resource name) and `NotificationConfigName` (a typed view of the `Name` property) that can be used for getting a configuration."],["There are three version of this class, the latest being `3.0.0-beta05`, and previous versions `3.0.0-beta04` and `2.0.0-beta07`."]]],[]]