Class: Google::Pubsub::V1::GetSubscriptionRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Pubsub::V1::GetSubscriptionRequest
 
 
- Defined in:
 - lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb
 
Overview
Request for the GetSubscription method.
Instance Attribute Summary collapse
- 
  
    
      #subscription  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the subscription to get.
 
Instance Attribute Details
#subscription ⇒ String
Returns The name of the subscription to get. Format is +projects/{project}/subscriptions/{sub}+.
      310  | 
    
      # File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 310 class GetSubscriptionRequest; end  |