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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `ListDebuggeesResponse` class within the Google Cloud Debugger v2 API."],["`ListDebuggeesResponse` is a response class used for listing debuggees and is part of the `Google.Cloud.Debugger.V2` namespace."],["The `ListDebuggeesResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a `Debuggees` property, which is a `RepeatedField` of `Debuggee` objects, providing a list of debuggees accessible to the user, ensuring that `debuggee.id` and `description` are set."],["The document specifies the available versions for the API class, with 3.2.0 being the latest."]]],[]]