class ImmutableNodeAttributes
Defined at line 7477 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 7486 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool has_protocols ()
Defined at line 7490 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 7497 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void clear_protocols ()
Defined at line 7505 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 7515 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool has_abilities ()
Defined at line 7519 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 7525 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void clear_abilities ()
Defined at line 7533 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 7542 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool has_content_size ()
Defined at line 7546 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 7551 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void clear_content_size ()
Defined at line 7559 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool has_storage_size ()
Defined at line 7572 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 7577 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void clear_storage_size ()
Defined at line 7585 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 7594 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool has_link_count ()
Defined at line 7598 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 7603 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void clear_link_count ()
Defined at line 7611 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 7621 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool has_id ()
Defined at line 7625 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 7631 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void clear_id ()
Defined at line 7639 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 7648 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool has_change_time ()
Defined at line 7652 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 7657 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void clear_change_time ()
Defined at line 7665 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 7674 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool has_options ()
Defined at line 7678 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 7683 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void clear_options ()
Defined at line 7691 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 7700 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool has_root_hash ()
Defined at line 7704 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 7709 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void clear_root_hash ()
Defined at line 7717 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool has_verity_enabled ()
Defined at line 7730 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 7735 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void clear_verity_enabled ()
Defined at line 7743 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 7568 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 7726 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)