public class Compute.RegionBackendServices
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Compute.RegionBackendServices.Delete |
class |
Compute.RegionBackendServices.Get |
class |
Compute.RegionBackendServices.GetHealth |
class |
Compute.RegionBackendServices.Insert |
class |
Compute.RegionBackendServices.List |
class |
Compute.RegionBackendServices.Patch |
class |
Compute.RegionBackendServices.Update |
| Constructor and Description |
|---|
RegionBackendServices() |
| Modifier and Type | Method and Description |
|---|---|
Compute.RegionBackendServices.Delete |
delete(java.lang.String project,
java.lang.String region,
java.lang.String backendService)
Deletes the specified regional BackendService resource.
|
Compute.RegionBackendServices.Get |
get(java.lang.String project,
java.lang.String region,
java.lang.String backendService)
Returns the specified regional BackendService resource.
|
Compute.RegionBackendServices.GetHealth |
getHealth(java.lang.String project,
java.lang.String region,
java.lang.String backendService,
ResourceGroupReference content)
Gets the most recent health check results for this regional BackendService.
|
Compute.RegionBackendServices.Insert |
insert(java.lang.String project,
java.lang.String region,
BackendService content)
Creates a regional BackendService resource in the specified project using the data included in
the request.
|
Compute.RegionBackendServices.List |
list(java.lang.String project,
java.lang.String region)
Retrieves the list of regional BackendService resources available to the specified project in the
given region.
|
Compute.RegionBackendServices.Patch |
patch(java.lang.String project,
java.lang.String region,
java.lang.String backendService,
BackendService content)
Updates the specified regional BackendService resource with the data included in the request.
|
Compute.RegionBackendServices.Update |
update(java.lang.String project,
java.lang.String region,
java.lang.String backendService,
BackendService content)
Updates the specified regional BackendService resource with the data included in the request.
|
public Compute.RegionBackendServices.Delete delete(java.lang.String project, java.lang.String region, java.lang.String backendService) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.backendService - Name of the BackendService resource to delete.java.io.IOExceptionpublic Compute.RegionBackendServices.Get get(java.lang.String project, java.lang.String region, java.lang.String backendService) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.backendService - Name of the BackendService resource to return.java.io.IOExceptionpublic Compute.RegionBackendServices.GetHealth getHealth(java.lang.String project, java.lang.String region, java.lang.String backendService, ResourceGroupReference content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - region - Name of the region scoping this request.backendService - Name of the BackendService resource for which to get health.content - the ResourceGroupReferencejava.io.IOExceptionpublic Compute.RegionBackendServices.Insert insert(java.lang.String project, java.lang.String region, BackendService content) throws java.io.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 BackendServicejava.io.IOExceptionpublic Compute.RegionBackendServices.List list(java.lang.String project, java.lang.String region) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.java.io.IOExceptionpublic Compute.RegionBackendServices.Patch patch(java.lang.String project, java.lang.String region, java.lang.String backendService, BackendService content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.backendService - Name of the BackendService resource to patch.content - the BackendServicejava.io.IOExceptionpublic Compute.RegionBackendServices.Update update(java.lang.String project, java.lang.String region, java.lang.String backendService, BackendService content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region scoping this request.backendService - Name of the BackendService resource to update.content - the BackendServicejava.io.IOException