Reference documentation and code samples for the Cloud Pub/Sub V1 API class Google::Cloud::PubSub::V1::ListTopicSubscriptionsResponse.
Response for the ListTopicSubscriptions
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — 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.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — 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.
Returns
-
(::String) — 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.
#subscriptions
def subscriptions() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. The names of subscriptions attached to the topic specified in the request.
#subscriptions=
def subscriptions=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. The names of subscriptions attached to the topic specified in the request.
Returns
- (::Array<::String>) — Optional. The names of subscriptions attached to the topic specified in the request.