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 document describes the `UpdateActiveBreakpointRequest` class, which is used to request an update to an active breakpoint in the Google Cloud Debugger V2 service."],["The latest version of this document is version 3.2.0, with previous versions like 3.1.0, 3.0.0, 2.4.0, and 2.3.0 also available for reference."],["`UpdateActiveBreakpointRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["This class has two constructors, one default and another that takes another `UpdateActiveBreakpointRequest` instance, along with two properties, `Breakpoint` and `DebuggeeId`, which are essential for specifying the breakpoint to be updated and the debuggee being debugged, respectively."],["The `Breakpoint` property is required and must contain updated breakpoint information with the `id` field set, and the `DebuggeeId` property is also required to identify the debuggee being debugged."]]],[]]