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-09-04 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,["# Google Cloud Debugger v2 API - Class ListBreakpointsResponse (3.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.Debugger.V2/latest/Google.Cloud.Debugger.V2.ListBreakpointsResponse)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.Debugger.V2/3.1.0/Google.Cloud.Debugger.V2.ListBreakpointsResponse)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.Debugger.V2/3.0.0/Google.Cloud.Debugger.V2.ListBreakpointsResponse)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Debugger.V2/2.4.0/Google.Cloud.Debugger.V2.ListBreakpointsResponse)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Debugger.V2/2.3.0/Google.Cloud.Debugger.V2.ListBreakpointsResponse) \n\n public sealed class ListBreakpointsResponse : IMessage\u003cListBreakpointsResponse\u003e, IEquatable\u003cListBreakpointsResponse\u003e, IDeepCloneable\u003cListBreakpointsResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Debugger v2 API class ListBreakpointsResponse.\n\nResponse for listing breakpoints. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListBreakpointsResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListBreakpointsResponse](/dotnet/docs/reference/Google.Cloud.Debugger.V2/latest/Google.Cloud.Debugger.V2.ListBreakpointsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListBreakpointsResponse](/dotnet/docs/reference/Google.Cloud.Debugger.V2/latest/Google.Cloud.Debugger.V2.ListBreakpointsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListBreakpointsResponse](/dotnet/docs/reference/Google.Cloud.Debugger.V2/latest/Google.Cloud.Debugger.V2.ListBreakpointsResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Debugger.V2](/dotnet/docs/reference/Google.Cloud.Debugger.V2/latest/Google.Cloud.Debugger.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.Debugger.V2.dll\n\nConstructors\n------------\n\n### ListBreakpointsResponse()\n\n public ListBreakpointsResponse()\n\n### ListBreakpointsResponse(ListBreakpointsResponse)\n\n public ListBreakpointsResponse(ListBreakpointsResponse other)\n\nProperties\n----------\n\n### Breakpoints\n\n public RepeatedField\u003cBreakpoint\u003e Breakpoints { get; }\n\nList of breakpoints matching the request.\nThe fields `id` and `location` are guaranteed to be set on each breakpoint.\nThe fields: `stack_frames`, `evaluated_expressions` and `variable_table`\nare cleared on each breakpoint regardless of its status.\n\n### NextWaitToken\n\n public string NextWaitToken { get; set; }\n\nA wait token that can be used in the next call to `list` (REST) or\n`ListBreakpoints` (RPC) to block until the list of breakpoints has changes."]]