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 page documents the `UpdateActiveBreakpointResponse` class, which is a response message for updating an active breakpoint in the Google Cloud Debugger."],["The `UpdateActiveBreakpointResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the base `Object` class, including inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `UpdateActiveBreakpointResponse` class has two constructors: a default constructor and a copy constructor that accepts another `UpdateActiveBreakpointResponse` object as a parameter."],["The `Google.Cloud.Debugger.V2` namespace, which includes this response class, is found in the `Google.Cloud.Debugger.V2.dll` assembly, with version 3.2.0 as the latest."]]],[]]