Google Cloud Tasks V2beta2 Client - Class View (1.14.4)

Reference documentation and code samples for the Google Cloud Tasks V2beta2 Client class View.

The view specifies a subset of 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.

Protobuf type google.cloud.tasks.v2beta2.Task.View

Namespace

Google \ Cloud \ Tasks \ V2beta2 \ Task

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

VIEW_UNSPECIFIED

Value: 0

Unspecified. Defaults to BASIC.

Generated from protobuf enum VIEW_UNSPECIFIED = 0;

BASIC

Value: 1

The basic view omits fields which can be large or can contain sensitive data.

This view does not include the (payload in AppEngineHttpRequest and payload in PullMessage). These payloads 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.

Generated from protobuf enum BASIC = 1;

FULL

Value: 2

All information is returned.

Authorization for FULL requires cloudtasks.tasks.fullView Google IAM permission on the Queue resource.

Generated from protobuf enum FULL = 2;