Class CreateQueueRequest (2.6.0)

CreateQueueRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for CreateQueue.

Attributes

NameDescription
parent str
Required. The location name in which the queue will be created. For example: projects/PROJECT_ID/locations/LOCATION_ID The list of allowed locations can be obtained by calling Cloud Tasks' implementation of ListLocations.
queue google.cloud.tasks_v2beta3.types.Queue
Required. The queue to create. [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as an existing queue.