Identifier. The name of the consumer group. The consumer_group segment is
used when connecting directly to the cluster. Structured like:
projects/{project}/locations/{location}/clusters/{cluster}/consumerGroups/{consumer_group}
public MapField<string, ConsumerTopicMetadata> Topics { get; }
Optional. Metadata for this consumer group for all topics it has metadata
for. The key of the map is a topic name, structured like:
projects/{project}/locations/{location}/clusters/{cluster}/topics/{topic}
[[["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 `ConsumerGroup` class is part of the Managed Service for Apache Kafka API v1, specifically within the `Google.Cloud.ManagedKafka.V1` namespace in the .NET library."],["It represents a Kafka consumer group in a given cluster and inherits from the base `object` class while implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `ConsumerGroupName`, `Name` (which acts as an identifier for the consumer group), and `Topics`, which stores metadata for topics the consumer group interacts with."],["Two constructors are available: a default constructor `ConsumerGroup()` and one to copy existing consumer groups `ConsumerGroup(ConsumerGroup other)`."],["The `Name` property of the `ConsumerGroup` class is crucial for connecting directly to a cluster and follows a structured format: projects/{project}/locations/{location}/clusters/{cluster}/consumerGroups/{consumer_group}."]]],[]]