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"]],[["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."],[[["`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."]]],[]]