Class: Google::Cloud::PubSub::V1::ListTopicSubscriptionsRequest

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

Overview

Request for the ListTopicSubscriptions method.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer



222
223
224
225
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 222

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

#page_token::String



222
223
224
225
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 222

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

#topic::String



222
223
224
225
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 222

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