public sealed class ListBreakpointsResponse : IMessage<ListBreakpointsResponse>, IEquatable<ListBreakpointsResponse>, IDeepCloneable<ListBreakpointsResponse>, IBufferMessage, IMessage
public RepeatedField<Breakpoint> Breakpoints { get; }
List of breakpoints matching the request.
The fields id and location are guaranteed to be set on each breakpoint.
The fields: stack_frames, evaluated_expressions and variable_table
are cleared on each breakpoint regardless of its status.
[[["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."],[[["\u003cp\u003eThe \u003ccode\u003eListBreakpointsResponse\u003c/code\u003e class is a response type for listing breakpoints in the Google Cloud Debugger V2 API, with version 3.2.0 being the latest.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e for functionality like message handling, comparison, cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eBreakpoints\u003c/code\u003e, which is a list of \u003ccode\u003eBreakpoint\u003c/code\u003e objects, and \u003ccode\u003eNextWaitToken\u003c/code\u003e, a string used for subsequent calls to check for changes in the breakpoint list.\u003c/p\u003e\n"],["\u003cp\u003eThe available constructors for the class are \u003ccode\u003eListBreakpointsResponse()\u003c/code\u003e and \u003ccode\u003eListBreakpointsResponse(ListBreakpointsResponse other)\u003c/code\u003e, which support creating new instances or copying existing instances.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListBreakpointsResponse\u003c/code\u003e class is located in the \u003ccode\u003eGoogle.Cloud.Debugger.V2\u003c/code\u003e namespace within the \u003ccode\u003eGoogle.Cloud.Debugger.V2.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,[]]