| 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.TestIamPermissions  | 
class  | 
Compute.RegionBackendServices.Update  | 
| Constructor and Description | 
|---|
RegionBackendServices()  | 
| Modifier and Type | Method and Description | 
|---|---|
Compute.RegionBackendServices.Delete | 
delete(String project,
      String region,
      String backendService)
Deletes the specified regional BackendService resource. 
 | 
Compute.RegionBackendServices.Get | 
get(String project,
   String region,
   String backendService)
Returns the specified regional BackendService resource. 
 | 
Compute.RegionBackendServices.GetHealth | 
getHealth(String project,
         String region,
         String backendService,
         ResourceGroupReference content)
Gets the most recent health check results for this regional BackendService. 
 | 
Compute.RegionBackendServices.Insert | 
insert(String project,
      String region,
      BackendService content)
Creates a regional BackendService resource in the specified project using the data included in
 the request. 
 | 
Compute.RegionBackendServices.List | 
list(String project,
    String region)
Retrieves the list of regional BackendService resources available to the specified project in the
 given region. 
 | 
Compute.RegionBackendServices.Patch | 
patch(String project,
     String region,
     String backendService,
     BackendService content)
Updates the specified regional BackendService resource with the data included in the request. 
 | 
Compute.RegionBackendServices.TestIamPermissions | 
testIamPermissions(String project,
                  String region,
                  String resource,
                  TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource. 
 | 
Compute.RegionBackendServices.Update | 
update(String project,
      String region,
      String backendService,
      BackendService content)
Updates the specified regional BackendService resource with the data included in the request. 
 | 
public Compute.RegionBackendServices.Delete delete(String project, String region, String backendService) throws 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.IOExceptionpublic Compute.RegionBackendServices.Get get(String project, String region, String backendService) throws 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.IOExceptionpublic Compute.RegionBackendServices.GetHealth getHealth(String project, String region, String backendService, ResourceGroupReference content) throws 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 ResourceGroupReferenceIOExceptionpublic Compute.RegionBackendServices.Insert insert(String project, String region, BackendService 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 BackendServiceIOExceptionpublic Compute.RegionBackendServices.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.RegionBackendServices.Patch patch(String project, String region, String backendService, BackendService 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.backendService - Name of the BackendService resource to patch.content - the BackendServiceIOExceptionpublic Compute.RegionBackendServices.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 TestPermissionsRequestIOExceptionpublic Compute.RegionBackendServices.Update update(String project, String region, String backendService, BackendService 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.backendService - Name of the BackendService resource to update.content - the BackendServiceIOExceptionCopyright © 2011–2020 Google. All rights reserved.