Stackdriver Debugger V2 Client - Class ListBreakpointsResponse (1.8.7)

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 \ V2

Methods

__construct

Constructor.

Parameters
Name Description
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.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

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.

Parameter
Name Description
var array<Google\Cloud\Debugger\V2\Breakpoint>
Returns
Type Description
$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.

Returns
Type Description
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.

Parameter
Name Description
var string
Returns
Type Description
$this