public sealed class ListBreakpointsResponse : IMessage<ListBreakpointsResponse>, IEquatable<ListBreakpointsResponse>, IDeepCloneable<ListBreakpointsResponse>, IBufferMessage, IMessage
public RepeatedField<Breakpoint> Breakpoints { get; }
List of breakpoints matching the request.
The fields id and location are guaranteed to be set on each breakpoint.
The fields: stack_frames, evaluated_expressions and variable_table
are cleared on each breakpoint regardless of its status.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides information about the `ListBreakpointsResponse` class, which is part of the `Google.Cloud.Debugger.V2` namespace in version 3.0.0 of the .NET library, designed for handling responses when listing breakpoints."],["The `ListBreakpointsResponse` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are related to message handling and deep cloning capabilities."],["The class has two constructors, one default and another that accepts another `ListBreakpointsResponse` object for copying, it also inherits members such as GetHashCode, GetType, MemberwiseClone and ToString from Object."],["It contains two main properties: `Breakpoints`, a list of breakpoints, and `NextWaitToken`, a string used for waiting until the list of breakpoints changes."],["The latest version of the document available is version 3.2.0, and other previous versions like 3.1.0, 2.4.0, and 2.3.0 are accessible."]]],[]]