public sealed class ListBreakpointsResponse : IMessage<ListBreakpointsResponse>, IEquatable<ListBreakpointsResponse>, IDeepCloneable<ListBreakpointsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Debugger v2 API class ListBreakpointsResponse.
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"]],[["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\u003eThe latest version of the \u003ccode\u003eListBreakpointsResponse\u003c/code\u003e class in the Google Cloud Debugger v2 API is 3.2.0, with previous versions including 3.1.0, 3.0.0, 2.4.0, and 2.3.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListBreakpointsResponse\u003c/code\u003e is a class used for the response when listing breakpoints and it inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple 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 \u003ccode\u003eBreakpoints\u003c/code\u003e property of the \u003ccode\u003eListBreakpointsResponse\u003c/code\u003e class provides a list of breakpoints that match the request, with guaranteed \u003ccode\u003eid\u003c/code\u003e and \u003ccode\u003elocation\u003c/code\u003e fields for each breakpoint.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNextWaitToken\u003c/code\u003e property, which is a string, allows for blocking until changes have been made to the breakpoint list when used in the subsequent calls.\u003c/p\u003e\n"],["\u003cp\u003eThis 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, and offers two constructors: one default and one that takes another \u003ccode\u003eListBreakpointsResponse\u003c/code\u003e as an argument.\u003c/p\u003e\n"]]],[],null,[]]