| Modifier and Type | Class and Description |
|---|---|
class |
Compute.RegionCompositeHealthChecks.AggregatedList |
class |
Compute.RegionCompositeHealthChecks.Delete |
class |
Compute.RegionCompositeHealthChecks.Get |
class |
Compute.RegionCompositeHealthChecks.Insert |
class |
Compute.RegionCompositeHealthChecks.List |
class |
Compute.RegionCompositeHealthChecks.Patch |
class |
Compute.RegionCompositeHealthChecks.TestIamPermissions |
| Constructor and Description |
|---|
RegionCompositeHealthChecks() |
| Modifier and Type | Method and Description |
|---|---|
Compute.RegionCompositeHealthChecks.AggregatedList |
aggregatedList(String project)
Retrieves the list of all CompositeHealthCheck resources (all regional) available to the
specified project.
|
Compute.RegionCompositeHealthChecks.Delete |
delete(String project,
String region,
String compositeHealthCheck)
Deletes the specified CompositeHealthCheck in the given region
Create a request for the method "regionCompositeHealthChecks.delete".
|
Compute.RegionCompositeHealthChecks.Get |
get(String project,
String region,
String compositeHealthCheck)
Returns the specified CompositeHealthCheck resource in the given region.
|
Compute.RegionCompositeHealthChecks.Insert |
insert(String project,
String region,
CompositeHealthCheck content)
Create a CompositeHealthCheck in the specified project in the given region using the parameters
that are included in the request.
|
Compute.RegionCompositeHealthChecks.List |
list(String project,
String region)
Lists the CompositeHealthChecks for a project in the given region.
|
Compute.RegionCompositeHealthChecks.Patch |
patch(String project,
String region,
String compositeHealthCheck,
CompositeHealthCheck content)
Updates the specified regional CompositeHealthCheck resource with the data included in the
request.
|
Compute.RegionCompositeHealthChecks.TestIamPermissions |
testIamPermissions(String project,
String region,
String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
|
public Compute.RegionCompositeHealthChecks.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Name of the project scoping this request.IOExceptionpublic Compute.RegionCompositeHealthChecks.Delete delete(String project, String region, String compositeHealthCheck) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.compositeHealthCheck - Name of the CompositeHealthCheck resource to delete.IOExceptionpublic Compute.RegionCompositeHealthChecks.Get get(String project, String region, String compositeHealthCheck) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.compositeHealthCheck - Name of the CompositeHealthCheck resource to return.IOExceptionpublic Compute.RegionCompositeHealthChecks.Insert insert(String project, String region, CompositeHealthCheck 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 CompositeHealthCheckIOExceptionpublic Compute.RegionCompositeHealthChecks.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.RegionCompositeHealthChecks.Patch patch(String project, String region, String compositeHealthCheck, CompositeHealthCheck 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.compositeHealthCheck - Name of the CompositeHealthCheck to update. The name must be 1-63 characters long, and comply with
RFC1035.content - the CompositeHealthCheckIOExceptionpublic Compute.RegionCompositeHealthChecks.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–2025 Google. All rights reserved.