Class: Google::Pubsub::V1::ListTopicSubscriptionsResponse
- Inherits:
-
Object
- Object
- Google::Pubsub::V1::ListTopicSubscriptionsResponse
- Defined in:
- lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb
Overview
Response for the +ListTopicSubscriptions+ method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
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.
-
#subscriptions ⇒ Array<String>
The names of the subscriptions that match the request.
Instance Attribute Details
#next_page_token ⇒ String
Returns 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.
124 |
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 124 class ListTopicSubscriptionsResponse; end |
#subscriptions ⇒ Array<String>
Returns The names of the subscriptions that match the request.
124 |
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 124 class ListTopicSubscriptionsResponse; end |