Class: Google::Cloud::ManagedKafka::V1::ListTopicsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ManagedKafka::V1::ListTopicsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb
Overview
Response for ListTopics.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token that can be sent as
page_token
to retrieve the next page of results. -
#topics ⇒ ::Array<::Google::Cloud::ManagedKafka::V1::Topic>
The list of topics in the requested parent.
Instance Attribute Details
#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.
203 204 205 206 |
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 203 class ListTopicsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#topics ⇒ ::Array<::Google::Cloud::ManagedKafka::V1::Topic>
Returns The list of topics in the requested parent. The order of the topics is unspecified.
203 204 205 206 |
# File 'proto_docs/google/cloud/managedkafka/v1/managed_kafka.rb', line 203 class ListTopicsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |