:right-sidebar: True RemoteRef =================================================================== .. currentmodule:: gi.repository.Flatpak .. class:: RemoteRef(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.Flatpak.Ref`, :class:`~gi.repository.GObject.Object` :Constructors: :: RemoteRef(**properties) Methods ------- .. rst-class:: interim-class .. class:: RemoteRef :no-index: .. method:: get_download_size() -> int Returns the download size of the ref. .. method:: get_eol() -> str Returns the end-of-life reason string, or :const:`None` if the ref is not end-of-lifed. .. method:: get_eol_rebase() -> str Returns the end-of-life rebased ref, or :const:`None` if the ref is not end-of-lifed. .. method:: get_installed_size() -> int Returns the installed size of the ref. .. method:: get_metadata() -> ~gi.repository.GLib.Bytes | None Returns the app metadata from the metadata cache of the ref. .. method:: get_remote_name() -> str Gets the remote name of the ref. Properties ---------- .. rst-class:: interim-class .. class:: RemoteRef :no-index: .. attribute:: props.download_size :type: int The type of the None singleton. .. attribute:: props.end_of_life :type: str The type of the None singleton. .. attribute:: props.end_of_life_rebase :type: str The type of the None singleton. .. attribute:: props.installed_size :type: int The type of the None singleton. .. attribute:: props.metadata :type: ~gi.repository.GLib.Bytes The type of the None singleton. .. attribute:: props.remote_name :type: str The type of the None singleton. Fields ------ .. rst-class:: interim-class .. class:: RemoteRef :no-index: .. attribute:: parent