Class: Google::Maps::FleetEngine::V1::ReportBillableTripRequest

Inherits:
Object
  • Object
show all
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

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


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