Interface WeaviateProtoBase.FilterTargetOrBuilder

    • Method Detail

      • hasProperty

        boolean hasProperty()
        string property = 1;
        Returns:
        Whether the property field is set.
      • getProperty

        String getProperty()
        string property = 1;
        Returns:
        The property.
      • getPropertyBytes

        com.google.protobuf.ByteString getPropertyBytes()
        string property = 1;
        Returns:
        The bytes for property.
      • hasSingleTarget

        boolean hasSingleTarget()
        .weaviate.v1.FilterReferenceSingleTarget single_target = 2;
        Returns:
        Whether the singleTarget field is set.
      • hasMultiTarget

        boolean hasMultiTarget()
        .weaviate.v1.FilterReferenceMultiTarget multi_target = 3;
        Returns:
        Whether the multiTarget field is set.
      • hasCount

        boolean hasCount()
        .weaviate.v1.FilterReferenceCount count = 4;
        Returns:
        Whether the count field is set.