public sealed class SetBreakpointResponse : IMessage<SetBreakpointResponse>, IEquatable<SetBreakpointResponse>, IDeepCloneable<SetBreakpointResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Debugger v2 API class SetBreakpointResponse.
[[["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 `SetBreakpointResponse` class is part of the Google Cloud Debugger v2 API, representing the response for setting a breakpoint."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, and deep cloning."],["The latest version of `SetBreakpointResponse` is 3.2.0, with previous versions available such as 3.1.0, 3.0.0, 2.4.0, and 2.3.0."],["The `SetBreakpointResponse` class has two constructors, a default one and one that accepts another `SetBreakpointResponse` object for copying."],["The `Breakpoint` property of the class, of type `Breakpoint`, provides the breakpoint resource which contains a guaranteed set ID."]]],[]]