template <>
class WireTableBuilder
Defined at line 2041 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h
Public Methods
template <typename First = int64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<int64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_feedback::wire::GetAnnotationsParameters> & collection_timeout_per_annotation (First && first, Args &&... args_)
Annotations are collected in parallel from various places in the platform, each with a
timeout.
`collection_timeout_per_annotation` allows clients to control how much time is given to
each annotation collection. It enables clients to get a partial set of annotations under a
certain time.
Defined at line 2059 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h
Friends
template <>
class GetAnnotationsParameters