ProjectsUptimeCheckConfigsResource 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(UptimeCheckConfig request, String parent, {String? $fields})
→ Future<UptimeCheckConfig>
-
Creates a new Uptime check configuration.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes an Uptime check configuration.
-
get(String name, {String? $fields})
→ Future<UptimeCheckConfig>
-
Gets a single Uptime check configuration.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<ListUptimeCheckConfigsResponse>
-
Lists the existing valid Uptime check configurations for the project
(leaving out any invalid configurations).
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(UptimeCheckConfig request, String name, {String? updateMask, String? $fields})
→ Future<UptimeCheckConfig>
-
Updates an Uptime check configuration.
-
toString()
→ String
-
A string representation of this object.
inherited