The view specifies a subset of [Task][google.cloud.tasks.v2.Task] data.
When a task is returned in a response, 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.
The basic view omits fields which can be large or can contain
sensitive data.
This view does not include the
[body in AppEngineHttpRequest][google.cloud.tasks.v2.AppEngineHttpRequest.body].
Bodies are desirable to return only when needed, because they
can be large and because of the sensitivity of the data that you
choose to store in it.
Full
All information is returned.
Authorization for [FULL][google.cloud.tasks.v2.Task.View.FULL] requires
cloudtasks.tasks.fullViewGoogle IAM
permission on the [Queue][google.cloud.tasks.v2.Queue] resource.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details different versions of the `View` enum within the `Google.Cloud.Tasks.V2` namespace, specifically for managing tasks in Google Cloud Tasks."],["The latest version available is 3.5.0, and the page provides links to documentation for versions ranging from 2.2.0 up to 3.5.0."],["The `View` enum has three possible values: `Basic`, `Full`, and `Unspecified`, dictating the level of detail returned for task data, with `Basic` excluding potentially large or sensitive data."],["Choosing the `Full` view returns all task information, but requires the `cloudtasks.tasks.fullView` Google IAM permission."],["The default view, when unspecified, defaults to the `Basic` view."]]],[]]