Class: Google::Devtools::Clouddebugger::V2::RegisterDebuggeeResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Devtools::Clouddebugger::V2::RegisterDebuggeeResponse
 
 
- Defined in:
 - lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/controller.rb
 
Overview
Response for registering a debuggee.
Instance Attribute Summary collapse
- 
  
    
      #debuggee  ⇒ Google::Devtools::Clouddebugger::V2::Debuggee 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Debuggee resource.
 
Instance Attribute Details
#debuggee ⇒ Google::Devtools::Clouddebugger::V2::Debuggee
Returns Debuggee resource. The field +id+ is guranteed to be set (in addition to the echoed fields). If the field +is_disabled+ is set to +true+, the agent should disable itself by removing all breakpoints and detaching from the application. It should however continue to poll +RegisterDebuggee+ until reenabled.
      35  | 
    
      # File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/controller.rb', line 35 class RegisterDebuggeeResponse; end  |