public interface NotificationConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPubsub()
public abstract NotificationConfig.PubSub getPubsub()
Notification config for Pub/Sub.
.google.container.v1beta1.NotificationConfig.PubSub pubsub = 1;
Returns | |
---|---|
Type | Description |
NotificationConfig.PubSub |
The pubsub. |
getPubsubOrBuilder()
public abstract NotificationConfig.PubSubOrBuilder getPubsubOrBuilder()
Notification config for Pub/Sub.
.google.container.v1beta1.NotificationConfig.PubSub pubsub = 1;
Returns | |
---|---|
Type | Description |
NotificationConfig.PubSubOrBuilder |
hasPubsub()
public abstract boolean hasPubsub()
Notification config for Pub/Sub.
.google.container.v1beta1.NotificationConfig.PubSub pubsub = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the pubsub field is set. |