Class: Google::Cloud::PubSub::V1::ListSubscriptionsResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String



666
667
668
669
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 666

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

#subscriptions::Array<::Google::Cloud::PubSub::V1::Subscription>



666
667
668
669
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 666

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