Cloud Tasks V2beta3 API - Class Google::Cloud::Tasks::V2beta3::UpdateQueueRequest (v0.7.0)

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

#queue=

def queue=(value) -> ::Google::Cloud::Tasks::V2beta3::Queue
Parameter
  • 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.

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.

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
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.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • 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.

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.