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"]],[["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 `ListBreakpointsResponse` class is a response type for listing breakpoints in the Google Cloud Debugger V2 API, with version 3.2.0 being the latest."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for functionality like message handling, comparison, cloning, and buffer management."],["The class includes properties like `Breakpoints`, which is a list of `Breakpoint` objects, and `NextWaitToken`, a string used for subsequent calls to check for changes in the breakpoint list."],["The available constructors for the class are `ListBreakpointsResponse()` and `ListBreakpointsResponse(ListBreakpointsResponse other)`, which support creating new instances or copying existing instances."],["The `ListBreakpointsResponse` class is located in the `Google.Cloud.Debugger.V2` namespace within the `Google.Cloud.Debugger.V2.dll` assembly."]]],[]]