Google Cloud Tasks V2beta3 Client - Class Type (1.11.11)

Reference documentation and code samples for the Google Cloud Tasks V2beta3 Client class Type.

The type of the queue.

Protobuf type google.cloud.tasks.v2beta3.Queue.Type

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Default value.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

PULL

Value: 1

A pull queue.

Generated from protobuf enum PULL = 1;

PUSH

Value: 2

A push queue.

Generated from protobuf enum PUSH = 2;