target.apidocs.com.google.api.services.compute.Compute.RegionHealthCheckServices.html Maven / Gradle / Ivy
Compute.RegionHealthCheckServices (Compute Engine API v1-rev20250107-2.0.0)
com.google.api.services.compute
Class Compute.RegionHealthCheckServices
- java.lang.Object
-
- com.google.api.services.compute.Compute.RegionHealthCheckServices
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Compute.RegionHealthCheckServices.Delete
class
Compute.RegionHealthCheckServices.Get
class
Compute.RegionHealthCheckServices.Insert
class
Compute.RegionHealthCheckServices.List
class
Compute.RegionHealthCheckServices.Patch
-
Constructor Summary
Constructors
Constructor and Description
RegionHealthCheckServices()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Compute.RegionHealthCheckServices.Delete
delete(String project,
String region,
String healthCheckService)
Deletes the specified regional HealthCheckService.
Compute.RegionHealthCheckServices.Get
get(String project,
String region,
String healthCheckService)
Returns the specified regional HealthCheckService resource.
Compute.RegionHealthCheckServices.Insert
insert(String project,
String region,
HealthCheckService content)
Creates a regional HealthCheckService resource in the specified project and region using the data
included in the request.
Compute.RegionHealthCheckServices.List
list(String project,
String region)
Lists all the HealthCheckService resources that have been configured for the specified project in
the given region.
Compute.RegionHealthCheckServices.Patch
patch(String project,
String region,
String healthCheckService,
HealthCheckService content)
Updates the specified regional HealthCheckService resource with the data included in the request.
-
-
Method Detail
-
delete
public Compute.RegionHealthCheckServices.Delete delete(String project,
String region,
String healthCheckService)
throws IOException
Deletes the specified regional HealthCheckService.
Create a request for the method "regionHealthCheckServices.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.
healthCheckService - Name of the HealthCheckService to delete. The name must be 1-63 characters long, and comply with
RFC1035.
- Returns:
- the request
- Throws:
IOException
-
get
public Compute.RegionHealthCheckServices.Get get(String project,
String region,
String healthCheckService)
throws IOException
Returns the specified regional HealthCheckService resource.
Create a request for the method "regionHealthCheckServices.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.
healthCheckService - Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with
RFC1035.
- Returns:
- the request
- Throws:
IOException
-
insert
public Compute.RegionHealthCheckServices.Insert insert(String project,
String region,
HealthCheckService content)
throws IOException
Creates a regional HealthCheckService resource in the specified project and region using the data
included in the request.
Create a request for the method "regionHealthCheckServices.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 HealthCheckService
- Returns:
- the request
- Throws:
IOException
-
list
public Compute.RegionHealthCheckServices.List list(String project,
String region)
throws IOException
Lists all the HealthCheckService resources that have been configured for the specified project in
the given region.
Create a request for the method "regionHealthCheckServices.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.RegionHealthCheckServices.Patch patch(String project,
String region,
String healthCheckService,
HealthCheckService content)
throws IOException
Updates the specified regional HealthCheckService resource with 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 "regionHealthCheckServices.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.
healthCheckService - Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with
RFC1035.
content - the HealthCheckService
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2025 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy