Skip to content

Commit

Permalink
fix!: [google-maps-fleetengine-delivery] An existing method `UpdateVe…
Browse files Browse the repository at this point in the history
…hicleLocation` is removed from service `VehicleService` (#12667)

BEGIN_COMMIT_OVERRIDE
fix!: An existing method `UpdateVehicleLocation` is removed from service
`VehicleService`
fix!: An existing method `SearchFuzzedVehicles` is removed from service
`VehicleService`
fix!: An existing message `UpdateVehicleLocationRequest` is removed
END_COMMIT_OVERRIDE

- [ ] Regenerate this pull request now.

fix!: An existing method `SearchFuzzedVehicles` is removed from service
`VehicleService`
fix!: An existing message `UpdateVehicleLocationRequest` is removed

PiperOrigin-RevId: 631557549

Source-Link:
googleapis/googleapis@3d50414

Source-Link:
googleapis/googleapis-gen@5ce63d4
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLW1hcHMtZmxlZXRlbmdpbmUtZGVsaXZlcnkvLk93bEJvdC55YW1sIiwiaCI6IjVjZTYzZDRlNjM2YTk3NTE3NWJkZTJkMTZjMTVlNzBkZDVhODFmZjQifQ==

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored May 8, 2024
1 parent 7dab61a commit 6c696a2
Show file tree
Hide file tree
Showing 19 changed files with 2,712 additions and 3,149 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
ListDeliveryVehiclesResponse,
ListTasksRequest,
ListTasksResponse,
SearchTasksRequest,
SearchTasksResponse,
UpdateDeliveryVehicleRequest,
UpdateTaskRequest,
)
Expand Down Expand Up @@ -81,8 +79,6 @@
"ListDeliveryVehiclesResponse",
"ListTasksRequest",
"ListTasksResponse",
"SearchTasksRequest",
"SearchTasksResponse",
"UpdateDeliveryVehicleRequest",
"UpdateTaskRequest",
"DeliveryVehicle",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.8" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
ListDeliveryVehiclesResponse,
ListTasksRequest,
ListTasksResponse,
SearchTasksRequest,
SearchTasksResponse,
UpdateDeliveryVehicleRequest,
UpdateTaskRequest,
)
Expand Down Expand Up @@ -75,8 +73,6 @@
"ListTasksRequest",
"ListTasksResponse",
"LocationInfo",
"SearchTasksRequest",
"SearchTasksResponse",
"Task",
"TaskAttribute",
"TaskTrackingInfo",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@
"list_tasks"
]
},
"SearchTasks": {
"methods": [
"search_tasks"
]
},
"UpdateDeliveryVehicle": {
"methods": [
"update_delivery_vehicle"
Expand Down Expand Up @@ -110,11 +105,6 @@
"list_tasks"
]
},
"SearchTasks": {
"methods": [
"search_tasks"
]
},
"UpdateDeliveryVehicle": {
"methods": [
"update_delivery_vehicle"
Expand Down Expand Up @@ -170,11 +160,6 @@
"list_tasks"
]
},
"SearchTasks": {
"methods": [
"search_tasks"
]
},
"UpdateDeliveryVehicle": {
"methods": [
"update_delivery_vehicle"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.8" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Loading

0 comments on commit 6c696a2

Please sign in to comment.