Stackdriver Debugger V2 Client - Class RegisterDebuggeeResponse (1.4.16)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
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
NameDescription
var Google\Cloud\Debugger\V2\Debuggee
Returns
TypeDescription
$this