Class: Google::Cloud::ManagedKafka::V1::ConsumerGroup
- Inherits:
-
Object
- Object
- Google::Cloud::ManagedKafka::V1::ConsumerGroup
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/managedkafka/v1/resources.rb
Overview
A Kafka consumer group in a given cluster.
Defined Under Namespace
Classes: TopicsEntry
Instance Attribute Summary collapse
-
#name ⇒ ::String
Identifier.
-
#topics ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::ManagedKafka::V1::ConsumerTopicMetadata}
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns 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}.
248 249 250 251 252 253 254 255 256 257 258 259 260 |
# File 'proto_docs/google/cloud/managedkafka/v1/resources.rb', line 248 class ConsumerGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ManagedKafka::V1::ConsumerTopicMetadata] class TopicsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#topics ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::ManagedKafka::V1::ConsumerTopicMetadata}
Returns 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}.
248 249 250 251 252 253 254 255 256 257 258 259 260 |
# File 'proto_docs/google/cloud/managedkafka/v1/resources.rb', line 248 class ConsumerGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ManagedKafka::V1::ConsumerTopicMetadata] class TopicsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |