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 page provides documentation for the `ListActiveBreakpointsResponse` class within the Google Cloud Debugger v2 API, specifically version 3.1.0."],["`ListActiveBreakpointsResponse` is used to represent the response when listing active breakpoints, implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from the `Object` class and includes properties such as `Breakpoints` (a list of active breakpoints), `NextWaitToken` (for blocking until changes), and `WaitExpired` (indicating a timeout with no changes)."],["There are multiple versions of the API available, including the latest version 3.2.0 and previous versions such as 3.0.0, 2.4.0, and 2.3.0."],["The `ListActiveBreakpointsResponse` class has two constructors, a default constructor and a constructor that takes another `ListActiveBreakpointsResponse` object as a parameter."]]],[]]