public sealed class ListActiveBreakpointsResponse : IMessage<ListActiveBreakpointsResponse>, IEquatable<ListActiveBreakpointsResponse>, IDeepCloneable<ListActiveBreakpointsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Debugger v2 API class ListActiveBreakpointsResponse.
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 reference information for the `ListActiveBreakpointsResponse` class within the Google Cloud Debugger v2 API, with the latest version being 3.2.0."],["`ListActiveBreakpointsResponse` is a class used to represent the response when listing active breakpoints and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Breakpoints`, which holds a list of active breakpoints, `NextWaitToken`, used for waiting on changes to breakpoints, and `WaitExpired`, indicating if a server timeout occurred."],["The `Breakpoints` property guarantees the `id` and `location` fields are set for each breakpoint."],["There are two constructors available for the `ListActiveBreakpointsResponse` class, a default constructor and one that accepts another `ListActiveBreakpointsResponse` instance as a parameter."]]],[]]