Class: Google::Cloud::ManagedKafka::V1::UpdateConsumerGroupRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb

Overview

Request for UpdateConsumerGroup.

Instance Attribute Summary collapse

Instance Attribute Details

#consumer_group::Google::Cloud::ManagedKafka::V1::ConsumerGroup

Returns Required. The consumer group to update. Its name field must be populated.

Returns:



324
325
326
327
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 324

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. Field mask is used to specify the fields to be overwritten in the ConsumerGroup resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The mask is required and a value of * will update all fields.

Returns:

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

    Required. Field mask is used to specify the fields to be overwritten in the ConsumerGroup resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The mask is required and a value of * will update all fields.



324
325
326
327
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 324

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