Reference documentation and code samples for the Cloud Tasks V2beta3 API class Google::Cloud::Tasks::V2beta3::UpdateQueueRequest.
Request message for UpdateQueue.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#queue
def queue() -> ::Google::Cloud::Tasks::V2beta3::Queue
-
(::Google::Cloud::Tasks::V2beta3::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.
#queue=
def queue=(value) -> ::Google::Cloud::Tasks::V2beta3::Queue
-
value (::Google::Cloud::Tasks::V2beta3::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.
-
(::Google::Cloud::Tasks::V2beta3::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
def update_mask() -> ::Google::Protobuf::FieldMask
-
(::Google::Protobuf::FieldMask) — A mask used to specify which fields of the queue are being updated.
If empty, then all fields will be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
-
value (::Google::Protobuf::FieldMask) — A mask used to specify which fields of the queue are being updated.
If empty, then all fields will be updated.
-
(::Google::Protobuf::FieldMask) — A mask used to specify which fields of the queue are being updated.
If empty, then all fields will be updated.