Class ListBreakpointsRequest.Types.BreakpointActionValue (2.4.0)

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.

Inheritance

Object > ListBreakpointsRequest.Types.BreakpointActionValue

Namespace

Google.Cloud.Debugger.V2

Assembly

Google.Cloud.Debugger.V2.dll

Constructors

BreakpointActionValue()

public BreakpointActionValue()

BreakpointActionValue(ListBreakpointsRequest.Types.BreakpointActionValue)

public BreakpointActionValue(ListBreakpointsRequest.Types.BreakpointActionValue other)
Parameter
NameDescription
otherListBreakpointsRequest.Types.BreakpointActionValue

Properties

Value

public Breakpoint.Types.Action Value { get; set; }

Only breakpoints with the specified action will pass the filter.

Property Value
TypeDescription
Breakpoint.Types.Action