public sealed class UpdateActiveBreakpointResponse : IMessage<UpdateActiveBreakpointResponse>, IEquatable<UpdateActiveBreakpointResponse>, IDeepCloneable<UpdateActiveBreakpointResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Debugger v2 API class UpdateActiveBreakpointResponse.
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"]],[["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."],[[["The `UpdateActiveBreakpointResponse` class is part of the Google Cloud Debugger v2 API, serving as the response type for updating an active breakpoint."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the Google Protobuf ecosystem."],["The class inherits from the `object` class and includes inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The latest version of `UpdateActiveBreakpointResponse` is version 3.2.0, with previous versions available dating back to 2.3.0."],["The `UpdateActiveBreakpointResponse` class includes two constructors, one of which is a default constructor while the second accepts another instance of `UpdateActiveBreakpointResponse` as a parameter."]]],[]]