public class Compute.HealthChecks
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Compute.HealthChecks.Delete |
class |
Compute.HealthChecks.Get |
class |
Compute.HealthChecks.Insert |
class |
Compute.HealthChecks.List |
class |
Compute.HealthChecks.Patch |
class |
Compute.HealthChecks.Update |
Constructor and Description |
---|
Compute.HealthChecks() |
Modifier and Type | Method and Description |
---|---|
Compute.HealthChecks.Delete |
delete(java.lang.String project,
java.lang.String healthCheck)
Deletes the specified HealthCheck resource.
|
Compute.HealthChecks.Get |
get(java.lang.String project,
java.lang.String healthCheck)
Returns the specified HealthCheck resource.
|
Compute.HealthChecks.Insert |
insert(java.lang.String project,
HealthCheck content)
Creates a HealthCheck resource in the specified project using the data included in the request.
|
Compute.HealthChecks.List |
list(java.lang.String project)
Retrieves the list of HealthCheck resources available to the specified project.
|
Compute.HealthChecks.Patch |
patch(java.lang.String project,
java.lang.String healthCheck,
HealthCheck content)
Updates a HealthCheck resource in the specified project using the data included in the request.
|
Compute.HealthChecks.Update |
update(java.lang.String project,
java.lang.String healthCheck,
HealthCheck content)
Updates a HealthCheck resource in the specified project using the data included in the request.
|
public Compute.HealthChecks.Delete delete(java.lang.String project, java.lang.String healthCheck) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.healthCheck
- Name of the HealthCheck resource to delete.java.io.IOException
public Compute.HealthChecks.Get get(java.lang.String project, java.lang.String healthCheck) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.healthCheck
- Name of the HealthCheck resource to return.java.io.IOException
public Compute.HealthChecks.Insert insert(java.lang.String project, HealthCheck content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.content
- the HealthCheck
java.io.IOException
public Compute.HealthChecks.List list(java.lang.String project) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.java.io.IOException
public Compute.HealthChecks.Patch patch(java.lang.String project, java.lang.String healthCheck, HealthCheck content) throws java.io.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 HealthCheck
java.io.IOException
public Compute.HealthChecks.Update update(java.lang.String project, java.lang.String healthCheck, HealthCheck content) throws java.io.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 HealthCheck
java.io.IOException