Class: Google::Devtools::Source::V1::CloudRepoSourceContext
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Devtools::Source::V1::CloudRepoSourceContext
 
 
- Defined in:
 - lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb
 
Overview
A CloudRepoSourceContext denotes a particular revision in a cloud repo (a repo hosted by the Google Cloud Platform).
Instance Attribute Summary collapse
- 
  
    
      #alias_context  ⇒ Google::Devtools::Source::V1::AliasContext 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An alias, which may be a branch or tag.
 - 
  
    
      #alias_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of an alias (branch, tag, etc.).
 - 
  
    
      #repo_id  ⇒ Google::Devtools::Source::V1::RepoId 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the repo.
 - 
  
    
      #revision_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A revision ID.
 
Instance Attribute Details
#alias_context ⇒ Google::Devtools::Source::V1::AliasContext
Returns An alias, which may be a branch or tag.
      85  | 
    
      # File 'lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb', line 85 class CloudRepoSourceContext; end  | 
  
#alias_name ⇒ String
Returns The name of an alias (branch, tag, etc.).
      85  | 
    
      # File 'lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb', line 85 class CloudRepoSourceContext; end  | 
  
#repo_id ⇒ Google::Devtools::Source::V1::RepoId
Returns The ID of the repo.
      85  | 
    
      # File 'lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb', line 85 class CloudRepoSourceContext; end  | 
  
#revision_id ⇒ String
Returns A revision ID.
      85  | 
    
      # File 'lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb', line 85 class CloudRepoSourceContext; end  |