Class: Google::Maps::FleetEngine::Delivery::V1::UpdateDeliveryVehicleRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/maps/fleetengine/delivery/v1/delivery_api.rb

Overview

The UpdateDeliveryVehicle request message.

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_vehicle::Google::Maps::FleetEngine::Delivery::V1::DeliveryVehicle

Returns Required. The DeliveryVehicle entity update to apply. Note: You cannot update the name of the DeliveryVehicle.

Returns:



161
162
163
164
# File 'proto_docs/google/maps/fleetengine/delivery/v1/delivery_api.rb', line 161

class UpdateDeliveryVehicleRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#header::Google::Maps::FleetEngine::Delivery::V1::DeliveryRequestHeader

Returns Optional. The standard Delivery API request header.

Returns:



161
162
163
164
# File 'proto_docs/google/maps/fleetengine/delivery/v1/delivery_api.rb', line 161

class UpdateDeliveryVehicleRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Required. A field mask that indicates which DeliveryVehicle fields to update. Note that the update_mask must contain at least one field.

This is a comma-separated list of fully qualified names of fields. Example: "remaining_vehicle_journey_segments".

Returns:

  • (::Google::Protobuf::FieldMask)

    Required. A field mask that indicates which DeliveryVehicle fields to update. Note that the update_mask must contain at least one field.

    This is a comma-separated list of fully qualified names of fields. Example: "remaining_vehicle_journey_segments".



161
162
163
164
# File 'proto_docs/google/maps/fleetengine/delivery/v1/delivery_api.rb', line 161

class UpdateDeliveryVehicleRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end