Google Cloud Debugger v2 API - Class ListDebuggeesResponse (3.2.0)

public sealed class ListDebuggeesResponse : IMessage<ListDebuggeesResponse>, IEquatable<ListDebuggeesResponse>, IDeepCloneable<ListDebuggeesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Debugger v2 API class ListDebuggeesResponse.

Response for listing debuggees.

Inheritance

object > ListDebuggeesResponse

Namespace

Google.Cloud.Debugger.V2

Assembly

Google.Cloud.Debugger.V2.dll

Constructors

ListDebuggeesResponse()

public ListDebuggeesResponse()

ListDebuggeesResponse(ListDebuggeesResponse)

public ListDebuggeesResponse(ListDebuggeesResponse other)
Parameter
NameDescription
otherListDebuggeesResponse

Properties

Debuggees

public RepeatedField<Debuggee> Debuggees { get; }

List of debuggees accessible to the calling user. The fields debuggee.id and description are guaranteed to be set. The description field is a human readable field provided by agents and can be displayed to users.

Property Value
TypeDescription
RepeatedFieldDebuggee