class ExposeConfiguration

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

Declares a configuration capability exposed to a component's containing realm, such as

a capability exposed by the component or one of its children at runtime.

Public Methods

void ExposeConfiguration (Storage_ storage)
void ExposeConfiguration ()

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

void ExposeConfiguration (ExposeConfiguration && )

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

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

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

ExposeConfiguration & operator= (const ExposeConfiguration & other)
bool operator== (const ExposeConfiguration & other)
bool operator!= (const ExposeConfiguration & other)
bool IsEmpty ()
const std::optional< ::fuchsia_component_decl::Ref> & source ()

(Required) The provider of the capability relative to the component

itself. Must be `self` or `child`, or `void`. If set to `void`, then the

target must expose, offer, or use the capability with `OPTIONAL` or

`TRANSITIONAL` availability.

::std::optional< ::fuchsia_component_decl::Ref> & source ()

(Required) The provider of the capability relative to the component

itself. Must be `self` or `child`, or `void`. If set to `void`, then the

target must expose, offer, or use the capability with `OPTIONAL` or

`TRANSITIONAL` availability.

ExposeConfiguration & source (std::optional< ::fuchsia_component_decl::Ref> value)

(Required) The provider of the capability relative to the component

itself. Must be `self` or `child`, or `void`. If set to `void`, then the

target must expose, offer, or use the capability with `OPTIONAL` or

`TRANSITIONAL` availability.

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

(Required) Name identifying the configuration, by which it was presented to

this component.

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

(Required) Name identifying the configuration, by which it was presented to

this component.

ExposeConfiguration & source_name (std::optional< ::std::string> value)

(Required) Name identifying the configuration, by which it was presented to

this component.

const std::optional< ::fuchsia_component_decl::Ref> & target ()

(Required) The destination to which the capability is exposed.

::std::optional< ::fuchsia_component_decl::Ref> & target ()

(Required) The destination to which the capability is exposed.

ExposeConfiguration & target (std::optional< ::fuchsia_component_decl::Ref> value)

(Required) The destination to which the capability is exposed.

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

(Required) The name by which the capability is being exposed.

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

(Required) The name by which the capability is being exposed.

ExposeConfiguration & target_name (std::optional< ::std::string> value)

(Required) The name by which the capability is being exposed.

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

(Optional, defaults to `REQUIRED`) The availability of this capability.

See [`Availability`].

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

(Optional, defaults to `REQUIRED`) The availability of this capability.

See [`Availability`].

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

(Optional, defaults to `REQUIRED`) The availability of this capability.

See [`Availability`].

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

(Optional) Path in a dictionary provided by `source` which contains `source_name`.

If this field is absent, `source_name` identifies a capability directly routed

by `source`. If set, `source_name` identifies a capability nested inside this

dictionary.

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

(Optional) Path in a dictionary provided by `source` which contains `source_name`.

If this field is absent, `source_name` identifies a capability directly routed

by `source`. If set, `source_name` identifies a capability nested inside this

dictionary.

ExposeConfiguration & source_dictionary (std::optional< ::std::string> value)

(Optional) Path in a dictionary provided by `source` which contains `source_name`.

If this field is absent, `source_name` identifies a capability directly routed

by `source`. If set, `source_name` identifies a capability nested inside this

dictionary.

void ExposeConfiguration (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits