Interface WeaviateProtoSearchGet.PropertiesRequestOrBuilder

    • Method Detail

      • getNonRefPropertiesList

        List<String> getNonRefPropertiesList()
        repeated string non_ref_properties = 1;
        Returns:
        A list containing the nonRefProperties.
      • getNonRefPropertiesCount

        int getNonRefPropertiesCount()
        repeated string non_ref_properties = 1;
        Returns:
        The count of nonRefProperties.
      • getNonRefProperties

        String getNonRefProperties​(int index)
        repeated string non_ref_properties = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The nonRefProperties at the given index.
      • getNonRefPropertiesBytes

        com.google.protobuf.ByteString getNonRefPropertiesBytes​(int index)
        repeated string non_ref_properties = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the nonRefProperties at the given index.
      • getRefPropertiesCount

        int getRefPropertiesCount()
        repeated .weaviate.v1.RefPropertiesRequest ref_properties = 2;
      • getObjectPropertiesCount

        int getObjectPropertiesCount()
        repeated .weaviate.v1.ObjectPropertiesRequest object_properties = 3;
      • getReturnAllNonrefProperties

        boolean getReturnAllNonrefProperties()
        bool return_all_nonref_properties = 11;
        Returns:
        The returnAllNonrefProperties.