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