Class: Google::Cloud::Debugger::V2::ListActiveBreakpointsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Debugger::V2::ListActiveBreakpointsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/clouddebugger/v2/controller.rb
Overview
Response for listing active breakpoints.
Instance Attribute Summary collapse
-
#breakpoints ⇒ ::Array<::Google::Cloud::Debugger::V2::Breakpoint>
List of all active breakpoints.
-
#next_wait_token ⇒ ::String
A token that can be used in the next method call to block until the list of breakpoints changes.
-
#wait_expired ⇒ ::Boolean
If set to
true
, indicates that there is no change to the list of active breakpoints and the server-selected timeout has expired.
Instance Attribute Details
#breakpoints ⇒ ::Array<::Google::Cloud::Debugger::V2::Breakpoint>
Returns List of all active breakpoints.
The fields id
and location
are guaranteed to be set on each breakpoint.
85 86 87 88 |
# File 'proto_docs/google/devtools/clouddebugger/v2/controller.rb', line 85 class ListActiveBreakpointsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_wait_token ⇒ ::String
Returns A token that can be used in the next method call to block until the list of breakpoints changes.
85 86 87 88 |
# File 'proto_docs/google/devtools/clouddebugger/v2/controller.rb', line 85 class ListActiveBreakpointsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#wait_expired ⇒ ::Boolean
Returns If set to true
, indicates that there is no change to the
list of active breakpoints and the server-selected timeout has expired.
The breakpoints
field would be empty and should be ignored.
85 86 87 88 |
# File 'proto_docs/google/devtools/clouddebugger/v2/controller.rb', line 85 class ListActiveBreakpointsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |