template <>

class NaturalClientImpl

Defined at line 284 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::RetainedBlobs::Clear> Clear ()

Atomically clear the retained blob set, releasing any previously

retained blobs.

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

Atomically replace the retained blob set with the blob hashes

provided by the given iterator.

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

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

retained.