public sealed class SetBreakpointResponse : IMessage<SetBreakpointResponse>, IEquatable<SetBreakpointResponse>, IDeepCloneable<SetBreakpointResponse>, IBufferMessage, IMessage
[[["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 latest version available is 3.2.0, with the current page focusing on version 2.3.0 of the Google.Cloud.Debugger.V2 library."],["`SetBreakpointResponse` is a class used to handle responses when setting breakpoints, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SetBreakpointResponse` class inherits from `Object` and includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["This class has two constructors: one default constructor (`SetBreakpointResponse()`) and another that accepts a `SetBreakpointResponse` object as a parameter (`SetBreakpointResponse(SetBreakpointResponse other)`)."],["The `Breakpoint` property, of type `Breakpoint`, in the `SetBreakpointResponse` class represents the Breakpoint resource and ensures the `id` field is set."]]],[]]