template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 214 of file fidling/gen/sdk/fidl/fuchsia.metrics/fuchsia.metrics/cpp/fidl/fuchsia.metrics/cpp/wire_types.h

Public Methods

::fuchsia_metrics::wire::ProjectSpec Build ()

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

bool has_customer_id ()
void clear_customer_id ()

Clears the customer_id field.

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

O(number_of_fields) complexity.

uint32_t & customer_id ()

The customer ID. If omitted (i.e. set to 0) then it defaults to the

customer ID for the default "fuchsia" customer.

BuilderImpl & customer_id (uint32_t elem)

The customer ID. If omitted (i.e. set to 0) then it defaults to the

customer ID for the default "fuchsia" customer.

bool has_project_id ()
void clear_project_id ()

Clears the project_id field.

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

O(number_of_fields) complexity.

uint32_t & project_id ()

The ID of the project.

BuilderImpl & project_id (uint32_t elem)

The ID of the project.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_metrics::wire::ProjectSpec, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_metrics::wire::ProjectSpec>> && frame)

Records