Stackdriver Debugger V2 Client - Class RegisterDebuggeeRequest (1.7.0)

Reference documentation and code samples for the Stackdriver Debugger V2 Client class RegisterDebuggeeRequest.

Request to register a debuggee.

Generated from protobuf message google.devtools.clouddebugger.v2.RegisterDebuggeeRequest

Namespace

Google \ Cloud \ Debugger \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ debuggee Google\Cloud\Debugger\V2\Debuggee

Required. Debuggee information to register. The fields project, uniquifier, description and agent_version of the debuggee must be set.

getDebuggee

Required. Debuggee information to register.

The fields project, uniquifier, description and agent_version of the debuggee must be set.

Returns
TypeDescription
Google\Cloud\Debugger\V2\Debuggee|null

hasDebuggee

clearDebuggee

setDebuggee

Required. Debuggee information to register.

The fields project, uniquifier, description and agent_version of the debuggee must be set.

Parameter
NameDescription
var Google\Cloud\Debugger\V2\Debuggee
Returns
TypeDescription
$this