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"]],[["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-08-07 UTC."],[[["\u003cp\u003eThis page provides reference documentation for the \u003ccode\u003eCreateQueueRequest\u003c/code\u003e class within the Google Cloud Tasks v2 API, specifically for .NET developers.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCreateQueueRequest\u003c/code\u003e is used to send a request to the \u003ccode\u003eCreateQueue\u003c/code\u003e method in the Cloud Tasks API, facilitating the creation of new queues.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for \u003ccode\u003eCreateQueueRequest\u003c/code\u003e is 3.5.0, but documentation is provided for versions back to 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateQueueRequest\u003c/code\u003e class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in handling messages within the Google Protobuf framework.\u003c/p\u003e\n"],["\u003cp\u003eThe key properties within \u003ccode\u003eCreateQueueRequest\u003c/code\u003e include \u003ccode\u003eParent\u003c/code\u003e, representing the required location for the new queue, and \u003ccode\u003eQueue\u003c/code\u003e, representing the details of the queue to be created.\u003c/p\u003e\n"]]],[],null,[]]