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.
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.
string
setProject
Required. Project number of a Google Cloud project whose debuggees to list.
var
string
$this
getIncludeInactive
When set to true
, the result includes all debuggees. Otherwise, the
result includes only debuggees that are active.
bool
setIncludeInactive
When set to true
, the result includes all debuggees. Otherwise, the
result includes only debuggees that are active.
var
bool
$this
getClientVersion
Required. The client version making the call.
Schema: domain/type/version
(e.g., google.com/intellij/v1
).
string
setClientVersion
Required. The client version making the call.
Schema: domain/type/version
(e.g., google.com/intellij/v1
).
var
string
$this