public sealed class GetBreakpointResponse : IMessage<GetBreakpointResponse>, IEquatable<GetBreakpointResponse>, IDeepCloneable<GetBreakpointResponse>, 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 `GetBreakpointResponse` class is a response type for retrieving breakpoint information within the Google Cloud Debugger V2 library."],["This class is found in the `Google.Cloud.Debugger.V2` namespace within the `Google.Cloud.Debugger.V2.dll` assembly and is available in multiple versions including 2.4.0, 2.3.0, 3.0.0, 3.1.0 and 3.2.0."],["`GetBreakpointResponse` implements several interfaces, including `IMessage\u003cGetBreakpointResponse\u003e`, `IEquatable\u003cGetBreakpointResponse\u003e`, `IDeepCloneable\u003cGetBreakpointResponse\u003e`, `IBufferMessage`, and `IMessage`, inheriting members from the `Object` class."],["It includes a property `Breakpoint` of type `Breakpoint`, which contains the complete state of a breakpoint, including the guaranteed fields of `id` and `location`."],["The class provides two constructors: a default constructor `GetBreakpointResponse()` and a copy constructor `GetBreakpointResponse(GetBreakpointResponse other)`."]]],[]]