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 page provides documentation for the `GetConsumerGroupRequest` class within the Google Cloud Managed Kafka API v1, specifically for .NET developers."],["The `GetConsumerGroupRequest` class is used to make requests for retrieving consumer group configurations, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors, `GetConsumerGroupRequest()` and `GetConsumerGroupRequest(GetConsumerGroupRequest other)`, as well as properties like `ConsumerGroupName` and `Name` to define the details of the request."],["The latest version of this class is `1.0.0-beta04`, but the previous version, `1.0.0-beta03`, is also available for review."]]],[]]