Package com.google.container.v1beta1
Interface NotificationConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NotificationConfig
,NotificationConfig.Builder
public interface NotificationConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotificationConfig.PubSub
getPubsub()
Notification config for Pub/Sub.NotificationConfig.PubSubOrBuilder
getPubsubOrBuilder()
Notification config for Pub/Sub.boolean
hasPubsub()
Notification config for Pub/Sub.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPubsub
boolean hasPubsub()
Notification config for Pub/Sub.
.google.container.v1beta1.NotificationConfig.PubSub pubsub = 1;
- Returns:
- Whether the pubsub field is set.
-
getPubsub
NotificationConfig.PubSub getPubsub()
Notification config for Pub/Sub.
.google.container.v1beta1.NotificationConfig.PubSub pubsub = 1;
- Returns:
- The pubsub.
-
getPubsubOrBuilder
NotificationConfig.PubSubOrBuilder getPubsubOrBuilder()
Notification config for Pub/Sub.
.google.container.v1beta1.NotificationConfig.PubSub pubsub = 1;
-
-