Class: Google::Maps::FleetEngine::V1::DeleteVehicleRequest
- Inherits:
-
Object
- Object
- Google::Maps::FleetEngine::V1::DeleteVehicleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/maps/fleetengine/v1/vehicle_api.rb
Overview
DeleteVehicle request message.
Instance Attribute Summary collapse
-
#header ⇒ ::Google::Maps::FleetEngine::V1::RequestHeader
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#header ⇒ ::Google::Maps::FleetEngine::V1::RequestHeader
Returns Optional. The standard Fleet Engine request header.
118 119 120 121 |
# File 'proto_docs/google/maps/fleetengine/v1/vehicle_api.rb', line 118 class DeleteVehicleRequest 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.
118 119 120 121 |
# File 'proto_docs/google/maps/fleetengine/v1/vehicle_api.rb', line 118 class DeleteVehicleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |