template <>
class WireWeakOnewayClientImpl
Defined at line 2656 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_messaging.h
Public Methods
::fidl::OneWayStatus Upsert (::fidl::StringView component_url, ::fuchsia_feedback::wire::CrashReportingProduct product)
Upserts, i.e. updates or inserts, a crash reporting product for a given component URL.
A subsequent call to Upsert() for the same component URL overwrites the
`CrashReportingProduct` for that component.
Prefer UpsertWithAck() if the component also files crash reports itself, to avoid race
conditions and mis-attribution.
Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.