template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 527 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
Public Methods
::fuchsia_web::wire::ContentDirectoryProvider 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 ()
Name of the provider. Must be non-empty and composed solely of alphanumerics, dots, and
dashes.
BuilderImpl & name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Name of the provider. Must be non-empty and composed solely of alphanumerics, dots, and
dashes.
bool has_directory ()
void clear_directory ()
Clears the directory field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::ClientEnd< ::fuchsia_io::Directory> & directory ()
Directory containing the files served by this provider.
BuilderImpl & directory (::fidl::ClientEnd< ::fuchsia_io::Directory> elem)
Directory containing the files served by this provider.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_web::wire::ContentDirectoryProvider, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_web::wire::ContentDirectoryProvider>> && frame)