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.
data
array
Optional. Data for populating the Message object.
↳ debuggee
Google\Cloud\Debugger\V2\Debuggee
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.
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.
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.
$this

