Class: Google::Devtools::Source::V1::RepoId
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Devtools::Source::V1::RepoId
 
 
- Defined in:
 - lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb
 
Overview
A unique identifier for a cloud repo.
Instance Attribute Summary collapse
- 
  
    
      #project_repo_id  ⇒ Google::Devtools::Source::V1::ProjectRepoId 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A combination of a project ID and a repo name.
 - 
  
    
      #uid  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A server-assigned, globally unique identifier.
 
Instance Attribute Details
#project_repo_id ⇒ Google::Devtools::Source::V1::ProjectRepoId
Returns A combination of a project ID and a repo name.
      135  | 
    
      # File 'lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb', line 135 class RepoId; end  | 
  
#uid ⇒ String
Returns A server-assigned, globally unique identifier.
      135  | 
    
      # File 'lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb', line 135 class RepoId; end  |