template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1554 of file fidling/gen/src/storage/fidl/fuchsia.fs.startup/fuchsia.fs.startup/cpp/fidl/fuchsia.fs.startup/cpp/wire_types.h
Public Methods
::fuchsia_fs_startup::wire::CreateOptions Build ()
Build and return the table. The builder should not be used after this.
bool has_initial_size ()
void clear_initial_size ()
Clears the initial_size field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & initial_size ()
Byte count for the initial size of the volume. Some implementations might ignore this
setting.
BuilderImpl & initial_size (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Byte count for the initial size of the volume. Some implementations might ignore this
setting.
bool has_guid ()
void clear_guid ()
Clears the guid field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::Array<uint8_t, 16> & guid ()
Unique GUID for the volume. If unspecified, a GUID will be generated.
BuilderImpl & guid (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::Array<uint8_t, 16>>> elem)
Unique GUID for the volume. If unspecified, a GUID will be generated.
bool has_type_guid ()
void clear_type_guid ()
Clears the type_guid field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::Array<uint8_t, 16> & type_guid ()
Type GUID for the volume. If unspecified, an implementation default is chosen. Some
implementations might not support arbitrary volume types.
BuilderImpl & type_guid (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::Array<uint8_t, 16>>> elem)
Type GUID for the volume. If unspecified, an implementation default is chosen. Some
implementations might not support arbitrary volume types.
bool has_restrict_inode_ids_to_32_bit ()
void clear_restrict_inode_ids_to_32_bit ()
Clears the restrict_inode_ids_to_32_bit field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
bool & restrict_inode_ids_to_32_bit ()
If true, inode IDs will be restricted to 32 bits.
BuilderImpl & restrict_inode_ids_to_32_bit (bool elem)
If true, inode IDs will be restricted to 32 bits.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_fs_startup::wire::CreateOptions, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_fs_startup::wire::CreateOptions>> && frame)