Class: Google::Maps::FleetEngine::V1::UpdateVehicleAttributesRequest
- Inherits:
-
Object
- Object
- Google::Maps::FleetEngine::V1::UpdateVehicleAttributesRequest
- 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
-
#attributes ⇒ ::Array<::Google::Maps::FleetEngine::V1::VehicleAttribute>
Required.
-
#header ⇒ ::Google::Maps::FleetEngine::V1::RequestHeader
The standard Fleet Engine request header.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#attributes ⇒ ::Array<::Google::Maps::FleetEngine::V1::VehicleAttribute>
Returns Required. The vehicle attributes to update. Unmentioned attributes are not altered or removed.
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.
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.
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 |