Class UpdateConsumerGroupRequest (0.1.0)

UpdateConsumerGroupRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for UpdateConsumerGroup.

Attributes

Name Description
update_mask google.protobuf.field_mask_pb2.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.
consumer_group google.cloud.managedkafka_v1.types.ConsumerGroup
Required. The consumer group to update. Its name field must be populated.