Class: Google::Cloud::Debugger::V2::ListBreakpointsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Debugger::V2::ListBreakpointsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/clouddebugger/v2/debugger.rb
Overview
Response for listing breakpoints.
Instance Attribute Summary collapse
-
#breakpoints ⇒ ::Array<::Google::Cloud::Debugger::V2::Breakpoint>
List of breakpoints matching the request.
-
#next_wait_token ⇒ ::String
A wait token that can be used in the next call to
list
(REST) orListBreakpoints
(RPC) to block until the list of breakpoints has changes.
Instance Attribute Details
#breakpoints ⇒ ::Array<::Google::Cloud::Debugger::V2::Breakpoint>
Returns List of breakpoints matching the request.
The fields id
and location
are guaranteed to be set on each breakpoint.
The fields: stack_frames
, evaluated_expressions
and variable_table
are cleared on each breakpoint regardless of its status.
149 150 151 152 |
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 149 class ListBreakpointsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_wait_token ⇒ ::String
Returns A wait token that can be used in the next call to list
(REST) or
ListBreakpoints
(RPC) to block until the list of breakpoints has changes.
149 150 151 152 |
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 149 class ListBreakpointsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |