Reference documentation and code samples for the Google Maps FleetEngine Delivery V1 Client class DeleteTaskRequest.
DeleteTask request message.
Generated from protobuf message maps.fleetengine.delivery.v1.DeleteTaskRequest
Namespace
Google \ Maps \ FleetEngine \ Delivery \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ header
↳ name
string
Required. Must be in the format providers/{provider}/tasks/{task}
. The provider
must be the Google Cloud Project ID. For example, sample-cloud-project
.
getHeader
Optional. The standard Delivery API request header.
hasHeader
clearHeader
setHeader
Optional. The standard Delivery API request header.
$this
getName
Required. Must be in the format providers/{provider}/tasks/{task}
. The provider
must be the Google Cloud Project ID. For example, sample-cloud-project
.
string
setName
Required. Must be in the format providers/{provider}/tasks/{task}
. The provider
must be the Google Cloud Project ID. For example, sample-cloud-project
.
var
string
$this
static::build
name
string
Required. Must be in the format providers/{provider}/tasks/{task}
. The provider
must be the Google Cloud Project ID. For example, sample-cloud-project
. Please see DeliveryServiceClient::taskName()
for help formatting this field.