Class: Google::Devtools::Source::V1::ExtendedSourceContext
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Devtools::Source::V1::ExtendedSourceContext
 
 
- Defined in:
 - lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb
 
Overview
An ExtendedSourceContext is a SourceContext combined with additional details describing the context.
Instance Attribute Summary collapse
- 
  
    
      #context  ⇒ Google::Devtools::Source::V1::SourceContext 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Any source context.
 - 
  
    
      #labels  ⇒ Hash{String => String} 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Labels with user defined metadata.
 
Instance Attribute Details
#context ⇒ Google::Devtools::Source::V1::SourceContext
Returns Any source context.
      43  | 
    
      # File 'lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb', line 43 class ExtendedSourceContext; end  | 
  
#labels ⇒ Hash{String => String}
Returns Labels with user defined metadata.
      43  | 
    
      # File 'lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb', line 43 class ExtendedSourceContext; end  |