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
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
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 |