public sealed class GetBreakpointResponse : IMessage<GetBreakpointResponse>, IEquatable<GetBreakpointResponse>, IDeepCloneable<GetBreakpointResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Debugger v2 API class GetBreakpointResponse.
[[["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 `GetBreakpointResponse` class is part of the Google Cloud Debugger v2 API, and serves as the response for retrieving breakpoint information."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `GetBreakpointResponse` class contains a `Breakpoint` property which holds the complete breakpoint state, including the guaranteed fields `id` and `location`."],["There are multiple versions of the Google Cloud Debugger v2 API available, with the latest version being 3.2.0."]]],[]]