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.IOException
public 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.IOException
public 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 ResourceGroupReference
java.io.IOException
public 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 BackendService
java.io.IOException
public 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.IOException
public 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 BackendService
java.io.IOException
public 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 BackendService
java.io.IOException