Skip to content

Commit

Permalink
docs: [fleetengine-delivery] document that delivery_vehicle.type can …
Browse files Browse the repository at this point in the history
…be set on CreateDeliveryVehicle (#5584)

* docs: document that delivery_vehicle.type can be set on CreateDeliveryVehicle

PiperOrigin-RevId: 657296410

Source-Link: googleapis/googleapis@05e8031

Source-Link: googleapis/googleapis-gen@92547f1
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLW1hcHMtZmxlZXRlbmdpbmUtZGVsaXZlcnkvLk93bEJvdC55YW1sIiwiaCI6IjkyNTQ3ZjEzZTEwZjRmZGRjNWU5MDdlZDk5MjcxMjM4MmM1ZDI2YTAifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

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 Jul 30, 2024
1 parent f60f2f9 commit 39db67a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ message CreateDeliveryVehicleRequest {
// Required. The `DeliveryVehicle` entity to create. When creating a new
// delivery vehicle, you may set the following optional fields:
//
// * type
// * last_location
// * attributes
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function main(parent, deliveryVehicleId, deliveryVehicle) {
/**
* Required. The `DeliveryVehicle` entity to create. When creating a new
* delivery vehicle, you may set the following optional fields:
* * type
* * last_location
* * attributes
* Note: The DeliveryVehicle's `name` field is ignored. All other
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"segments": [
{
"start": 25,
"end": 80,
"end": 81,
"type": "FULL"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ export class DeliveryServiceClient {
* Required. The `DeliveryVehicle` entity to create. When creating a new
* delivery vehicle, you may set the following optional fields:
*
* * type
* * last_location
* * attributes
*
Expand Down

0 comments on commit 39db67a

Please sign in to comment.