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