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.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ breakpoints |
array<Google\Cloud\Debugger\V2\Breakpoint>
List of all active breakpoints. The fields |
↳ 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 |
getBreakpoints
List of all active breakpoints.
The fields id
and location
are guaranteed to be set on each breakpoint.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setBreakpoints
List of all active breakpoints.
The fields id
and location
are guaranteed to be set on each breakpoint.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Debugger\V2\Breakpoint>
|
Returns | |
---|---|
Type | Description |
$this |
getNextWaitToken
A token that can be used in the next method call to block until the list of breakpoints changes.
Returns | |
---|---|
Type | Description |
string |
setNextWaitToken
A token that can be used in the next method call to block until the list of breakpoints changes.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |