public class Compute.Routes
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Compute.Routes.Delete |
class |
Compute.Routes.Get |
class |
Compute.Routes.Insert |
class |
Compute.Routes.List |
Constructor and Description |
---|
Compute.Routes() |
Modifier and Type | Method and Description |
---|---|
Compute.Routes.Delete |
delete(java.lang.String project,
java.lang.String route)
Deletes the specified route resource.
|
Compute.Routes.Get |
get(java.lang.String project,
java.lang.String route)
Returns the specified route resource.
|
Compute.Routes.Insert |
insert(java.lang.String project,
Route content)
Creates a route resource in the specified project using the data included in the request.
|
Compute.Routes.List |
list(java.lang.String project)
Retrieves the list of route resources available to the specified project.
|
public Compute.Routes.Delete delete(java.lang.String project, java.lang.String route) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.route
- Name of the route resource to delete.java.io.IOException
public Compute.Routes.Get get(java.lang.String project, java.lang.String route) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.route
- Name of the route resource to return.java.io.IOException
public Compute.Routes.Insert insert(java.lang.String project, Route content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.content
- the Route
java.io.IOException
public Compute.Routes.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