public sealed class ListDebuggeesRequest : IMessage<ListDebuggeesRequest>, IEquatable<ListDebuggeesRequest>, IDeepCloneable<ListDebuggeesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Debugger v2 API class ListDebuggeesRequest.
Request to list debuggees.
Implements
IMessageListDebuggeesRequest, IEquatableListDebuggeesRequest, IDeepCloneableListDebuggeesRequest, 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 |
bool |
Project
public string Project { get; set; }
Required. Project number of a Google Cloud project whose debuggees to list.
Property Value | |
---|---|
Type | Description |
string |