Interface ListBreakpointsRequest.BreakpointActionValueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListBreakpointsRequest.BreakpointActionValue
,ListBreakpointsRequest.BreakpointActionValue.Builder
- Enclosing class:
- ListBreakpointsRequest
public static interface ListBreakpointsRequest.BreakpointActionValueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Breakpoint.Action
getValue()
Only breakpoints with the specified action will pass the filter.int
getValueValue()
Only breakpoints with the specified action will pass the filter.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getValueValue
int getValueValue()
Only breakpoints with the specified action will pass the filter.
.google.devtools.clouddebugger.v2.Breakpoint.Action value = 1;
- Returns:
- The enum numeric value on the wire for value.
-
getValue
Breakpoint.Action getValue()
Only breakpoints with the specified action will pass the filter.
.google.devtools.clouddebugger.v2.Breakpoint.Action value = 1;
- Returns:
- The value.
-
-