class Storage

Defined at line 1108 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h

A storage capability

Public Methods

void Storage (Storage_ storage)
void Storage ()

Defined at line 1113 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h

void Storage (Storage && )

Defined at line 1114 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h

void Storage (const Storage & other)
Storage & operator= (Storage && )

Defined at line 1115 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h

Storage & operator= (const Storage & other)
bool operator== (const Storage & other)
bool operator!= (const Storage & other)
bool IsEmpty ()
const std::optional< ::std::string> & name ()

The name of the capability. This is not the path of the directory.

Instead it is a name used for routing.

::std::optional< ::std::string> & name ()

The name of the capability. This is not the path of the directory.

Instead it is a name used for routing.

Storage & name (std::optional< ::std::string> value)

The name of the capability. This is not the path of the directory.

Instead it is a name used for routing.

const std::optional< ::std::string> & as ()

A rename of the capability, which can be set when routing to another

component. This field is optional.

::std::optional< ::std::string> & as ()

A rename of the capability, which can be set when routing to another

component. This field is optional.

Storage & as (std::optional< ::std::string> value)

A rename of the capability, which can be set when routing to another

component. This field is optional.

const std::optional< ::std::string> & path ()

The path in which to install the directory. The path should have a

leading slash but no trailing slash, e.g. `/config/data`. This field

is required.

::std::optional< ::std::string> & path ()

The path in which to install the directory. The path should have a

leading slash but no trailing slash, e.g. `/config/data`. This field

is required.

Storage & path (std::optional< ::std::string> value)

The path in which to install the directory. The path should have a

leading slash but no trailing slash, e.g. `/config/data`. This field

is required.

const std::optional< ::fuchsia_component_decl::Availability> & availability ()

Optional. Cannot be set to `SameAsTarget` if `to` contains a local

component.

::std::optional< ::fuchsia_component_decl::Availability> & availability ()

Optional. Cannot be set to `SameAsTarget` if `to` contains a local

component.

Storage & availability (std::optional< ::fuchsia_component_decl::Availability> value)

Optional. Cannot be set to `SameAsTarget` if `to` contains a local

component.

void Storage (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits