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"]],[["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."],[[["`UpdateActiveBreakpointRequest` is a class used to request updates to an active breakpoint, as part of the Google Cloud Debugger V2 library."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `UpdateActiveBreakpointRequest` class has two constructors: a default constructor and a constructor that takes another `UpdateActiveBreakpointRequest` as a parameter for copying."],["The class includes properties for `Breakpoint`, which holds the updated breakpoint information, and `DebuggeeId`, which identifies the debuggee being debugged."],["This class is found within the `Google.Cloud.Debugger.V2` namespace and is included in the `Google.Cloud.Debugger.V2.dll` assembly."]]],[]]