Stackdriver Debugger V2 Client - Class ListDebuggeesResponse (1.4.16)

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

Response for listing debuggees.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ debuggees array<Google\Cloud\Debugger\V2\Debuggee>

List of debuggees accessible to the calling user. The fields debuggee.id and description are guaranteed to be set. The description field is a human readable field provided by agents and can be displayed to users.

getDebuggees

List of debuggees accessible to the calling user.

The fields debuggee.id and description are guaranteed to be set. The description field is a human readable field provided by agents and can be displayed to users.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDebuggees

List of debuggees accessible to the calling user.

The fields debuggee.id and description are guaranteed to be set. The description field is a human readable field provided by agents and can be displayed to users.

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