public class Compute.BackendServices
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Compute.BackendServices.Delete |
class |
Compute.BackendServices.Get |
class |
Compute.BackendServices.GetHealth |
class |
Compute.BackendServices.Insert |
class |
Compute.BackendServices.List |
class |
Compute.BackendServices.Patch |
class |
Compute.BackendServices.Update |
Constructor and Description |
---|
Compute.BackendServices() |
Modifier and Type | Method and Description |
---|---|
Compute.BackendServices.Delete |
delete(java.lang.String project,
java.lang.String backendService)
Deletes the specified BackendService resource.
|
Compute.BackendServices.Get |
get(java.lang.String project,
java.lang.String backendService)
Returns the specified BackendService resource.
|
Compute.BackendServices.GetHealth |
getHealth(java.lang.String project,
java.lang.String backendService,
ResourceGroupReference content)
Gets the most recent health check results for this BackendService.
|
Compute.BackendServices.Insert |
insert(java.lang.String project,
BackendService content)
Creates a BackendService resource in the specified project using the data included in the
request.
|
Compute.BackendServices.List |
list(java.lang.String project)
Retrieves the list of BackendService resources available to the specified project.
|
Compute.BackendServices.Patch |
patch(java.lang.String project,
java.lang.String backendService,
BackendService content)
Update the entire content of the BackendService resource.
|
Compute.BackendServices.Update |
update(java.lang.String project,
java.lang.String backendService,
BackendService content)
Update the entire content of the BackendService resource.
|
public Compute.BackendServices.Delete delete(java.lang.String project, java.lang.String backendService) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.backendService
- Name of the BackendService resource to delete.java.io.IOException
public Compute.BackendServices.Get get(java.lang.String project, java.lang.String backendService) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.backendService
- Name of the BackendService resource to return.java.io.IOException
public Compute.BackendServices.GetHealth getHealth(java.lang.String project, java.lang.String backendService, ResourceGroupReference content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- backendService
- Name of the BackendService resource to which the queried instance belongs.content
- the ResourceGroupReference
java.io.IOException
public Compute.BackendServices.Insert insert(java.lang.String project, BackendService content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.content
- the BackendService
java.io.IOException
public Compute.BackendServices.List list(java.lang.String project) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.java.io.IOException
public Compute.BackendServices.Patch patch(java.lang.String project, java.lang.String backendService, BackendService content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.backendService
- Name of the BackendService resource to update.content
- the BackendService
java.io.IOException
public Compute.BackendServices.Update update(java.lang.String project, java.lang.String backendService, BackendService content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.backendService
- Name of the BackendService resource to update.content
- the BackendService
java.io.IOException