Class: Google::Cloud::PubSub::V1::ListTopicSubscriptionsResponse

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 ListTopicSubscriptions method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String



265
266
267
268
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 265

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

#subscriptions::Array<::String>



265
266
267
268
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 265

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