class GetAnnotationsParameters

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

Parameters for the DataProvider::GetAnnotations() method.

Public Methods

void GetAnnotationsParameters ()

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

void GetAnnotationsParameters (const GetAnnotationsParameters & other)

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

GetAnnotationsParameters & operator= (const GetAnnotationsParameters & other)

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

void GetAnnotationsParameters (GetAnnotationsParameters && other)

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

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_feedback::wire::GetAnnotationsParameters> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_feedback::wire::GetAnnotationsParameters> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_feedback::wire::GetAnnotationsParameters>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

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.

bool has_collection_timeout_per_annotation ()
GetAnnotationsParameters & operator= (GetAnnotationsParameters && other)

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

GetAnnotationsParameters & set_collection_timeout_per_annotation (::fidl::ObjectView<int64_t> elem)
GetAnnotationsParameters & set_collection_timeout_per_annotation (std::nullptr_t )
GetAnnotationsParameters & clear_collection_timeout_per_annotation ()
void GetAnnotationsParameters (::fidl::AnyArena & allocator)
void GetAnnotationsParameters (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_feedback::wire::GetAnnotationsParameters>> && frame)

This constructor allows a user controlled allocation (not using a Arena).

It should only be used when performance is key.

As soon as the frame is given to the table, it must not be used directly or for another table.

void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_feedback::wire::GetAnnotationsParameters>> && frame_ptr)
void ~GetAnnotationsParameters ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder