Skip to content

Commit 9e33676

Browse files
docs: [google-maps-fleetengine] correct SearchVehiclesRequest.ordered_by description (googleapis#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: https://github.com/googleapis/googleapis-gen/commit/157433126b3c6546254d9f8c3785b0af19b9d7bc Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLW1hcHMtZmxlZXRlbmdpbmUvLk93bEJvdC55YW1sIiwiaCI6IjE1NzQzMzEyNmIzYzY1NDYyNTRkOWY4YzM3ODViMGFmMTliOWQ3YmMifQ== --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: ohmayr <omairnaveed@ymail.com>
1 parent e87d4e9 commit 9e33676

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

packages/google-maps-fleetengine/google/maps/fleetengine/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.2.4" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-maps-fleetengine/google/maps/fleetengine_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.2.4" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-maps-fleetengine/google/maps/fleetengine_v1/types/vehicle_api.py

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -946,14 +946,11 @@ class VehicleMatch(proto.Message):
946946
vehicle_match_type (google.maps.fleetengine_v1.types.VehicleMatch.VehicleMatchType):
947947
Type of the vehicle match.
948948
requested_ordered_by (google.maps.fleetengine_v1.types.SearchVehiclesRequest.VehicleMatchOrder):
949-
The order requested for sorting vehicle
950-
matches.
949+
The order requested for sorting vehicle matches. Equivalent
950+
to ``ordered_by``.
951951
ordered_by (google.maps.fleetengine_v1.types.SearchVehiclesRequest.VehicleMatchOrder):
952-
The actual order that was used for this vehicle. Normally
953-
this will match the 'order_by' field from the request;
954-
however, in certain circumstances such as an internal server
955-
error, a different method may be used (such as
956-
``PICKUP_POINT_STRAIGHT_DISTANCE``).
952+
The order requested for sorting vehicle matches. Equivalent
953+
to ``requested_ordered_by``.
957954
"""
958955

959956
class VehicleMatchType(proto.Enum):

packages/google-maps-fleetengine/samples/generated_samples/snippet_metadata_maps.fleetengine.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-maps-fleetengine",
11-
"version": "0.2.4"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)