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