Class: Google::Pubsub::V1::ListTopicsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb

Overview

Response for the +ListTopics+ method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

Returns 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+.



98
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 98

class ListTopicsResponse; end

#topicsArray<Google::Pubsub::V1::Topic>

Returns The resulting topics.

Returns:



98
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 98

class ListTopicsResponse; end