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"]],[["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."],[[["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."]]],[]]