public sealed class DeleteBreakpointRequest : IMessage<DeleteBreakpointRequest>, IEquatable<DeleteBreakpointRequest>, IDeepCloneable<DeleteBreakpointRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["`DeleteBreakpointRequest` is a class used to request the deletion of a breakpoint within the Google Cloud Debugger V2 library."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteBreakpointRequest` class contains properties such as `BreakpointId`, `ClientVersion`, and `DebuggeeId`, which are required parameters for specifying which breakpoint to delete, the client version, and the ID of the debuggee."],["There are two constructors for the `DeleteBreakpointRequest` class, one being a parameterless constructor, and the other which takes an other `DeleteBreakpointRequest` parameter to create a copy."],["The library has versions ranging from 2.3.0 up to the latest version 3.2.0 with a clear list of all previous versions."]]],[]]