Class UpdateQueueRequest (2.9.0)

UpdateQueueRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for UpdateQueue.

Attributes

NameDescription
queue google.cloud.tasks_v2.types.Queue
Required. The queue to create or update. The queue's 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 cannot be changed.
update_mask google.protobuf.field_mask_pb2.FieldMask
A mask used to specify which fields of the queue are being updated. If empty, then all fields will be updated.

Inheritance

builtins.object > proto.message.Message > UpdateQueueRequest