CreateQueueRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for CreateQueue.
Attributes |
|
|---|---|
| Name | Description |
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_v2beta2.types.Queue
Required. The queue to create. [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as an existing queue. |