target.apidocs.com.google.api.services.compute.Compute.HttpHealthChecks.html Maven / Gradle / Ivy
Compute.HttpHealthChecks (Compute Engine API beta-rev20220312-1.32.1)
com.google.api.services.compute
Class Compute.HttpHealthChecks
- java.lang.Object
-
- com.google.api.services.compute.Compute.HttpHealthChecks
-
-
Nested Class Summary
Nested Classes
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 Summary
Constructors
Constructor and Description
HttpHealthChecks()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
-
Method Detail
-
delete
public Compute.HttpHealthChecks.Delete delete(String project,
String httpHealthCheck)
throws IOException
Deletes the specified HttpHealthCheck resource.
Create a request for the method "httpHealthChecks.delete".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
httpHealthCheck
- Name of the HttpHealthCheck resource to delete.
- Returns:
- the request
- Throws:
IOException
-
get
public Compute.HttpHealthChecks.Get get(String project,
String httpHealthCheck)
throws IOException
Returns the specified HttpHealthCheck resource. Gets a list of available HTTP health checks by
making a list() request.
Create a request for the method "httpHealthChecks.get".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
httpHealthCheck
- Name of the HttpHealthCheck resource to return.
- Returns:
- the request
- Throws:
IOException
-
insert
public Compute.HttpHealthChecks.Insert insert(String project,
HttpHealthCheck content)
throws IOException
Creates a HttpHealthCheck resource in the specified project using the data included in the
request.
Create a request for the method "httpHealthChecks.insert".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
content
- the HttpHealthCheck
- Returns:
- the request
- Throws:
IOException
-
list
public Compute.HttpHealthChecks.List list(String project)
throws IOException
Retrieves the list of HttpHealthCheck resources available to the specified project.
Create a request for the method "httpHealthChecks.list".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
- Returns:
- the request
- Throws:
IOException
-
patch
public Compute.HttpHealthChecks.Patch patch(String project,
String httpHealthCheck,
HttpHealthCheck content)
throws IOException
Updates a HttpHealthCheck resource in the specified project using the data included in the
request. This method supports PATCH semantics and uses the JSON merge patch format and processing
rules.
Create a request for the method "httpHealthChecks.patch".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
httpHealthCheck
- Name of the HttpHealthCheck resource to patch.
content
- the HttpHealthCheck
- Returns:
- the request
- Throws:
IOException
-
testIamPermissions
public Compute.HttpHealthChecks.TestIamPermissions testIamPermissions(String project,
String resource,
TestPermissionsRequest content)
throws IOException
Returns permissions that a caller has on the specified resource.
Create a request for the method "httpHealthChecks.testIamPermissions".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
resource
- Name or id of the resource for this request.
content
- the TestPermissionsRequest
- Returns:
- the request
- Throws:
IOException
-
update
public Compute.HttpHealthChecks.Update update(String project,
String httpHealthCheck,
HttpHealthCheck content)
throws IOException
Updates a HttpHealthCheck resource in the specified project using the data included in the
request.
Create a request for the method "httpHealthChecks.update".
This request holds the parameters needed by the compute server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID for this request.
httpHealthCheck
- Name of the HttpHealthCheck resource to update.
content
- the HttpHealthCheck
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy