Class: Google::Devtools::Source::V1::CloudWorkspaceSourceContext
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Devtools::Source::V1::CloudWorkspaceSourceContext
 
 
- Defined in:
 - lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb
 
Overview
A CloudWorkspaceSourceContext denotes a workspace at a particular snapshot.
Instance Attribute Summary collapse
- 
  
    
      #snapshot_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the snapshot.
 - 
  
    
      #workspace_id  ⇒ Google::Devtools::Source::V1::CloudWorkspaceId 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the workspace.
 
Instance Attribute Details
#snapshot_id ⇒ String
Returns The ID of the snapshot. An empty snapshot_id refers to the most recent snapshot.
      95  | 
    
      # File 'lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb', line 95 class CloudWorkspaceSourceContext; end  | 
  
#workspace_id ⇒ Google::Devtools::Source::V1::CloudWorkspaceId
Returns The ID of the workspace.
      95  | 
    
      # File 'lib/google/cloud/debugger/v2/doc/google/devtools/source/v1/source_context.rb', line 95 class CloudWorkspaceSourceContext; end  |