public sealed class ConsumerTopicMetadata : IMessage<ConsumerTopicMetadata>, IEquatable<ConsumerTopicMetadata>, IDeepCloneable<ConsumerTopicMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API class ConsumerTopicMetadata.
Metadata for a consumer group corresponding to a specific 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 `ConsumerTopicMetadata` class in the `Google.Cloud.ManagedKafka.V1` namespace represents metadata for a consumer group associated with a specific topic in the Managed Service for Apache Kafka API v1."],["This class, which is part of the `Google.Cloud.ManagedKafka.V1.dll` assembly, inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ConsumerTopicMetadata` class has two constructors: a default constructor and one that accepts another `ConsumerTopicMetadata` object as a parameter for creating a new instance."],["The class also contains the `Partitions` property, which is a `MapField` that stores metadata for all partitions associated with the consumer group and topic, using partition indexes as keys."],["The latest version of this class is `1.0.0-beta04`, with an older version available as `1.0.0-beta03`."]]],[]]