Class: Google::Cloud::Debugger::V2::SetBreakpointRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Debugger::V2::SetBreakpointRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/clouddebugger/v2/debugger.rb
Overview
Request to set a breakpoint
Instance Attribute Summary collapse
-
#breakpoint ⇒ ::Google::Cloud::Debugger::V2::Breakpoint
Required.
-
#client_version ⇒ ::String
Required.
-
#debuggee_id ⇒ ::String
Required.
Instance Attribute Details
#breakpoint ⇒ ::Google::Cloud::Debugger::V2::Breakpoint
Returns Required. Breakpoint specification to set.
The field location
of the breakpoint must be set.
36 37 38 39 |
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 36 class SetBreakpointRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#client_version ⇒ ::String
Returns Required. The client version making the call.
Schema: domain/type/version
(e.g., google.com/intellij/v1
).
36 37 38 39 |
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 36 class SetBreakpointRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#debuggee_id ⇒ ::String
Returns Required. ID of the debuggee where the breakpoint is to be set.
36 37 38 39 |
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 36 class SetBreakpointRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |