template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 993 of file fidling/gen/sdk/fidl/fuchsia.net.name/fuchsia.net.name/cpp/fidl/fuchsia.net.name/cpp/wire_types.h

Public Methods

::fuchsia_net_name::wire::DnsServer Build ()

Build and return the table. The builder should not be used after this.

bool has_address ()
void clear_address ()

Clears the address field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fuchsia_net::wire::SocketAddress & address ()

The server's address, must be provided.

BuilderImpl & address (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_net::wire::SocketAddress>> elem)

The server's address, must be provided.

bool has_source ()
void clear_source ()

Clears the source field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fuchsia_net_name::wire::DnsServerSource & source ()

The configuration source for this server. Defaults to

[`fuchsia.net.name/DnsServerSource.static_source`].

BuilderImpl & source (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_net_name::wire::DnsServerSource>> elem)

The configuration source for this server. Defaults to

[`fuchsia.net.name/DnsServerSource.static_source`].

Protected Methods

void WireTableBaseBuilder< ::fuchsia_net_name::wire::DnsServer, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_net_name::wire::DnsServer>> && frame)

Records