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
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 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.
setBreakpoints
List of all active breakpoints.
The fields id
and location
are guaranteed to be set on each breakpoint.
$this
getNextWaitToken
A token that can be used in the next method call to block until the list of breakpoints changes.
string
setNextWaitToken
A token that can be used in the next method call to block until the list of breakpoints changes.
var
string
$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.
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.
var
bool
$this