Reference documentation and code samples for the Cloud Pub/Sub V1 API class Google::Cloud::PubSub::V1::ListTopicsResponse.
Response for the ListTopics
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — If not empty, indicates that there may be more topics that match the
request; this value should be passed in a new
ListTopicsRequest
.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — If not empty, indicates that there may be more topics that match the
request; this value should be passed in a new
ListTopicsRequest
.
Returns
-
(::String) — If not empty, indicates that there may be more topics that match the
request; this value should be passed in a new
ListTopicsRequest
.
#topics
def topics() -> ::Array<::Google::Cloud::PubSub::V1::Topic>
Returns
- (::Array<::Google::Cloud::PubSub::V1::Topic>) — The resulting topics.
#topics=
def topics=(value) -> ::Array<::Google::Cloud::PubSub::V1::Topic>
Parameter
- value (::Array<::Google::Cloud::PubSub::V1::Topic>) — The resulting topics.
Returns
- (::Array<::Google::Cloud::PubSub::V1::Topic>) — The resulting topics.