template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 5953 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
Public Methods
::fuchsia_web::wire::UrlRequestRewriteReplaceUrl Build ()
Build and return the table. The builder should not be used after this.
bool has_url_ends_with ()
void clear_url_ends_with ()
Clears the url_ends_with field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & url_ends_with ()
Getter for url_ends_with.
BuilderImpl & url_ends_with (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Setter for url_ends_with.
bool has_new_url ()
void clear_new_url ()
Clears the new_url field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & new_url ()
Getter for new_url.
BuilderImpl & new_url (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Setter for new_url.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_web::wire::UrlRequestRewriteReplaceUrl, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_web::wire::UrlRequestRewriteReplaceUrl>> && frame)