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.
Implements
IMessageListDebuggeesResponse, IEquatableListDebuggeesResponse, IDeepCloneableListDebuggeesResponse, 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 |
RepeatedFieldDebuggee |