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"]],[["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."],[[["This document provides reference documentation for the `DeleteBreakpointRequest` class within the Google Cloud Debugger v2 API, specifically version 3.1.0, which is used to request the deletion of a breakpoint."],["The `DeleteBreakpointRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffer message support."],["The class has three required properties: `BreakpointId` which is the ID of the breakpoint to be deleted, `ClientVersion` which is the client version initiating the request, and `DebuggeeId` which is the ID of the debuggee associated with the breakpoint."],["There are multiple versions of the `DeleteBreakpointRequest` class available, ranging from version 2.3.0 up to the latest version 3.2.0."],["The class contains two constructors, one default constructor and another that allows to pass another `DeleteBreakpointRequest` object in parameter."]]],[]]