Class: Google::Cloud::PubSub::V1::ListSubscriptionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::ListSubscriptionsResponse
- 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
-
#next_page_token ⇒ ::String
Optional.
-
#subscriptions ⇒ ::Array<::Google::Cloud::PubSub::V1::Subscription>
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
ListSubscriptionsRequest
to get more subscriptions.
1260 1261 1262 1263 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1260 class ListSubscriptionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subscriptions ⇒ ::Array<::Google::Cloud::PubSub::V1::Subscription>
Returns Optional. The subscriptions that match the request.
1260 1261 1262 1263 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1260 class ListSubscriptionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |