Class: Google::Maps::FleetEngine::V1::UpdateVehicleAttributesRequest

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

Overview

UpdateVehicleAttributes request message.

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Array<::Google::Maps::FleetEngine::V1::VehicleAttribute>

Returns Required. The vehicle attributes to update. Unmentioned attributes are not altered or removed.

Returns:



159
160
161
162
# File 'proto_docs/google/maps/fleetengine/v1/vehicle_api.rb', line 159

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

#header::Google::Maps::FleetEngine::V1::RequestHeader

Returns The standard Fleet Engine request header.

Returns:



159
160
161
162
# File 'proto_docs/google/maps/fleetengine/v1/vehicle_api.rb', line 159

class UpdateVehicleAttributesRequest
  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.

Returns:

  • (::String)

    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.



159
160
161
162
# File 'proto_docs/google/maps/fleetengine/v1/vehicle_api.rb', line 159

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