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."],[[["This document describes the `GetBreakpointRequest` class, which is used to request breakpoint information in the Google Cloud Debugger V2 API, within the .NET environment."],["`GetBreakpointRequest` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for message handling and data operations."],["The class contains properties `BreakpointId`, `ClientVersion`, and `DebuggeeId`, all of which are required strings used to specify the breakpoint, the client, and the debuggee respectively."],["This class has two constructors, a default one and one that takes another `GetBreakpointRequest` object as a parameter for creating a copy."],["There are 5 different versions listed, ranging from 2.3.0 to 3.2.0, with 3.2.0 being the most recent."]]],[]]