fuchsia.io/Node.SetExtendedAttribute
METHOD
fuchsia.io
sdk/fidl/fuchsia.io/node.fidl:676
Set the value for the given attribute `name` to `value` for this node.
The attribute name may exist, in which case the attribute is updated.
If the attribute doesn't exist, it is created. The name should have no
null bytes in it. If it does, ZX_ERR_INVALID_ARGS is returned.
This method requires the [`Rights.UPDATE_ATTRIBUTES`] right.
Relationships
-
ACCEPTS_TYPE→fuchsia.io/name -
ACCEPTS_TYPE→fuchsia.io/ExtendedAttributeName -
ACCEPTS_TYPE→fuchsia.io/value -
ACCEPTS_TYPE→fuchsia.io/ExtendedAttributeValue -
ACCEPTS_TYPE→fuchsia.io/mode -
ACCEPTS_TYPE→fuchsia.io/bug -
ACCEPTS_TYPE→fuchsia.io/state -
ACCEPTS_TYPE→fuchsia.io/SET -
ACCEPTS_TYPE→fuchsia.io/CREATE -
ACCEPTS_TYPE→fuchsia.io/REPLACE
Documentation (1)
-
SUBSTANTIVE
sdk/fidl/fuchsia.io/node.fidl:676↗
Tests (0)
No test references.
Examples (0)
No example references.
Gaps
Missing categories:
- examples
- tests
Findings (2)
-
WARNING
DOCUMENTED_UNTESTEDelement is documented but has no test references -
WARNING
MISSING_IN_CATEGORYno references in category "tests.unit_tests"