Interface NotificationConfigOrBuilder (0.15.0)

public interface NotificationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConfigCase()

public abstract NotificationConfig.ConfigCase getConfigCase()
Returns
TypeDescription
NotificationConfig.ConfigCase

getPubsubNotification()

public abstract NotificationConfig.CloudPubSubNotificationConfig getPubsubNotification()

Cloud Pub/Sub Configuration to receive notifications.

.google.cloud.beyondcorp.appconnectors.v1.NotificationConfig.CloudPubSubNotificationConfig pubsub_notification = 1;

Returns
TypeDescription
NotificationConfig.CloudPubSubNotificationConfig

The pubsubNotification.

getPubsubNotificationOrBuilder()

public abstract NotificationConfig.CloudPubSubNotificationConfigOrBuilder getPubsubNotificationOrBuilder()

Cloud Pub/Sub Configuration to receive notifications.

.google.cloud.beyondcorp.appconnectors.v1.NotificationConfig.CloudPubSubNotificationConfig pubsub_notification = 1;

Returns
TypeDescription
NotificationConfig.CloudPubSubNotificationConfigOrBuilder

hasPubsubNotification()

public abstract boolean hasPubsubNotification()

Cloud Pub/Sub Configuration to receive notifications.

.google.cloud.beyondcorp.appconnectors.v1.NotificationConfig.CloudPubSubNotificationConfig pubsub_notification = 1;

Returns
TypeDescription
boolean

Whether the pubsubNotification field is set.