template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 2580 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_types.h
Public Methods
::fuchsia_test_manager::wire::CustomArtifact Build ()
Build and return the table. The builder should not be used after this.
bool has_component_moniker ()
void clear_component_moniker ()
Clears the component_moniker field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & component_moniker ()
The moniker of the component that produced the directory, relative to
the root of the test realm.
BuilderImpl & component_moniker (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The moniker of the component that produced the directory, relative to
the root of the test realm.
bool has_directory_and_token ()
void clear_directory_and_token ()
Clears the directory_and_token field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_test_manager::wire::DirectoryAndToken & directory_and_token ()
A directory containing the artifacts.
BuilderImpl & directory_and_token (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_test_manager::wire::DirectoryAndToken>> elem)
A directory containing the artifacts.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_test_manager::wire::CustomArtifact, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_test_manager::wire::CustomArtifact>> && frame)