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"]],[["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."],[[["This document provides information about the `GetBreakpointResponse` class, which is used for getting breakpoint information within the Google Cloud Debugger V2."],["The `GetBreakpointResponse` class is part of the `Google.Cloud.Debugger.V2` namespace and is implemented in the `Google.Cloud.Debugger.V2.dll` assembly."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, making it compatible with .NET's type system."],["There are two constructors for `GetBreakpointResponse`: a default constructor and one that takes another `GetBreakpointResponse` instance as a parameter to allow for copying its values."],["The `GetBreakpointResponse` class has a `Breakpoint` property, which is of type `Breakpoint`, that represents the complete state of the breakpoint and guarantees the `id` and `location` fields to be set."]]],[]]