Class: Google::Cloud::Debugger::V2::ListActiveBreakpointsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Debugger::V2::ListActiveBreakpointsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/clouddebugger/v2/controller.rb
Overview
Request to list active breakpoints.
Instance Attribute Summary collapse
-
#debuggee_id ⇒ ::String
Required.
-
#success_on_timeout ⇒ ::Boolean
If set to
true
(recommended), returnsgoogle.rpc.Code.OK
status and sets thewait_expired
response field totrue
when the server-selected timeout has expired. -
#wait_token ⇒ ::String
A token that, if specified, blocks the method call until the list of active breakpoints has changed, or a server-selected timeout has expired.
Instance Attribute Details
#debuggee_id ⇒ ::String
Returns Required. Identifies the debuggee.
66 67 68 69 |
# File 'proto_docs/google/devtools/clouddebugger/v2/controller.rb', line 66 class ListActiveBreakpointsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#success_on_timeout ⇒ ::Boolean
Returns If set to true
(recommended), returns google.rpc.Code.OK
status and
sets the wait_expired
response field to true
when the server-selected
timeout has expired.
If set to false
(deprecated), returns google.rpc.Code.ABORTED
status
when the server-selected timeout has expired.
66 67 68 69 |
# File 'proto_docs/google/devtools/clouddebugger/v2/controller.rb', line 66 class ListActiveBreakpointsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#wait_token ⇒ ::String
Returns A token that, if specified, blocks the method call until the list
of active breakpoints has changed, or a server-selected timeout has
expired. The value should be set from the next_wait_token
field in
the last response. The initial value should be set to "init"
.
66 67 68 69 |
# File 'proto_docs/google/devtools/clouddebugger/v2/controller.rb', line 66 class ListActiveBreakpointsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |