HttpsHealthChecksResource 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
-
delete(String project, String httpsHealthCheck, {String? requestId, String? $fields})
→ Future<Operation>
-
Deletes the specified HttpsHealthCheck resource.
-
get(String project, String httpsHealthCheck, {String? $fields})
→ Future<HttpsHealthCheck>
-
Returns the specified HttpsHealthCheck resource.
-
insert(HttpsHealthCheck request, String project, {String? requestId, String? $fields})
→ Future<Operation>
-
Creates a HttpsHealthCheck resource in the specified project using the
data included in the request.
-
list(String project, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields})
→ Future<HttpsHealthCheckList>
-
Retrieves the list of HttpsHealthCheck resources available to the
specified project.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(HttpsHealthCheck request, String project, String httpsHealthCheck, {String? requestId, String? $fields})
→ Future<Operation>
-
Updates a HttpsHealthCheck resource in the specified project using the
data included in the request.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(HttpsHealthCheck request, String project, String httpsHealthCheck, {String? requestId, String? $fields})
→ Future<Operation>
-
Updates a HttpsHealthCheck resource in the specified project using the
data included in the request.