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