public sealed class DeleteBreakpointRequest : IMessage<DeleteBreakpointRequest>, IEquatable<DeleteBreakpointRequest>, IDeepCloneable<DeleteBreakpointRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Debugger v2 API class DeleteBreakpointRequest.
[[["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."],[[["This documentation covers the `DeleteBreakpointRequest` class, which is part of the Google Cloud Debugger v2 API, and is used for requesting the deletion of a breakpoint."],["The `DeleteBreakpointRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `DeleteBreakpointRequest` class has three key properties: `BreakpointId` (the ID of the breakpoint to delete), `ClientVersion` (the client version making the request), and `DebuggeeId` (the ID of the debuggee whose breakpoint is to be deleted), all of which are required."],["The documentation shows that version 3.2.0 is the latest for the DeleteBreakpointRequest, with prior versions 3.1.0, 3.0.0, 2.4.0 and 2.3.0 also being available."]]],[]]