Class: Google::Devtools::Clouddebugger::V2::ListBreakpointsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb

Overview

Response for listing breakpoints.

Instance Attribute Summary collapse

Instance Attribute Details

#breakpointsArray<Google::Devtools::Clouddebugger::V2::Breakpoint>

Returns List of breakpoints matching the request. The fields +id+ and +location+ are guaranteed to be set on each breakpoint. The fields: +stack_frames+, +evaluated_expressions+ and +variable_table+ are cleared on each breakpoint regardless of its status.

Returns:

  • (Array<Google::Devtools::Clouddebugger::V2::Breakpoint>)

    List of breakpoints matching the request. The fields +id+ and +location+ are guaranteed to be set on each breakpoint. The fields: +stack_frames+, +evaluated_expressions+ and +variable_table+ are cleared on each breakpoint regardless of its status.



136
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb', line 136

class ListBreakpointsResponse; end

#next_wait_tokenString

Returns A wait token that can be used in the next call to +list+ (REST) or +ListBreakpoints+ (RPC) to block until the list of breakpoints has changes.

Returns:

  • (String)

    A wait token that can be used in the next call to +list+ (REST) or +ListBreakpoints+ (RPC) to block until the list of breakpoints has changes.



136
# File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb', line 136

class ListBreakpointsResponse; end