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 |
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 |
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 |
Debuggee
|
| Returns | |
|---|---|
| Type | Description |
$this |
|