Class: Google::Pubsub::V1::ListTopicSubscriptionsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb

Overview

Response for the +ListTopicSubscriptions+ method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

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.

Returns:

  • (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.



154
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 154

class ListTopicSubscriptionsResponse; end

#subscriptionsArray<String>

Returns The names of the subscriptions that match the request.

Returns:

  • (Array<String>)

    The names of the subscriptions that match the request.



154
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 154

class ListTopicSubscriptionsResponse; end