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