class ProjectSpec

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

A specification identifying a project to log events for.

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_metrics::wire::ProjectSpec> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_metrics::wire::ProjectSpec> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_metrics::wire::ProjectSpec>> frame)

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

void ProjectSpec ()

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

void ProjectSpec (const ProjectSpec & other)

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

ProjectSpec & operator= (const ProjectSpec & other)

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

void ProjectSpec (ProjectSpec && other)

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

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.

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

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

uint32_t & project_id ()

The ID of the project.

bool has_project_id ()
void ~ProjectSpec ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder