class TestCaseArtifactGeneratedEventDetails

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

Details for `test_case_artifact_generated` events.

Public Methods

void TestCaseArtifactGeneratedEventDetails (Storage_ storage)
bool IsEmpty ()
void TestCaseArtifactGeneratedEventDetails ()

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

void TestCaseArtifactGeneratedEventDetails (TestCaseArtifactGeneratedEventDetails && )

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

TestCaseArtifactGeneratedEventDetails & operator= (TestCaseArtifactGeneratedEventDetails && )

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

const std::optional<uint32_t> & test_case_id ()

The test case to which this event pertains. This event will be preceeded by a

'test_case found' event with a matching id. This field will always be provided.

::std::optional<uint32_t> & test_case_id ()

The test case to which this event pertains. This event will be preceeded by a

'test_case found' event with a matching id. This field will always be provided.

TestCaseArtifactGeneratedEventDetails & test_case_id (std::optional<uint32_t> value)

The test case to which this event pertains. This event will be preceeded by a

'test_case found' event with a matching id. This field will always be provided.

const std::optional< ::fuchsia_test_manager::Artifact> & artifact ()

Describes the artifact. This field will always be provided.

::std::optional< ::fuchsia_test_manager::Artifact> & artifact ()

Describes the artifact. This field will always be provided.

TestCaseArtifactGeneratedEventDetails & artifact (std::optional< ::fuchsia_test_manager::Artifact> value)

Describes the artifact. This field will always be provided.

void TestCaseArtifactGeneratedEventDetails (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits