Class: Google::Cloud::ManagedKafka::V1::ListTopicsResponse

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 ListTopics.

Instance Attribute Summary collapse

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.

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.



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.

Returns:



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