| Modifier and Type | Class and Description | 
|---|---|
| class  | Compute.HealthChecks.AggregatedList | 
| class  | Compute.HealthChecks.Delete | 
| class  | Compute.HealthChecks.Get | 
| class  | Compute.HealthChecks.Insert | 
| class  | Compute.HealthChecks.List | 
| class  | Compute.HealthChecks.Patch | 
| class  | Compute.HealthChecks.TestIamPermissions | 
| class  | Compute.HealthChecks.Update | 
| Constructor and Description | 
|---|
| HealthChecks() | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.HealthChecks.AggregatedList | aggregatedList(String project)Retrieves the list of all HealthCheck resources, regional and global, available to the specified
 project. | 
| Compute.HealthChecks.Delete | delete(String project,
      String healthCheck)Deletes the specified HealthCheck resource. | 
| Compute.HealthChecks.Get | get(String project,
   String healthCheck)Returns the specified HealthCheck resource. | 
| Compute.HealthChecks.Insert | insert(String project,
      HealthCheck content)Creates a HealthCheck resource in the specified project using the data included in the request. | 
| Compute.HealthChecks.List | list(String project)Retrieves the list of HealthCheck resources available to the specified project. | 
| Compute.HealthChecks.Patch | patch(String project,
     String healthCheck,
     HealthCheck content)Updates a HealthCheck resource in the specified project using the data included in the request. | 
| Compute.HealthChecks.TestIamPermissions | testIamPermissions(String project,
                  String resource,
                  TestPermissionsRequest content)Returns permissions that a caller has on the specified resource. | 
| Compute.HealthChecks.Update | update(String project,
      String healthCheck,
      HealthCheck content)Updates a HealthCheck resource in the specified project using the data included in the request. | 
public Compute.HealthChecks.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Name of the project scoping this request.IOExceptionpublic Compute.HealthChecks.Delete delete(String project, String healthCheck) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.healthCheck - Name of the HealthCheck resource to delete.IOExceptionpublic Compute.HealthChecks.Get get(String project, String healthCheck) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.healthCheck - Name of the HealthCheck resource to return.IOExceptionpublic Compute.HealthChecks.Insert insert(String project, HealthCheck content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.content - the HealthCheckIOExceptionpublic Compute.HealthChecks.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.HealthChecks.Patch patch(String project, String healthCheck, HealthCheck content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.healthCheck - Name of the HealthCheck resource to patch.content - the HealthCheckIOExceptionpublic Compute.HealthChecks.TestIamPermissions testIamPermissions(String project, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionpublic Compute.HealthChecks.Update update(String project, String healthCheck, HealthCheck content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.healthCheck - Name of the HealthCheck resource to update.content - the HealthCheckIOExceptionCopyright © 2011–2022 Google. All rights reserved.