Interface WeaviateProtoSearchGet.PropertiesResultOrBuilder

    • Method Detail

      • hasNonRefProperties

        @Deprecated
        boolean hasNonRefProperties()
        Deprecated.
        weaviate.v1.PropertiesResult.non_ref_properties is deprecated. See v1/search_get.proto;l=271
        .google.protobuf.Struct non_ref_properties = 1 [deprecated = true];
        Returns:
        Whether the nonRefProperties field is set.
      • getNonRefProperties

        @Deprecated
        com.google.protobuf.Struct getNonRefProperties()
        Deprecated.
        weaviate.v1.PropertiesResult.non_ref_properties is deprecated. See v1/search_get.proto;l=271
        .google.protobuf.Struct non_ref_properties = 1 [deprecated = true];
        Returns:
        The nonRefProperties.
      • getNonRefPropertiesOrBuilder

        @Deprecated
        com.google.protobuf.StructOrBuilder getNonRefPropertiesOrBuilder()
        Deprecated.
        .google.protobuf.Struct non_ref_properties = 1 [deprecated = true];
      • getRefPropsCount

        int getRefPropsCount()
        repeated .weaviate.v1.RefPropertiesResult ref_props = 2;
      • getTargetCollection

        String getTargetCollection()
        string target_collection = 3;
        Returns:
        The targetCollection.
      • getTargetCollectionBytes

        com.google.protobuf.ByteString getTargetCollectionBytes()
        string target_collection = 3;
        Returns:
        The bytes for targetCollection.
      • hasMetadata

        boolean hasMetadata()
        .weaviate.v1.MetadataResult metadata = 4;
        Returns:
        Whether the metadata field is set.
      • getNumberArrayPropertiesCount

        @Deprecated
        int getNumberArrayPropertiesCount()
        Deprecated.
        repeated .weaviate.v1.NumberArrayProperties number_array_properties = 5 [deprecated = true];
      • getIntArrayPropertiesCount

        @Deprecated
        int getIntArrayPropertiesCount()
        Deprecated.
        repeated .weaviate.v1.IntArrayProperties int_array_properties = 6 [deprecated = true];
      • getTextArrayPropertiesCount

        @Deprecated
        int getTextArrayPropertiesCount()
        Deprecated.
        repeated .weaviate.v1.TextArrayProperties text_array_properties = 7 [deprecated = true];
      • getBooleanArrayPropertiesCount

        @Deprecated
        int getBooleanArrayPropertiesCount()
        Deprecated.
        repeated .weaviate.v1.BooleanArrayProperties boolean_array_properties = 8 [deprecated = true];
      • getObjectPropertiesCount

        @Deprecated
        int getObjectPropertiesCount()
        Deprecated.
        repeated .weaviate.v1.ObjectProperties object_properties = 9 [deprecated = true];
      • getObjectArrayPropertiesCount

        @Deprecated
        int getObjectArrayPropertiesCount()
        Deprecated.
        repeated .weaviate.v1.ObjectArrayProperties object_array_properties = 10 [deprecated = true];
      • hasNonRefProps

        boolean hasNonRefProps()
        .weaviate.v1.Properties non_ref_props = 11;
        Returns:
        Whether the nonRefProps field is set.
      • getRefPropsRequested

        boolean getRefPropsRequested()
        bool ref_props_requested = 12;
        Returns:
        The refPropsRequested.