Class ListTasksRequest (1.3.0)

Request message for listing tasks using ListTasks.

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 <https://cloud.google.com/iam/>_ permission on the Task resource.

A token identifying the page of results to return. To request the first page results, page_token must be empty. To request the next page of results, page_token must be the value of [ne xt_page_token][google.cloud.tasks.v2beta2.ListTasksResponse. next_page_token] returned from the previous call to ListTasks method. The page token is valid for only 2 hours.