Class: Google::Cloud::Debugger::V2::UpdateActiveBreakpointRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Debugger::V2::UpdateActiveBreakpointRequest
- 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
-
#breakpoint ⇒ ::Google::Cloud::Debugger::V2::Breakpoint
Required.
-
#debuggee_id ⇒ ::String
Required.
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.
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.
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 |