Reference documentation and code samples for the Google Maps FleetEngine Delivery V1 Client class CreateTaskRequest.
The CreateTask
request message.
Generated from protobuf message maps.fleetengine.delivery.v1.CreateTaskRequest
Namespace
Google \ Maps \ FleetEngine \ Delivery \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ header |
DeliveryRequestHeader
Optional. The standard Delivery API request header. |
↳ parent |
string
Required. Must be in the format |
↳ task_id |
string
Required. The Task ID must be unique, but it should be not a shipment tracking ID. To store a shipment tracking ID, use the |
↳ task |
Task
Required. The Task entity to create. When creating a Task, the following fields are required: * * |
getHeader
Optional. The standard Delivery API request header.
Returns | |
---|---|
Type | Description |
DeliveryRequestHeader|null |
hasHeader
clearHeader
setHeader
Optional. The standard Delivery API request header.
Parameter | |
---|---|
Name | Description |
var |
DeliveryRequestHeader
|
Returns | |
---|---|
Type | Description |
$this |
getParent
Required. Must be in the format providers/{provider}
. The provider
must
be the Google Cloud Project ID. For example, sample-cloud-project
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. Must be in the format providers/{provider}
. The provider
must
be the Google Cloud Project ID. For example, sample-cloud-project
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTaskId
Required. The Task ID must be unique, but it should be not a shipment
tracking ID. To store a shipment tracking ID, use the tracking_id
field.
Note that multiple tasks can have the same tracking_id
. Task IDs are
subject to the following restrictions:
- Must be a valid Unicode string.
- Limited to a maximum length of 64 characters.
- Normalized according to Unicode Normalization Form C.
- May not contain any of the following ASCII characters: '/', ':', '?', ',', or '#'.
Returns | |
---|---|
Type | Description |
string |
setTaskId
Required. The Task ID must be unique, but it should be not a shipment
tracking ID. To store a shipment tracking ID, use the tracking_id
field.
Note that multiple tasks can have the same tracking_id
. Task IDs are
subject to the following restrictions:
- Must be a valid Unicode string.
- Limited to a maximum length of 64 characters.
- Normalized according to Unicode Normalization Form C.
- May not contain any of the following ASCII characters: '/', ':', '?', ',', or '#'.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTask
Required. The Task entity to create.
When creating a Task, the following fields are required:
type
state
(must be set toOPEN
)tracking_id
(must not be set forUNAVAILABLE
orSCHEDULED_STOP
tasks, but required for all other task types)planned_location
(optional forUNAVAILABLE
tasks)task_duration
Note: The Task'sname
field is ignored. All other Task fields must not be set; otherwise, an error is returned.
Returns | |
---|---|
Type | Description |
Task|null |
hasTask
clearTask
setTask
Required. The Task entity to create.
When creating a Task, the following fields are required:
type
state
(must be set toOPEN
)tracking_id
(must not be set forUNAVAILABLE
orSCHEDULED_STOP
tasks, but required for all other task types)planned_location
(optional forUNAVAILABLE
tasks)task_duration
Note: The Task'sname
field is ignored. All other Task fields must not be set; otherwise, an error is returned.
Parameter | |
---|---|
Name | Description |
var |
Task
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. Must be in the format |
task |
Task
Required. The Task entity to create. When creating a Task, the following fields are required:
Note: The Task's |
taskId |
string
Required. The Task ID must be unique, but it should be not a shipment
tracking ID. To store a shipment tracking ID, use the
|
Returns | |
---|---|
Type | Description |
CreateTaskRequest |