class UseConfiguration
Defined at line 8139 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/natural_types.h
Public Methods
void UseConfiguration (Storage_ storage)
void UseConfiguration ()
Defined at line 8144 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/natural_types.h
void UseConfiguration (UseConfiguration && )
Defined at line 8145 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/natural_types.h
void UseConfiguration (const UseConfiguration & other)
UseConfiguration & operator= (UseConfiguration && )
Defined at line 8146 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/natural_types.h
UseConfiguration & operator= (const UseConfiguration & other)
bool operator== (const UseConfiguration & other)
bool operator!= (const UseConfiguration & other)
bool IsEmpty ()
const std::optional< ::fuchsia_component_decl::Ref> & source ()
(Required) The provider of the configuration relative to the component
itself. Must be `parent`, `self`, `child`.
::std::optional< ::fuchsia_component_decl::Ref> & source ()
(Required) The provider of the configuration relative to the component
itself. Must be `parent`, `self`, `child`.
UseConfiguration & source (std::optional< ::fuchsia_component_decl::Ref> value)
(Required) The provider of the configuration relative to the component
itself. Must be `parent`, `self`, `child`.
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.
UseConfiguration & source_name (std::optional< ::std::string> value)
(Required) Name identifying the configuration, by which it was presented to this
component.
const std::optional< ::std::string> & target_name ()
(Required) The name that the component sees for this configuration.
This must match a key in the 'config' schema for this component. The
matching config field's type must match this configuration type.
::std::optional< ::std::string> & target_name ()
(Required) The name that the component sees for this configuration.
This must match a key in the 'config' schema for this component. The
matching config field's type must match this configuration type.
UseConfiguration & target_name (std::optional< ::std::string> value)
(Required) The name that the component sees for this configuration.
This must match a key in the 'config' schema for this component. The
matching config field's type must match this configuration type.
const std::optional< ::fuchsia_component_decl::Availability> & availability ()
(Optional, defaults to `REQUIRED`) The availability of this capability.
If set to `required`, the component is likely to malfunction if this
capability is not provided. If set to `optional`, the component can
handle the capability's absence.
::std::optional< ::fuchsia_component_decl::Availability> & availability ()
(Optional, defaults to `REQUIRED`) The availability of this capability.
If set to `required`, the component is likely to malfunction if this
capability is not provided. If set to `optional`, the component can
handle the capability's absence.
UseConfiguration & availability (std::optional< ::fuchsia_component_decl::Availability> value)
(Optional, defaults to `REQUIRED`) The availability of this capability.
If set to `required`, the component is likely to malfunction if this
capability is not provided. If set to `optional`, the component can
handle the capability's absence.
const std::optional< ::fuchsia_component_decl::ConfigType> & type ()
(Required) The type of this config value. If `target_name` matches a
key in the `config` schema, then this type must match that type.
::std::optional< ::fuchsia_component_decl::ConfigType> & type ()
(Required) The type of this config value. If `target_name` matches a
key in the `config` schema, then this type must match that type.
UseConfiguration & type (std::optional< ::fuchsia_component_decl::ConfigType> value)
(Required) The type of this config value. If `target_name` matches a
key in the `config` schema, then this type must match that type.
const std::optional< ::fuchsia_component_decl::ConfigValue> & default_ ()
(Optional): If this is set, this is the value that will be provided via routing
if the capability is successfully routed from void.
::std::optional< ::fuchsia_component_decl::ConfigValue> & default_ ()
(Optional): If this is set, this is the value that will be provided via routing
if the capability is successfully routed from void.
UseConfiguration & default_ (std::optional< ::fuchsia_component_decl::ConfigValue> value)
(Optional): If this is set, this is the value that will be provided via routing
if the capability is successfully routed from void.
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.
UseConfiguration & 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 UseConfiguration (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits