@Generated public interface AlertsService
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
Alert |
create(CreateAlertRequest createAlertRequest)
Create an alert.
|
void |
delete(TrashAlertRequest trashAlertRequest)
Delete an alert.
|
Alert |
get(GetAlertRequest getAlertRequest)
Get an alert.
|
ListAlertsResponse |
list(ListAlertsRequest listAlertsRequest)
List alerts.
|
Alert |
update(UpdateAlertRequest updateAlertRequest)
Update an alert.
|
Alert create(CreateAlertRequest createAlertRequest)
Creates an alert.
void delete(TrashAlertRequest trashAlertRequest)
Moves an alert to the trash. Trashed alerts immediately disappear from searches and list views, and can no longer trigger. You can restore a trashed alert through the UI. A trashed alert is permanently deleted after 30 days.
Alert get(GetAlertRequest getAlertRequest)
Gets an alert.
ListAlertsResponse list(ListAlertsRequest listAlertsRequest)
Gets a list of alerts accessible to the user, ordered by creation time. **Warning:** Calling this API concurrently 10 or more times could result in throttling, service degradation, or a temporary ban.
Alert update(UpdateAlertRequest updateAlertRequest)
Updates an alert.
Copyright © 2025. All rights reserved.