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"]],[["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 document provides reference information for the `CreateQueueRequest` class within the Google Cloud Tasks v2beta3 API, specifically for version 3.0.0-beta06."],["The `CreateQueueRequest` class is used to create a request message for the `CreateQueue` operation in the Google Cloud Tasks API, and it inherits from `object` while implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateQueueRequest` class includes properties for setting the location where the queue will be created, named `Parent`, and for specifying the queue to be created, named `Queue`."],["The class provides a `ParentAsLocationName` property which is a typed view over the `Parent` resource, allowing for simplified interaction with the location name."],["The document details two constructors for the `CreateQueueRequest` class: a parameterless constructor and one that takes another `CreateQueueRequest` instance as a parameter, allowing for duplication of a request."]]],[]]