template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 802 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_types.h

Public Methods

::fuchsia_pkg::wire::MirrorConfig Build ()

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

bool has_mirror_url ()
void clear_mirror_url ()

Clears the mirror_url field.

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

O(number_of_fields) complexity.

::fidl::StringView & mirror_url ()

The base URL of the TUF metadata on this mirror. Required.

BuilderImpl & mirror_url (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)

The base URL of the TUF metadata on this mirror. Required.

bool has_subscribe ()
void clear_subscribe ()

Clears the subscribe field.

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

O(number_of_fields) complexity.

bool & subscribe ()

Whether or not to automatically monitor the mirror for updates. Required.

BuilderImpl & subscribe (bool elem)

Whether or not to automatically monitor the mirror for updates. Required.

bool has_blob_mirror_url ()
void clear_blob_mirror_url ()

Clears the blob_mirror_url field.

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

O(number_of_fields) complexity.

::fidl::StringView & blob_mirror_url ()

The URL where blobs from this mirror should be fetched. Optional.

If absent presumed to be `mirror_url + "/blobs"`.

BuilderImpl & blob_mirror_url (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)

The URL where blobs from this mirror should be fetched. Optional.

If absent presumed to be `mirror_url + "/blobs"`.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_pkg::wire::MirrorConfig, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_pkg::wire::MirrorConfig>> && frame)

Records