target.apidocs.com.google.api.services.compute.Compute.RegionHealthChecks.html Maven / Gradle / Ivy
Compute.RegionHealthChecks (Compute Engine API v1-rev20250107-2.0.0)
com.google.api.services.compute
Class Compute.RegionHealthChecks
- java.lang.Object
-
- com.google.api.services.compute.Compute.RegionHealthChecks
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Compute.RegionHealthChecks.Delete
class
Compute.RegionHealthChecks.Get
class
Compute.RegionHealthChecks.Insert
class
Compute.RegionHealthChecks.List
class
Compute.RegionHealthChecks.Patch
class
Compute.RegionHealthChecks.Update
-
Constructor Summary
Constructors
Constructor and Description
RegionHealthChecks()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Compute.RegionHealthChecks.Delete
delete(String project,
String region,
String healthCheck)
Deletes the specified HealthCheck resource.
Compute.RegionHealthChecks.Get
get(String project,
String region,
String healthCheck)
Returns the specified HealthCheck resource.
Compute.RegionHealthChecks.Insert
insert(String project,
String region,
HealthCheck content)
Creates a HealthCheck resource in the specified project using the data included in the request.
Compute.RegionHealthChecks.List
list(String project,
String region)
Retrieves the list of HealthCheck resources available to the specified project.
Compute.RegionHealthChecks.Patch
patch(String project,
String region,
String healthCheck,
HealthCheck content)
Updates a HealthCheck resource in the specified project using the data included in the request.
Compute.RegionHealthChecks.Update
update(String project,
String region,
String healthCheck,
HealthCheck content)
Updates a HealthCheck resource in the specified project using the data included in the request.
-
-
Method Detail
-
delete
public Compute.RegionHealthChecks.Delete delete(String project,
String region,
String healthCheck)
throws IOException
Deletes the specified HealthCheck resource.
Create a request for the method "regionHealthChecks.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.
region - Name of the region scoping this request.
healthCheck - Name of the HealthCheck resource to delete.
- Returns:
- the request
- Throws:
IOException
-
get
public Compute.RegionHealthChecks.Get get(String project,
String region,
String healthCheck)
throws IOException
Returns the specified HealthCheck resource.
Create a request for the method "regionHealthChecks.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.
region - Name of the region scoping this request.
healthCheck - Name of the HealthCheck resource to return.
- Returns:
- the request
- Throws:
IOException
-
insert
public Compute.RegionHealthChecks.Insert insert(String project,
String region,
HealthCheck content)
throws IOException
Creates a HealthCheck resource in the specified project using the data included in the request.
Create a request for the method "regionHealthChecks.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.
region - Name of the region scoping this request.
content - the HealthCheck
- Returns:
- the request
- Throws:
IOException
-
list
public Compute.RegionHealthChecks.List list(String project,
String region)
throws IOException
Retrieves the list of HealthCheck resources available to the specified project.
Create a request for the method "regionHealthChecks.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.
region - Name of the region scoping this request.
- Returns:
- the request
- Throws:
IOException
-
patch
public Compute.RegionHealthChecks.Patch patch(String project,
String region,
String healthCheck,
HealthCheck content)
throws IOException
Updates a HealthCheck 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 "regionHealthChecks.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.
region - Name of the region scoping this request.
healthCheck - Name of the HealthCheck resource to patch.
content - the HealthCheck
- Returns:
- the request
- Throws:
IOException
-
update
public Compute.RegionHealthChecks.Update update(String project,
String region,
String healthCheck,
HealthCheck content)
throws IOException
Updates a HealthCheck resource in the specified project using the data included in the request.
Create a request for the method "regionHealthChecks.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.
region - Name of the region scoping this request.
healthCheck - Name of the HealthCheck resource to update.
content - the HealthCheck
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2025 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy