class LogStreamOptions
Defined at line 316 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/natural_types.h
Public Methods
void LogStreamOptions (Storage_ storage)
void LogStreamOptions ()
Defined at line 321 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/natural_types.h
void LogStreamOptions (LogStreamOptions && )
Defined at line 322 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/natural_types.h
void LogStreamOptions (const LogStreamOptions & other)
LogStreamOptions & operator= (LogStreamOptions && )
Defined at line 323 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/natural_types.h
LogStreamOptions & operator= (const LogStreamOptions & other)
bool operator== (const LogStreamOptions & other)
bool operator!= (const LogStreamOptions & other)
bool IsEmpty ()
const std::optional< ::fuchsia_diagnostics::StreamMode> & mode ()
What logs to stream through this socket.
::std::optional< ::fuchsia_diagnostics::StreamMode> & mode ()
What logs to stream through this socket.
LogStreamOptions & mode (std::optional< ::fuchsia_diagnostics::StreamMode> value)
What logs to stream through this socket.
const std::optional<bool> & include_moniker ()
Whether or not to include the moniker in the record arguments.
Default: false
::std::optional<bool> & include_moniker ()
Whether or not to include the moniker in the record arguments.
Default: false
LogStreamOptions & include_moniker (std::optional<bool> value)
Whether or not to include the moniker in the record arguments.
Default: false
const std::optional<bool> & include_component_url ()
Whether or not to include the component url in the record arguments.
Default: false
::std::optional<bool> & include_component_url ()
Whether or not to include the component url in the record arguments.
Default: false
LogStreamOptions & include_component_url (std::optional<bool> value)
Whether or not to include the component url in the record arguments.
Default: false
const std::optional<bool> & include_rolled_out ()
Whether or not to include the number of rolled out logs in the record
arguments.
Default: false
::std::optional<bool> & include_rolled_out ()
Whether or not to include the number of rolled out logs in the record
arguments.
Default: false
LogStreamOptions & include_rolled_out (std::optional<bool> value)
Whether or not to include the number of rolled out logs in the record
arguments.
Default: false
void LogStreamOptions (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits