Interface WeaviateProtoSearchGet.RefPropertiesRequestOrBuilder

    • Method Detail

      • getReferenceProperty

        String getReferenceProperty()
        string reference_property = 1;
        Returns:
        The referenceProperty.
      • getReferencePropertyBytes

        com.google.protobuf.ByteString getReferencePropertyBytes()
        string reference_property = 1;
        Returns:
        The bytes for referenceProperty.
      • hasProperties

        boolean hasProperties()
        .weaviate.v1.PropertiesRequest properties = 2;
        Returns:
        Whether the properties field is set.
      • hasMetadata

        boolean hasMetadata()
        .weaviate.v1.MetadataRequest metadata = 3;
        Returns:
        Whether the metadata field is set.
      • getTargetCollection

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

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