class GetAnnotationsParameters

Defined at line 2078 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

Parameters for the DataProvider::GetAnnotations() method.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const 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.

Defined at line 2090 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

bool has_collection_timeout_per_annotation ()

Defined at line 2094 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

int64_t * mutable_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.

Defined at line 2104 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

void clear_collection_timeout_per_annotation ()

Defined at line 2112 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

GetAnnotationsParameters & set_collection_timeout_per_annotation (int64_t _value)
void GetAnnotationsParameters ()
void GetAnnotationsParameters (GetAnnotationsParameters && other)
void ~GetAnnotationsParameters ()
GetAnnotationsParameters & operator= (GetAnnotationsParameters && other)
::std::unique_ptr<GetAnnotationsParameters> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, GetAnnotationsParameters * _value, size_t _offset)
zx_status_t Clone (GetAnnotationsParameters * _result)