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."],[[["`BreakpointActionValue` is a wrapper message for `Breakpoint.Action`, used to define a filter on the action field of breakpoints."],["The `BreakpointActionValue` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is found within the `Google.Cloud.Debugger.V2` namespace and is part of the `Google.Cloud.Debugger.V2.dll` assembly."],["It has two constructors: a default constructor and one that accepts another `ListBreakpointsRequest.Types.BreakpointActionValue` object as a parameter."],["It contains one property, `Value`, of type `Breakpoint.Types.Action`, which is used to specify the action for filtering breakpoints."]]],[]]