Cloud Pub/Sub V1 API - Class Google::Cloud::PubSub::V1::ListTopicsResponse (v0.14.0)

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

#topics=

def topics=(value) -> ::Array<::Google::Cloud::PubSub::V1::Topic>
Parameter
Returns