Interface WeaviateProtoBase.ObjectPropertiesValueOrBuilder

    • Method Detail

      • hasNonRefProperties

        boolean hasNonRefProperties()
        .google.protobuf.Struct non_ref_properties = 1;
        Returns:
        Whether the nonRefProperties field is set.
      • getNonRefProperties

        com.google.protobuf.Struct getNonRefProperties()
        .google.protobuf.Struct non_ref_properties = 1;
        Returns:
        The nonRefProperties.
      • getNonRefPropertiesOrBuilder

        com.google.protobuf.StructOrBuilder getNonRefPropertiesOrBuilder()
        .google.protobuf.Struct non_ref_properties = 1;
      • getNumberArrayPropertiesCount

        int getNumberArrayPropertiesCount()
        repeated .weaviate.v1.NumberArrayProperties number_array_properties = 2;
      • getIntArrayPropertiesCount

        int getIntArrayPropertiesCount()
        repeated .weaviate.v1.IntArrayProperties int_array_properties = 3;
      • getTextArrayPropertiesCount

        int getTextArrayPropertiesCount()
        repeated .weaviate.v1.TextArrayProperties text_array_properties = 4;
      • getBooleanArrayPropertiesCount

        int getBooleanArrayPropertiesCount()
        repeated .weaviate.v1.BooleanArrayProperties boolean_array_properties = 5;
      • getObjectPropertiesCount

        int getObjectPropertiesCount()
        repeated .weaviate.v1.ObjectProperties object_properties = 6;
      • getObjectArrayPropertiesCount

        int getObjectArrayPropertiesCount()
        repeated .weaviate.v1.ObjectArrayProperties object_array_properties = 7;
      • getEmptyListPropsList

        List<String> getEmptyListPropsList()
        repeated string empty_list_props = 10;
        Returns:
        A list containing the emptyListProps.
      • getEmptyListPropsCount

        int getEmptyListPropsCount()
        repeated string empty_list_props = 10;
        Returns:
        The count of emptyListProps.
      • getEmptyListProps

        String getEmptyListProps​(int index)
        repeated string empty_list_props = 10;
        Parameters:
        index - The index of the element to return.
        Returns:
        The emptyListProps at the given index.
      • getEmptyListPropsBytes

        com.google.protobuf.ByteString getEmptyListPropsBytes​(int index)
        repeated string empty_list_props = 10;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the emptyListProps at the given index.