Reference documentation and code samples for the Google Cloud Tasks V2 Client class DeleteTaskRequest.
Request message for deleting a task using DeleteTask .
Generated from protobuf message google.cloud.tasks.v2.DeleteTaskRequest
Namespace
Google \ Cloud \ Tasks \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The task name. For example: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID
getName
Required. The task name. For example: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID
string
setName
Required. The task name. For example: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID
var
string
$this
static::build
name
string
Required. The task name. For example: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID
Please see Google\Cloud\Tasks\V2\CloudTasksClient::taskName()
for help formatting this field.