class ImmutableNodeAttributes

Defined at line 7506 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.

void ImmutableNodeAttributes ()
void ImmutableNodeAttributes (ImmutableNodeAttributes && other)
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 7515 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

bool has_protocols ()

Defined at line 7519 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 7526 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

void clear_protocols ()

Defined at line 7534 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 7544 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

bool has_abilities ()

Defined at line 7548 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 7554 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

void clear_abilities ()

Defined at line 7562 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 7571 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

bool has_content_size ()

Defined at line 7575 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 7580 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

void clear_content_size ()

Defined at line 7588 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

bool has_storage_size ()

Defined at line 7601 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 7606 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

void clear_storage_size ()

Defined at line 7614 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 7623 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

bool has_link_count ()

Defined at line 7627 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 7632 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

void clear_link_count ()

Defined at line 7640 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 7650 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

bool has_id ()

Defined at line 7654 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 7660 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

void clear_id ()

Defined at line 7668 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 7677 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

bool has_change_time ()

Defined at line 7681 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 7686 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

void clear_change_time ()

Defined at line 7694 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 7703 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

bool has_options ()

Defined at line 7707 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 7712 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

void clear_options ()

Defined at line 7720 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 7729 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

bool has_root_hash ()

Defined at line 7733 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 7738 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

void clear_root_hash ()

Defined at line 7746 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

bool has_verity_enabled ()

Defined at line 7759 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 7764 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

void clear_verity_enabled ()

Defined at line 7772 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)
const uint64_t & storage_size ()

Space needed to store the node (possibly larger than size), in bytes.

Defined at line 7597 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 7755 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)