class RunBuilderAddSuiteInRealmRequest
Defined at line 3552 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_types.h
Public Methods
void RunBuilderAddSuiteInRealmRequest (Storage_ storage)
void RunBuilderAddSuiteInRealmRequest (::fidl::ClientEnd< ::fuchsia_component::Realm> realm, ::std::vector< ::fuchsia_component_decl::Offer> offers, ::std::string test_collection, ::std::string test_url, ::fuchsia_test_manager::RunOptions options, ::fidl::ServerEnd< ::fuchsia_test_manager::SuiteController> controller)
void RunBuilderAddSuiteInRealmRequest ()
Default constructs a |RunBuilderAddSuiteInRealmRequest| only if all of its members are default constructible.
Defined at line 3562 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_types.h
void RunBuilderAddSuiteInRealmRequest (RunBuilderAddSuiteInRealmRequest && )
Defined at line 3565 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_types.h
RunBuilderAddSuiteInRealmRequest & operator= (RunBuilderAddSuiteInRealmRequest && )
Defined at line 3566 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_types.h
const ::fidl::ClientEnd< ::fuchsia_component::Realm> & realm ()
The realm which contains the collection to launch the test in
::fidl::ClientEnd< ::fuchsia_component::Realm> & realm ()
The realm which contains the collection to launch the test in
RunBuilderAddSuiteInRealmRequest & realm (::fidl::ClientEnd< ::fuchsia_component::Realm> value)
The realm which contains the collection to launch the test in
const ::std::vector< ::fuchsia_component_decl::Offer> & offers ()
All offers from the realm to the test collection
::std::vector< ::fuchsia_component_decl::Offer> & offers ()
All offers from the realm to the test collection
RunBuilderAddSuiteInRealmRequest & offers (::std::vector< ::fuchsia_component_decl::Offer> value)
All offers from the realm to the test collection
const ::std::string & test_collection ()
the test collection to launch the test in.
::std::string & test_collection ()
the test collection to launch the test in.
RunBuilderAddSuiteInRealmRequest & test_collection (::std::string value)
the test collection to launch the test in.
const ::std::string & test_url ()
::std::string & test_url ()
RunBuilderAddSuiteInRealmRequest & test_url (::std::string value)
Setter for test_url.
const ::fuchsia_test_manager::RunOptions & options ()
::fuchsia_test_manager::RunOptions & options ()
RunBuilderAddSuiteInRealmRequest & options (::fuchsia_test_manager::RunOptions value)
Setter for options.
const ::fidl::ServerEnd< ::fuchsia_test_manager::SuiteController> & controller ()
::fidl::ServerEnd< ::fuchsia_test_manager::SuiteController> & controller ()
RunBuilderAddSuiteInRealmRequest & controller (::fidl::ServerEnd< ::fuchsia_test_manager::SuiteController> value)
Setter for controller.
void RunBuilderAddSuiteInRealmRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits