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