class ClientSelectorConfiguration
Defined at line 2210 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/natural_types.h
Public Methods
void ClientSelectorConfiguration (ClientSelectorConfiguration && other)
ClientSelectorConfiguration & operator= (ClientSelectorConfiguration && other)
void ClientSelectorConfiguration (const ClientSelectorConfiguration & other)
ClientSelectorConfiguration & operator= (const ClientSelectorConfiguration & other)
bool operator== (const ClientSelectorConfiguration & other)
bool operator!= (const ClientSelectorConfiguration & other)
bool IsUnknown ()
::fuchsia_diagnostics::ClientSelectorConfiguration::Tag Which ()
ClientSelectorConfiguration WithSelectors (::std::vector< ::fuchsia_diagnostics::SelectorArgument> val)
const ::fidl::internal::UnionMemberView<1, Storage_> selectors ()
::fidl::internal::UnionMemberView<1, Storage_> selectors ()
ClientSelectorConfiguration & selectors (::std::vector< ::fuchsia_diagnostics::SelectorArgument> value)
A vector of [fuchsia.diagnostics/SelectorArgument] which
provide additional filters to scope data streams with. An empty vector is considered
a misconfiguration and will result in an epitaph signaling incorrect parameters.
ClientSelectorConfiguration WithSelectAll (bool val)
const ::fidl::internal::UnionMemberView<2, Storage_> select_all ()
::fidl::internal::UnionMemberView<2, Storage_> select_all ()
ClientSelectorConfiguration & select_all (bool value)
select_all must be true if set, and specifies that the client wants to retrieve
all data that their connection is able to expose.
void ClientSelectorConfiguration (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kSelectors | 1 |
| kSelectAll | 2 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
TODO: share union tag types between wire
&
natural.
Defined at line 2220 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits