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 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in structured data handling and comparison."],["It inherits from the base `Object` class and provides access to standard object methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `GetBreakpointResponse` class has a `Breakpoint` property that holds the complete breakpoint state, including the guaranteed `id` and `location` fields."],["The namespace for the `GetBreakpointResponse` is `Google.Cloud.Debugger.V2` and it's contained within the assembly `Google.Cloud.Debugger.V2.dll`."]]],[]]