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."],[[["This document outlines the `CreateQueueRequest` class within the `Google.Cloud.Tasks.V2Beta3` namespace, used to initiate the creation of a new queue in Google Cloud Tasks."],["`CreateQueueRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data manipulation."],["The class includes properties for `Parent`, a required string representing the location name for the queue, and `Queue`, which is the actual queue data to be created, specifying that the queue name cannot be the same as an already existing queue."],["The `CreateQueueRequest` class offers two constructors, a default one and another that accepts another `CreateQueueRequest` as a parameter, allowing the creation of copies."],["The latest version available, which is accessible via the link, is `3.0.0-beta07`, with `2.0.0-beta08` being the specific version of the current documentation."]]],[]]