template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 347 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/wire_types.h
Public Methods
::fuchsia_storage_block::wire::BlockGetMetadataResponse Build ()
Build and return the table. The builder should not be used after this.
bool has_name ()
void clear_name ()
Clears the name field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & name ()
Getter for name.
BuilderImpl & name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Setter for name.
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_instance_guid ()
void clear_instance_guid ()
Clears the instance_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 & instance_guid ()
Getter for instance_guid.
BuilderImpl & instance_guid (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_storage_block::wire::Guid>> elem)
Setter for instance_guid.
bool has_start_block_offset ()
void clear_start_block_offset ()
Clears the start_block_offset field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & start_block_offset ()
start_block_offset will be absent if the partition is non-contiguous.
BuilderImpl & start_block_offset (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
start_block_offset will be absent if the partition is non-contiguous.
bool has_num_blocks ()
void clear_num_blocks ()
Clears the num_blocks field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & num_blocks ()
num_blocks will be absent if the partition is a dynamic volume, in which case
fuchsia.storage.block.Block/GetVolumeInfo should be called instead.
BuilderImpl & num_blocks (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
num_blocks will be absent if the partition is a dynamic volume, in which case
fuchsia.storage.block.Block/GetVolumeInfo should be called instead.
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_block::wire::BlockGetMetadataResponse, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_storage_block::wire::BlockGetMetadataResponse>> && frame)