Class: Google::Cloud::Debugger::V2::SetBreakpointResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Debugger::V2::SetBreakpointResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/clouddebugger/v2/debugger.rb
Overview
Response for setting a breakpoint.
Instance Attribute Summary collapse
-
#breakpoint ⇒ ::Google::Cloud::Debugger::V2::Breakpoint
Breakpoint resource.
Instance Attribute Details
#breakpoint ⇒ ::Google::Cloud::Debugger::V2::Breakpoint
Returns Breakpoint resource.
The field id
is guaranteed to be set (in addition to the echoed fileds).
46 47 48 49 |
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 46 class SetBreakpointResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |