template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1728 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::TestCaseFoundEventDetails Build ()
Build and return the table. The builder should not be used after this.
bool has_test_case_name ()
void clear_test_case_name ()
Clears the test_case_name field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & test_case_name ()
Name of the test case that was found. This field will always be provided.
BuilderImpl & test_case_name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Name of the test case that was found. This field will always be provided.
bool has_test_case_id ()
void clear_test_case_id ()
Clears the test_case_id field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint32_t & test_case_id ()
Identifies this test case in subsequent events. This field will always be provided
and is unique for a given `SuiteController`.
BuilderImpl & test_case_id (uint32_t elem)
Identifies this test case in subsequent events. This field will always be provided
and is unique for a given `SuiteController`.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_test_manager::wire::TestCaseFoundEventDetails, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_test_manager::wire::TestCaseFoundEventDetails>> && frame)