public sealed class 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.
Implements
IMessage<ListBreakpointsRequest.Types.BreakpointActionValue>, IEquatable<ListBreakpointsRequest.Types.BreakpointActionValue>, IDeepCloneable<ListBreakpointsRequest.Types.BreakpointActionValue>, IBufferMessage, IMessageNamespace
Google.Cloud.Debugger.V2Assembly
Google.Cloud.Debugger.V2.dll
Constructors
BreakpointActionValue()
public BreakpointActionValue()
BreakpointActionValue(ListBreakpointsRequest.Types.BreakpointActionValue)
public BreakpointActionValue(ListBreakpointsRequest.Types.BreakpointActionValue other)
Parameter | |
---|---|
Name | Description |
other | ListBreakpointsRequest.Types.BreakpointActionValue |
Properties
Value
public Breakpoint.Types.Action Value { get; set; }
Only breakpoints with the specified action will pass the filter.
Property Value | |
---|---|
Type | Description |
Breakpoint.Types.Action |