Class: Google::Devtools::Clouddebugger::V2::ListBreakpointsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Devtools::Clouddebugger::V2::ListBreakpointsResponse
 
 
- Defined in:
 - lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb
 
Overview
Response for listing breakpoints.
Instance Attribute Summary collapse
- 
  
    
      #breakpoints  ⇒ Array<Google::Devtools::Clouddebugger::V2::Breakpoint> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of breakpoints matching the request.
 - 
  
    
      #next_wait_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A wait token that can be used in the next call to +list+ (REST) or +ListBreakpoints+ (RPC) to block until the list of breakpoints has changes.
 
Instance Attribute Details
#breakpoints ⇒ Array<Google::Devtools::Clouddebugger::V2::Breakpoint>
Returns List of breakpoints matching the request. The fields +id+ and +location+ are guaranteed to be set on each breakpoint. The fields: +stack_frames+, +evaluated_expressions+ and +variable_table+ are cleared on each breakpoint regardless of its status.
      123  | 
    
      # File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb', line 123 class ListBreakpointsResponse; end  | 
  
#next_wait_token ⇒ String
Returns A wait token that can be used in the next call to +list+ (REST) or +ListBreakpoints+ (RPC) to block until the list of breakpoints has changes.
      123  | 
    
      # File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb', line 123 class ListBreakpointsResponse; end  |