public sealed class CreateQueueRequest : IMessage<CreateQueueRequest>, IEquatable<CreateQueueRequest>, IDeepCloneable<CreateQueueRequest>, IBufferMessage, IMessage
Request message for [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue].
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][google.cloud.location.Locations.ListLocations].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eCreateQueueRequest\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Tasks.V2Beta3\u003c/code\u003e namespace, used to initiate the creation of a new queue in Google Cloud Tasks.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCreateQueueRequest\u003c/code\u003e implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in message handling and data manipulation.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties for \u003ccode\u003eParent\u003c/code\u003e, a required string representing the location name for the queue, and \u003ccode\u003eQueue\u003c/code\u003e, which is the actual queue data to be created, specifying that the queue name cannot be the same as an already existing queue.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateQueueRequest\u003c/code\u003e class offers two constructors, a default one and another that accepts another \u003ccode\u003eCreateQueueRequest\u003c/code\u003e as a parameter, allowing the creation of copies.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available, which is accessible via the link, is \u003ccode\u003e3.0.0-beta07\u003c/code\u003e, with \u003ccode\u003e2.0.0-beta08\u003c/code\u003e being the specific version of the current documentation.\u003c/p\u003e\n"]]],[],null,[]]