chromium/out/Default/gen/third_party/metrics_proto/ukm/aggregate.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: ukm/aggregate.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_ukm_2faggregate_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_ukm_2faggregate_2eproto

#include <limits>
#include <string>

#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 3021000
#error This file was generated by a newer version of protoc which is
#error incompatible with your Protocol Buffer headers. Please update
#error your headers.
#endif
#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif

#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/repeated_field.h>  // IWYU pragma: export
#include <google/protobuf/extension_set.h>  // IWYU pragma: export
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_ukm_2faggregate_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_ukm_2faggregate_2eproto {};
namespace ukm {
class Aggregate;
struct AggregateDefaultTypeInternal;
extern AggregateDefaultTypeInternal _Aggregate_default_instance_;
class Aggregate_Metric;
struct Aggregate_MetricDefaultTypeInternal;
extern Aggregate_MetricDefaultTypeInternal _Aggregate_Metric_default_instance_;
}  // namespace ukm
PROTOBUF_NAMESPACE_OPEN
template<> ::ukm::Aggregate* Arena::CreateMaybeMessage<::ukm::Aggregate>(Arena*);
template<> ::ukm::Aggregate_Metric* Arena::CreateMaybeMessage<::ukm::Aggregate_Metric>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace ukm {

// ===================================================================

class Aggregate_Metric final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:ukm.Aggregate.Metric) */ {};
// -------------------------------------------------------------------

class Aggregate final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:ukm.Aggregate) */ {};
// ===================================================================


// ===================================================================

#ifdef __GNUC__
  #pragma GCC diagnostic push
  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif  // __GNUC__
// Aggregate_Metric

// optional fixed64 metric_hash = 1;
inline bool Aggregate_Metric::_internal_has_metric_hash() const {}
inline bool Aggregate_Metric::has_metric_hash() const {}
inline void Aggregate_Metric::clear_metric_hash() {}
inline uint64_t Aggregate_Metric::_internal_metric_hash() const {}
inline uint64_t Aggregate_Metric::metric_hash() const {}
inline void Aggregate_Metric::_internal_set_metric_hash(uint64_t value) {}
inline void Aggregate_Metric::set_metric_hash(uint64_t value) {}

// optional double value_sum = 2;
inline bool Aggregate_Metric::_internal_has_value_sum() const {}
inline bool Aggregate_Metric::has_value_sum() const {}
inline void Aggregate_Metric::clear_value_sum() {}
inline double Aggregate_Metric::_internal_value_sum() const {}
inline double Aggregate_Metric::value_sum() const {}
inline void Aggregate_Metric::_internal_set_value_sum(double value) {}
inline void Aggregate_Metric::set_value_sum(double value) {}

// optional double value_square_sum = 3;
inline bool Aggregate_Metric::_internal_has_value_square_sum() const {}
inline bool Aggregate_Metric::has_value_square_sum() const {}
inline void Aggregate_Metric::clear_value_square_sum() {}
inline double Aggregate_Metric::_internal_value_square_sum() const {}
inline double Aggregate_Metric::value_square_sum() const {}
inline void Aggregate_Metric::_internal_set_value_square_sum(double value) {}
inline void Aggregate_Metric::set_value_square_sum(double value) {}

// optional uint64 total_count = 4;
inline bool Aggregate_Metric::_internal_has_total_count() const {}
inline bool Aggregate_Metric::has_total_count() const {}
inline void Aggregate_Metric::clear_total_count() {}
inline uint64_t Aggregate_Metric::_internal_total_count() const {}
inline uint64_t Aggregate_Metric::total_count() const {}
inline void Aggregate_Metric::_internal_set_total_count(uint64_t value) {}
inline void Aggregate_Metric::set_total_count(uint64_t value) {}

// optional uint64 dropped_due_to_limits = 5;
inline bool Aggregate_Metric::_internal_has_dropped_due_to_limits() const {}
inline bool Aggregate_Metric::has_dropped_due_to_limits() const {}
inline void Aggregate_Metric::clear_dropped_due_to_limits() {}
inline uint64_t Aggregate_Metric::_internal_dropped_due_to_limits() const {}
inline uint64_t Aggregate_Metric::dropped_due_to_limits() const {}
inline void Aggregate_Metric::_internal_set_dropped_due_to_limits(uint64_t value) {}
inline void Aggregate_Metric::set_dropped_due_to_limits(uint64_t value) {}

// optional uint64 dropped_due_to_sampling = 6;
inline bool Aggregate_Metric::_internal_has_dropped_due_to_sampling() const {}
inline bool Aggregate_Metric::has_dropped_due_to_sampling() const {}
inline void Aggregate_Metric::clear_dropped_due_to_sampling() {}
inline uint64_t Aggregate_Metric::_internal_dropped_due_to_sampling() const {}
inline uint64_t Aggregate_Metric::dropped_due_to_sampling() const {}
inline void Aggregate_Metric::_internal_set_dropped_due_to_sampling(uint64_t value) {}
inline void Aggregate_Metric::set_dropped_due_to_sampling(uint64_t value) {}

// optional uint64 dropped_due_to_filter = 8;
inline bool Aggregate_Metric::_internal_has_dropped_due_to_filter() const {}
inline bool Aggregate_Metric::has_dropped_due_to_filter() const {}
inline void Aggregate_Metric::clear_dropped_due_to_filter() {}
inline uint64_t Aggregate_Metric::_internal_dropped_due_to_filter() const {}
inline uint64_t Aggregate_Metric::dropped_due_to_filter() const {}
inline void Aggregate_Metric::_internal_set_dropped_due_to_filter(uint64_t value) {}
inline void Aggregate_Metric::set_dropped_due_to_filter(uint64_t value) {}

// optional uint64 dropped_due_to_unconfigured = 9;
inline bool Aggregate_Metric::_internal_has_dropped_due_to_unconfigured() const {}
inline bool Aggregate_Metric::has_dropped_due_to_unconfigured() const {}
inline void Aggregate_Metric::clear_dropped_due_to_unconfigured() {}
inline uint64_t Aggregate_Metric::_internal_dropped_due_to_unconfigured() const {}
inline uint64_t Aggregate_Metric::dropped_due_to_unconfigured() const {}
inline void Aggregate_Metric::_internal_set_dropped_due_to_unconfigured(uint64_t value) {}
inline void Aggregate_Metric::set_dropped_due_to_unconfigured(uint64_t value) {}

// -------------------------------------------------------------------

// Aggregate

// optional int64 source_id = 1;
inline bool Aggregate::_internal_has_source_id() const {}
inline bool Aggregate::has_source_id() const {}
inline void Aggregate::clear_source_id() {}
inline int64_t Aggregate::_internal_source_id() const {}
inline int64_t Aggregate::source_id() const {}
inline void Aggregate::_internal_set_source_id(int64_t value) {}
inline void Aggregate::set_source_id(int64_t value) {}

// optional fixed64 event_hash = 2;
inline bool Aggregate::_internal_has_event_hash() const {}
inline bool Aggregate::has_event_hash() const {}
inline void Aggregate::clear_event_hash() {}
inline uint64_t Aggregate::_internal_event_hash() const {}
inline uint64_t Aggregate::event_hash() const {}
inline void Aggregate::_internal_set_event_hash(uint64_t value) {}
inline void Aggregate::set_event_hash(uint64_t value) {}

// optional uint64 total_count = 3;
inline bool Aggregate::_internal_has_total_count() const {}
inline bool Aggregate::has_total_count() const {}
inline void Aggregate::clear_total_count() {}
inline uint64_t Aggregate::_internal_total_count() const {}
inline uint64_t Aggregate::total_count() const {}
inline void Aggregate::_internal_set_total_count(uint64_t value) {}
inline void Aggregate::set_total_count(uint64_t value) {}

// optional uint64 dropped_due_to_limits = 4;
inline bool Aggregate::_internal_has_dropped_due_to_limits() const {}
inline bool Aggregate::has_dropped_due_to_limits() const {}
inline void Aggregate::clear_dropped_due_to_limits() {}
inline uint64_t Aggregate::_internal_dropped_due_to_limits() const {}
inline uint64_t Aggregate::dropped_due_to_limits() const {}
inline void Aggregate::_internal_set_dropped_due_to_limits(uint64_t value) {}
inline void Aggregate::set_dropped_due_to_limits(uint64_t value) {}

// optional uint64 dropped_due_to_sampling = 5;
inline bool Aggregate::_internal_has_dropped_due_to_sampling() const {}
inline bool Aggregate::has_dropped_due_to_sampling() const {}
inline void Aggregate::clear_dropped_due_to_sampling() {}
inline uint64_t Aggregate::_internal_dropped_due_to_sampling() const {}
inline uint64_t Aggregate::dropped_due_to_sampling() const {}
inline void Aggregate::_internal_set_dropped_due_to_sampling(uint64_t value) {}
inline void Aggregate::set_dropped_due_to_sampling(uint64_t value) {}

// optional uint64 dropped_due_to_filter = 8;
inline bool Aggregate::_internal_has_dropped_due_to_filter() const {}
inline bool Aggregate::has_dropped_due_to_filter() const {}
inline void Aggregate::clear_dropped_due_to_filter() {}
inline uint64_t Aggregate::_internal_dropped_due_to_filter() const {}
inline uint64_t Aggregate::dropped_due_to_filter() const {}
inline void Aggregate::_internal_set_dropped_due_to_filter(uint64_t value) {}
inline void Aggregate::set_dropped_due_to_filter(uint64_t value) {}

// optional uint64 dropped_due_to_unconfigured = 9;
inline bool Aggregate::_internal_has_dropped_due_to_unconfigured() const {}
inline bool Aggregate::has_dropped_due_to_unconfigured() const {}
inline void Aggregate::clear_dropped_due_to_unconfigured() {}
inline uint64_t Aggregate::_internal_dropped_due_to_unconfigured() const {}
inline uint64_t Aggregate::dropped_due_to_unconfigured() const {}
inline void Aggregate::_internal_set_dropped_due_to_unconfigured(uint64_t value) {}
inline void Aggregate::set_dropped_due_to_unconfigured(uint64_t value) {}

// repeated .ukm.Aggregate.Metric metrics = 6;
inline int Aggregate::_internal_metrics_size() const {}
inline int Aggregate::metrics_size() const {}
inline void Aggregate::clear_metrics() {}
inline ::ukm::Aggregate_Metric* Aggregate::mutable_metrics(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ukm::Aggregate_Metric >*
Aggregate::mutable_metrics() {}
inline const ::ukm::Aggregate_Metric& Aggregate::_internal_metrics(int index) const {}
inline const ::ukm::Aggregate_Metric& Aggregate::metrics(int index) const {}
inline ::ukm::Aggregate_Metric* Aggregate::_internal_add_metrics() {}
inline ::ukm::Aggregate_Metric* Aggregate::add_metrics() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ukm::Aggregate_Metric >&
Aggregate::metrics() const {}

#ifdef __GNUC__
  #pragma GCC diagnostic pop
#endif  // __GNUC__
// -------------------------------------------------------------------


// @@protoc_insertion_point(namespace_scope)

}  // namespace ukm

// @@protoc_insertion_point(global_scope)

#include <google/protobuf/port_undef.inc>
#endif  // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ukm_2faggregate_2eproto