Reference documentation and code samples for the Apache Kafka for BigQuery V1 API class Google::Cloud::ManagedKafka::V1::ListTopicsResponse.
Response for ListTopics.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
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.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::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.
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.
#topics
def topics() -> ::Array<::Google::Cloud::ManagedKafka::V1::Topic>
Returns
- (::Array<::Google::Cloud::ManagedKafka::V1::Topic>) — The list of topics in the requested parent. The order of the topics is unspecified.
#topics=
def topics=(value) -> ::Array<::Google::Cloud::ManagedKafka::V1::Topic>
Parameter
- value (::Array<::Google::Cloud::ManagedKafka::V1::Topic>) — The list of topics in the requested parent. The order of the topics is unspecified.
Returns
- (::Array<::Google::Cloud::ManagedKafka::V1::Topic>) — The list of topics in the requested parent. The order of the topics is unspecified.