Interface WeaviateProtoBase.NumberArrayPropertiesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      String getPropName()
      string prop_name = 2;
      com.google.protobuf.ByteString getPropNameBytes()
      string prop_name = 2;
      double getValues​(int index)
      Deprecated.
      weaviate.v1.NumberArrayProperties.values is deprecated.
      com.google.protobuf.ByteString getValuesBytes()
      bytes values_bytes = 3;
      int getValuesCount()
      Deprecated.
      weaviate.v1.NumberArrayProperties.values is deprecated.
      List<Double> getValuesList()
      Deprecated.
      weaviate.v1.NumberArrayProperties.values is deprecated.
      • 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

      • getValuesList

        @Deprecated
        List<Double> getValuesList()
        Deprecated.
        weaviate.v1.NumberArrayProperties.values is deprecated. See v1/base.proto;l=17
         will be removed in the future, use vector_bytes
         
        repeated double values = 1 [deprecated = true];
        Returns:
        A list containing the values.
      • getValuesCount

        @Deprecated
        int getValuesCount()
        Deprecated.
        weaviate.v1.NumberArrayProperties.values is deprecated. See v1/base.proto;l=17
         will be removed in the future, use vector_bytes
         
        repeated double values = 1 [deprecated = true];
        Returns:
        The count of values.
      • getValues

        @Deprecated
        double getValues​(int index)
        Deprecated.
        weaviate.v1.NumberArrayProperties.values is deprecated. See v1/base.proto;l=17
         will be removed in the future, use vector_bytes
         
        repeated double values = 1 [deprecated = true];
        Parameters:
        index - The index of the element to return.
        Returns:
        The values at the given index.
      • getPropName

        String getPropName()
        string prop_name = 2;
        Returns:
        The propName.
      • getPropNameBytes

        com.google.protobuf.ByteString getPropNameBytes()
        string prop_name = 2;
        Returns:
        The bytes for propName.
      • getValuesBytes

        com.google.protobuf.ByteString getValuesBytes()
        bytes values_bytes = 3;
        Returns:
        The valuesBytes.