public interface NotificationConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConfigCase()
public abstract NotificationConfig.ConfigCase getConfigCase()| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pubsubNotification field is set. |