Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [google-maps-fleetengine] correct SearchVehiclesRequest.ordered_by description #13335

Merged
merged 3 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading