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"]],[["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 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."]]],[]]