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-04-17 UTC."],[[["This page provides documentation for the `CreateQueueRequest` class within the Google Cloud Tasks V2 library for .NET, specifically version 3.0.0."],["`CreateQueueRequest` is used to request the creation of a new queue, as part of the `CloudTasks.CreateQueue` method, and is part of the `Google.Cloud.Tasks.V2` namespace."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `CreateQueueRequest` class includes properties such as `Parent` and `Queue`, which are required fields to set the location and details of the queue to be created, respectively."],["The documentation also provides links to various versions of the `CreateQueueRequest` class, ranging from 2.2.0 up to 3.5.0, with 3.5.0 being the latest."]]],[]]