Class: Google::Devtools::Clouddebugger::V2::ListBreakpointsRequest::BreakpointActionValue
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Devtools::Clouddebugger::V2::ListBreakpointsRequest::BreakpointActionValue
 
 
- Defined in:
 - lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb
 
Overview
Wrapper message for +Breakpoint.Action+. Defines a filter on the action field of breakpoints.
Instance Attribute Summary collapse
- 
  
    
      #value  ⇒ Google::Devtools::Clouddebugger::V2::Breakpoint::Action 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Only breakpoints with the specified action will pass the filter.
 
Instance Attribute Details
#value ⇒ Google::Devtools::Clouddebugger::V2::Breakpoint::Action
Returns Only breakpoints with the specified action will pass the filter.
      109  | 
    
      # File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb', line 109 class BreakpointActionValue; end  |