Stackdriver Debugger V2 Client - Class ListBreakpointsResponse (1.7.0)

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
NameDescription
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
TypeDescription
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
NameDescription
var array<Google\Cloud\Debugger\V2\Breakpoint>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this