class PackageCacheSetUpgradableUrlsResult

Defined at line 694 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/natural_types.h

Public Methods

void PackageCacheSetUpgradableUrlsResult (PackageCacheSetUpgradableUrlsResult && other)
PackageCacheSetUpgradableUrlsResult & operator= (PackageCacheSetUpgradableUrlsResult && other)
void PackageCacheSetUpgradableUrlsResult (const PackageCacheSetUpgradableUrlsResult & other)
PackageCacheSetUpgradableUrlsResult & operator= (const PackageCacheSetUpgradableUrlsResult & other)
bool operator== (const PackageCacheSetUpgradableUrlsResult & other)
bool operator!= (const PackageCacheSetUpgradableUrlsResult & other)
::fuchsia_pkg::PackageCacheSetUpgradableUrlsResult::Tag Which ()
PackageCacheSetUpgradableUrlsResult WithResponse (::fuchsia_pkg::PackageCacheSetUpgradableUrlsResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
PackageCacheSetUpgradableUrlsResult & response (::fuchsia_pkg::PackageCacheSetUpgradableUrlsResponse value)

Sets the union to hold the response member.

PackageCacheSetUpgradableUrlsResult WithErr (::fuchsia_pkg::SetUpgradableUrlsError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
PackageCacheSetUpgradableUrlsResult & err (::fuchsia_pkg::SetUpgradableUrlsError value)

Sets the union to hold the err member.

PackageCacheSetUpgradableUrlsResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
PackageCacheSetUpgradableUrlsResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void PackageCacheSetUpgradableUrlsResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

Defined at line 705 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits