template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 1237 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h

Public Methods

::fuchsia_diagnostics::wire::LogSettingsSetComponentInterestRequest Build ()

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

bool has_selectors ()
void clear_selectors ()

Clears the selectors field.

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

O(number_of_fields) complexity.

::fidl::VectorView< ::fuchsia_diagnostics::wire::LogInterestSelector> & selectors ()

List of selectors. Required.

BuilderImpl & selectors (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_diagnostics::wire::LogInterestSelector>>> elem)

List of selectors. Required.

bool has_persist ()
void clear_persist ()

Clears the persist field.

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

O(number_of_fields) complexity.

bool & persist ()

Whether or not to persist the setting change after disconnection.

Optional. Defaults to false.

BuilderImpl & persist (bool elem)

Whether or not to persist the setting change after disconnection.

Optional. Defaults to false.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_diagnostics::wire::LogSettingsSetComponentInterestRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_diagnostics::wire::LogSettingsSetComponentInterestRequest>> && frame)

Records