Reference documentation and code samples for the Stackdriver Debugger V2 Client class ListBreakpointsRequest.
Request to list breakpoints.
Generated from protobuf message google.devtools.clouddebugger.v2.ListBreakpointsRequest
Namespace
Google \ Cloud \ Debugger \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ debuggee_id
string
Required. ID of the debuggee whose breakpoints to list.
↳ include_all_users
bool
When set to true
, the response includes the list of breakpoints set by any user. Otherwise, it includes only breakpoints set by the caller.
↳ include_inactive
bool
When set to true
, the response includes active and inactive breakpoints. Otherwise, it includes only active breakpoints.
↳ action
Google\Cloud\Debugger\V2\ListBreakpointsRequest\BreakpointActionValue
When set, the response includes only breakpoints with the specified action.
↳ strip_results
bool
This field is deprecated. The following fields are always stripped out of the result: stack_frames
, evaluated_expressions
and variable_table
.
↳ wait_token
string
A 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 google.rpc.Code.ABORTED
(RPC) is returned on wait timeout, which should be called again with the same wait_token
.
↳ client_version
string
Required. The client version making the call. Schema: domain/type/version
(e.g., google.com/intellij/v1
).
getDebuggeeId
Required. ID of the debuggee whose breakpoints to list.
string
setDebuggeeId
Required. ID of the debuggee whose breakpoints to list.
var
string
$this
getIncludeAllUsers
When set to true
, the response includes the list of breakpoints set by
any user. Otherwise, it includes only breakpoints set by the caller.
bool
setIncludeAllUsers
When set to true
, the response includes the list of breakpoints set by
any user. Otherwise, it includes only breakpoints set by the caller.
var
bool
$this
getIncludeInactive
When set to true
, the response includes active and inactive
breakpoints. Otherwise, it includes only active breakpoints.
bool
setIncludeInactive
When set to true
, the response includes active and inactive
breakpoints. Otherwise, it includes only active breakpoints.
var
bool
$this
getAction
When set, the response includes only breakpoints with the specified action.
hasAction
clearAction
setAction
When set, the response includes only breakpoints with the specified action.
$this
getStripResults
This field is deprecated. The following fields are always stripped out of
the result: stack_frames
, evaluated_expressions
and variable_table
.
bool
setStripResults
This field is deprecated. The following fields are always stripped out of
the result: stack_frames
, evaluated_expressions
and variable_table
.
var
bool
$this
getWaitToken
A 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 google.rpc.Code.ABORTED
(RPC) is returned on wait timeout, which
should be called again with the same wait_token
.
string
setWaitToken
A 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 google.rpc.Code.ABORTED
(RPC) is returned on wait timeout, which
should be called again with the same wait_token
.
var
string
$this
getClientVersion
Required. The client version making the call.
Schema: domain/type/version
(e.g., google.com/intellij/v1
).
string
setClientVersion
Required. The client version making the call.
Schema: domain/type/version
(e.g., google.com/intellij/v1
).
var
string
$this