public sealed class GetConsumerGroupRequest : IMessage<GetConsumerGroupRequest>, IEquatable<GetConsumerGroupRequest>, IDeepCloneable<GetConsumerGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API class GetConsumerGroupRequest.
Required. The name of the consumer group whose configuration to return.
projects/{project}/locations/{location}/clusters/{cluster}/consumerGroups/{consumerGroup}.
[[["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."],[[["This documentation details the `GetConsumerGroupRequest` class, which is part of the Managed Service for Apache Kafka API v1 in the `Google.Cloud.ManagedKafka.V1` namespace."],["`GetConsumerGroupRequest` is used to request the configuration of a specific consumer group within a Kafka cluster."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checking, deep cloning, and buffer operations."],["`GetConsumerGroupRequest` has two constructors, a default one and another that accepts another `GetConsumerGroupRequest` object."],["The class has two important properties: `ConsumerGroupName`, which is a typed view of the resource name, and `Name`, which is a string representing the required name of the consumer group to return, formatted as `projects/{project}/locations/{location}/clusters/{cluster}/consumerGroups/{consumerGroup}`."]]],[]]