Class: Google::Api::SourceInfo
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Api::SourceInfo
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/api/source_info.rb
 
Overview
Source information used to create a Service Config
Instance Attribute Summary collapse
- 
  
    
      #source_files  ⇒ ::Array<::Google::Protobuf::Any> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
All files used during config generation.
 
Instance Attribute Details
#source_files ⇒ ::Array<::Google::Protobuf::Any>
Returns All files used during config generation.
      26 27 28 29  | 
    
      # File 'proto_docs/google/api/source_info.rb', line 26 class SourceInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |