template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1989 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h
Public Methods
::fuchsia_feedback::wire::GetAnnotationsParameters Build ()
Build and return the table. The builder should not be used after this.
bool has_collection_timeout_per_annotation ()
void clear_collection_timeout_per_annotation ()
Clears the collection_timeout_per_annotation field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
int64_t & collection_timeout_per_annotation ()
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.
BuilderImpl & collection_timeout_per_annotation (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
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.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_feedback::wire::GetAnnotationsParameters, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_feedback::wire::GetAnnotationsParameters>> && frame)