Class: Google::Pubsub::V1::ListTopicSubscriptionsRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Pubsub::V1::ListTopicSubscriptionsRequest
 
 
- Defined in:
 - lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb
 
Overview
Request for the +ListTopicSubscriptions+ method.
Instance Attribute Summary collapse
- 
  
    
      #page_size  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Maximum number of subscription names to return.
 - 
  
    
      #page_token  ⇒ 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.
 - 
  
    
      #topic  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the topic that subscriptions are attached to.
 
Instance Attribute Details
#page_size ⇒ Integer
Returns Maximum number of subscription names to return.
      147  | 
    
      # File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 147 class ListTopicSubscriptionsRequest; end  | 
  
#page_token ⇒ String
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.
      147  | 
    
      # File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 147 class ListTopicSubscriptionsRequest; end  | 
  
#topic ⇒ String
Returns The name of the topic that subscriptions are attached to. Format is +projects/{project}/topics/{topic}+.
      147  | 
    
      # File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 147 class ListTopicSubscriptionsRequest; end  |