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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `CreateQueueRequest` class within the Google Cloud Tasks V2 API, specifically version 2.2.0."],["`CreateQueueRequest` is a message class used to send requests for creating new queues in Google Cloud Tasks, inheriting from several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Parent` and `Queue`, which are required for specifying the location and details of the queue being created, respectively."],["There is a list of previous versions to select from, and the current latest version is 3.5.0."],["There are two constructor methods that are used to create a `CreateQueueRequest` object: one with no parameters and the other that takes another `CreateQueueRequest` object as a parameter."]]],[]]