public sealed class ListDebuggeesRequest : IMessage<ListDebuggeesRequest>, IEquatable<ListDebuggeesRequest>, IDeepCloneable<ListDebuggeesRequest>, IBufferMessage, IMessage
Request to list debuggees.
Implements
IMessage<ListDebuggeesRequest>, IEquatable<ListDebuggeesRequest>, IDeepCloneable<ListDebuggeesRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Debugger.V2Assembly
Google.Cloud.Debugger.V2.dll
Constructors
ListDebuggeesRequest()
public ListDebuggeesRequest()
ListDebuggeesRequest(ListDebuggeesRequest)
public ListDebuggeesRequest(ListDebuggeesRequest other)
Parameter | |
---|---|
Name | Description |
other | ListDebuggeesRequest |
Properties
ClientVersion
public string ClientVersion { get; set; }
Required. The client version making the call.
Schema: domain/type/version
(e.g., google.com/intellij/v1
).
Property Value | |
---|---|
Type | Description |
String |
IncludeInactive
public bool IncludeInactive { get; set; }
When set to true
, the result includes all debuggees. Otherwise, the
result includes only debuggees that are active.
Property Value | |
---|---|
Type | Description |
Boolean |
Project
public string Project { get; set; }
Required. Project number of a Google Cloud project whose debuggees to list.
Property Value | |
---|---|
Type | Description |
String |