Skip to content

Commit 33b7fbd

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent 90220e4 commit 33b7fbd

1 file changed

Lines changed: 194 additions & 0 deletions

File tree

api-index-v1.json

Lines changed: 194 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60172,6 +60172,200 @@
6017260172
}
6017360173
]
6017460174
},
60175+
{
60176+
"id": "google.maps.fleetengine.v1",
60177+
"directory": "google/maps/fleetengine/v1",
60178+
"version": "v1",
60179+
"majorVersion": "v1",
60180+
"hostName": "fleetengine.googleapis.com",
60181+
"title": "Local Rides and Deliveries API",
60182+
"description": "Services for ridesharing providers.",
60183+
"importDirectories": [
60184+
"google/api",
60185+
"google/maps/fleetengine/v1",
60186+
"google/protobuf",
60187+
"google/type"
60188+
],
60189+
"options": {
60190+
"java_package": {
60191+
"valueCounts": {
60192+
"google.maps.fleetengine.v1": 6
60193+
}
60194+
},
60195+
"java_multiple_files": {
60196+
"valueCounts": {
60197+
"true": 6
60198+
}
60199+
},
60200+
"go_package": {
60201+
"valueCounts": {
60202+
"google.golang.org/genproto/googleapis/maps/fleetengine/v1;fleetengine": 6
60203+
}
60204+
},
60205+
"objc_class_prefix": {
60206+
"valueCounts": {
60207+
"CFE": 6
60208+
}
60209+
}
60210+
},
60211+
"services": [
60212+
{
60213+
"shortName": "TripService",
60214+
"fullName": "maps.fleetengine.v1.TripService",
60215+
"methods": [
60216+
{
60217+
"shortName": "CreateTrip",
60218+
"fullName": "maps.fleetengine.v1.TripService.CreateTrip",
60219+
"mode": "UNARY",
60220+
"bindings": [
60221+
{
60222+
"httpMethod": "POST",
60223+
"path": "/v1/{parent=providers/*}/trips"
60224+
}
60225+
]
60226+
},
60227+
{
60228+
"shortName": "GetTrip",
60229+
"fullName": "maps.fleetengine.v1.TripService.GetTrip",
60230+
"mode": "UNARY",
60231+
"bindings": [
60232+
{
60233+
"httpMethod": "GET",
60234+
"path": "/v1/{name=providers/*/trips/*}"
60235+
}
60236+
]
60237+
},
60238+
{
60239+
"shortName": "ReportBillableTrip",
60240+
"fullName": "maps.fleetengine.v1.TripService.ReportBillableTrip",
60241+
"mode": "UNARY",
60242+
"bindings": [
60243+
{
60244+
"httpMethod": "POST",
60245+
"path": "/v1/{name=providers/*/billableTrips/*}:report"
60246+
}
60247+
]
60248+
},
60249+
{
60250+
"shortName": "SearchTrips",
60251+
"fullName": "maps.fleetengine.v1.TripService.SearchTrips",
60252+
"mode": "UNARY",
60253+
"bindings": [
60254+
{
60255+
"httpMethod": "POST",
60256+
"path": "/v1/{parent=providers/*}/trips:search"
60257+
}
60258+
]
60259+
},
60260+
{
60261+
"shortName": "UpdateTrip",
60262+
"fullName": "maps.fleetengine.v1.TripService.UpdateTrip",
60263+
"mode": "UNARY",
60264+
"bindings": [
60265+
{
60266+
"httpMethod": "PUT",
60267+
"path": "/v1/{name=providers/*/trips/*}"
60268+
}
60269+
]
60270+
}
60271+
]
60272+
},
60273+
{
60274+
"shortName": "VehicleService",
60275+
"fullName": "maps.fleetengine.v1.VehicleService",
60276+
"methods": [
60277+
{
60278+
"shortName": "CreateVehicle",
60279+
"fullName": "maps.fleetengine.v1.VehicleService.CreateVehicle",
60280+
"mode": "UNARY",
60281+
"bindings": [
60282+
{
60283+
"httpMethod": "POST",
60284+
"path": "/v1/{parent=providers/*}/vehicles"
60285+
}
60286+
]
60287+
},
60288+
{
60289+
"shortName": "GetVehicle",
60290+
"fullName": "maps.fleetengine.v1.VehicleService.GetVehicle",
60291+
"mode": "UNARY",
60292+
"bindings": [
60293+
{
60294+
"httpMethod": "GET",
60295+
"path": "/v1/{name=providers/*/vehicles/*}"
60296+
}
60297+
]
60298+
},
60299+
{
60300+
"shortName": "ListVehicles",
60301+
"fullName": "maps.fleetengine.v1.VehicleService.ListVehicles",
60302+
"mode": "UNARY",
60303+
"bindings": [
60304+
{
60305+
"httpMethod": "GET",
60306+
"path": "/v1/{parent=providers/*}/vehicles"
60307+
}
60308+
]
60309+
},
60310+
{
60311+
"shortName": "SearchFuzzedVehicles",
60312+
"fullName": "maps.fleetengine.v1.VehicleService.SearchFuzzedVehicles",
60313+
"mode": "UNARY",
60314+
"bindings": [
60315+
{
60316+
"httpMethod": "POST",
60317+
"path": "/v1/{parent=providers/*}/vehicles:searchFuzzed"
60318+
}
60319+
]
60320+
},
60321+
{
60322+
"shortName": "SearchVehicles",
60323+
"fullName": "maps.fleetengine.v1.VehicleService.SearchVehicles",
60324+
"mode": "UNARY",
60325+
"bindings": [
60326+
{
60327+
"httpMethod": "POST",
60328+
"path": "/v1/{parent=providers/*}/vehicles:search"
60329+
}
60330+
]
60331+
},
60332+
{
60333+
"shortName": "UpdateVehicle",
60334+
"fullName": "maps.fleetengine.v1.VehicleService.UpdateVehicle",
60335+
"mode": "UNARY",
60336+
"bindings": [
60337+
{
60338+
"httpMethod": "PUT",
60339+
"path": "/v1/{name=providers/*/vehicles/*}"
60340+
}
60341+
]
60342+
},
60343+
{
60344+
"shortName": "UpdateVehicleAttributes",
60345+
"fullName": "maps.fleetengine.v1.VehicleService.UpdateVehicleAttributes",
60346+
"mode": "UNARY",
60347+
"bindings": [
60348+
{
60349+
"httpMethod": "POST",
60350+
"path": "/v1/{name=providers/*/vehicles/*}:updateAttributes"
60351+
}
60352+
]
60353+
},
60354+
{
60355+
"shortName": "UpdateVehicleLocation",
60356+
"fullName": "maps.fleetengine.v1.VehicleService.UpdateVehicleLocation",
60357+
"mode": "UNARY",
60358+
"bindings": [
60359+
{
60360+
"httpMethod": "PUT",
60361+
"path": "/v1/{name=providers/*/vehicles/*}:updateLocation"
60362+
}
60363+
]
60364+
}
60365+
]
60366+
}
60367+
]
60368+
},
6017560369
{
6017660370
"id": "google.maps.playablelocations.v3",
6017760371
"directory": "google/maps/playablelocations/v3",

0 commit comments

Comments
 (0)