Class: Google::Cloud::PubSub::V1::ListTopicSubscriptionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::ListTopicSubscriptionsResponse
- 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
-
#next_page_token ⇒ ::String
Optional.
-
#subscriptions ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Optional. If not empty, indicates that there may be more subscriptions that
match the request; this value should be passed in a new
ListTopicSubscriptionsRequest
to get more subscriptions.
566 567 568 569 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 566 class ListTopicSubscriptionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subscriptions ⇒ ::Array<::String>
Returns Optional. The names of subscriptions attached to the topic specified in the request.
566 567 568 569 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 566 class ListTopicSubscriptionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |