public sealed class UpdateQueueRequest : IMessage<UpdateQueueRequest>, IEquatable<UpdateQueueRequest>, IDeepCloneable<UpdateQueueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2 API class UpdateQueueRequest.
Request message for [UpdateQueue][google.cloud.tasks.v2.CloudTasks.UpdateQueue].
Implements
IMessageUpdateQueueRequest, IEquatableUpdateQueueRequest, IDeepCloneableUpdateQueueRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Tasks.V2Assembly
Google.Cloud.Tasks.V2.dll
Constructors
UpdateQueueRequest()
public UpdateQueueRequest()
UpdateQueueRequest(UpdateQueueRequest)
public UpdateQueueRequest(UpdateQueueRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateQueueRequest |
Properties
Queue
public Queue Queue { get; set; }
Required. The queue to create or update.
The queue's [name][google.cloud.tasks.v2.Queue.name] must be specified.
Output only fields cannot be modified using UpdateQueue. Any value specified for an output only field will be ignored. The queue's [name][google.cloud.tasks.v2.Queue.name] cannot be changed.
Property Value | |
---|---|
Type | Description |
Queue |
UpdateMask
public FieldMask UpdateMask { get; set; }
A mask used to specify which fields of the queue are being updated.
If empty, then all fields will be updated.
Property Value | |
---|---|
Type | Description |
FieldMask |