Interface ListBreakpointsRequest.BreakpointActionValueOrBuilder (1.30.0)

public static interface ListBreakpointsRequest.BreakpointActionValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getValue()

public abstract Breakpoint.Action getValue()

Only breakpoints with the specified action will pass the filter.

.google.devtools.clouddebugger.v2.Breakpoint.Action value = 1;

Returns
TypeDescription
Breakpoint.Action

The value.

getValueValue()

public abstract int getValueValue()

Only breakpoints with the specified action will pass the filter.

.google.devtools.clouddebugger.v2.Breakpoint.Action value = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for value.