Class: Google::Cloud::Debugger::V2::ListBreakpointsRequest

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

Instance Attribute Details

#action::Google::Cloud::Debugger::V2::ListBreakpointsRequest::BreakpointActionValue

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

Returns:



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

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

    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.

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.



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