Class CreateQueueRequest (2.9.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_v2.types.Queue
Required. The queue to create. [Queue's name][google.cloud.tasks.v2.Queue.name] cannot be the same as an existing queue.

Inheritance

builtins.object > proto.message.Message > CreateQueueRequest