class GetAnnotationsParameters
Defined at line 1228 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
Parameters for the DataProvider::GetAnnotations() method.
Public Methods
void GetAnnotationsParameters (Storage_ storage)
void GetAnnotationsParameters ()
Defined at line 1234 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
void GetAnnotationsParameters (GetAnnotationsParameters && )
Defined at line 1235 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
void GetAnnotationsParameters (const GetAnnotationsParameters & other)
GetAnnotationsParameters & operator= (GetAnnotationsParameters && )
Defined at line 1236 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
GetAnnotationsParameters & operator= (const GetAnnotationsParameters & other)
bool operator== (const GetAnnotationsParameters & other)
bool operator!= (const GetAnnotationsParameters & other)
bool IsEmpty ()
const std::optional<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.
::std::optional<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.
GetAnnotationsParameters & collection_timeout_per_annotation (std::optional<int64_t> value)
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.
void GetAnnotationsParameters (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits