public sealed class CreateQueueRequest : IMessage<CreateQueueRequest>, IEquatable<CreateQueueRequest>, IDeepCloneable<CreateQueueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2 API class CreateQueueRequest.
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."],[[["This page provides reference documentation for the `CreateQueueRequest` class within the Google Cloud Tasks v2 API, specifically for .NET developers."],["`CreateQueueRequest` is used to send a request to the `CreateQueue` method in the Cloud Tasks API, facilitating the creation of new queues."],["The latest version available for `CreateQueueRequest` is 3.5.0, but documentation is provided for versions back to 2.2.0."],["The `CreateQueueRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages within the Google Protobuf framework."],["The key properties within `CreateQueueRequest` include `Parent`, representing the required location for the new queue, and `Queue`, representing the details of the queue to be created."]]],[]]