template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 220 of file fidling/gen/sdk/fidl/fuchsia.storage.partitions/fuchsia.storage.partitions/cpp/fidl/fuchsia.storage.partitions/cpp/wire_types.h

Public Methods

::fuchsia_storage_partitions::wire::PartitionUpdateMetadataRequest Build ()

Build and return the table. The builder should not be used after this.

bool has_transaction ()
void clear_transaction ()

Clears the transaction field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::zx::eventpair & transaction ()

Getter for transaction.

BuilderImpl & transaction (::zx::eventpair elem)

Setter for transaction.

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.

::fuchsia_storage_block::wire::Guid & type_guid ()

Getter for type_guid.

BuilderImpl & type_guid (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_storage_block::wire::Guid>> elem)

Setter for type_guid.

bool has_flags ()
void clear_flags ()

Clears the flags field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

uint64_t & flags ()

Getter for flags.

BuilderImpl & flags (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)

Setter for flags.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_storage_partitions::wire::PartitionUpdateMetadataRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_storage_partitions::wire::PartitionUpdateMetadataRequest>> && frame)

Records