| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationConfig |
NotificationConfig.clone() |
NotificationConfig |
ClusterUpdate.getDesiredNotificationConfig()
The desired notification configuration.
|
NotificationConfig |
Cluster.getNotificationConfig()
Notification configuration of the cluster.
|
NotificationConfig |
NotificationConfig.set(String fieldName,
Object value) |
NotificationConfig |
NotificationConfig.setPubsub(PubSub pubsub)
Notification config for Pub/Sub.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterUpdate |
ClusterUpdate.setDesiredNotificationConfig(NotificationConfig desiredNotificationConfig)
The desired notification configuration.
|
Cluster |
Cluster.setNotificationConfig(NotificationConfig notificationConfig)
Notification configuration of the cluster.
|
Copyright © 2011–2025 Google. All rights reserved.