template <>

class NaturalClientImpl

Defined at line 67 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/natural_messaging.h

Public Methods

::fidl::internal::NaturalThenable< ::fuchsia_pkg::RetainedPackages::Clear> Clear ()

Atomically clear the retained package set, releasing any previously

retained packages.

::fidl::internal::NaturalThenable< ::fuchsia_pkg::RetainedPackages::Replace> Replace (::fidl::Request< ::fuchsia_pkg::RetainedPackages::Replace> request)

Atomically replace the retained package set with the [package hashes](

https://fuchsia.dev/fuchsia-src/concepts/packages/package_url#package-hash)

provided by the given iterator.

Duplicate IDs provided will be merged and processed as a single one.

+ request `iterator` an iterator of package blob IDs that should be

retained.