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-03-21 UTC."],[[["The latest version of the `ListBreakpointsResponse` 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."],["`ListBreakpointsResponse` is a class used for the response when listing breakpoints and it inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Breakpoints` property of the `ListBreakpointsResponse` class provides a list of breakpoints that match the request, with guaranteed `id` and `location` fields for each breakpoint."],["The `NextWaitToken` property, which is a string, allows for blocking until changes have been made to the breakpoint list when used in the subsequent calls."],["This class is located in the `Google.Cloud.Debugger.V2` namespace, within the `Google.Cloud.Debugger.V2.dll` assembly, and offers two constructors: one default and one that takes another `ListBreakpointsResponse` as an argument."]]],[]]