Class: Google::Devtools::Clouddebugger::V2::ListBreakpointsRequest
- Inherits:
-
Object
- Object
- Google::Devtools::Clouddebugger::V2::ListBreakpointsRequest
- Defined in:
- lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb
Overview
Request to list breakpoints.
Defined Under Namespace
Classes: BreakpointActionValue
Instance Attribute Summary collapse
-
#action ⇒ Google::Devtools::Clouddebugger::V2::ListBreakpointsRequest::BreakpointActionValue
When set, the response includes only breakpoints with the specified action.
-
#client_version ⇒ String
The client version making the call.
-
#debuggee_id ⇒ String
ID of the debuggee whose breakpoints to list.
-
#include_all_users ⇒ true, false
When set to +true+, the response includes the list of breakpoints set by any user.
-
#include_inactive ⇒ true, false
When set to +true+, the response includes active and inactive breakpoints.
-
#strip_results ⇒ true, false
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::Devtools::Clouddebugger::V2::ListBreakpointsRequest::BreakpointActionValue
Returns When set, the response includes only breakpoints with the specified action.
116 117 118 119 120 121 122 123 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb', line 116 class ListBreakpointsRequest # Wrapper message for +Breakpoint.Action+. Defines a filter on the action # field of breakpoints. # @!attribute [rw] value # @return [Google::Devtools::Clouddebugger::V2::Breakpoint::Action] # Only breakpoints with the specified action will pass the filter. class BreakpointActionValue; end end |
#client_version ⇒ String
Returns The client version making the call. Schema: +domain/type/version+ (e.g., +google.com/intellij/v1+).
116 117 118 119 120 121 122 123 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb', line 116 class ListBreakpointsRequest # Wrapper message for +Breakpoint.Action+. Defines a filter on the action # field of breakpoints. # @!attribute [rw] value # @return [Google::Devtools::Clouddebugger::V2::Breakpoint::Action] # Only breakpoints with the specified action will pass the filter. class BreakpointActionValue; end end |
#debuggee_id ⇒ String
Returns ID of the debuggee whose breakpoints to list.
116 117 118 119 120 121 122 123 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb', line 116 class ListBreakpointsRequest # Wrapper message for +Breakpoint.Action+. Defines a filter on the action # field of breakpoints. # @!attribute [rw] value # @return [Google::Devtools::Clouddebugger::V2::Breakpoint::Action] # Only breakpoints with the specified action will pass the filter. class BreakpointActionValue; end end |
#include_all_users ⇒ true, false
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.
116 117 118 119 120 121 122 123 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb', line 116 class ListBreakpointsRequest # Wrapper message for +Breakpoint.Action+. Defines a filter on the action # field of breakpoints. # @!attribute [rw] value # @return [Google::Devtools::Clouddebugger::V2::Breakpoint::Action] # Only breakpoints with the specified action will pass the filter. class BreakpointActionValue; end end |
#include_inactive ⇒ true, false
Returns When set to +true+, the response includes active and inactive breakpoints. Otherwise, it includes only active breakpoints.
116 117 118 119 120 121 122 123 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb', line 116 class ListBreakpointsRequest # Wrapper message for +Breakpoint.Action+. Defines a filter on the action # field of breakpoints. # @!attribute [rw] value # @return [Google::Devtools::Clouddebugger::V2::Breakpoint::Action] # Only breakpoints with the specified action will pass the filter. class BreakpointActionValue; end end |
#strip_results ⇒ true, false
Returns This field is deprecated. The following fields are always stripped out of the result: +stack_frames+, +evaluated_expressions+ and +variable_table+.
116 117 118 119 120 121 122 123 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb', line 116 class ListBreakpointsRequest # Wrapper message for +Breakpoint.Action+. Defines a filter on the action # field of breakpoints. # @!attribute [rw] value # @return [Google::Devtools::Clouddebugger::V2::Breakpoint::Action] # Only breakpoints with the specified action will pass the filter. class BreakpointActionValue; 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+.
116 117 118 119 120 121 122 123 |
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb', line 116 class ListBreakpointsRequest # Wrapper message for +Breakpoint.Action+. Defines a filter on the action # field of breakpoints. # @!attribute [rw] value # @return [Google::Devtools::Clouddebugger::V2::Breakpoint::Action] # Only breakpoints with the specified action will pass the filter. class BreakpointActionValue; end end |