public sealed class GetBreakpointRequest : IMessage<GetBreakpointRequest>, IEquatable<GetBreakpointRequest>, IDeepCloneable<GetBreakpointRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Debugger v2 API class GetBreakpointRequest.
[[["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."],[[["The latest version of the `GetBreakpointRequest` class is 3.2.0, found within the Google Cloud Debugger v2 API."],["`GetBreakpointRequest` is a class used to retrieve breakpoint information and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class contains properties for `BreakpointId`, `ClientVersion`, and `DebuggeeId`, all of which are required strings to execute the request."],["The class `GetBreakpointRequest` can be instantiated with no parameters or with another `GetBreakpointRequest` object."],["This class inherits from `object`, and also contains inherited members such as GetHashCode(), GetType(), and ToString()."]]],[]]