Interface NotificationConfigOrBuilder (2.3.6)

public interface NotificationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPubsub()

public abstract NotificationConfig.PubSub getPubsub()

Notification config for Pub/Sub.

.google.container.v1.NotificationConfig.PubSub pubsub = 1;

Returns
TypeDescription
NotificationConfig.PubSub

The pubsub.

getPubsubOrBuilder()

public abstract NotificationConfig.PubSubOrBuilder getPubsubOrBuilder()

Notification config for Pub/Sub.

.google.container.v1.NotificationConfig.PubSub pubsub = 1;

Returns
TypeDescription
NotificationConfig.PubSubOrBuilder

hasPubsub()

public abstract boolean hasPubsub()

Notification config for Pub/Sub.

.google.container.v1.NotificationConfig.PubSub pubsub = 1;

Returns
TypeDescription
boolean

Whether the pubsub field is set.