template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 3259 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
Public Methods
::fuchsia_web::wire::WebMessage Build ()
Build and return the table. The builder should not be used after this.
bool has_data ()
void clear_data ()
Clears the data field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_mem::wire::Buffer & data ()
The message payload, encoded as an UTF-8 string. This is a required property.
BuilderImpl & data (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_mem::wire::Buffer>> elem)
The message payload, encoded as an UTF-8 string. This is a required property.
bool has_incoming_transfer ()
void clear_incoming_transfer ()
Clears the incoming_transfer field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_web::wire::IncomingTransferable> & incoming_transfer ()
Optional list of objects transferred into the [`MessagePort`] from the FIDL client.
BuilderImpl & incoming_transfer (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_web::wire::IncomingTransferable>>> elem)
Optional list of objects transferred into the [`MessagePort`] from the FIDL client.
bool has_outgoing_transfer ()
void clear_outgoing_transfer ()
Clears the outgoing_transfer field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_web::wire::OutgoingTransferable> & outgoing_transfer ()
Optional list of objects transferred out of the [`MessagePort`] to the FIDL client.
BuilderImpl & outgoing_transfer (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_web::wire::OutgoingTransferable>>> elem)
Optional list of objects transferred out of the [`MessagePort`] to the FIDL client.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_web::wire::WebMessage, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_web::wire::WebMessage>> && frame)