Interface ListBreakpointsRequest.BreakpointActionValueOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.