public sealed class CreateQueueRequest : IMessage<CreateQueueRequest>, IEquatable<CreateQueueRequest>, IDeepCloneable<CreateQueueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2beta3 API class CreateQueueRequest.
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."],[[["The `CreateQueueRequest` class is used to send a request to create a queue within the Google Cloud Tasks v2beta3 API, which is part of the Google Cloud Platform."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for various functionalities like deep cloning and message handling."],["It includes properties like `Parent` (a string specifying the location name for queue creation) and `Queue` (the queue object to be created) that are essential for configuring the queue creation."],["The `ParentAsLocationName` property offers a typed view of the `Parent` property, enhancing resource name management within the Google Cloud ecosystem."],["There are two constructors for the `CreateQueueRequest` class: a default constructor and one that takes another `CreateQueueRequest` object for cloning purposes."]]],[]]