template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 792 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/wire_types.h
Public Methods
::fuchsia_cpu_profiler::wire::LaunchTest Build ()
Build and return the table. The builder should not be used after this.
bool has_url ()
void clear_url ()
Clears the url field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & url ()
The url of the test to launch.
BuilderImpl & url (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The url of the test to launch.
bool has_options ()
void clear_options ()
Clears the options field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_test_manager::wire::RunSuiteOptions & options ()
Options specifying how the suite should be run
BuilderImpl & options (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_test_manager::wire::RunSuiteOptions>> elem)
Options specifying how the suite should be run
Protected Methods
void WireTableBaseBuilder< ::fuchsia_cpu_profiler::wire::LaunchTest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_cpu_profiler::wire::LaunchTest>> && frame)