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