Class: Google::Cloud::Debugger::V2::GetBreakpointResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Debugger::V2::GetBreakpointResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/clouddebugger/v2/debugger.rb
Overview
Response for getting breakpoint information.
Instance Attribute Summary collapse
-
#breakpoint ⇒ ::Google::Cloud::Debugger::V2::Breakpoint
Complete breakpoint state.
Instance Attribute Details
#breakpoint ⇒ ::Google::Cloud::Debugger::V2::Breakpoint
Returns Complete breakpoint state.
The fields id
and location
are guaranteed to be set.
72 73 74 75 |
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 72 class GetBreakpointResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |