Class: Google::Devtools::Source::V1::ProjectRepoId
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Devtools::Source::V1::ProjectRepoId
 
 
- Defined in:
 - lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb
 
Overview
Selects a repo using a Google Cloud Platform project ID (e.g. winged-cargo-31) and a repo name within that project.
Instance Attribute Summary collapse
- 
  
    
      #project_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the project.
 - 
  
    
      #repo_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the repo.
 
Instance Attribute Details
#project_id ⇒ String
Returns The ID of the project.
      145  | 
    
      # File 'lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb', line 145 class ProjectRepoId; end  | 
  
#repo_name ⇒ String
Returns The name of the repo. Leave empty for the default repo.
      145  | 
    
      # File 'lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb', line 145 class ProjectRepoId; end  |