public sealed class NotificationConfig.Types.CloudPubSubNotificationConfig : IMessage<NotificationConfig.Types.CloudPubSubNotificationConfig>, IEquatable<NotificationConfig.Types.CloudPubSubNotificationConfig>, IDeepCloneable<NotificationConfig.Types.CloudPubSubNotificationConfig>, IBufferMessage, IMessageReference documentation and code samples for the BeyondCorp AppConnectors v1 API class NotificationConfig.Types.CloudPubSubNotificationConfig.
The configuration for Pub/Sub messaging for the AppConnector.
Implements
IMessageNotificationConfigTypesCloudPubSubNotificationConfig, IEquatableNotificationConfigTypesCloudPubSubNotificationConfig, IDeepCloneableNotificationConfigTypesCloudPubSubNotificationConfig, IBufferMessage, IMessageNamespace
Google.Cloud.BeyondCorp.AppConnectors.V1Assembly
Google.Cloud.BeyondCorp.AppConnectors.V1.dll
Constructors
CloudPubSubNotificationConfig()
public CloudPubSubNotificationConfig()CloudPubSubNotificationConfig(CloudPubSubNotificationConfig)
public CloudPubSubNotificationConfig(NotificationConfig.Types.CloudPubSubNotificationConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
NotificationConfigTypesCloudPubSubNotificationConfig |
Properties
PubsubSubscription
public string PubsubSubscription { get; set; }The Pub/Sub subscription the AppConnector uses to receive notifications.
| Property Value | |
|---|---|
| Type | Description |
string |
|