public sealed class UpdateActiveBreakpointRequest : IMessage<UpdateActiveBreakpointRequest>, IEquatable<UpdateActiveBreakpointRequest>, IDeepCloneable<UpdateActiveBreakpointRequest>, IBufferMessage, IMessage
[[["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 provides documentation for the `UpdateActiveBreakpointRequest` class within the Google Cloud Debugger V2 library, specifically version 2.4.0, which is used to update active breakpoints."],["`UpdateActiveBreakpointRequest` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for handling message-based operations and object comparisons."],["The class includes properties such as `Breakpoint`, which is required and represents the updated breakpoint information, and `DebuggeeId`, also required, which identifies the debuggee being debugged."],["It has two constructors, one that is parameterless and one that copies an existing `UpdateActiveBreakpointRequest` object."],["The page also provides links to the documentation for the latest version (3.2.0) and prior versions of the library, alongside this specific version's class documentation."]]],[]]