Class: Google::Maps::FleetEngine::V1::ReportBillableTripRequest
- Inherits:
-
Object
- Object
- Google::Maps::FleetEngine::V1::ReportBillableTripRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/maps/fleetengine/v1/trip_api.rb
Overview
ReportBillableTrip request message.
Defined Under Namespace
Modules: SolutionType
Instance Attribute Summary collapse
-
#country_code ⇒ ::String
Required.
-
#name ⇒ ::String
Required.
-
#platform ⇒ ::Google::Maps::FleetEngine::V1::BillingPlatformIdentifier
The platform upon which the request was issued.
-
#related_ids ⇒ ::Array<::String>
The identifiers that are directly related to the trip being reported.
-
#solution_type ⇒ ::Google::Maps::FleetEngine::V1::ReportBillableTripRequest::SolutionType
The type of GMP product solution (for example,
ON_DEMAND_RIDESHARING_AND_DELIVERIES) used for the reported trip.
Instance Attribute Details
#country_code ⇒ ::String
163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 |
# File 'proto_docs/google/maps/fleetengine/v1/trip_api.rb', line 163 class ReportBillableTripRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Selector for different solution types of a reported trip. module SolutionType # The default value. For backwards-compatibility, the API will use # `ON_DEMAND_RIDESHARING_AND_DELIVERIES` by default which is the first # supported solution type. SOLUTION_TYPE_UNSPECIFIED = 0 # The solution is an on-demand ridesharing and deliveries trip. ON_DEMAND_RIDESHARING_AND_DELIVERIES = 1 end end |
#name ⇒ ::String
163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 |
# File 'proto_docs/google/maps/fleetengine/v1/trip_api.rb', line 163 class ReportBillableTripRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Selector for different solution types of a reported trip. module SolutionType # The default value. For backwards-compatibility, the API will use # `ON_DEMAND_RIDESHARING_AND_DELIVERIES` by default which is the first # supported solution type. SOLUTION_TYPE_UNSPECIFIED = 0 # The solution is an on-demand ridesharing and deliveries trip. ON_DEMAND_RIDESHARING_AND_DELIVERIES = 1 end end |
#platform ⇒ ::Google::Maps::FleetEngine::V1::BillingPlatformIdentifier
163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 |
# File 'proto_docs/google/maps/fleetengine/v1/trip_api.rb', line 163 class ReportBillableTripRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Selector for different solution types of a reported trip. module SolutionType # The default value. For backwards-compatibility, the API will use # `ON_DEMAND_RIDESHARING_AND_DELIVERIES` by default which is the first # supported solution type. SOLUTION_TYPE_UNSPECIFIED = 0 # The solution is an on-demand ridesharing and deliveries trip. ON_DEMAND_RIDESHARING_AND_DELIVERIES = 1 end end |
#related_ids ⇒ ::Array<::String>
163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 |
# File 'proto_docs/google/maps/fleetengine/v1/trip_api.rb', line 163 class ReportBillableTripRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Selector for different solution types of a reported trip. module SolutionType # The default value. For backwards-compatibility, the API will use # `ON_DEMAND_RIDESHARING_AND_DELIVERIES` by default which is the first # supported solution type. SOLUTION_TYPE_UNSPECIFIED = 0 # The solution is an on-demand ridesharing and deliveries trip. ON_DEMAND_RIDESHARING_AND_DELIVERIES = 1 end end |
#solution_type ⇒ ::Google::Maps::FleetEngine::V1::ReportBillableTripRequest::SolutionType
163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 |
# File 'proto_docs/google/maps/fleetengine/v1/trip_api.rb', line 163 class ReportBillableTripRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Selector for different solution types of a reported trip. module SolutionType # The default value. For backwards-compatibility, the API will use # `ON_DEMAND_RIDESHARING_AND_DELIVERIES` by default which is the first # supported solution type. SOLUTION_TYPE_UNSPECIFIED = 0 # The solution is an on-demand ridesharing and deliveries trip. ON_DEMAND_RIDESHARING_AND_DELIVERIES = 1 end end |