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"]],[["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."],[[["This webpage provides documentation for the `UpdateActiveBreakpointResponse` class within the `Google.Cloud.Debugger.V2` namespace, detailing its structure and usage."],["The `UpdateActiveBreakpointResponse` class is part of the Google Cloud Debugger V2 library, specifically within the assembly `Google.Cloud.Debugger.V2.dll`."],["The latest version documented is 3.2.0, with previous versions such as 3.1.0, 3.0.0, 2.4.0, and 2.3.0 also accessible."],["The `UpdateActiveBreakpointResponse` class inherits from `Object` and implements several interfaces, including `IMessage\u003cUpdateActiveBreakpointResponse\u003e`, `IEquatable\u003cUpdateActiveBreakpointResponse\u003e`, `IDeepCloneable\u003cUpdateActiveBreakpointResponse\u003e`, `IBufferMessage`, and `IMessage`."],["There are two constructors for `UpdateActiveBreakpointResponse`: a default constructor and one that takes another `UpdateActiveBreakpointResponse` object as a parameter for copying."]]],[]]