public sealed class GetBreakpointRequest : IMessage<GetBreakpointRequest>, IEquatable<GetBreakpointRequest>, IDeepCloneable<GetBreakpointRequest>, 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."],[[["`GetBreakpointRequest` is a class used to request breakpoint information within the Google Cloud Debugger V2 library, with the latest version being 3.2.0."],["This class inherits from `Object` and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetBreakpointRequest` class contains constructors to create a new instance, either empty or based on another `GetBreakpointRequest` object."],["The class includes properties such as `BreakpointId`, `ClientVersion`, and `DebuggeeId`, all of which are required and of string type."],["There are multiple documented versions of this class available, spanning versions 2.3.0 to the latest 3.2.0, in the provided links."]]],[]]