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 document provides reference information for the `ListBreakpointsResponse` class within the Google Cloud Debugger v2 API, specifically for version 3.1.0."],["`ListBreakpointsResponse` is a class used to encapsulate the response when listing breakpoints, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and one that accepts another `ListBreakpointsResponse` object for initialization."],["It includes properties like `Breakpoints`, which is a list of `Breakpoint` objects, and `NextWaitToken`, a string used to track changes in the list of breakpoints."],["The API documentation spans multiple versions, with the latest being 3.2.0, and includes versions 3.1.0, 3.0.0, 2.4.0, and 2.3.0, each linked to its respective documentation page."]]],[]]