template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 4137 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
Public Methods
::fuchsia_web::wire::NavigationPolicyProviderParams Build ()
Build and return the table. The builder should not be used after this.
bool has_main_frame_phases ()
void clear_main_frame_phases ()
Clears the main_frame_phases field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_web::wire::NavigationPhase & main_frame_phases ()
Specifies the set of navigation phases in the main frame that should be evaluated.
BuilderImpl & main_frame_phases (::fuchsia_web::wire::NavigationPhase elem)
Specifies the set of navigation phases in the main frame that should be evaluated.
bool has_subframe_phases ()
void clear_subframe_phases ()
Clears the subframe_phases field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_web::wire::NavigationPhase & subframe_phases ()
Specifies the set of navigation phases in subframes that should be evaluated.
BuilderImpl & subframe_phases (::fuchsia_web::wire::NavigationPhase elem)
Specifies the set of navigation phases in subframes that should be evaluated.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_web::wire::NavigationPolicyProviderParams, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_web::wire::NavigationPolicyProviderParams>> && frame)