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"]],[["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 details for the `ListActiveBreakpointsResponse` class, which is part of the `Google.Cloud.Debugger.V2` namespace and is used for listing active breakpoints."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality checks, deep cloning, and buffered message operations."],["`ListActiveBreakpointsResponse` has three key properties: `Breakpoints` which lists all active breakpoints with guaranteed `id` and `location` fields, `NextWaitToken` for blocking until breakpoint changes, and `WaitExpired` to indicate a timeout without changes."],["The latest version available for `ListActiveBreakpointsResponse` is 3.2.0 and older versions such as 3.1.0, 3.0.0, 2.4.0 and 2.3.0 are also accessible."],["There are two constructors available to instantiate the `ListActiveBreakpointsResponse` class, the first being a basic constructor and the second allowing for the passing of another instance of `ListActiveBreakpointsResponse`."]]],[]]