class GetSnapshotParameters
Defined at line 1344 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
Parameters for the DataProvider::GetSnapshot() method.
Public Methods
void GetSnapshotParameters (Storage_ storage)
void GetSnapshotParameters ()
Defined at line 1350 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
void GetSnapshotParameters (GetSnapshotParameters && )
Defined at line 1351 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
bool IsEmpty ()
const std::optional<int64_t> & collection_timeout_per_data ()
A snapshot aggregates various data from the platform (device uptime, logs, Inspect data,
etc.) that are collected in parallel. Internally, each data collection is done within a
timeout.
`collection_timeout_per_data` allows clients to control how much time is given to each data
collection. It enables clients to get a partial yet valid snapshot under a certain time.
Note that this does not control how much total time the snapshot generation may take,
which is by construction higher than `collection_timeout_per_data`, as clients can control
the total time by using a timeout on the call to GetSnapshot() on their side.
::std::optional<int64_t> & collection_timeout_per_data ()
A snapshot aggregates various data from the platform (device uptime, logs, Inspect data,
etc.) that are collected in parallel. Internally, each data collection is done within a
timeout.
`collection_timeout_per_data` allows clients to control how much time is given to each data
collection. It enables clients to get a partial yet valid snapshot under a certain time.
Note that this does not control how much total time the snapshot generation may take,
which is by construction higher than `collection_timeout_per_data`, as clients can control
the total time by using a timeout on the call to GetSnapshot() on their side.
GetSnapshotParameters & collection_timeout_per_data (std::optional<int64_t> value)
A snapshot aggregates various data from the platform (device uptime, logs, Inspect data,
etc.) that are collected in parallel. Internally, each data collection is done within a
timeout.
`collection_timeout_per_data` allows clients to control how much time is given to each data
collection. It enables clients to get a partial yet valid snapshot under a certain time.
Note that this does not control how much total time the snapshot generation may take,
which is by construction higher than `collection_timeout_per_data`, as clients can control
the total time by using a timeout on the call to GetSnapshot() on their side.
GetSnapshotParameters & operator= (GetSnapshotParameters && )
Defined at line 1352 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
const std::optional< ::zx::channel> & response_channel ()
If set, the snapshot archive will be sent as a |fuchsia.io.File| over this channel instead
of being set in the |archive| field in the |Snapshot| response. This is typically useful if
the client is on the host and does not support VMOs.
::std::optional< ::zx::channel> & response_channel ()
If set, the snapshot archive will be sent as a |fuchsia.io.File| over this channel instead
of being set in the |archive| field in the |Snapshot| response. This is typically useful if
the client is on the host and does not support VMOs.
GetSnapshotParameters & response_channel (std::optional< ::zx::channel> value)
If set, the snapshot archive will be sent as a |fuchsia.io.File| over this channel instead
of being set in the |archive| field in the |Snapshot| response. This is typically useful if
the client is on the host and does not support VMOs.
void GetSnapshotParameters (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits