template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_feedback::wire::GetSnapshotParameters Build ()

Build and return the table. The builder should not be used after this.

bool has_collection_timeout_per_data ()
void clear_collection_timeout_per_data ()

Clears the collection_timeout_per_data field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

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.

BuilderImpl & collection_timeout_per_data (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)

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.

bool has_response_channel ()
void clear_response_channel ()

Clears the response_channel field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

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

BuilderImpl & response_channel (::zx::channel elem)

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.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_feedback::wire::GetSnapshotParameters, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_feedback::wire::GetSnapshotParameters>> && frame)

Records