| Modifier and Type | Class and Description | 
|---|---|
| class  | Compute.Routes.Delete | 
| class  | Compute.Routes.Get | 
| class  | Compute.Routes.Insert | 
| class  | Compute.Routes.List | 
| class  | Compute.Routes.TestIamPermissions | 
| Constructor and Description | 
|---|
| Routes() | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.Routes.Delete | delete(String project,
      String route)Deletes the specified Route resource. | 
| Compute.Routes.Get | get(String project,
   String route)Returns the specified Route resource. | 
| Compute.Routes.Insert | insert(String project,
      Route content)Creates a Route resource in the specified project using the data included in the request. | 
| Compute.Routes.List | list(String project)Retrieves the list of Route resources available to the specified project. | 
| Compute.Routes.TestIamPermissions | testIamPermissions(String project,
                  String resource,
                  TestPermissionsRequest content)Returns permissions that a caller has on the specified resource. | 
public Compute.Routes.Delete delete(String project, String route) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.route - Name of the Route resource to delete.IOExceptionpublic Compute.Routes.Get get(String project, String route) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.route - Name of the Route resource to return.IOExceptionpublic Compute.Routes.Insert insert(String project, Route content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.content - the RouteIOExceptionpublic Compute.Routes.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.Routes.TestIamPermissions testIamPermissions(String project, String resource, TestPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionCopyright © 2011–2022 Google. All rights reserved.