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_segment
is 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.waypoints
data is retrieved.
Instance Attribute Details
#current_route_segment_version ⇒ ::Google::Protobuf::Timestamp
Returns Indicates the minimum timestamp (exclusive) for which
Vehicle.current_route_segment
is retrieved.
If the route is unchanged since this timestamp, the current_route_segment
field is not set in the response. If a minimum is unspecified, the
current_route_segment
is always retrieved.
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
Returns The standard Fleet Engine request header.
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
Returns Required. Must be in the format
providers/{provider}/vehicles/{vehicle}
.
The provider must be the Project ID (for example, sample-cloud-project
)
of the Google Cloud Project of which the service account making
this call is a member.
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
Returns Indicates the minimum timestamp (exclusive) for which Vehicle.waypoints
data is retrieved. If the waypoints are unchanged since this timestamp, the
vehicle.waypoints
data is not set in the response. If this field is
unspecified, vehicle.waypoints
is always retrieved.
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 |