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(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.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.IOException
public 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.IOException
public 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 ResourceGroupReference
IOException
public 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 BackendService
IOException
public 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.IOException
public 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 BackendService
IOException
public 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 BackendService
IOException
Copyright © 2011–2021 Google. All rights reserved.