public sealed class ListDebuggeesResponse : IMessage<ListDebuggeesResponse>, IEquatable<ListDebuggeesResponse>, IDeepCloneable<ListDebuggeesResponse>, IBufferMessage, IMessage
Response for listing debuggees.
Implements
IMessage<ListDebuggeesResponse>, IEquatable<ListDebuggeesResponse>, IDeepCloneable<ListDebuggeesResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Debugger.V2Assembly
Google.Cloud.Debugger.V2.dll
Constructors
ListDebuggeesResponse()
public ListDebuggeesResponse()
ListDebuggeesResponse(ListDebuggeesResponse)
public ListDebuggeesResponse(ListDebuggeesResponse other)
Parameter | |
---|---|
Name | Description |
other | ListDebuggeesResponse |
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 | |
---|---|
Type | Description |
RepeatedField<Debuggee> |