Google Cloud Debugger v2 API - Class ListDebuggeesRequest (3.2.0)

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.

Inheritance

object > ListDebuggeesRequest

Namespace

Google.Cloud.Debugger.V2

Assembly

Google.Cloud.Debugger.V2.dll

Constructors

ListDebuggeesRequest()

public ListDebuggeesRequest()

ListDebuggeesRequest(ListDebuggeesRequest)

public ListDebuggeesRequest(ListDebuggeesRequest other)
Parameter
NameDescription
otherListDebuggeesRequest

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
TypeDescription
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
TypeDescription
bool

Project

public string Project { get; set; }

Required. Project number of a Google Cloud project whose debuggees to list.

Property Value
TypeDescription
string