Class: Google::Pubsub::V1::ListSubscriptionsRequest

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

Overview

Request for the +ListSubscriptions+ method.

Instance Attribute Summary collapse

Instance Attribute Details

#page_sizeInteger

Returns Maximum number of subscriptions to return.

Returns:

  • (Integer)

    Maximum number of subscriptions to return.



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

class ListSubscriptionsRequest; end

#page_tokenString

Returns The value returned by the last +ListSubscriptionsResponse+; indicates that this is a continuation of a prior +ListSubscriptions+ call, and that the system should return the next page of data.

Returns:

  • (String)

    The value returned by the last +ListSubscriptionsResponse+; indicates that this is a continuation of a prior +ListSubscriptions+ call, and that the system should return the next page of data.



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

class ListSubscriptionsRequest; end

#projectString

Returns The name of the cloud project that subscriptions belong to. Format is +projects/#project+.

Returns:

  • (String)

    The name of the cloud project that subscriptions belong to. Format is +projects/#project+.



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

class ListSubscriptionsRequest; end