template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 3752 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::SchedulingOptions Build ()
Build and return the table. The builder should not be used after this.
bool has_max_parallel_suites ()
void clear_max_parallel_suites ()
Clears the max_parallel_suites field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint16_t & max_parallel_suites ()
The maximum number of hermetic test suites to run in parallel. If unspecified,
chosen by the server side.
BuilderImpl & max_parallel_suites (uint16_t elem)
The maximum number of hermetic test suites to run in parallel. If unspecified,
chosen by the server side.
bool has_accumulate_debug_data ()
void clear_accumulate_debug_data ()
Clears the accumulate_debug_data field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
bool & accumulate_debug_data ()
If set to true, debug data collected for this run will be accumulated
with debug data collected in previous runs with this flag set true.
Defaults to false.
BuilderImpl & accumulate_debug_data (bool elem)
If set to true, debug data collected for this run will be accumulated
with debug data collected in previous runs with this flag set true.
Defaults to false.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_test_manager::wire::SchedulingOptions, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_test_manager::wire::SchedulingOptions>> && frame)