Interface WeaviateProtoSearchGet.ObjectPropertiesRequestOrBuilder

    • Method Detail

      • getPropName

        String getPropName()
        string prop_name = 1;
        Returns:
        The propName.
      • getPropNameBytes

        com.google.protobuf.ByteString getPropNameBytes()
        string prop_name = 1;
        Returns:
        The bytes for propName.
      • getPrimitivePropertiesList

        List<String> getPrimitivePropertiesList()
        repeated string primitive_properties = 2;
        Returns:
        A list containing the primitiveProperties.
      • getPrimitivePropertiesCount

        int getPrimitivePropertiesCount()
        repeated string primitive_properties = 2;
        Returns:
        The count of primitiveProperties.
      • getPrimitiveProperties

        String getPrimitiveProperties​(int index)
        repeated string primitive_properties = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The primitiveProperties at the given index.
      • getPrimitivePropertiesBytes

        com.google.protobuf.ByteString getPrimitivePropertiesBytes​(int index)
        repeated string primitive_properties = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the primitiveProperties at the given index.
      • getObjectPropertiesCount

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