REST Resource: selection.v1.projects.selectedRoutes
| Methods | |
|---|---|
batchCreate
|
POST /selection/v1/{parent=projects/*}/selectedRoutes:batchCreate
Creates multiple SelectedRoutes and starts a schedule to periodically retrieve cache information for each of the routes. |
create
|
POST /selection/v1/{parent=projects/*}/selectedRoutes
Creates a SelectedRoute and starts a schedule to periodically retrieve cache information for the route. |
delete
|
DELETE /selection/v1/{name=projects/*/selectedRoutes/*}
Deletes the specified SelectedRoute for the specified project. |
get
|
GET /selection/v1/{name=projects/*/selectedRoutes/*}
Gets a SelectedRoute as specified by its name. |
list
|
GET /selection/v1/{parent=projects/*}/selectedRoutes
Lists all SelectedRoutes for the specified project with pagination. |

