template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 3334 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h
Public Methods
::fuchsia_component_test::wire::Resolver Build ()
Build and return the table. The builder should not be used after this.
bool has_name ()
void clear_name ()
Clears the name field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & name ()
The name of the resolver.
BuilderImpl & name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The name of the resolver.
bool has_as ()
void clear_as ()
Clears the as field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & as ()
A rename of the resolver, which can be set when routing to another
component. This field is optional.
BuilderImpl & as (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
A rename of the resolver, which can be set when routing to another
component. This field is optional.
bool has_path ()
void clear_path ()
Clears the path field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & path ()
Override the path in which the resolver is installed. Instead of
`/svc/{name}`, this value will be used. Path should begin with a
leading slash and omit a trailing slash, e.g.
`/foo/fuchsia.logger.LogSink`. This field is optional.
BuilderImpl & path (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Override the path in which the resolver is installed. Instead of
`/svc/{name}`, this value will be used. Path should begin with a
leading slash and omit a trailing slash, e.g.
`/foo/fuchsia.logger.LogSink`. This field is optional.
bool has_from_dictionary ()
void clear_from_dictionary ()
Clears the from_dictionary field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & from_dictionary ()
Optional. If set, the path to the dictionary routed by `from` which contains
the capability. Superseded by [`Realm.AddRouteFromDictionary`].
BuilderImpl & from_dictionary (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Optional. If set, the path to the dictionary routed by `from` which contains
the capability. Superseded by [`Realm.AddRouteFromDictionary`].
Protected Methods
void WireTableBaseBuilder< ::fuchsia_component_test::wire::Resolver, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_test::wire::Resolver>> && frame)