Interface AntidotePB.ApbCounterUpdateOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getInc()
      inc indicates the value to be incremented.
      boolean hasInc()
      inc indicates the value to be incremented.
      • 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

      • hasInc

        boolean hasInc()
         inc indicates the value to be incremented. To decrement, use a negative value. If no value is given, it will be considered as an increment by 1
         
        optional sint64 inc = 1;
      • getInc

        long getInc()
         inc indicates the value to be incremented. To decrement, use a negative value. If no value is given, it will be considered as an increment by 1
         
        optional sint64 inc = 1;