HttpHealthChecksResource class

Constructors

HttpHealthChecksResource(ApiRequester client)

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

Operators

operator ==(Object other) bool
The equality operator.
inherited