public sealed class BreakpointActionValue : IMessage<ListBreakpointsRequest.Types.BreakpointActionValue>, IEquatable<ListBreakpointsRequest.Types.BreakpointActionValue>, IDeepCloneable<ListBreakpointsRequest.Types.BreakpointActionValue>, IBufferMessage, IMessage
Wrapper message for Breakpoint.Action. Defines a filter on the action
field of breakpoints.
[[["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."],[[["The `BreakpointActionValue` class is a wrapper for `Breakpoint.Action`, defining a filter for the action field of breakpoints."],["This class is part of the `Google.Cloud.Debugger.V2` namespace and is available in the `Google.Cloud.Debugger.V2.dll` assembly."],["`BreakpointActionValue` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors: a default constructor and one that accepts another `BreakpointActionValue` instance as a parameter."],["The class has one property, `Value`, which allows filtering of breakpoints based on their specified action type."]]],[]]