class LogSettingsSetComponentInterestRequest

Defined at line 1546 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/natural_types.h

Public Methods

void LogSettingsSetComponentInterestRequest (Storage_ storage)
void LogSettingsSetComponentInterestRequest ()

Defined at line 1551 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/natural_types.h

void LogSettingsSetComponentInterestRequest (LogSettingsSetComponentInterestRequest && )

Defined at line 1552 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/natural_types.h

void LogSettingsSetComponentInterestRequest (const LogSettingsSetComponentInterestRequest & other)
LogSettingsSetComponentInterestRequest & operator= (LogSettingsSetComponentInterestRequest && )

Defined at line 1553 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/natural_types.h

LogSettingsSetComponentInterestRequest & operator= (const LogSettingsSetComponentInterestRequest & other)
bool operator== (const LogSettingsSetComponentInterestRequest & other)
bool operator!= (const LogSettingsSetComponentInterestRequest & other)
bool IsEmpty ()
const std::optional< ::std::vector< ::fuchsia_diagnostics::LogInterestSelector>> & selectors ()

List of selectors. Required.

::std::optional< ::std::vector< ::fuchsia_diagnostics::LogInterestSelector>> & selectors ()

List of selectors. Required.

LogSettingsSetComponentInterestRequest & selectors (std::optional< ::std::vector< ::fuchsia_diagnostics::LogInterestSelector>> value)

List of selectors. Required.

const std::optional<bool> & persist ()

Whether or not to persist the setting change after disconnection.

Optional. Defaults to false.

::std::optional<bool> & persist ()

Whether or not to persist the setting change after disconnection.

Optional. Defaults to false.

LogSettingsSetComponentInterestRequest & persist (std::optional<bool> value)

Whether or not to persist the setting change after disconnection.

Optional. Defaults to false.

void LogSettingsSetComponentInterestRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits