Class: Google::Cloud::Tasks::V2beta2::UpdateQueueRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/tasks/v2beta2/cloudtasks.rb

Overview

Request message for UpdateQueue.

Instance Attribute Summary collapse

Instance Attribute Details

#queue::Google::Cloud::Tasks::V2beta2::Queue

Returns 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.

Returns:

  • (::Google::Cloud::Tasks::V2beta2::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.



152
153
154
155
# File 'proto_docs/google/cloud/tasks/v2beta2/cloudtasks.rb', line 152

class UpdateQueueRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns A mask used to specify which fields of the queue are being updated.

If empty, then all fields will be updated.

Returns:

  • (::Google::Protobuf::FieldMask)

    A mask used to specify which fields of the queue are being updated.

    If empty, then all fields will be updated.



152
153
154
155
# File 'proto_docs/google/cloud/tasks/v2beta2/cloudtasks.rb', line 152

class UpdateQueueRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end