blob: a092a19ec3de432b732d815de1d7468a94f5e995 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
type: google.api.Service
config_version: 3
name: routespreferred.googleapis.com
title: Routes Preferred API
apis:
- name: google.maps.routes.v1.RoutesPreferred
- name: google.maps.routes.v1alpha.RoutesAlpha
authentication:
rules:
- selector: 'google.maps.routes.v1.RoutesPreferred.*'
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/maps-platform.routespreferred
- selector: 'google.maps.routes.v1alpha.RoutesAlpha.*'
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/maps-platform.routespreferred
|