Skip to content

Commit

Permalink
chore: regenerate API index
Browse files Browse the repository at this point in the history
  • Loading branch information
Google APIs committed Jun 24, 2022
1 parent ff05189 commit cc92ed1
Showing 1 changed file with 93 additions and 0 deletions.
93 changes: 93 additions & 0 deletions api-index-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -83228,6 +83228,99 @@
"google.maps.routes.v1.RoutesPreferred"
]
},
{
"id": "google.maps.routing.v2",
"directory": "google/maps/routing/v2",
"version": "v2",
"majorVersion": "v2",
"hostName": "routes.googleapis.com",
"title": "routes.googleapis.com API",
"description": "routes.googleapis.com API.",
"importDirectories": [
"google/api",
"google/geo/type",
"google/maps/routing/v2",
"google/protobuf",
"google/rpc",
"google/type"
],
"options": {
"cc_enable_arenas": {
"valueCounts": {
"true": 17
}
},
"csharp_namespace": {
"valueCounts": {
"Google.Maps.Routing.V2": 17
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/maps/routing/v2;routing": 17
}
},
"java_multiple_files": {
"valueCounts": {
"true": 17
}
},
"java_package": {
"valueCounts": {
"com.google.maps.routing.v2": 17
}
},
"objc_class_prefix": {
"valueCounts": {
"GMRV2": 17
}
},
"php_namespace": {
"valueCounts": {
"Google\\Maps\\Routing\\V2": 17
}
},
"ruby_package": {
"valueCounts": {
"Google::Maps::Routing::V2": 17
}
}
},
"services": [
{
"shortName": "Routes",
"fullName": "google.maps.routing.v2.Routes",
"methods": [
{
"shortName": "ComputeRouteMatrix",
"fullName": "google.maps.routing.v2.Routes.ComputeRouteMatrix",
"mode": "SERVER_STREAMING",
"bindings": [
{
"httpMethod": "POST",
"path": "/distanceMatrix/v2:computeRouteMatrix"
}
]
},
{
"shortName": "ComputeRoutes",
"fullName": "google.maps.routing.v2.Routes.ComputeRoutes",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/directions/v2:computeRoutes"
}
]
}
]
}
],
"configFile": "routes_v2.yaml",
"serviceConfigApiNames": [
"google.maps.routing.v2.Routes"
]
},
{
"id": "google.monitoring.dashboard.v1",
"directory": "google/monitoring/dashboard/v1",
Expand Down

0 comments on commit cc92ed1

Please sign in to comment.