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