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