Class: Google::Devtools::Source::V1::CloudWorkspaceId
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Devtools::Source::V1::CloudWorkspaceId
 
 
- Defined in:
 - lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb
 
Overview
A CloudWorkspaceId is a unique identifier for a cloud workspace. A cloud workspace is a place associated with a repo where modified files can be stored before they are committed.
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique name of the workspace within the repo.
 - 
  
    
      #repo_id  ⇒ Google::Devtools::Source::V1::RepoId 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the repo containing the workspace.
 
Instance Attribute Details
#name ⇒ String
Returns The unique name of the workspace within the repo. This is the name chosen by the client in the Source API's CreateWorkspace method.
      157  | 
    
      # File 'lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb', line 157 class CloudWorkspaceId; end  | 
  
#repo_id ⇒ Google::Devtools::Source::V1::RepoId
Returns The ID of the repo containing the workspace.
      157  | 
    
      # File 'lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb', line 157 class CloudWorkspaceId; end  |