Class GetTaskRequest (2.13.0)

GetTaskRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for getting a task using GetTask.

Attributes

NameDescription
name str
Required. The task name. For example: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID
response_view google.cloud.tasks_v2beta2.types.Task.View
The response_view specifies which subset of the Task will be returned. By default response_view is BASIC; not all information is retrieved by default because some data, such as payloads, might be desirable to return only when needed because of its large size or because of the sensitivity of data that it contains. Authorization for FULL requires cloudtasks.tasks.fullView `Google IAM