Class DebuggerResource.DebuggeesResource.ListRequest
Lists all the debuggees that the user has access to.
Inheritance
DebuggerResource.DebuggeesResource.ListRequest
Inherited Members
Namespace: Google.Apis.CloudDebugger.v2
Assembly: Google.Apis.CloudDebugger.v2.dll
Syntax
public class DebuggerResource.DebuggeesResource.ListRequest : CloudDebuggerBaseServiceRequest<ListDebuggeesResponse>, IClientServiceRequest<ListDebuggeesResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService)
Constructs a new List request.
Declaration
public ListRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
ClientVersion
Required. The client version making the call. Schema: domain/type/version
(e.g.,
google.com/intellij/v1
).
Declaration
[RequestParameter("clientVersion", RequestParameterType.Query)]
public virtual string ClientVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudDebugger.v2.Data.ListDebuggeesResponse>.HttpMethod
IncludeInactive
When set to true
, the result includes all debuggees. Otherwise, the result includes only debuggees
that are active.
Declaration
[RequestParameter("includeInactive", RequestParameterType.Query)]
public virtual bool? IncludeInactive { get; set; }
Property Value
Type | Description |
---|---|
bool? |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudDebugger.v2.Data.ListDebuggeesResponse>.MethodName
Project
Required. Project number of a Google Cloud project whose debuggees to list.
Declaration
[RequestParameter("project", RequestParameterType.Query)]
public virtual string Project { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudDebugger.v2.Data.ListDebuggeesResponse>.RestPath
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()