@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)
Creates an alert.
|
void |
delete(TrashAlertRequest trashAlertRequest)
Moves an alert to the trash.
|
Alert |
get(GetAlertRequest getAlertRequest)
Gets an alert.
|
ListAlertsResponse |
list(ListAlertsRequest listAlertsRequest)
Gets a list of alerts accessible to the user, ordered by creation time.
|
Alert |
update(UpdateAlertRequest updateAlertRequest)
Updates an alert.
|
Alert create(CreateAlertRequest createAlertRequest)
void delete(TrashAlertRequest trashAlertRequest)
Alert get(GetAlertRequest getAlertRequest)
ListAlertsResponse list(ListAlertsRequest listAlertsRequest)
Alert update(UpdateAlertRequest updateAlertRequest)
Copyright © 2026. All rights reserved.