Class: Google::Cloud::Debugger::V2::ListBreakpointsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Debugger::V2::ListBreakpointsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/clouddebugger/v2/debugger.rb
Overview
Request to list breakpoints.
Defined Under Namespace
Classes: BreakpointActionValue
Instance Attribute Summary collapse
-
#action ⇒ ::Google::Cloud::Debugger::V2::ListBreakpointsRequest::BreakpointActionValue
When set, the response includes only breakpoints with the specified action.
-
#client_version ⇒ ::String
Required.
-
#debuggee_id ⇒ ::String
Required.
-
#include_all_users ⇒ ::Boolean
When set to
true
, the response includes the list of breakpoints set by any user. -
#include_inactive ⇒ ::Boolean
When set to
true
, the response includes active and inactive breakpoints. -
#strip_results ⇒ ::Boolean
This field is deprecated.
-
#wait_token ⇒ ::String
A wait token that, if specified, blocks the call until the breakpoints list has changed, or a server selected timeout has expired.
Instance Attribute Details
#action ⇒ ::Google::Cloud::Debugger::V2::ListBreakpointsRequest::BreakpointActionValue
Returns When set, the response includes only breakpoints with the specified action.
123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 123 class ListBreakpointsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Wrapper message for `Breakpoint.Action`. Defines a filter on the action # field of breakpoints. # @!attribute [rw] value # @return [::Google::Cloud::Debugger::V2::Breakpoint::Action] # Only breakpoints with the specified action will pass the filter. class BreakpointActionValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#client_version ⇒ ::String
Returns Required. The client version making the call.
Schema: domain/type/version
(e.g., google.com/intellij/v1
).
123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 123 class ListBreakpointsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Wrapper message for `Breakpoint.Action`. Defines a filter on the action # field of breakpoints. # @!attribute [rw] value # @return [::Google::Cloud::Debugger::V2::Breakpoint::Action] # Only breakpoints with the specified action will pass the filter. class BreakpointActionValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#debuggee_id ⇒ ::String
Returns Required. ID of the debuggee whose breakpoints to list.
123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 123 class ListBreakpointsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Wrapper message for `Breakpoint.Action`. Defines a filter on the action # field of breakpoints. # @!attribute [rw] value # @return [::Google::Cloud::Debugger::V2::Breakpoint::Action] # Only breakpoints with the specified action will pass the filter. class BreakpointActionValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#include_all_users ⇒ ::Boolean
Returns When set to true
, the response includes the list of breakpoints set by
any user. Otherwise, it includes only breakpoints set by the caller.
123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 123 class ListBreakpointsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Wrapper message for `Breakpoint.Action`. Defines a filter on the action # field of breakpoints. # @!attribute [rw] value # @return [::Google::Cloud::Debugger::V2::Breakpoint::Action] # Only breakpoints with the specified action will pass the filter. class BreakpointActionValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#include_inactive ⇒ ::Boolean
Returns When set to true
, the response includes active and inactive
breakpoints. Otherwise, it includes only active breakpoints.
123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 123 class ListBreakpointsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Wrapper message for `Breakpoint.Action`. Defines a filter on the action # field of breakpoints. # @!attribute [rw] value # @return [::Google::Cloud::Debugger::V2::Breakpoint::Action] # Only breakpoints with the specified action will pass the filter. class BreakpointActionValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#strip_results ⇒ ::Boolean
Returns This field is deprecated. The following fields are always stripped out of
the result: stack_frames
, evaluated_expressions
and variable_table
.
123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 123 class ListBreakpointsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Wrapper message for `Breakpoint.Action`. Defines a filter on the action # field of breakpoints. # @!attribute [rw] value # @return [::Google::Cloud::Debugger::V2::Breakpoint::Action] # Only breakpoints with the specified action will pass the filter. class BreakpointActionValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#wait_token ⇒ ::String
Returns A wait token that, if specified, blocks the call until the breakpoints
list has changed, or a server selected timeout has expired. The value
should be set from the last response. The error code
google.rpc.Code.ABORTED
(RPC) is returned on wait timeout, which
should be called again with the same wait_token
.
123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'proto_docs/google/devtools/clouddebugger/v2/debugger.rb', line 123 class ListBreakpointsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Wrapper message for `Breakpoint.Action`. Defines a filter on the action # field of breakpoints. # @!attribute [rw] value # @return [::Google::Cloud::Debugger::V2::Breakpoint::Action] # Only breakpoints with the specified action will pass the filter. class BreakpointActionValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |