Class: Google::Cloud::Tasks::V2::UpdateQueueRequest

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

Overview

Request message for UpdateQueue.

Instance Attribute Summary collapse

Instance Attribute Details

#queue::Google::Cloud::Tasks::V2::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::V2::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.



136
137
138
139
# File 'proto_docs/google/cloud/tasks/v2/cloudtasks.rb', line 136

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.



136
137
138
139
# File 'proto_docs/google/cloud/tasks/v2/cloudtasks.rb', line 136

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