Reference documentation and code samples for the Stackdriver Debugger V2 Client class RegisterDebuggeeResponse.
Response for registering a debuggee.
Generated from protobuf message google.devtools.clouddebugger.v2.RegisterDebuggeeResponse
Namespace
Google \ Cloud \ Debugger \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ debuggee |
Google\Cloud\Debugger\V2\Debuggee
Debuggee resource. The field |
getDebuggee
Debuggee resource.
The field id
is guaranteed to be set (in addition to the echoed fields).
If the field is_disabled
is set to true
, the agent should disable
itself by removing all breakpoints and detaching from the application.
It should however continue to poll RegisterDebuggee
until reenabled.
Returns | |
---|---|
Type | Description |
Google\Cloud\Debugger\V2\Debuggee|null |
hasDebuggee
clearDebuggee
setDebuggee
Debuggee resource.
The field id
is guaranteed to be set (in addition to the echoed fields).
If the field is_disabled
is set to true
, the agent should disable
itself by removing all breakpoints and detaching from the application.
It should however continue to poll RegisterDebuggee
until reenabled.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Debugger\V2\Debuggee
|
Returns | |
---|---|
Type | Description |
$this |