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