class ImmutableNodeAttributes
Defined at line 7445 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const ::fuchsia::io::NodeProtocolKinds & protocols ()
Describes the kinds of representations supported by the node.
Note: This is not the result of the connection-time negotiation,
which is conveyed via `representation`.
Defined at line 7454 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool has_protocols ()
Defined at line 7458 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
::fuchsia::io::NodeProtocolKinds * mutable_protocols ()
Describes the kinds of representations supported by the node.
Note: This is not the result of the connection-time negotiation,
which is conveyed via `representation`.
Defined at line 7465 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void clear_protocols ()
Defined at line 7473 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
const ::fuchsia::io::Operations & abilities ()
Describes the kinds of operations supported by the node.
Note: This is distinct from the rights used at connection time.
Defined at line 7483 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool has_abilities ()
Defined at line 7487 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
::fuchsia::io::Operations * mutable_abilities ()
Describes the kinds of operations supported by the node.
Note: This is distinct from the rights used at connection time.
Defined at line 7493 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void clear_abilities ()
Defined at line 7501 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
const uint64_t & content_size ()
Node size, in bytes.
Defined at line 7510 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool has_content_size ()
Defined at line 7514 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
uint64_t * mutable_content_size ()
Node size, in bytes.
Defined at line 7519 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void clear_content_size ()
Defined at line 7527 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool has_storage_size ()
Defined at line 7540 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
uint64_t * mutable_storage_size ()
Space needed to store the node (possibly larger than size), in bytes.
Defined at line 7545 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void clear_storage_size ()
Defined at line 7553 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
const uint64_t & link_count ()
Number of hard links to the node. It must be at least one.
Defined at line 7562 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool has_link_count ()
Defined at line 7566 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
uint64_t * mutable_link_count ()
Number of hard links to the node. It must be at least one.
Defined at line 7571 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void clear_link_count ()
Defined at line 7579 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
const uint64_t & id ()
An ID for the node. See [`Id`].
This `id` should be unique among all entries of a directory.
Defined at line 7589 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool has_id ()
Defined at line 7593 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
uint64_t * mutable_id ()
An ID for the node. See [`Id`].
This `id` should be unique among all entries of a directory.
Defined at line 7599 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void clear_id ()
Defined at line 7607 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
const uint64_t & change_time ()
Time of last change to the metadata in nanoseconds since the Unix epoch, UTC.
Defined at line 7616 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool has_change_time ()
Defined at line 7620 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
uint64_t * mutable_change_time ()
Time of last change to the metadata in nanoseconds since the Unix epoch, UTC.
Defined at line 7625 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void clear_change_time ()
Defined at line 7633 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
const ::fuchsia::io::VerificationOptions & options ()
Contains the verification options for verity-enabled files.
Defined at line 7642 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool has_options ()
Defined at line 7646 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
::fuchsia::io::VerificationOptions * mutable_options ()
Contains the verification options for verity-enabled files.
Defined at line 7651 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void clear_options ()
Defined at line 7659 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
const ::std::vector<uint8_t> & root_hash ()
The root hash for the file. Not all filesystems support this across all files.
Defined at line 7668 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool has_root_hash ()
Defined at line 7672 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
::std::vector<uint8_t> * mutable_root_hash ()
The root hash for the file. Not all filesystems support this across all files.
Defined at line 7677 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void clear_root_hash ()
Defined at line 7685 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool has_verity_enabled ()
Defined at line 7698 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool * mutable_verity_enabled ()
True if this file is verity-enabled.
Defined at line 7703 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void clear_verity_enabled ()
Defined at line 7711 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
ImmutableNodeAttributes & set_protocols (::fuchsia::io::NodeProtocolKinds _value)
ImmutableNodeAttributes & set_abilities (::fuchsia::io::Operations _value)
ImmutableNodeAttributes & set_content_size (uint64_t _value)
ImmutableNodeAttributes & set_storage_size (uint64_t _value)
ImmutableNodeAttributes & set_link_count (uint64_t _value)
ImmutableNodeAttributes & set_id (uint64_t _value)
ImmutableNodeAttributes & set_change_time (uint64_t _value)
ImmutableNodeAttributes & set_options (::fuchsia::io::VerificationOptions _value)
ImmutableNodeAttributes & set_root_hash (::std::vector<uint8_t> _value)
ImmutableNodeAttributes & set_verity_enabled (bool _value)
void ImmutableNodeAttributes ()
void ImmutableNodeAttributes (ImmutableNodeAttributes && other)
const uint64_t & storage_size ()
Space needed to store the node (possibly larger than size), in bytes.
Defined at line 7536 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
const bool & verity_enabled ()
True if this file is verity-enabled.
Defined at line 7694 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void ~ImmutableNodeAttributes ()
ImmutableNodeAttributes & operator= (ImmutableNodeAttributes && other)
::std::unique_ptr<ImmutableNodeAttributes> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ImmutableNodeAttributes * _value, size_t _offset)
zx_status_t Clone (ImmutableNodeAttributes * _result)