Google Cloud Debugger v2 API - Class ListBreakpointsRequest.Types.BreakpointActionValue (3.2.0)

public sealed class ListBreakpointsRequest.Types.BreakpointActionValue : IMessage<ListBreakpointsRequest.Types.BreakpointActionValue>, IEquatable<ListBreakpointsRequest.Types.BreakpointActionValue>, IDeepCloneable<ListBreakpointsRequest.Types.BreakpointActionValue>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Debugger v2 API class ListBreakpointsRequest.Types.BreakpointActionValue.

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(BreakpointActionValue)

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

Properties

Value

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

Only breakpoints with the specified action will pass the filter.

Property Value
TypeDescription
BreakpointTypesAction