| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
AlertStrategy |
AlertStrategy.clone() |
AlertStrategy |
AlertPolicy.getAlertStrategy()
Control over how this alerting policy's notification channels are notified.
|
AlertStrategy |
AlertStrategy.set(String fieldName,
Object value) |
AlertStrategy |
AlertStrategy.setAutoClose(String autoClose)
If an alerting policy that was active has no data for this long, any open incidents will close
|
AlertStrategy |
AlertStrategy.setNotificationChannelStrategy(List<NotificationChannelStrategy> notificationChannelStrategy)
Control how notifications will be sent out, on a per-channel basis.
|
AlertStrategy |
AlertStrategy.setNotificationPrompts(List<String> notificationPrompts)
For log-based alert policies, the notification prompts is always OPENED.
|
AlertStrategy |
AlertStrategy.setNotificationRateLimit(NotificationRateLimit notificationRateLimit)
Required for log-based alerting policies, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
AlertPolicy |
AlertPolicy.setAlertStrategy(AlertStrategy alertStrategy)
Control over how this alerting policy's notification channels are notified.
|
Copyright © 2011–2025 Google. All rights reserved.