Class: Google::Apis::ClouddebuggerV2::UpdateActiveBreakpointRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
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

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ UpdateActiveBreakpointRequest

Returns a new instance of UpdateActiveBreakpointRequest.



882
883
884
# File 'generated/google/apis/clouddebugger_v2/classes.rb', line 882

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#breakpointGoogle::Apis::ClouddebuggerV2::Breakpoint

Represents the breakpoint specification, status and results. Corresponds to the JSON property breakpoint



880
881
882
# File 'generated/google/apis/clouddebugger_v2/classes.rb', line 880

def breakpoint
  @breakpoint
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



887
888
889
# File 'generated/google/apis/clouddebugger_v2/classes.rb', line 887

def update!(**args)
  @breakpoint = args[:breakpoint] if args.key?(:breakpoint)
end