Class: Google::Devtools::Clouddebugger::V2::ListBreakpointsRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#actionGoogle::Devtools::Clouddebugger::V2::ListBreakpointsRequest::BreakpointActionValue

Returns When set, the response includes only breakpoints with the specified action.

Returns:



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_versionString

Returns The client version making the call. Schema: +domain/type/version+ (e.g., +google.com/intellij/v1+).

Returns:

  • (String)

    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_idString

Returns ID of the debuggee whose breakpoints to list.

Returns:

  • (String)

    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_userstrue, 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.

Returns:

  • (true, false)

    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_inactivetrue, false

Returns When set to +true+, the response includes active and inactive breakpoints. Otherwise, it includes only active breakpoints.

Returns:

  • (true, false)

    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_resultstrue, false

Returns This field is deprecated. The following fields are always stripped out of the result: +stack_frames+, +evaluated_expressions+ and +variable_table+.

Returns:

  • (true, false)

    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_tokenString

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+.

Returns:

  • (String)

    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