Class: Google::Apis::ClouddebuggerV2::UpdateActiveBreakpointRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ClouddebuggerV2::UpdateActiveBreakpointRequest
 
- Defined in:
- generated/google/apis/clouddebugger_v2/classes.rb,
 generated/google/apis/clouddebugger_v2/representations.rb,
 generated/google/apis/clouddebugger_v2/representations.rb
Overview
Request to update an active breakpoint.
Instance Attribute Summary collapse
- 
  
    
      #breakpoint  ⇒ Google::Apis::ClouddebuggerV2::Breakpoint 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Represents the breakpoint specification, status and results. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ UpdateActiveBreakpointRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of UpdateActiveBreakpointRequest. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ UpdateActiveBreakpointRequest
Returns a new instance of UpdateActiveBreakpointRequest
| 914 915 916 | # File 'generated/google/apis/clouddebugger_v2/classes.rb', line 914 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#breakpoint ⇒ Google::Apis::ClouddebuggerV2::Breakpoint
Represents the breakpoint specification, status and results.
Corresponds to the JSON property breakpoint
| 912 913 914 | # File 'generated/google/apis/clouddebugger_v2/classes.rb', line 912 def breakpoint @breakpoint end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 919 920 921 | # File 'generated/google/apis/clouddebugger_v2/classes.rb', line 919 def update!(**args) @breakpoint = args[:breakpoint] if args.key?(:breakpoint) end |