Skip to content

Commit

Permalink
docs: [google-maps-fleetengine] correct SearchVehiclesRequest.ordered…
Browse files Browse the repository at this point in the history
…_by description (#13335)

BEGIN_COMMIT_OVERRIDE
docs: correct SearchVehiclesRequest.ordered_by description
END_COMMIT_OVERRIDE

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 704403622

Source-Link:
googleapis/googleapis@4e78e68

Source-Link:
googleapis/googleapis-gen@1574331
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLW1hcHMtZmxlZXRlbmdpbmUvLk93bEJvdC55YW1sIiwiaCI6IjE1NzQzMzEyNmIzYzY1NDYyNTRkOWY4YzM3ODViMGFmMTliOWQ3YmMifQ==

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: ohmayr <omairnaveed@ymail.com>
  • Loading branch information
3 people authored Dec 11, 2024
1 parent e87d4e9 commit 9e33676
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
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.2.4" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
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.2.4" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -946,14 +946,11 @@ class VehicleMatch(proto.Message):
vehicle_match_type (google.maps.fleetengine_v1.types.VehicleMatch.VehicleMatchType):
Type of the vehicle match.
requested_ordered_by (google.maps.fleetengine_v1.types.SearchVehiclesRequest.VehicleMatchOrder):
The order requested for sorting vehicle
matches.
The order requested for sorting vehicle matches. Equivalent
to ``ordered_by``.
ordered_by (google.maps.fleetengine_v1.types.SearchVehiclesRequest.VehicleMatchOrder):
The actual order that was used for this vehicle. Normally
this will match the 'order_by' field from the request;
however, in certain circumstances such as an internal server
error, a different method may be used (such as
``PICKUP_POINT_STRAIGHT_DISTANCE``).
The order requested for sorting vehicle matches. Equivalent
to ``requested_ordered_by``.
"""

class VehicleMatchType(proto.Enum):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-maps-fleetengine",
"version": "0.2.4"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 9e33676

Please sign in to comment.