class QueryEnumerateInRealmRequest

Defined at line 2434 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_types.h

Public Methods

void QueryEnumerateInRealmRequest (Storage_ storage)
void QueryEnumerateInRealmRequest (::std::string test_url, ::fidl::ClientEnd< ::fuchsia_component::Realm> realm, ::std::vector< ::fuchsia_component_decl::Offer> offers, ::std::string test_collection, ::fidl::ServerEnd< ::fuchsia_test_manager::CaseIterator> iterator)
void QueryEnumerateInRealmRequest ()

Default constructs a |QueryEnumerateInRealmRequest| only if all of its members are default constructible.

Defined at line 2444 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_types.h

void QueryEnumerateInRealmRequest (QueryEnumerateInRealmRequest && )

Defined at line 2447 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_types.h

QueryEnumerateInRealmRequest & operator= (QueryEnumerateInRealmRequest && )

Defined at line 2448 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_types.h

const ::std::string & test_url ()
::std::string & test_url ()
QueryEnumerateInRealmRequest & test_url (::std::string value)

Setter for test_url.

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

QueryEnumerateInRealmRequest & 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

QueryEnumerateInRealmRequest & 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.

QueryEnumerateInRealmRequest & test_collection (::std::string value)

the test collection to launch the test in.

const ::fidl::ServerEnd< ::fuchsia_test_manager::CaseIterator> & iterator ()
::fidl::ServerEnd< ::fuchsia_test_manager::CaseIterator> & iterator ()
QueryEnumerateInRealmRequest & iterator (::fidl::ServerEnd< ::fuchsia_test_manager::CaseIterator> value)

Setter for iterator.

void QueryEnumerateInRealmRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits