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