public sealed class NotificationConfig : IMessage<NotificationConfig>, IEquatable<NotificationConfig>, IDeepCloneable<NotificationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the BeyondCorp AppConnectors v1 API class NotificationConfig.
NotificationConfig defines the mechanisms to notify instance agent.
Implements
IMessageNotificationConfig, IEquatableNotificationConfig, IDeepCloneableNotificationConfig, IBufferMessage, IMessageNamespace
Google.Cloud.BeyondCorp.AppConnectors.V1Assembly
Google.Cloud.BeyondCorp.AppConnectors.V1.dll
Constructors
NotificationConfig()
public NotificationConfig()
NotificationConfig(NotificationConfig)
public NotificationConfig(NotificationConfig other)
Parameter | |
---|---|
Name | Description |
other | NotificationConfig |
Properties
ConfigCase
public NotificationConfig.ConfigOneofCase ConfigCase { get; }
Property Value | |
---|---|
Type | Description |
NotificationConfigConfigOneofCase |
PubsubNotification
public NotificationConfig.Types.CloudPubSubNotificationConfig PubsubNotification { get; set; }
Cloud Pub/Sub Configuration to receive notifications.
Property Value | |
---|---|
Type | Description |
NotificationConfigTypesCloudPubSubNotificationConfig |