class ReportSpec

Defined at line 64 of file fidling/gen/sdk/fidl/fuchsia.cobalt/fuchsia.cobalt/hlcpp/fuchsia/cobalt/cpp/fidl.h

A specification to identify a single Cobalt report.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const uint32_t & customer_id ()

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

Defined at line 71 of file fidling/gen/sdk/fidl/fuchsia.cobalt/fuchsia.cobalt/hlcpp/fuchsia/cobalt/cpp/fidl.h

bool has_customer_id ()

Defined at line 75 of file fidling/gen/sdk/fidl/fuchsia.cobalt/fuchsia.cobalt/hlcpp/fuchsia/cobalt/cpp/fidl.h

uint32_t * mutable_customer_id ()

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

Defined at line 80 of file fidling/gen/sdk/fidl/fuchsia.cobalt/fuchsia.cobalt/hlcpp/fuchsia/cobalt/cpp/fidl.h

void clear_customer_id ()

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

const uint32_t & project_id ()

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

Defined at line 97 of file fidling/gen/sdk/fidl/fuchsia.cobalt/fuchsia.cobalt/hlcpp/fuchsia/cobalt/cpp/fidl.h

bool has_project_id ()

Defined at line 101 of file fidling/gen/sdk/fidl/fuchsia.cobalt/fuchsia.cobalt/hlcpp/fuchsia/cobalt/cpp/fidl.h

uint32_t * mutable_project_id ()

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

Defined at line 106 of file fidling/gen/sdk/fidl/fuchsia.cobalt/fuchsia.cobalt/hlcpp/fuchsia/cobalt/cpp/fidl.h

void clear_project_id ()

Defined at line 114 of file fidling/gen/sdk/fidl/fuchsia.cobalt/fuchsia.cobalt/hlcpp/fuchsia/cobalt/cpp/fidl.h

const uint32_t & metric_id ()

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

Defined at line 123 of file fidling/gen/sdk/fidl/fuchsia.cobalt/fuchsia.cobalt/hlcpp/fuchsia/cobalt/cpp/fidl.h

bool has_metric_id ()

Defined at line 127 of file fidling/gen/sdk/fidl/fuchsia.cobalt/fuchsia.cobalt/hlcpp/fuchsia/cobalt/cpp/fidl.h

uint32_t * mutable_metric_id ()

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

Defined at line 132 of file fidling/gen/sdk/fidl/fuchsia.cobalt/fuchsia.cobalt/hlcpp/fuchsia/cobalt/cpp/fidl.h

void clear_metric_id ()

Defined at line 140 of file fidling/gen/sdk/fidl/fuchsia.cobalt/fuchsia.cobalt/hlcpp/fuchsia/cobalt/cpp/fidl.h

const uint32_t & report_id ()

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

Defined at line 149 of file fidling/gen/sdk/fidl/fuchsia.cobalt/fuchsia.cobalt/hlcpp/fuchsia/cobalt/cpp/fidl.h

bool has_report_id ()

Defined at line 153 of file fidling/gen/sdk/fidl/fuchsia.cobalt/fuchsia.cobalt/hlcpp/fuchsia/cobalt/cpp/fidl.h

uint32_t * mutable_report_id ()

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

Defined at line 158 of file fidling/gen/sdk/fidl/fuchsia.cobalt/fuchsia.cobalt/hlcpp/fuchsia/cobalt/cpp/fidl.h

void clear_report_id ()

Defined at line 166 of file fidling/gen/sdk/fidl/fuchsia.cobalt/fuchsia.cobalt/hlcpp/fuchsia/cobalt/cpp/fidl.h

ReportSpec & set_customer_id (uint32_t _value)
ReportSpec & set_project_id (uint32_t _value)
ReportSpec & set_metric_id (uint32_t _value)
ReportSpec & set_report_id (uint32_t _value)
void ReportSpec ()
void ReportSpec (ReportSpec && other)
void ~ReportSpec ()
ReportSpec & operator= (ReportSpec && other)
::std::unique_ptr<ReportSpec> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ReportSpec * _value, size_t _offset)
zx_status_t Clone (ReportSpec * _result)