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-08-07 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eListActiveBreakpointsResponse\u003c/code\u003e class within the Google Cloud Debugger v2 API, with the latest version being 3.2.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListActiveBreakpointsResponse\u003c/code\u003e is a class used to represent the response when listing active breakpoints and it implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains properties such as \u003ccode\u003eBreakpoints\u003c/code\u003e, which holds a list of active breakpoints, \u003ccode\u003eNextWaitToken\u003c/code\u003e, used for waiting on changes to breakpoints, and \u003ccode\u003eWaitExpired\u003c/code\u003e, indicating if a server timeout occurred.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBreakpoints\u003c/code\u003e property guarantees the \u003ccode\u003eid\u003c/code\u003e and \u003ccode\u003elocation\u003c/code\u003e fields are set for each breakpoint.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for the \u003ccode\u003eListActiveBreakpointsResponse\u003c/code\u003e class, a default constructor and one that accepts another \u003ccode\u003eListActiveBreakpointsResponse\u003c/code\u003e instance as a parameter.\u003c/p\u003e\n"]]],[],null,[]]