ProjectsAlertPoliciesResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(AlertPolicy request, String name, {String? $fields})
→ Future<AlertPolicy>
-
Creates a new alerting policy.Design your application to single-thread API
calls that modify the state of alerting policies in a single project.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes an alerting policy.Design your application to single-thread API
calls that modify the state of alerting policies in a single project.
-
get(String name, {String? $fields})
→ Future<AlertPolicy>
-
Gets a single alerting policy.
-
list(String name, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListAlertPoliciesResponse>
-
Lists the existing alerting policies for the workspace.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(AlertPolicy request, String name, {String? updateMask, String? $fields})
→ Future<AlertPolicy>
-
Updates an alerting policy.
-
toString()
→ String
-
A string representation of this object.
inherited