template <>

class WireTableBuilder

Defined at line 2710 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h

Public Methods

template <typename First = ::fuchsia_feedback::wire::Attachment, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_feedback::wire::Attachment>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_feedback::wire::Snapshot> & archive (First && first, Args &&... args_)

A

<filename

, ZIP archive> pair.

The ZIP archive contains several files corresponding to the various data it collected from

the platform. There is typically one file for all the annotations (device uptime, build

version, etc.) and one file per attachment (logs, Inspect data, etc.).

Not set if |response_channel| was set in the request.

Defined at line 2729 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h

template <typename First = ::fidl::VectorView<::fuchsia_feedback::wire::Annotation>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_feedback::wire::Annotation>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_feedback::wire::Snapshot> & annotations2 (First && first, Args &&... args_)

A vector of key-value string pairs. Keys are guaranteed to be unique.

While the annotations are included in the ZIP archive itself, some clients also want them

separately to index or augment them so we provide them separately as well.

Defined at line 2745 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h

Friends

template <>
class Snapshot