Class: Google::Pubsub::V1::ListTopicSubscriptionsRequest

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

Overview

Request for the +ListTopicSubscriptions+ method.

Instance Attribute Summary collapse

Instance Attribute Details

#page_sizeInteger

Returns Maximum number of subscription names to return.

Returns:

  • (Integer)

    Maximum number of subscription names to return.



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

class ListTopicSubscriptionsRequest; end

#page_tokenString

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

Returns:

  • (String)

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



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

class ListTopicSubscriptionsRequest; end

#topicString

Returns The name of the topic that subscriptions are attached to. Format is +projects/project/topics/#topic+.

Returns:

  • (String)

    The name of the topic that subscriptions are attached to. Format is +projects/project/topics/#topic+.



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

class ListTopicSubscriptionsRequest; end