Class: Google::Pubsub::V1::GetTopicRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Pubsub::V1::GetTopicRequest
 
 
- Defined in:
 - lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb
 
Overview
Request for the GetTopic method.
Instance Attribute Summary collapse
- 
  
    
      #topic  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the topic to get.
 
Instance Attribute Details
#topic ⇒ String
Returns The name of the topic to get. Format is +projects/project/topics/#topic+.
      76  | 
    
      # File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 76 class GetTopicRequest; end  |