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