public interface NotificationConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConfigCase()
public abstract NotificationConfig.ConfigCase getConfigCase()| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| NotificationConfig.CloudPubSubNotificationConfigOrBuilder |
hasPubsubNotification()
public abstract boolean hasPubsubNotification()Cloud Pub/Sub Configuration to receive notifications.
.google.cloud.beyondcorp.appconnectors.v1.NotificationConfig.CloudPubSubNotificationConfig pubsub_notification = 1;
| Type | Description |
| boolean | Whether the pubsubNotification field is set. |