Class: Google::Cloud::Debugger::V2::UpdateActiveBreakpointRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/clouddebugger/v2/controller.rb

Overview

Request to update an active breakpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#breakpoint::Google::Cloud::Debugger::V2::Breakpoint

Returns Required. Updated breakpoint information. The field id must be set. The agent must echo all Breakpoint specification fields in the update.

Returns:



99
100
101
102
# File 'proto_docs/google/devtools/clouddebugger/v2/controller.rb', line 99

class UpdateActiveBreakpointRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#debuggee_id::String

Returns Required. Identifies the debuggee being debugged.

Returns:

  • (::String)

    Required. Identifies the debuggee being debugged.



99
100
101
102
# File 'proto_docs/google/devtools/clouddebugger/v2/controller.rb', line 99

class UpdateActiveBreakpointRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end