Stackdriver Debugger V2 Client - Class ListDebuggeesResponse (1.8.6)

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

Namespace

Google \ Cloud \ Debugger \ V2

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
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
Name Description
var array<Google\Cloud\Debugger\V2\Debuggee>
Returns
Type Description
$this