public sealed class UpdateConsumerGroupRequest : IMessage<UpdateConsumerGroupRequest>, IEquatable<UpdateConsumerGroupRequest>, IDeepCloneable<UpdateConsumerGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API class UpdateConsumerGroupRequest.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The latest version of the `UpdateConsumerGroupRequest` class is `1.0.0-beta04`, part of the `Google.Cloud.ManagedKafka.V1` namespace."],["`UpdateConsumerGroupRequest` is a request class used for updating consumer groups within the Managed Service for Apache Kafka API v1, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `UpdateConsumerGroupRequest` contains two constructors: a default one and another one that accepts an `UpdateConsumerGroupRequest` object as a parameter."],["`UpdateConsumerGroupRequest` includes properties such as `ConsumerGroup` (of type `ConsumerGroup`) and `UpdateMask` (of type `FieldMask`), where `ConsumerGroup` is the group to be updated and `UpdateMask` is used to specify which fields to be updated."],["The `UpdateConsumerGroupRequest` class inherits from the `object` class, offering inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]