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 \ V2Methods
__construct
Constructor.
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.
string
setDebuggeeId
Required. Identifies the debuggee.
var
string
$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"
.
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"
.
var
string
$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.
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.
var
bool
$this