Class: Google::Pubsub::V1::ListSubscriptionsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Pubsub::V1::ListSubscriptionsResponse
 
 
- Defined in:
 - lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb
 
Overview
Response for the +ListSubscriptions+ method.
Instance Attribute Summary collapse
- 
  
    
      #next_page_token  ⇒ 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.
 - 
  
    
      #subscriptions  ⇒ Array<Google::Pubsub::V1::Subscription> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The subscriptions that match the request.
 
Instance Attribute Details
#next_page_token ⇒ String
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.
      270  | 
    
      # File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 270 class ListSubscriptionsResponse; end  | 
  
#subscriptions ⇒ Array<Google::Pubsub::V1::Subscription>
Returns The subscriptions that match the request.
      270  | 
    
      # File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 270 class ListSubscriptionsResponse; end  |