Reference documentation and code samples for the Google Maps FleetEngine V1 Client class DeleteVehicleRequest.
DeleteVehicle request message.
Generated from protobuf message maps.fleetengine.v1.DeleteVehicleRequest
Namespace
Google \ Maps \ FleetEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ header
↳ name
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.
getHeader
Optional. The standard Fleet Engine request header.
hasHeader
clearHeader
setHeader
Optional. The standard Fleet Engine request header.
$this
getName
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.
string
setName
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.
var
string
$this
static::build
name
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. Please see VehicleServiceClient::vehicleName()
for help formatting this field.