class BlockGetMetadataResponse
Defined at line 225 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/wire_types.h
Public Methods
void BlockGetMetadataResponse ()
Defined at line 227 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/wire_types.h
void BlockGetMetadataResponse (const BlockGetMetadataResponse & other)
Defined at line 228 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/wire_types.h
bool has_flags ()
BlockGetMetadataResponse & operator= (const BlockGetMetadataResponse & other)
Defined at line 229 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/wire_types.h
void BlockGetMetadataResponse (BlockGetMetadataResponse && other)
Defined at line 230 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/wire_types.h
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_storage_block::wire::BlockGetMetadataResponse> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_storage_block::wire::BlockGetMetadataResponse> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_storage_block::wire::BlockGetMetadataResponse>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
::fidl::StringView & name ()
bool has_name ()
BlockGetMetadataResponse & operator= (BlockGetMetadataResponse && other)
Defined at line 231 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/wire_types.h
::fuchsia_storage_block::wire::Guid & type_guid ()
bool has_type_guid ()
::fuchsia_storage_block::wire::Guid & instance_guid ()
bool has_instance_guid ()
uint64_t & start_block_offset ()
start_block_offset will be absent if the partition is non-contiguous.
bool has_start_block_offset ()
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.
bool has_num_blocks ()
uint64_t & flags ()
BlockGetMetadataResponse & set_name (::fidl::ObjectView< ::fidl::StringView> elem)
BlockGetMetadataResponse & set_name (std::nullptr_t )
BlockGetMetadataResponse & clear_name ()
BlockGetMetadataResponse & set_type_guid (::fidl::ObjectView< ::fuchsia_storage_block::wire::Guid> elem)
BlockGetMetadataResponse & set_type_guid (std::nullptr_t )
BlockGetMetadataResponse & clear_type_guid ()
BlockGetMetadataResponse & set_instance_guid (::fidl::ObjectView< ::fuchsia_storage_block::wire::Guid> elem)
BlockGetMetadataResponse & set_instance_guid (std::nullptr_t )
BlockGetMetadataResponse & clear_instance_guid ()
BlockGetMetadataResponse & set_start_block_offset (::fidl::ObjectView<uint64_t> elem)
BlockGetMetadataResponse & set_start_block_offset (std::nullptr_t )
BlockGetMetadataResponse & clear_start_block_offset ()
BlockGetMetadataResponse & set_num_blocks (::fidl::ObjectView<uint64_t> elem)
BlockGetMetadataResponse & set_num_blocks (std::nullptr_t )
BlockGetMetadataResponse & clear_num_blocks ()
BlockGetMetadataResponse & set_flags (::fidl::ObjectView<uint64_t> elem)
BlockGetMetadataResponse & set_flags (std::nullptr_t )
BlockGetMetadataResponse & clear_flags ()
void BlockGetMetadataResponse (::fidl::AnyArena & allocator)
void BlockGetMetadataResponse (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_storage_block::wire::BlockGetMetadataResponse>> && frame)
This constructor allows a user controlled allocation (not using a Arena).
It should only be used when performance is key.
As soon as the frame is given to the table, it must not be used directly or for another table.
void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_storage_block::wire::BlockGetMetadataResponse>> && frame_ptr)
void ~BlockGetMetadataResponse ()
Defined at line 233 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder