template <>
class WireTableBuilder
Defined at line 1832 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h
Public Methods
template <typename First = ::fuchsia_io::wire::NodeAttributesQuery, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_io::wire::NodeAttributesQuery>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_io::wire::Options> & attributes (First && first, Args &&... args_)
Request a set of attributes to be sent with the OnRepresentation response. Has no effect
if `Flags.FLAG_SEND_REPRESENTATION` is not set.
Defined at line 1846 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h
template <typename First = ::fuchsia_io::wire::NodeAttributesQuery, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_io::wire::NodeAttributesQuery>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_io::wire::Options> & attributes (First && first, Args &&... args_)
Request a set of attributes to be sent with the OnRepresentation response. Has no effect
if `Flags.FLAG_SEND_REPRESENTATION` is not set.
Defined at line 1846 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h
template <typename First = ::fuchsia_io::wire::MutableNodeAttributes, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_io::wire::MutableNodeAttributes>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_io::wire::Options> & create_attributes (First && first, Args &&... args_)
Request a set of attributes to be set atomically when creating a new object. Requests will
fail with `ZX_ERR_INVALID_ARGS` if neither `Flags.FLAG_MAYBE_CREATE` nor
`Flags.FLAG_MUST_CREATE` are set (i.e. the creation is mode is Never).
Defined at line 1861 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h
template <typename First = ::fuchsia_io::wire::MutableNodeAttributes, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_io::wire::MutableNodeAttributes>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_io::wire::Options> & create_attributes (First && first, Args &&... args_)
Request a set of attributes to be set atomically when creating a new object. Requests will
fail with `ZX_ERR_INVALID_ARGS` if neither `Flags.FLAG_MAYBE_CREATE` nor
`Flags.FLAG_MUST_CREATE` are set (i.e. the creation is mode is Never).
Defined at line 1861 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h
Friends
template <>
class Options