Stackdriver Debugger V2 Client - Class ListDebuggeesRequest (1.4.16)

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

Request to list debuggees.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ project string

Required. Project number of a Google Cloud project whose debuggees to list.

↳ include_inactive bool

When set to true, the result includes all debuggees. Otherwise, the result includes only debuggees that are active.

↳ client_version string

Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

getProject

Required. Project number of a Google Cloud project whose debuggees to list.

Returns
TypeDescription
string

setProject

Required. Project number of a Google Cloud project whose debuggees to list.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getIncludeInactive

When set to true, the result includes all debuggees. Otherwise, the result includes only debuggees that are active.

Returns
TypeDescription
bool

setIncludeInactive

When set to true, the result includes all debuggees. Otherwise, the result includes only debuggees that are active.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getClientVersion

Required. The client version making the call.

Schema: domain/type/version (e.g., google.com/intellij/v1).

Returns
TypeDescription
string

setClientVersion

Required. The client version making the call.

Schema: domain/type/version (e.g., google.com/intellij/v1).

Parameter
NameDescription
var string
Returns
TypeDescription
$this