Interface Gnmi.Decimal64OrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Gnmi.Decimal64, Gnmi.Decimal64.Builder
    Enclosing class:
    Gnmi

    public static interface Gnmi.Decimal64OrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getDigits()
      Set of digits.
      int getPrecision()
      Number of digits following the decimal point.
      • 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

      • getDigits

        long getDigits()
         Set of digits.
         
        int64 digits = 1;
      • getPrecision

        int getPrecision()
         Number of digits following the decimal point.
         
        uint32 precision = 2;