Class: Google::Maps::FleetEngine::V1::GetVehicleRequest
- Inherits:
-
Object
- Object
- Google::Maps::FleetEngine::V1::GetVehicleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/maps/fleetengine/v1/vehicle_api.rb
Overview
GetVehicle request message.
Instance Attribute Summary collapse
-
#current_route_segment_version ⇒ ::Google::Protobuf::Timestamp
Indicates the minimum timestamp (exclusive) for which
Vehicle.current_route_segmentis retrieved. -
#header ⇒ ::Google::Maps::FleetEngine::V1::RequestHeader
The standard Fleet Engine request header.
-
#name ⇒ ::String
Required.
-
#waypoints_version ⇒ ::Google::Protobuf::Timestamp
Indicates the minimum timestamp (exclusive) for which
Vehicle.waypointsdata is retrieved.
Instance Attribute Details
#current_route_segment_version ⇒ ::Google::Protobuf::Timestamp
102 103 104 105 |
# File 'proto_docs/google/maps/fleetengine/v1/vehicle_api.rb', line 102 class GetVehicleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#header ⇒ ::Google::Maps::FleetEngine::V1::RequestHeader
102 103 104 105 |
# File 'proto_docs/google/maps/fleetengine/v1/vehicle_api.rb', line 102 class GetVehicleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
102 103 104 105 |
# File 'proto_docs/google/maps/fleetengine/v1/vehicle_api.rb', line 102 class GetVehicleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#waypoints_version ⇒ ::Google::Protobuf::Timestamp
102 103 104 105 |
# File 'proto_docs/google/maps/fleetengine/v1/vehicle_api.rb', line 102 class GetVehicleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |