template <>

class WireTableBuilder

Defined at line 328 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/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_feedback::wire::CrashReportingProduct> & name (First && first, Args &&... args_)

The product name on the crash server.

* The first character has to be alphanumeric. The remaining characters must be printable,

but cannot be a space, which leaves values 33 to 127 in the ASCII table. Any other

characters will result in a ZX_ERR_INVALID_ARGS epitaph.

* Missing this required field will result in a ZX_ERR_INVALID_ARGS epitaph.

Defined at line 345 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/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_feedback::wire::CrashReportingProduct> & version (First && first, Args &&... args_)

Optional product version of the component.

* The first character has to be alphanumeric. The remaining characters must be printable,

but cannot be a space, which leaves values 33 to 127 in the ASCII table. Any other

characters will result in a ZX_ERR_INVALID_ARGS epitaph.

If no version is specified then none is reported to the crash server.

Defined at line 363 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/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_feedback::wire::CrashReportingProduct> & channel (First && first, Args &&... args_)

Optional product release channel for the component, e.g., "canary", "beta", "stable".

If no channel is specified then none is reported to the crash server.

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

Friends

template <>
class CrashReportingProduct