Class: Google::Cloud::ManagedKafka::V1::ListConsumerGroupsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb

Overview

Response for ListConsumerGroups.

Instance Attribute Summary collapse

Instance Attribute Details

#consumer_groups::Array<::Google::Cloud::ManagedKafka::V1::ConsumerGroup>

Returns The list of consumer group in the requested parent. The order of the consumer groups is unspecified.

Returns:



298
299
300
301
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 298

class ListConsumerGroupsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns A token that can be sent as page_token to retrieve the next page of results. If this field is omitted, there are no more results.

Returns:

  • (::String)

    A token that can be sent as page_token to retrieve the next page of results. If this field is omitted, there are no more results.



298
299
300
301
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 298

class ListConsumerGroupsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end