Class: Google::Pubsub::V1::ListSubscriptionsResponse

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

Overview

Response for the +ListSubscriptions+ 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 +ListSubscriptionsRequest+ 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 +ListSubscriptionsRequest+ to get more subscriptions.



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

class ListSubscriptionsResponse; end

#subscriptionsArray<Google::Pubsub::V1::Subscription>

Returns The subscriptions that match the request.

Returns:



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

class ListSubscriptionsResponse; end