public sealed class UpdateActiveBreakpointResponse : IMessage<UpdateActiveBreakpointResponse>, IEquatable<UpdateActiveBreakpointResponse>, IDeepCloneable<UpdateActiveBreakpointResponse>, IBufferMessage, IMessage
Response for updating an active breakpoint.
The message is defined to allow future extensions.
[[["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 `UpdateActiveBreakpointResponse` class is used for responses when updating an active breakpoint and is designed to accommodate future extensions."],["This class inherits from `Object` and implements interfaces such as `IMessage\u003cUpdateActiveBreakpointResponse\u003e`, `IEquatable\u003cUpdateActiveBreakpointResponse\u003e`, `IDeepCloneable\u003cUpdateActiveBreakpointResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The namespace for this class is `Google.Cloud.Debugger.V2`, and it is part of the `Google.Cloud.Debugger.V2.dll` assembly."],["There are two constructors available for `UpdateActiveBreakpointResponse`: a default constructor and a constructor that takes another `UpdateActiveBreakpointResponse` instance as a parameter."],["Version 3.2.0 is the latest version, while the documented version is 2.3.0, and versions 2.4.0, 3.0.0 and 3.1.0 also exist."]]],[]]