Reference documentation and code samples for the Stackdriver Debugger V2 Client class ListBreakpointsResponse.
Response for listing breakpoints.
Generated from protobuf message google.devtools.clouddebugger.v2.ListBreakpointsResponse
Namespace
Google \ Cloud \ Debugger \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ breakpoints
array< Google\Cloud\Debugger\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.
↳ next_wait_token
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.
getBreakpoints
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.
setBreakpoints
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.
$this
getNextWaitToken
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.
string
setNextWaitToken
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.
var
string
$this