template <>
class WireTableBuilder
Defined at line 884 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_types.h
Public Methods
template <typename First = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_pkg::wire::MirrorConfig> & mirror_url (First && first, Args &&... args_)
The base URL of the TUF metadata on this mirror. Required.
Defined at line 897 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_types.h
template <typename First = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_pkg::wire::MirrorConfig> & blob_mirror_url (First && first, Args &&... args_)
The URL where blobs from this mirror should be fetched. Optional.
If absent presumed to be `mirror_url + "/blobs"`.
Defined at line 911 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_types.h
Friends
template <>
class MirrorConfig