Class: Google::Cloud::PubSub::V1::ListTopicsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/pubsub/v1/pubsub.rb

Overview

Response for the ListTopics method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

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.



233
234
235
236
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 233

class ListTopicsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#topics::Array<::Google::Cloud::PubSub::V1::Topic>

Returns The resulting topics.

Returns:



233
234
235
236
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 233

class ListTopicsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end