Enum ProjectsResource.LocationsResource.QueuesResource.TasksResource.GetRequest.ResponseViewEnum
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 permission on the
Task resource.
Namespace: Google.Apis.CloudTasks.v2beta3
Assembly: Google.Apis.CloudTasks.v2beta3.dll
Syntax
public enum ProjectsResource.LocationsResource.QueuesResource.TasksResource.GetRequest.ResponseViewEnum
Fields
Name | Description |
---|---|
BASIC | The basic view omits fields which can be large or can contain sensitive data. This view does not include the body in AppEngineHttpRequest. 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 requires |
VIEWUNSPECIFIED | Unspecified. Defaults to BASIC. |