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 \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ debuggee
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.
hasDebuggee
clearDebuggee
setDebuggee
Required. Debuggee information to register.
The fields project
, uniquifier
, description
and agent_version
of the debuggee must be set.
$this
static::build
debuggee
Debuggee
Required. Debuggee information to register.
The fields project
, uniquifier
, description
and agent_version
of the debuggee must be set.

