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(String project,
String backendService)
Deletes the specified BackendService resource.
|
Compute.BackendServices.Get |
get(String project,
String backendService)
Returns the specified BackendService resource.
|
Compute.BackendServices.GetHealth |
getHealth(String project,
String backendService,
ResourceGroupReference content)
Gets the most recent health check results for this BackendService.
|
Compute.BackendServices.Insert |
insert(String project,
BackendService content)
Creates a BackendService resource in the specified project using the data included in the
request.
|
Compute.BackendServices.List |
list(String project)
Retrieves the list of BackendService resources available to the specified project.
|
Compute.BackendServices.Patch |
patch(String project,
String backendService,
BackendService content)
Update the entire content of the BackendService resource.
|
Compute.BackendServices.Update |
update(String project,
String backendService,
BackendService content)
Update the entire content of the BackendService resource.
|
public Compute.BackendServices.Delete delete(String project, String backendService) throws 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.IOException
public Compute.BackendServices.Get get(String project, String backendService) throws 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.IOException
public Compute.BackendServices.GetHealth getHealth(String project, String backendService, ResourceGroupReference content) throws 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
IOException
public Compute.BackendServices.Insert insert(String project, BackendService content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.content
- the BackendService
IOException
public Compute.BackendServices.List list(String project) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.IOException
public Compute.BackendServices.Patch patch(String project, String backendService, BackendService content) throws 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
IOException
public Compute.BackendServices.Update update(String project, String backendService, BackendService content) throws 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
IOException