Class: Google::Cloud::ManagedKafka::V1::ConsumerTopicMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::ManagedKafka::V1::ConsumerTopicMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/managedkafka/v1/resources.rb
Overview
Metadata for a consumer group corresponding to a specific topic.
Defined Under Namespace
Classes: PartitionsEntry
Instance Attribute Summary collapse
Instance Attribute Details
#partitions ⇒ ::Google::Protobuf::Map{::Integer => ::Google::Cloud::ManagedKafka::V1::ConsumerPartitionMetadata}
Returns Optional. Metadata for this consumer group and topic for all partition indexes it has metadata for.
253 254 255 256 257 258 259 260 261 262 263 264 265 |
# File 'proto_docs/google/cloud/managedkafka/v1/resources.rb', line 253 class ConsumerTopicMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::Integer] # @!attribute [rw] value # @return [::Google::Cloud::ManagedKafka::V1::ConsumerPartitionMetadata] class PartitionsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |