class Snapshot
Defined at line 1589 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
Snapshot about the device's state.
Clients typically upload the data straight to servers. So the data comes in the form of
arbitrary key-value pairs that clients can directly forward to the servers.
Public Methods
void Snapshot (Storage_ storage)
bool IsEmpty ()
void Snapshot ()
Defined at line 1595 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
void Snapshot (Snapshot && )
Defined at line 1596 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
const std::optional< ::fuchsia_feedback::Attachment> & archive ()
A
<filename
, ZIP archive> pair.
The ZIP archive contains several files corresponding to the various data it collected from
the platform. There is typically one file for all the annotations (device uptime, build
version, etc.) and one file per attachment (logs, Inspect data, etc.).
Not set if |response_channel| was set in the request.
::std::optional< ::fuchsia_feedback::Attachment> & archive ()
A
<filename
, ZIP archive> pair.
The ZIP archive contains several files corresponding to the various data it collected from
the platform. There is typically one file for all the annotations (device uptime, build
version, etc.) and one file per attachment (logs, Inspect data, etc.).
Not set if |response_channel| was set in the request.
Snapshot & archive (std::optional< ::fuchsia_feedback::Attachment> value)
A
<filename
, ZIP archive> pair.
The ZIP archive contains several files corresponding to the various data it collected from
the platform. There is typically one file for all the annotations (device uptime, build
version, etc.) and one file per attachment (logs, Inspect data, etc.).
Not set if |response_channel| was set in the request.
const std::optional< ::std::vector< ::fuchsia_feedback::Annotation>> & annotations2 ()
A vector of key-value string pairs. Keys are guaranteed to be unique.
While the annotations are included in the ZIP archive itself, some clients also want them
separately to index or augment them so we provide them separately as well.
::std::optional< ::std::vector< ::fuchsia_feedback::Annotation>> & annotations2 ()
A vector of key-value string pairs. Keys are guaranteed to be unique.
While the annotations are included in the ZIP archive itself, some clients also want them
separately to index or augment them so we provide them separately as well.
Snapshot & annotations2 (std::optional< ::std::vector< ::fuchsia_feedback::Annotation>> value)
A vector of key-value string pairs. Keys are guaranteed to be unique.
While the annotations are included in the ZIP archive itself, some clients also want them
separately to index or augment them so we provide them separately as well.
void Snapshot (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Snapshot & operator= (Snapshot && )
Defined at line 1597 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
Friends
class MemberVisitor
class NaturalTableCodingTraits