Reference documentation and code samples for the Stackdriver Debugger V2 Client class ListActiveBreakpointsRequest.
Request to list active breakpoints.
Generated from protobuf message google.devtools.clouddebugger.v2.ListActiveBreakpointsRequest
Namespace
Google \ Cloud \ Debugger \ V2
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ debuggee_id
string
Required. Identifies the debuggee.
↳ wait_token
string
A token that, if specified, blocks the method call until the list of active breakpoints has changed, or a server-selected timeout has expired. The value should be set from the next_wait_token field in the last response. The initial value should be set to "init".
↳ success_on_timeout
bool
If set to true (recommended), returns google.rpc.Code.OK status and sets the wait_expired response field to true when the server-selected timeout has expired. If set to false (deprecated), returns google.rpc.Code.ABORTED status when the server-selected timeout has expired.
getDebuggeeId
Required. Identifies the debuggee.
Returns
Type
Description
string
setDebuggeeId
Required. Identifies the debuggee.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getWaitToken
A token that, if specified, blocks the method call until the list
of active breakpoints has changed, or a server-selected timeout has
expired. The value should be set from the next_wait_token field in
the last response. The initial value should be set to "init".
Returns
Type
Description
string
setWaitToken
A token that, if specified, blocks the method call until the list
of active breakpoints has changed, or a server-selected timeout has
expired. The value should be set from the next_wait_token field in
the last response. The initial value should be set to "init".
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getSuccessOnTimeout
If set to true (recommended), returns google.rpc.Code.OK status and
sets the wait_expired response field to true when the server-selected
timeout has expired.
If set to false (deprecated), returns google.rpc.Code.ABORTED status
when the server-selected timeout has expired.
Returns
Type
Description
bool
setSuccessOnTimeout
If set to true (recommended), returns google.rpc.Code.OK status and
sets the wait_expired response field to true when the server-selected
timeout has expired.
If set to false (deprecated), returns google.rpc.Code.ABORTED status
when the server-selected timeout has expired.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Stackdriver Debugger V2 Client - Class ListActiveBreakpointsRequest (1.9.5)\n\nVersion latestkeyboard_arrow_down\n\n- [1.9.5 (latest)](/php/docs/reference/cloud-debugger/latest/V2.ListActiveBreakpointsRequest)\n- [1.9.4](/php/docs/reference/cloud-debugger/1.9.4/V2.ListActiveBreakpointsRequest)\n- [1.8.8](/php/docs/reference/cloud-debugger/1.8.8/V2.ListActiveBreakpointsRequest)\n- [1.7.0](/php/docs/reference/cloud-debugger/1.7.0/V2.ListActiveBreakpointsRequest)\n- [1.6.4](/php/docs/reference/cloud-debugger/1.6.4/V2.ListActiveBreakpointsRequest)\n- [1.5.1](/php/docs/reference/cloud-debugger/1.5.1/V2.ListActiveBreakpointsRequest)\n- [1.4.16](/php/docs/reference/cloud-debugger/1.4.16/V2.ListActiveBreakpointsRequest) \nReference documentation and code samples for the Stackdriver Debugger V2 Client class ListActiveBreakpointsRequest.\n\nRequest to list active breakpoints.\n\nGenerated from protobuf message `google.devtools.clouddebugger.v2.ListActiveBreakpointsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Debugger \\\\ V2\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getDebuggeeId\n\nRequired. Identifies the debuggee.\n\n### setDebuggeeId\n\nRequired. Identifies the debuggee.\n\n### getWaitToken\n\nA token that, if specified, blocks the method call until the list\nof active breakpoints has changed, or a server-selected timeout has\nexpired. The value should be set from the `next_wait_token` field in\nthe last response. The initial value should be set to `\"init\"`.\n\n### setWaitToken\n\nA token that, if specified, blocks the method call until the list\nof active breakpoints has changed, or a server-selected timeout has\nexpired. The value should be set from the `next_wait_token` field in\nthe last response. The initial value should be set to `\"init\"`.\n\n### getSuccessOnTimeout\n\nIf set to `true` (recommended), returns `google.rpc.Code.OK` status and\nsets the `wait_expired` response field to `true` when the server-selected\ntimeout has expired.\n\nIf set to `false` (deprecated), returns `google.rpc.Code.ABORTED` status\nwhen the server-selected timeout has expired.\n\n### setSuccessOnTimeout\n\nIf set to `true` (recommended), returns `google.rpc.Code.OK` status and\nsets the `wait_expired` response field to `true` when the server-selected\ntimeout has expired.\n\nIf set to `false` (deprecated), returns `google.rpc.Code.ABORTED` status\nwhen the server-selected timeout has expired.\n\n### static::build"]]