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 16, 2021
1 parent 90220e4 commit 33b7fbd
Showing 1 changed file with 194 additions and 0 deletions.
194 changes: 194 additions & 0 deletions api-index-v1.json
Expand Up @@ -60172,6 +60172,200 @@
}
]
},
{
"id": "google.maps.fleetengine.v1",
"directory": "google/maps/fleetengine/v1",
"version": "v1",
"majorVersion": "v1",
"hostName": "fleetengine.googleapis.com",
"title": "Local Rides and Deliveries API",
"description": "Services for ridesharing providers.",
"importDirectories": [
"google/api",
"google/maps/fleetengine/v1",
"google/protobuf",
"google/type"
],
"options": {
"java_package": {
"valueCounts": {
"google.maps.fleetengine.v1": 6
}
},
"java_multiple_files": {
"valueCounts": {
"true": 6
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/maps/fleetengine/v1;fleetengine": 6
}
},
"objc_class_prefix": {
"valueCounts": {
"CFE": 6
}
}
},
"services": [
{
"shortName": "TripService",
"fullName": "maps.fleetengine.v1.TripService",
"methods": [
{
"shortName": "CreateTrip",
"fullName": "maps.fleetengine.v1.TripService.CreateTrip",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=providers/*}/trips"
}
]
},
{
"shortName": "GetTrip",
"fullName": "maps.fleetengine.v1.TripService.GetTrip",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=providers/*/trips/*}"
}
]
},
{
"shortName": "ReportBillableTrip",
"fullName": "maps.fleetengine.v1.TripService.ReportBillableTrip",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{name=providers/*/billableTrips/*}:report"
}
]
},
{
"shortName": "SearchTrips",
"fullName": "maps.fleetengine.v1.TripService.SearchTrips",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=providers/*}/trips:search"
}
]
},
{
"shortName": "UpdateTrip",
"fullName": "maps.fleetengine.v1.TripService.UpdateTrip",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PUT",
"path": "/v1/{name=providers/*/trips/*}"
}
]
}
]
},
{
"shortName": "VehicleService",
"fullName": "maps.fleetengine.v1.VehicleService",
"methods": [
{
"shortName": "CreateVehicle",
"fullName": "maps.fleetengine.v1.VehicleService.CreateVehicle",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=providers/*}/vehicles"
}
]
},
{
"shortName": "GetVehicle",
"fullName": "maps.fleetengine.v1.VehicleService.GetVehicle",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=providers/*/vehicles/*}"
}
]
},
{
"shortName": "ListVehicles",
"fullName": "maps.fleetengine.v1.VehicleService.ListVehicles",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=providers/*}/vehicles"
}
]
},
{
"shortName": "SearchFuzzedVehicles",
"fullName": "maps.fleetengine.v1.VehicleService.SearchFuzzedVehicles",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=providers/*}/vehicles:searchFuzzed"
}
]
},
{
"shortName": "SearchVehicles",
"fullName": "maps.fleetengine.v1.VehicleService.SearchVehicles",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=providers/*}/vehicles:search"
}
]
},
{
"shortName": "UpdateVehicle",
"fullName": "maps.fleetengine.v1.VehicleService.UpdateVehicle",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PUT",
"path": "/v1/{name=providers/*/vehicles/*}"
}
]
},
{
"shortName": "UpdateVehicleAttributes",
"fullName": "maps.fleetengine.v1.VehicleService.UpdateVehicleAttributes",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{name=providers/*/vehicles/*}:updateAttributes"
}
]
},
{
"shortName": "UpdateVehicleLocation",
"fullName": "maps.fleetengine.v1.VehicleService.UpdateVehicleLocation",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PUT",
"path": "/v1/{name=providers/*/vehicles/*}:updateLocation"
}
]
}
]
}
]
},
{
"id": "google.maps.playablelocations.v3",
"directory": "google/maps/playablelocations/v3",
Expand Down

0 comments on commit 33b7fbd

Please sign in to comment.