Interface WeaviateProtoProperties.NumberValuesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getValues()
      The values are stored as a byte array, where each 8 bytes represent a single float64 value.
      • 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

      • getValues

        com.google.protobuf.ByteString getValues()
        
         The values are stored as a byte array, where each 8 bytes represent a single float64 value.
         The byte array is stored in little-endian order using uint64 encoding.
         
        bytes values = 1;
        Returns:
        The values.