template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 791 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::EnumerateTestCasesOptions Build ()
Build and return the table. The builder should not be used after this.
bool has_realm_options ()
void clear_realm_options ()
Clears the realm_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::RealmOptions & realm_options ()
Specifies the realm in which to enumerate test cases. If this field is not supplied, the
test cases will be enumerated in a hermetic realm inside the test manager. This option is
used by clients that require non-hermetic realms or test realms with custom runners.
BuilderImpl & realm_options (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_test_manager::wire::RealmOptions>> elem)
Specifies the realm in which to enumerate test cases. If this field is not supplied, the
test cases will be enumerated in a hermetic realm inside the test manager. This option is
used by clients that require non-hermetic realms or test realms with custom runners.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_test_manager::wire::EnumerateTestCasesOptions, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_test_manager::wire::EnumerateTestCasesOptions>> && frame)