| Modifier and Type | Class and Description | 
|---|---|
| class  | Compute.HttpHealthChecks.Delete | 
| class  | Compute.HttpHealthChecks.Get | 
| class  | Compute.HttpHealthChecks.Insert | 
| class  | Compute.HttpHealthChecks.List | 
| class  | Compute.HttpHealthChecks.Patch | 
| class  | Compute.HttpHealthChecks.TestIamPermissions | 
| class  | Compute.HttpHealthChecks.Update | 
| Constructor and Description | 
|---|
| HttpHealthChecks() | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.HttpHealthChecks.Delete | delete(String project,
      String httpHealthCheck)Deletes the specified HttpHealthCheck resource. | 
| Compute.HttpHealthChecks.Get | get(String project,
   String httpHealthCheck)Returns the specified HttpHealthCheck resource. | 
| Compute.HttpHealthChecks.Insert | insert(String project,
      HttpHealthCheck content)Creates a HttpHealthCheck resource in the specified project using the data included in the
 request. | 
| Compute.HttpHealthChecks.List | list(String project)Retrieves the list of HttpHealthCheck resources available to the specified project. | 
| Compute.HttpHealthChecks.Patch | patch(String project,
     String httpHealthCheck,
     HttpHealthCheck content)Updates a HttpHealthCheck resource in the specified project using the data included in the
 request. | 
| Compute.HttpHealthChecks.TestIamPermissions | testIamPermissions(String project,
                  String resource,
                  TestPermissionsRequest content)Returns permissions that a caller has on the specified resource. | 
| Compute.HttpHealthChecks.Update | update(String project,
      String httpHealthCheck,
      HttpHealthCheck content)Updates a HttpHealthCheck resource in the specified project using the data included in the
 request. | 
public Compute.HttpHealthChecks.Delete delete(String project, String httpHealthCheck) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.httpHealthCheck - Name of the HttpHealthCheck resource to delete.IOExceptionpublic Compute.HttpHealthChecks.Get get(String project, String httpHealthCheck) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.httpHealthCheck - Name of the HttpHealthCheck resource to return.IOExceptionpublic Compute.HttpHealthChecks.Insert insert(String project, HttpHealthCheck content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.content - the HttpHealthCheckIOExceptionpublic Compute.HttpHealthChecks.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.HttpHealthChecks.Patch patch(String project, String httpHealthCheck, HttpHealthCheck content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.httpHealthCheck - Name of the HttpHealthCheck resource to patch.content - the HttpHealthCheckIOExceptionpublic Compute.HttpHealthChecks.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.HttpHealthChecks.Update update(String project, String httpHealthCheck, HttpHealthCheck content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.httpHealthCheck - Name of the HttpHealthCheck resource to update.content - the HttpHealthCheckIOExceptionCopyright © 2011–2022 Google. All rights reserved.