public sealed class NotificationConfig : IMessage<NotificationConfig>, IEquatable<NotificationConfig>, IDeepCloneable<NotificationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.Cloud.BeyondCorp.AppConnectors.V1 class NotificationConfig.
NotificationConfig defines the mechanisms to notify instance agent.
[[["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."],[[["The `NotificationConfig` class, part of the Google.Cloud.BeyondCorp.AppConnectors.V1 namespace, defines mechanisms for notifying instance agents and is available in version 1.0.0 and newer, including the latest version 1.3.0."],["`NotificationConfig` implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, ensuring compatibility and offering functionalities like deep cloning."],["This class provides two constructors, a default one and another that takes a `NotificationConfig` instance as parameter for copying, allowing for versatile object creation."],["The class includes a `ConfigCase` property to determine the active configuration and a `PubsubNotification` property for Cloud Pub/Sub configuration to receive notifications."],["`NotificationConfig` is a sealed class that inherits from `Object` and offers inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]