public sealed class ListActiveBreakpointsResponse : IMessage<ListActiveBreakpointsResponse>, IEquatable<ListActiveBreakpointsResponse>, IDeepCloneable<ListActiveBreakpointsResponse>, IBufferMessage, IMessage
If set to true, indicates that there is no change to the
list of active breakpoints and the server-selected timeout has expired.
The breakpoints field would be empty and should be ignored.
[[["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."],[[["The `ListActiveBreakpointsResponse` class is a response type for listing active breakpoints within the Google Cloud Debugger V2 API, with version 3.0.0 being a specified version."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its functionality for message handling, equality checks, deep cloning, and buffer management."],["The class includes properties like `Breakpoints`, which is a list of all active breakpoints, `NextWaitToken`, used for subsequent method calls, and `WaitExpired`, indicating whether a timeout has occurred without any changes to the breakpoint list."],["The `ListActiveBreakpointsResponse` class contains two constructors, one default and one that accepts another `ListActiveBreakpointsResponse` object for creating a new instance."],["The current latest version available for this class is 3.2.0, along with previous versions 3.1.0, 3.0.0, 2.4.0, and 2.3.0."]]],[]]