Stackdriver Debugger V2 Client - Class ListBreakpointsRequest (1.9.5) Stay organized with collections Save and categorize content based on your preferences.
Reference documentation and code samples for the Stackdriver Debugger V2 Client class ListBreakpointsRequest.
Request to list breakpoints.
Generated from protobuf messagegoogle.devtools.clouddebugger.v2.ListBreakpointsRequest
Namespace
Google \ Cloud \ Debugger \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data | arrayOptional. Data for populating the Message object. |
↳ debuggee_id | stringRequired. ID of the debuggee whose breakpoints to list. |
↳ include_all_users | boolWhen set to |
↳ include_inactive | boolWhen set to |
↳ action | ListBreakpointsRequest\BreakpointActionValueWhen set, the response includes only breakpoints with the specified action. |
↳ strip_results | boolThis field is deprecated. The following fields are always stripped out of the result: |
↳ wait_token | stringA wait token that, if specified, blocks the call until the breakpoints list has changed, or a server selected timeout has expired. The value should be set from the last response. The error code |
↳ client_version | stringRequired. The client version making the call. Schema: |
getDebuggeeId
Required. ID of the debuggee whose breakpoints to list.
| Returns | |
|---|---|
| Type | Description |
string | |
setDebuggeeId
Required. ID of the debuggee whose breakpoints to list.
| Parameter | |
|---|---|
| Name | Description |
var | string |
| Returns | |
|---|---|
| Type | Description |
$this | |
getIncludeAllUsers
When set totrue, the response includes the list of breakpoints set byany user. Otherwise, it includes only breakpoints set by the caller.
| Returns | |
|---|---|
| Type | Description |
bool | |
setIncludeAllUsers
When set totrue, the response includes the list of breakpoints set byany user. Otherwise, it includes only breakpoints set by the caller.
| Parameter | |
|---|---|
| Name | Description |
var | bool |
| Returns | |
|---|---|
| Type | Description |
$this | |
getIncludeInactive
When set totrue, the response includes active and inactivebreakpoints. Otherwise, it includes only active breakpoints.
| Returns | |
|---|---|
| Type | Description |
bool | |
setIncludeInactive
When set totrue, the response includes active and inactivebreakpoints. Otherwise, it includes only active breakpoints.
| Parameter | |
|---|---|
| Name | Description |
var | bool |
| Returns | |
|---|---|
| Type | Description |
$this | |
getAction
When set, the response includes only breakpoints with the specified action.
| Returns | |
|---|---|
| Type | Description |
ListBreakpointsRequest\BreakpointActionValue|null | |
hasAction
clearAction
setAction
When set, the response includes only breakpoints with the specified action.
| Parameter | |
|---|---|
| Name | Description |
var | ListBreakpointsRequest\BreakpointActionValue |
| Returns | |
|---|---|
| Type | Description |
$this | |
getStripResults
This field is deprecated. The following fields are always stripped out ofthe result:stack_frames,evaluated_expressions andvariable_table.
| Returns | |
|---|---|
| Type | Description |
bool | |
setStripResults
This field is deprecated. The following fields are always stripped out ofthe result:stack_frames,evaluated_expressions andvariable_table.
| Parameter | |
|---|---|
| Name | Description |
var | bool |
| Returns | |
|---|---|
| Type | Description |
$this | |
getWaitToken
A wait token that, if specified, blocks the call until the breakpointslist has changed, or a server selected timeout has expired. The valueshould be set from the last response. The error codegoogle.rpc.Code.ABORTED (RPC) is returned on wait timeout, whichshould be called again with the samewait_token.
| Returns | |
|---|---|
| Type | Description |
string | |
setWaitToken
A wait token that, if specified, blocks the call until the breakpointslist has changed, or a server selected timeout has expired. The valueshould be set from the last response. The error codegoogle.rpc.Code.ABORTED (RPC) is returned on wait timeout, whichshould be called again with the samewait_token.
| Parameter | |
|---|---|
| Name | Description |
var | string |
| Returns | |
|---|---|
| Type | Description |
$this | |
getClientVersion
Required. The client version making the call.
Schema:domain/type/version (e.g.,google.com/intellij/v1).
| Returns | |
|---|---|
| Type | Description |
string | |
setClientVersion
Required. The client version making the call.
Schema:domain/type/version (e.g.,google.com/intellij/v1).
| Parameter | |
|---|---|
| Name | Description |
var | string |
| Returns | |
|---|---|
| Type | Description |
$this | |
static::build
| Parameters | |
|---|---|
| Name | Description |
debuggeeId | stringRequired. ID of the debuggee whose breakpoints to list. |
clientVersion | stringRequired. The client version making the call.Schema: |
| Returns | |
|---|---|
| Type | Description |
ListBreakpointsRequest | |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-30 UTC.