Reference documentation and code samples for the Google Cloud Tasks v2beta3 API enum Task.Types.View.
The view specifies a subset of [Task][google.cloud.tasks.v2beta3.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.v2beta3.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.v2beta3.Task.View.FULL]
requires cloudtasks.tasks.fullViewGoogle
IAM permission on the
[Queue][google.cloud.tasks.v2beta3.Queue] resource.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["The `Task.Types.View` enum in the Google Cloud Tasks v2beta3 API defines the subset of `Task` data that is returned in API responses."],["There are three view options: `Basic`, which omits large or sensitive data like the `body` in `AppEngineHttpRequest`; `Full`, which returns all information, requiring specific IAM permissions; and `Unspecified`, which defaults to `Basic`."],["The different versions are listed with the latest version being 3.0.0-beta07, providing flexibility to navigate through different releases."],["The data retrieved may be limited due to size or sensitivity of the data contained."]]],[]]