Class: Google::Cloud::Tasks::V2beta3::UpdateQueueRequest

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

Overview

Request message for UpdateQueue.

Instance Attribute Summary collapse

Instance Attribute Details

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



142
143
144
145
# File 'proto_docs/google/cloud/tasks/v2beta3/cloudtasks.rb', line 142

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.



142
143
144
145
# File 'proto_docs/google/cloud/tasks/v2beta3/cloudtasks.rb', line 142

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