Stackdriver Debugger V2 Client - Class ListActiveBreakpointsResponse (1.4.16)

Reference documentation and code samples for the Stackdriver Debugger V2 Client class ListActiveBreakpointsResponse.

Response for listing active breakpoints.

Generated from protobuf message google.devtools.clouddebugger.v2.ListActiveBreakpointsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ breakpoints array<Google\Cloud\Debugger\V2\Breakpoint>

List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.

↳ next_wait_token string

A token that can be used in the next method call to block until the list of breakpoints changes.

↳ wait_expired bool

If set to true, indicates that there is no change to the list of active breakpoints and the server-selected timeout has expired. The breakpoints field would be empty and should be ignored.

getBreakpoints

List of all active breakpoints.

The fields id and location are guaranteed to be set on each breakpoint.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setBreakpoints

List of all active breakpoints.

The fields id and location are guaranteed to be set on each breakpoint.

Parameter
NameDescription
var array<Google\Cloud\Debugger\V2\Breakpoint>
Returns
TypeDescription
$this

getNextWaitToken

A token that can be used in the next method call to block until the list of breakpoints changes.

Returns
TypeDescription
string

setNextWaitToken

A token that can be used in the next method call to block until the list of breakpoints changes.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getWaitExpired

If set to true, indicates that there is no change to the list of active breakpoints and the server-selected timeout has expired.

The breakpoints field would be empty and should be ignored.

Returns
TypeDescription
bool

setWaitExpired

If set to true, indicates that there is no change to the list of active breakpoints and the server-selected timeout has expired.

The breakpoints field would be empty and should be ignored.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this