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."],[[["`GetBreakpointRequest` is a class used to request breakpoint information within the Google Cloud Debugger V2 API, and it is an inheritor of the Object class."],["The `GetBreakpointRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for `GetBreakpointRequest`, one default and one that takes another `GetBreakpointRequest` object as a parameter."],["The `GetBreakpointRequest` class includes three key properties: `BreakpointId`, `ClientVersion`, and `DebuggeeId`, all of which are strings and required for the request."],["This documentation is for version 2.4.0 of the Google Cloud Debugger V2 library, but newer versions are available, up to 3.2.0 (latest)."]]],[]]