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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/cloudtasks.rb

Overview

Request message for UpdateQueue.

Instance Attribute Summary collapse

Instance Attribute Details

#queueGoogle::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.



114
# File 'lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/cloudtasks.rb', line 114

class UpdateQueueRequest; end

#update_maskGoogle::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.



114
# File 'lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/cloudtasks.rb', line 114

class UpdateQueueRequest; end