| 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 |
class |
Compute.RegionHealthCheckServices.TestIamPermissions |
| Constructor and Description |
|---|
RegionHealthCheckServices() |
| 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.
|
Compute.RegionHealthCheckServices.TestIamPermissions |
testIamPermissions(String project,
String region,
String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
|
public Compute.RegionHealthCheckServices.Delete delete(String project, String region, String healthCheckService) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.IOExceptionpublic Compute.RegionHealthCheckServices.Get get(String project, String region, String healthCheckService) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.IOExceptionpublic Compute.RegionHealthCheckServices.Insert insert(String project, String region, HealthCheckService content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.content - the HealthCheckServiceIOExceptionpublic Compute.RegionHealthCheckServices.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.IOExceptionpublic Compute.RegionHealthCheckServices.Patch patch(String project, String region, String healthCheckService, HealthCheckService content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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 HealthCheckServiceIOExceptionpublic Compute.RegionHealthCheckServices.TestIamPermissions testIamPermissions(String project, String region, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionCopyright © 2011–2021 Google. All rights reserved.