Class: Google::Maps::FleetEngine::V1::GetTripRequest
- Inherits:
-
Object
- Object
- Google::Maps::FleetEngine::V1::GetTripRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/maps/fleetengine/v1/trip_api.rb
Overview
GetTrip request message.
Instance Attribute Summary collapse
-
#current_route_segment_traffic_version ⇒ ::Google::Protobuf::Timestamp
Indicates the minimum timestamp (exclusive) for which
Trip.current_route_segment_trafficis retrieved. -
#current_route_segment_version ⇒ ::Google::Protobuf::Timestamp
Indicates the minimum timestamp (exclusive) for which
Trip.routeorTrip.current_route_segmentdata are retrieved. -
#header ⇒ ::Google::Maps::FleetEngine::V1::RequestHeader
The standard Fleet Engine request header.
-
#name ⇒ ::String
Required.
-
#remaining_waypoints_route_version ⇒ ::Google::Protobuf::Timestamp
Indicates the minimum timestamp (exclusive) for which
Trip.remaining_waypoints.traffic_to_waypointandTrip.remaining_waypoints.path_to_waypointdata are retrieved. -
#remaining_waypoints_version ⇒ ::Google::Protobuf::Timestamp
Indicates the minimum timestamp (exclusive) for which
Trip.remaining_waypointsare retrieved. -
#route_format_type ⇒ ::Google::Maps::FleetEngine::V1::PolylineFormatType
The returned current route format,
LAT_LNG_LIST_TYPE(inTrip.route), orENCODED_POLYLINE_TYPE(inTrip.current_route_segment). -
#view ⇒ ::Google::Maps::FleetEngine::V1::TripView
The subset of Trip fields that should be returned and their interpretation.
Instance Attribute Details
#current_route_segment_traffic_version ⇒ ::Google::Protobuf::Timestamp
133 134 135 136 |
# File 'proto_docs/google/maps/fleetengine/v1/trip_api.rb', line 133 class GetTripRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#current_route_segment_version ⇒ ::Google::Protobuf::Timestamp
133 134 135 136 |
# File 'proto_docs/google/maps/fleetengine/v1/trip_api.rb', line 133 class GetTripRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#header ⇒ ::Google::Maps::FleetEngine::V1::RequestHeader
133 134 135 136 |
# File 'proto_docs/google/maps/fleetengine/v1/trip_api.rb', line 133 class GetTripRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
133 134 135 136 |
# File 'proto_docs/google/maps/fleetengine/v1/trip_api.rb', line 133 class GetTripRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#remaining_waypoints_route_version ⇒ ::Google::Protobuf::Timestamp
133 134 135 136 |
# File 'proto_docs/google/maps/fleetengine/v1/trip_api.rb', line 133 class GetTripRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#remaining_waypoints_version ⇒ ::Google::Protobuf::Timestamp
133 134 135 136 |
# File 'proto_docs/google/maps/fleetengine/v1/trip_api.rb', line 133 class GetTripRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#route_format_type ⇒ ::Google::Maps::FleetEngine::V1::PolylineFormatType
133 134 135 136 |
# File 'proto_docs/google/maps/fleetengine/v1/trip_api.rb', line 133 class GetTripRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Maps::FleetEngine::V1::TripView
133 134 135 136 |
# File 'proto_docs/google/maps/fleetengine/v1/trip_api.rb', line 133 class GetTripRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |