class ReportSpec

Defined at line 83 of file fidling/gen/sdk/fidl/fuchsia.cobalt/fuchsia.cobalt/cpp/fidl/fuchsia.cobalt/cpp/wire_types.h

A specification to identify a single Cobalt report.

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_cobalt::wire::ReportSpec> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_cobalt::wire::ReportSpec> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_cobalt::wire::ReportSpec>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

void ReportSpec ()

Defined at line 85 of file fidling/gen/sdk/fidl/fuchsia.cobalt/fuchsia.cobalt/cpp/fidl/fuchsia.cobalt/cpp/wire_types.h

void ReportSpec (const ReportSpec & other)

Defined at line 86 of file fidling/gen/sdk/fidl/fuchsia.cobalt/fuchsia.cobalt/cpp/fidl/fuchsia.cobalt/cpp/wire_types.h

ReportSpec & operator= (const ReportSpec & other)

Defined at line 87 of file fidling/gen/sdk/fidl/fuchsia.cobalt/fuchsia.cobalt/cpp/fidl/fuchsia.cobalt/cpp/wire_types.h

void ReportSpec (ReportSpec && other)

Defined at line 88 of file fidling/gen/sdk/fidl/fuchsia.cobalt/fuchsia.cobalt/cpp/fidl/fuchsia.cobalt/cpp/wire_types.h

uint32_t & customer_id ()

The customer ID, as specified in Cobalt's metrics registry.

bool has_customer_id ()
ReportSpec & operator= (ReportSpec && other)

Defined at line 89 of file fidling/gen/sdk/fidl/fuchsia.cobalt/fuchsia.cobalt/cpp/fidl/fuchsia.cobalt/cpp/wire_types.h

uint32_t & project_id ()

The ID of the project, as specified in Cobalt's metrics registry.

bool has_project_id ()
uint32_t & metric_id ()

The ID of the metric, as specified in Cobalt's metrics registry.

bool has_metric_id ()
uint32_t & report_id ()

The ID of the report, as specified in Cobalt's metrics registry.

bool has_report_id ()
void ~ReportSpec ()

Defined at line 91 of file fidling/gen/sdk/fidl/fuchsia.cobalt/fuchsia.cobalt/cpp/fidl/fuchsia.cobalt/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder