Skip to content

Commit 917762b

Browse files
Google APIscopybara-github
authored andcommitted
docs: clarify comment on update_time
PiperOrigin-RevId: 458304215
1 parent 523fdaf commit 917762b

3 files changed

Lines changed: 11 additions & 12 deletions

File tree

google/maps/fleetengine/delivery/v1/common.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ message DeliveryVehicleLocation {
8181
// Accuracy of `speed` in meters/second.
8282
google.protobuf.DoubleValue speed_accuracy = 7;
8383

84-
// The time when `location` was reported by the sensor.
84+
// The time when `location` was reported by the sensor according to the
85+
// sensor's clock.
8586
google.protobuf.Timestamp update_time = 4;
8687

8788
// Output only. The time when the server received the location information.
@@ -117,8 +118,7 @@ message DeliveryVehicleLocation {
117118
// Input only. Accuracy of `raw_location` as a radius, in meters.
118119
google.protobuf.DoubleValue raw_location_accuracy = 25 [(google.api.field_behavior) = INPUT_ONLY];
119120

120-
// Input only. Supplemental location provided by the integrating app, such as the location
121-
// provided by Fused Location Provider.
121+
// Input only. Supplemental location provided by the integrating app.
122122
google.type.LatLng supplemental_location = 18 [(google.api.field_behavior) = INPUT_ONLY];
123123

124124
// Input only. Timestamp associated with the supplemental location.

google/maps/fleetengine/v1/fleetengine.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ message VehicleLocation {
215215
// Accuracy of `speed` in meters/second.
216216
google.protobuf.DoubleValue speed_accuracy = 7;
217217

218-
// The time when `location` was reported by the sensor.
218+
// The time when `location` was reported by the sensor according to the
219+
// sensor's clock.
219220
google.protobuf.Timestamp update_time = 4;
220221

221222
// Output only. The time when the server received the location information.
@@ -251,8 +252,7 @@ message VehicleLocation {
251252
// Input only. Accuracy of `raw_location` as a radius, in meters.
252253
google.protobuf.DoubleValue raw_location_accuracy = 25 [(google.api.field_behavior) = INPUT_ONLY];
253254

254-
// Input only. Supplemental location provided by the integrating app, such as the location
255-
// provided by Fused Location Provider.
255+
// Input only. Supplemental location provided by the integrating app.
256256
google.type.LatLng supplemental_location = 18 [(google.api.field_behavior) = INPUT_ONLY];
257257

258258
// Input only. Timestamp associated with the supplemental location.

google/maps/fleetengine/v1/trips.proto

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,11 @@ message Trip {
7979
// Trip.intermediate_destinations is not changed.
8080
google.protobuf.Timestamp intermediate_destinations_version = 25;
8181

82-
// When `TripStatus` is `ENROUTE_TO_INTERMEDIATE_DESTINATION`, a number between
83-
// [0..N-1] indicating which intermediate destination the vehicle will cross
84-
// next.
85-
// When `TripStatus` is `ARRIVED_AT_INTERMEDIATE_DESTINATION`, a number
86-
// between [0..N-1] indicating which intermediate destination the vehicle is
87-
// at. The provider sets this value. If there are no
82+
// When `TripStatus` is `ENROUTE_TO_INTERMEDIATE_DESTINATION`, a number
83+
// between [0..N-1] indicating which intermediate destination the vehicle will
84+
// cross next. When `TripStatus` is `ARRIVED_AT_INTERMEDIATE_DESTINATION`, a
85+
// number between [0..N-1] indicating which intermediate destination the
86+
// vehicle is at. The provider sets this value. If there are no
8887
// `intermediate_destinations`, this field is ignored.
8988
int32 intermediate_destination_index = 15;
9089

0 commit comments

Comments
 (0)