template <>

class NaturalClientImpl

Defined at line 1132 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_messaging.h

Public Methods

::fidl::internal::NaturalThenable< ::fuchsia_sys2::RealmQuery::GetInstance> GetInstance (const ::fidl::Request< ::fuchsia_sys2::RealmQuery::GetInstance> & request)

Gets an instance identified by its moniker.

::fidl::internal::NaturalThenable< ::fuchsia_sys2::RealmQuery::GetResolvedDeclaration> GetResolvedDeclaration (const ::fidl::Request< ::fuchsia_sys2::RealmQuery::GetResolvedDeclaration> & request)

Gets the manifest of an instance identified by its moniker.

The manifest is encoded in its standalone persistable format per RFC-0120 and

is sent across using an iterator. Some manifests are too large to send over a

Zircon channel and we can't use a VMO because we need an approach that is

compatible with overnet.

::fidl::internal::NaturalThenable< ::fuchsia_sys2::RealmQuery::ResolveDeclaration> ResolveDeclaration (const ::fidl::Request< ::fuchsia_sys2::RealmQuery::ResolveDeclaration> & request)

Gets the manifest of a component URL as if it were a child of the specified parent

without actually creating or starting that component.

The manifest is encoded in its standalone persistable format per RFC-0120 and

is sent across using an iterator. Some manifests are too large to send over a

Zircon channel and we can't use a VMO because we need an approach that is

compatible with overnet.

::fidl::internal::NaturalThenable< ::fuchsia_sys2::RealmQuery::GetStructuredConfig> GetStructuredConfig (const ::fidl::Request< ::fuchsia_sys2::RealmQuery::GetStructuredConfig> & request)

Gets the structured config of an instance identified by its moniker.

::fidl::internal::NaturalThenable< ::fuchsia_sys2::RealmQuery::GetAllInstances> GetAllInstances ()

Returns an iterator over all component instances in this realm and instances within resolved

children, recursively. Unresolved child components will be included in this list, but

children of unresolved children will not be.

::fidl::internal::NaturalThenable< ::fuchsia_sys2::RealmQuery::ConstructNamespace> ConstructNamespace (const ::fidl::Request< ::fuchsia_sys2::RealmQuery::ConstructNamespace> & request)

Constructs the namespace of an instance as determined by its use declarations.

This is usually identical to what would be given to the component's runner on

component start time, unless extended by

`fuchsia.component/StartChildArgs.namespace_entries`.

::fidl::internal::NaturalThenable< ::fuchsia_sys2::RealmQuery::OpenDirectory> OpenDirectory (::fidl::Request< ::fuchsia_sys2::RealmQuery::OpenDirectory> request)

Opens the specified directory in an instance.

::fidl::internal::NaturalThenable< ::fuchsia_sys2::RealmQuery::ConnectToStorageAdmin> ConnectToStorageAdmin (::fidl::Request< ::fuchsia_sys2::RealmQuery::ConnectToStorageAdmin> request)

Connects to the StorageAdmin protocol of a storage declared by an instance.

Deprecated, use OpenStorageAdmin instead.

::fidl::internal::NaturalThenable< ::fuchsia_sys2::RealmQuery::OpenStorageAdmin> OpenStorageAdmin (::fidl::Request< ::fuchsia_sys2::RealmQuery::OpenStorageAdmin> request)

Connects to the StorageAdmin protocol of a storage declared by an instance.