AlertsResource class
Methods
-
batchDelete(BatchDeleteAlertsRequest request, {String? $fields})
→ Future<BatchDeleteAlertsResponse>
-
Performs batch delete operation on alerts.
-
batchUndelete(BatchUndeleteAlertsRequest request, {String? $fields})
→ Future<BatchUndeleteAlertsResponse>
-
Performs batch undelete operation on alerts.
-
delete(String alertId, {String? customerId, String? $fields})
→ Future<Empty>
-
Marks the specified alert for deletion.
-
get(String alertId, {String? customerId, String? $fields})
→ Future<Alert>
-
Gets the specified alert.
-
getMetadata(String alertId, {String? customerId, String? $fields})
→ Future<AlertMetadata>
-
Returns the metadata of an alert.
-
list({String? customerId, String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListAlertsResponse>
-
Lists the alerts.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
undelete(UndeleteAlertRequest request, String alertId, {String? $fields})
→ Future<Alert>
-
Restores, or "undeletes", an alert that was marked for deletion within the
past 30 days.