public sealed class CreateQueueRequest : IMessage<CreateQueueRequest>, IEquatable<CreateQueueRequest>, IDeepCloneable<CreateQueueRequest>, IBufferMessage, IMessage
Request message for [CreateQueue][google.cloud.tasks.v2.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 webpage details the \u003ccode\u003eCreateQueueRequest\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Tasks.V2\u003c/code\u003e namespace, used for creating a request to make a new queue within Google Cloud Tasks.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version documented is 3.5.0, but the current page details version 2.4.0 and includes a list of other versions, ranging from 2.2.0 to 3.4.0, along with a link to the documentation for each version.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateQueueRequest\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities for message creation, equality comparison, deep cloning, and buffer manipulation.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eCreateQueueRequest\u003c/code\u003e include \u003ccode\u003eParent\u003c/code\u003e, which specifies the location for the queue, \u003ccode\u003eParentAsLocationName\u003c/code\u003e, which provides a \u003ccode\u003eLocationName\u003c/code\u003e view over the \u003ccode\u003eParent\u003c/code\u003e property, and \u003ccode\u003eQueue\u003c/code\u003e, which defines the \u003ccode\u003eQueue\u003c/code\u003e object to be created.\u003c/p\u003e\n"],["\u003cp\u003eThe page outlines the constructors \u003ccode\u003eCreateQueueRequest()\u003c/code\u003e and \u003ccode\u003eCreateQueueRequest(CreateQueueRequest other)\u003c/code\u003e, allowing for the creation of new instances and cloning of \u003ccode\u003eCreateQueueRequest\u003c/code\u003e objects.\u003c/p\u003e\n"]]],[],null,[]]