Roads API

REST リソース: selection.v1.projects.selectedRoutes

メソッド
batchCreate POST /selection/v1/{parent=projects/*}/selectedRoutes:batchCreate
複数の SelectedRoutes を作成し、各ルートのキャッシュ情報を定期的に取得するスケジュールを開始します。
create POST /selection/v1/{parent=projects/*}/selectedRoutes
SelectedRoute を作成し、ルートのキャッシュ情報を定期的に取得するスケジュールを開始します。
delete DELETE /selection/v1/{name=projects/*/selectedRoutes/*}
指定されたプロジェクトの指定された SelectedRoute を削除します。
get GET /selection/v1/{name=projects/*/selectedRoutes/*}
名前で指定された SelectedRoute を取得します。
list GET /selection/v1/{parent=projects/*}/selectedRoutes
指定されたプロジェクトのすべての SelectedRoute をページネーションで一覧表示します。