// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: third_party/metrics_proto/private_metrics/private_user_metrics.proto
// Protobuf C++ Version: 7.35.1

#ifndef third_5fparty_2fmetrics_5fproto_2fprivate_5fmetrics_2fprivate_5fuser_5fmetrics_2eproto_2epb_2eh
#define third_5fparty_2fmetrics_5fproto_2fprivate_5fmetrics_2fprivate_5fuser_5fmetrics_2eproto_2epb_2eh

#include <limits>
#include <string>
#include <type_traits>
#include <utility>

// clang-format off
#include "google/protobuf/runtime_version.h"
#if PROTOBUF_VERSION != 7035001
#error "Protobuf C++ gencode is built with an incompatible version of"
#error "Protobuf C++ headers/runtime. See"
#error "https://protobuf.dev/support/cross-version-runtime-guarantee/#cpp"
#endif
#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/arenastring.h"
#include "google/protobuf/generated_message_tctable_decl.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
#include "third_party/metrics_proto/private_metrics/system_profiles/rc_coarse_system_profile.pb.h"
#include "third_party/metrics_proto/private_metrics/system_profiles/search_system_profile.pb.h"
#include "third_party/metrics_proto/histogram_event.pb.h"
// @@protoc_insertion_point(includes)

// Must be included last.
#include "google/protobuf/port_def.inc"

#define PROTOBUF_INTERNAL_EXPORT_third_5fparty_2fmetrics_5fproto_2fprivate_5fmetrics_2fprivate_5fuser_5fmetrics_2eproto

namespace google {
namespace protobuf {
namespace internal {
template <typename T>
::absl::string_view GetAnyMessageName();
}  // namespace internal
}  // namespace protobuf
}  // namespace google

// Internal implementation detail -- do not use these members.
struct TableStruct_third_5fparty_2fmetrics_5fproto_2fprivate_5fmetrics_2fprivate_5fuser_5fmetrics_2eproto {
  static const ::uint32_t offsets[];
};
namespace private_metrics {
class PrivateUserMetrics;
struct PrivateUserMetricsGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern PrivateUserMetricsGlobalsTypeInternal PrivateUserMetrics_globals_;
extern const ::google::protobuf::internal::ClassDataLite PrivateUserMetrics_class_data_;
#else
extern const PrivateUserMetricsGlobalsTypeInternal PrivateUserMetrics_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class ProfileKeyedHistogramEvent;
struct ProfileKeyedHistogramEventGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern ProfileKeyedHistogramEventGlobalsTypeInternal ProfileKeyedHistogramEvent_globals_;
extern const ::google::protobuf::internal::ClassDataLite ProfileKeyedHistogramEvent_class_data_;
#else
extern const ProfileKeyedHistogramEventGlobalsTypeInternal ProfileKeyedHistogramEvent_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace private_metrics
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google

namespace private_metrics {

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


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

class  ProfileKeyedHistogramEvent final : public ::google::protobuf::MessageLite
/* @@protoc_insertion_point(class_definition:private_metrics.ProfileKeyedHistogramEvent) */ {
 public:
  inline ProfileKeyedHistogramEvent() : ProfileKeyedHistogramEvent(nullptr) {}
  ~ProfileKeyedHistogramEvent() PROTOBUF_FINAL;

#if defined(PROTOBUF_CUSTOM_VTABLE)
  void operator delete(ProfileKeyedHistogramEvent* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) {
    SharedDtor(*msg);
    ::google::protobuf::internal::SizedDelete(msg, sizeof(ProfileKeyedHistogramEvent));
  }
#endif

  template <typename = void>
  explicit constexpr ProfileKeyedHistogramEvent(::google::protobuf::internal::ConstantInitialized,
                           const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
                               class_data);

  inline ProfileKeyedHistogramEvent(const ProfileKeyedHistogramEvent& from) : ProfileKeyedHistogramEvent(nullptr, from) {}
  inline ProfileKeyedHistogramEvent(ProfileKeyedHistogramEvent&& from) noexcept : ProfileKeyedHistogramEvent(nullptr, ::std::move(from)) {}
  inline ProfileKeyedHistogramEvent& operator=(const ProfileKeyedHistogramEvent& from) {
    CopyFrom(from);
    return *this;
  }
  inline ProfileKeyedHistogramEvent& operator=(ProfileKeyedHistogramEvent&& from) noexcept {
    if (this == &from) return *this;
    if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

  inline const ::std::string& unknown_fields() const
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString);
  }
  inline ::std::string* PROTOBUF_NONNULL
  mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.mutable_unknown_fields<::std::string>();
  }

  static const ProfileKeyedHistogramEvent& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<ProfileKeyedHistogramEvent>(&ProfileKeyedHistogramEvent_globals_);
  }
  static constexpr int kIndexInFileMessages = 1;
  friend void swap(ProfileKeyedHistogramEvent& a, ProfileKeyedHistogramEvent& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(ProfileKeyedHistogramEvent* PROTOBUF_NONNULL other) {
    if (other == this) return;
    if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) {
      InternalSwap(other);
    } else {
      ::google::protobuf::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(ProfileKeyedHistogramEvent* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

  // implements Message ----------------------------------------------

  ProfileKeyedHistogramEvent* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<ProfileKeyedHistogramEvent>(arena);
  }
  void CopyFrom(const ProfileKeyedHistogramEvent& from);
  void MergeFrom(const ProfileKeyedHistogramEvent& from) { ProfileKeyedHistogramEvent::MergeImpl(*this, from); }

  private:
  static void MergeImpl(::google::protobuf::MessageLite& to_msg,
                        const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return true;
  }
  ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
  #if defined(PROTOBUF_CUSTOM_VTABLE)
  private:
  static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
  static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream);

  public:
  ::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
    return _InternalSerialize(*this, target, stream);
  }
  #else   // PROTOBUF_CUSTOM_VTABLE
  ::size_t ByteSizeLong() const final;
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final;
  #endif  // PROTOBUF_CUSTOM_VTABLE
  int GetCachedSize() const {
    return _impl_._cached_size_.Get();
  }

  private:
  void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static void SharedDtor(MessageLite& self);
  void InternalSwap(ProfileKeyedHistogramEvent* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "private_metrics.ProfileKeyedHistogramEvent"; }

  explicit ProfileKeyedHistogramEvent(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  ProfileKeyedHistogramEvent(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const ProfileKeyedHistogramEvent& from);
  ProfileKeyedHistogramEvent(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, ProfileKeyedHistogramEvent&& from) noexcept
      : ProfileKeyedHistogramEvent(arena) {
    *this = ::std::move(from);
  }
  const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL;
  static void* PROTOBUF_NONNULL PlacementNew_(
      const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static constexpr auto InternalNewImpl_();

 public:
  static constexpr auto InternalGenerateClassData_(
      const MessageLite& prototype,
      const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr);

  // nested types ----------------------------------------------------

  // accessors -------------------------------------------------------
  enum : int {
    kHistogramEventsFieldNumber = 2,
    kProfileIdFieldNumber = 1,
  };
  // repeated .metrics.HistogramEventProto histogram_events = 2;
  int histogram_events_size()
      const;
  private:
  int _internal_histogram_events_size() const;

  public:
  void clear_histogram_events() ;
  const ::metrics::HistogramEventProto& histogram_events(int index) const;
  ::metrics::HistogramEventProto* PROTOBUF_NONNULL mutable_histogram_events(int index);
  ::metrics::HistogramEventProto* PROTOBUF_NONNULL add_histogram_events();
  const ::google::protobuf::RepeatedPtrField<::metrics::HistogramEventProto>&
  histogram_events() const;
  ::google::protobuf::RepeatedPtrField<::metrics::HistogramEventProto>* PROTOBUF_NONNULL
  mutable_histogram_events();

  private:
  const ::google::protobuf::RepeatedPtrField<::metrics::HistogramEventProto>& _internal_histogram_events() const;
  ::google::protobuf::RepeatedPtrField<::metrics::HistogramEventProto>* PROTOBUF_NONNULL _internal_mutable_histogram_events();

  public:
  // fixed64 profile_id = 1;
  bool has_profile_id()
      const;
  void clear_profile_id() ;
  ::uint64_t profile_id() const;
  void set_profile_id(::uint64_t value);

  private:
  ::uint64_t _internal_profile_id() const;
  void _internal_set_profile_id(::uint64_t value);

  public:
  // @@protoc_insertion_point(class_scope:private_metrics.ProfileKeyedHistogramEvent)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<1, 2,
                          1, 0,
                          2>;
  static constexpr ParseTableT_ InternalGenerateParseTable_(
      const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data);
  friend class ::google::protobuf::internal::TcParser;
  #ifndef PROTOBUF_MESSAGE_GLOBALS
  static const ParseTableT_ _table_;
  #endif

  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  friend ::google::protobuf::internal::PrivateAccess;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility,
                                    ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
        const ProfileKeyedHistogramEvent& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField< ::metrics::HistogramEventProto > histogram_events_;
    ::uint64_t profile_id_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_third_5fparty_2fmetrics_5fproto_2fprivate_5fmetrics_2fprivate_5fuser_5fmetrics_2eproto;
};
// -------------------------------------------------------------------

class  PrivateUserMetrics final : public ::google::protobuf::MessageLite
/* @@protoc_insertion_point(class_definition:private_metrics.PrivateUserMetrics) */ {
 public:
  inline PrivateUserMetrics() : PrivateUserMetrics(nullptr) {}
  ~PrivateUserMetrics() PROTOBUF_FINAL;

#if defined(PROTOBUF_CUSTOM_VTABLE)
  void operator delete(PrivateUserMetrics* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) {
    SharedDtor(*msg);
    ::google::protobuf::internal::SizedDelete(msg, sizeof(PrivateUserMetrics));
  }
#endif

  template <typename = void>
  explicit constexpr PrivateUserMetrics(::google::protobuf::internal::ConstantInitialized,
                           const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
                               class_data);

  inline PrivateUserMetrics(const PrivateUserMetrics& from) : PrivateUserMetrics(nullptr, from) {}
  inline PrivateUserMetrics(PrivateUserMetrics&& from) noexcept : PrivateUserMetrics(nullptr, ::std::move(from)) {}
  inline PrivateUserMetrics& operator=(const PrivateUserMetrics& from) {
    CopyFrom(from);
    return *this;
  }
  inline PrivateUserMetrics& operator=(PrivateUserMetrics&& from) noexcept {
    if (this == &from) return *this;
    if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

  inline const ::std::string& unknown_fields() const
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString);
  }
  inline ::std::string* PROTOBUF_NONNULL
  mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.mutable_unknown_fields<::std::string>();
  }

  static const PrivateUserMetrics& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<PrivateUserMetrics>(&PrivateUserMetrics_globals_);
  }
  enum SystemProfileCase {
    kRcProfile = 3,
    kSearchProfile = 4,
    SYSTEM_PROFILE_NOT_SET = 0,
  };
  static constexpr int kIndexInFileMessages = 0;
  friend void swap(PrivateUserMetrics& a, PrivateUserMetrics& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(PrivateUserMetrics* PROTOBUF_NONNULL other) {
    if (other == this) return;
    if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) {
      InternalSwap(other);
    } else {
      ::google::protobuf::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(PrivateUserMetrics* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

  // implements Message ----------------------------------------------

  PrivateUserMetrics* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<PrivateUserMetrics>(arena);
  }
  void CopyFrom(const PrivateUserMetrics& from);
  void MergeFrom(const PrivateUserMetrics& from) { PrivateUserMetrics::MergeImpl(*this, from); }

  private:
  static void MergeImpl(::google::protobuf::MessageLite& to_msg,
                        const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return true;
  }
  ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
  #if defined(PROTOBUF_CUSTOM_VTABLE)
  private:
  static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
  static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream);

  public:
  ::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
    return _InternalSerialize(*this, target, stream);
  }
  #else   // PROTOBUF_CUSTOM_VTABLE
  ::size_t ByteSizeLong() const final;
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final;
  #endif  // PROTOBUF_CUSTOM_VTABLE
  int GetCachedSize() const {
    return _impl_._cached_size_.Get();
  }

  private:
  void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static void SharedDtor(MessageLite& self);
  void InternalSwap(PrivateUserMetrics* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "private_metrics.PrivateUserMetrics"; }

  explicit PrivateUserMetrics(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  PrivateUserMetrics(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const PrivateUserMetrics& from);
  PrivateUserMetrics(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, PrivateUserMetrics&& from) noexcept
      : PrivateUserMetrics(arena) {
    *this = ::std::move(from);
  }
  const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL;
  static void* PROTOBUF_NONNULL PlacementNew_(
      const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static constexpr auto InternalNewImpl_();

 public:
  static constexpr auto InternalGenerateClassData_(
      const MessageLite& prototype,
      const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr);

  // nested types ----------------------------------------------------

  // accessors -------------------------------------------------------
  enum : int {
    kHistogramEventsFieldNumber = 2,
    kClientIdFieldNumber = 1,
    kProfileKeyedHistogramEventsFieldNumber = 5,
    kRcProfileFieldNumber = 3,
    kSearchProfileFieldNumber = 4,
  };
  // repeated .metrics.HistogramEventProto histogram_events = 2;
  int histogram_events_size()
      const;
  private:
  int _internal_histogram_events_size() const;

  public:
  void clear_histogram_events() ;
  const ::metrics::HistogramEventProto& histogram_events(int index) const;
  ::metrics::HistogramEventProto* PROTOBUF_NONNULL mutable_histogram_events(int index);
  ::metrics::HistogramEventProto* PROTOBUF_NONNULL add_histogram_events();
  const ::google::protobuf::RepeatedPtrField<::metrics::HistogramEventProto>&
  histogram_events() const;
  ::google::protobuf::RepeatedPtrField<::metrics::HistogramEventProto>* PROTOBUF_NONNULL
  mutable_histogram_events();

  private:
  const ::google::protobuf::RepeatedPtrField<::metrics::HistogramEventProto>& _internal_histogram_events() const;
  ::google::protobuf::RepeatedPtrField<::metrics::HistogramEventProto>* PROTOBUF_NONNULL _internal_mutable_histogram_events();

  public:
  // fixed64 client_id = 1;
  bool has_client_id()
      const;
  void clear_client_id() ;
  ::uint64_t client_id() const;
  void set_client_id(::uint64_t value);

  private:
  ::uint64_t _internal_client_id() const;
  void _internal_set_client_id(::uint64_t value);

  public:
  // repeated .private_metrics.ProfileKeyedHistogramEvent profile_keyed_histogram_events = 5;
  int profile_keyed_histogram_events_size()
      const;
  private:
  int _internal_profile_keyed_histogram_events_size() const;

  public:
  void clear_profile_keyed_histogram_events() ;
  const ::private_metrics::ProfileKeyedHistogramEvent& profile_keyed_histogram_events(int index) const;
  ::private_metrics::ProfileKeyedHistogramEvent* PROTOBUF_NONNULL mutable_profile_keyed_histogram_events(int index);
  ::private_metrics::ProfileKeyedHistogramEvent* PROTOBUF_NONNULL add_profile_keyed_histogram_events();
  const ::google::protobuf::RepeatedPtrField<::private_metrics::ProfileKeyedHistogramEvent>&
  profile_keyed_histogram_events() const;
  ::google::protobuf::RepeatedPtrField<::private_metrics::ProfileKeyedHistogramEvent>* PROTOBUF_NONNULL
  mutable_profile_keyed_histogram_events();

  private:
  const ::google::protobuf::RepeatedPtrField<::private_metrics::ProfileKeyedHistogramEvent>& _internal_profile_keyed_histogram_events() const;
  ::google::protobuf::RepeatedPtrField<::private_metrics::ProfileKeyedHistogramEvent>* PROTOBUF_NONNULL _internal_mutable_profile_keyed_histogram_events();

  public:
  // .private_metrics.RcCoarseSystemProfile rc_profile = 3;
  bool has_rc_profile()
      const;
  private:
  bool _internal_has_rc_profile() const;

  public:
  void clear_rc_profile() ;
  const ::private_metrics::RcCoarseSystemProfile& rc_profile() const;
  ::private_metrics::RcCoarseSystemProfile* PROTOBUF_NULLABLE release_rc_profile();
  ::private_metrics::RcCoarseSystemProfile* PROTOBUF_NONNULL mutable_rc_profile();
  void set_allocated_rc_profile(::private_metrics::RcCoarseSystemProfile* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_rc_profile(::private_metrics::RcCoarseSystemProfile* PROTOBUF_NULLABLE value);
  ::private_metrics::RcCoarseSystemProfile* PROTOBUF_NULLABLE unsafe_arena_release_rc_profile();

  private:
  const ::private_metrics::RcCoarseSystemProfile& _internal_rc_profile() const;
  ::private_metrics::RcCoarseSystemProfile* PROTOBUF_NONNULL _internal_mutable_rc_profile();

  public:
  // .private_metrics.SearchSystemProfile search_profile = 4;
  bool has_search_profile()
      const;
  private:
  bool _internal_has_search_profile() const;

  public:
  void clear_search_profile() ;
  const ::private_metrics::SearchSystemProfile& search_profile() const;
  ::private_metrics::SearchSystemProfile* PROTOBUF_NULLABLE release_search_profile();
  ::private_metrics::SearchSystemProfile* PROTOBUF_NONNULL mutable_search_profile();
  void set_allocated_search_profile(::private_metrics::SearchSystemProfile* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_search_profile(::private_metrics::SearchSystemProfile* PROTOBUF_NULLABLE value);
  ::private_metrics::SearchSystemProfile* PROTOBUF_NULLABLE unsafe_arena_release_search_profile();

  private:
  const ::private_metrics::SearchSystemProfile& _internal_search_profile() const;
  ::private_metrics::SearchSystemProfile* PROTOBUF_NONNULL _internal_mutable_search_profile();

  public:
  void clear_system_profile();
  SystemProfileCase system_profile_case() const;
  // @@protoc_insertion_point(class_scope:private_metrics.PrivateUserMetrics)
 private:
  class _Internal;
  void set_has_rc_profile();
  void set_has_search_profile();
  inline bool has_system_profile() const;
  inline void clear_has_system_profile();
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<3, 5,
                          4, 0,
                          2>;
  static constexpr ParseTableT_ InternalGenerateParseTable_(
      const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data);
  friend class ::google::protobuf::internal::TcParser;
  #ifndef PROTOBUF_MESSAGE_GLOBALS
  static const ParseTableT_ _table_;
  #endif

  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  friend ::google::protobuf::internal::PrivateAccess;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility,
                                    ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
        const PrivateUserMetrics& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField< ::metrics::HistogramEventProto > histogram_events_;
    ::uint64_t client_id_;
    ::google::protobuf::RepeatedPtrField< ::private_metrics::ProfileKeyedHistogramEvent > profile_keyed_histogram_events_;
    union SystemProfileUnion {
      constexpr SystemProfileUnion() : _constinit_{} {}
      ::google::protobuf::internal::ConstantInitialized _constinit_;
      ::private_metrics::RcCoarseSystemProfile* PROTOBUF_NULLABLE rc_profile_;
      ::private_metrics::SearchSystemProfile* PROTOBUF_NULLABLE search_profile_;
    } system_profile_;
    ::uint32_t _oneof_case_[1];
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_third_5fparty_2fmetrics_5fproto_2fprivate_5fmetrics_2fprivate_5fuser_5fmetrics_2eproto;
};

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




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


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

// PrivateUserMetrics

// fixed64 client_id = 1;
inline bool PrivateUserMetrics::has_client_id() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void PrivateUserMetrics::clear_client_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.client_id_ = ::uint64_t{0u};
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline ::uint64_t PrivateUserMetrics::client_id() const {
  // @@protoc_insertion_point(field_get:private_metrics.PrivateUserMetrics.client_id)
  return _internal_client_id();
}
inline void PrivateUserMetrics::set_client_id(::uint64_t value) {
  _internal_set_client_id(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_set:private_metrics.PrivateUserMetrics.client_id)
}
inline ::uint64_t PrivateUserMetrics::_internal_client_id() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.client_id_;
}
inline void PrivateUserMetrics::_internal_set_client_id(::uint64_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.client_id_ = value;
}

// repeated .metrics.HistogramEventProto histogram_events = 2;
inline int PrivateUserMetrics::_internal_histogram_events_size() const {
  return _internal_histogram_events().size();
}
inline int PrivateUserMetrics::histogram_events_size() const {
  return _internal_histogram_events_size();
}
inline const ::metrics::HistogramEventProto& PrivateUserMetrics::histogram_events(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:private_metrics.PrivateUserMetrics.histogram_events)
  return _internal_histogram_events().Get(index);
}
inline ::metrics::HistogramEventProto* PROTOBUF_NONNULL PrivateUserMetrics::mutable_histogram_events(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:private_metrics.PrivateUserMetrics.histogram_events)
  return _internal_mutable_histogram_events()->Mutable(index);
}
inline ::metrics::HistogramEventProto* PROTOBUF_NONNULL PrivateUserMetrics::add_histogram_events()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::metrics::HistogramEventProto* _add =
      _internal_mutable_histogram_events()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:private_metrics.PrivateUserMetrics.histogram_events)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::metrics::HistogramEventProto>& PrivateUserMetrics::histogram_events() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:private_metrics.PrivateUserMetrics.histogram_events)
  return _internal_histogram_events();
}
inline ::google::protobuf::RepeatedPtrField<::metrics::HistogramEventProto>* PROTOBUF_NONNULL
PrivateUserMetrics::mutable_histogram_events() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:private_metrics.PrivateUserMetrics.histogram_events)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_histogram_events();
}
inline const ::google::protobuf::RepeatedPtrField<::metrics::HistogramEventProto>&
PrivateUserMetrics::_internal_histogram_events() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.histogram_events_;
}
inline ::google::protobuf::RepeatedPtrField<::metrics::HistogramEventProto>* PROTOBUF_NONNULL
PrivateUserMetrics::_internal_mutable_histogram_events() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.histogram_events_;
}

// .private_metrics.RcCoarseSystemProfile rc_profile = 3;
inline bool PrivateUserMetrics::has_rc_profile() const {
  return system_profile_case() == kRcProfile;
}
inline bool PrivateUserMetrics::_internal_has_rc_profile() const {
  return system_profile_case() == kRcProfile;
}
inline void PrivateUserMetrics::set_has_rc_profile() {
  _impl_._oneof_case_[0] = kRcProfile;
}
inline ::private_metrics::RcCoarseSystemProfile* PROTOBUF_NULLABLE PrivateUserMetrics::release_rc_profile() {
  // @@protoc_insertion_point(field_release:private_metrics.PrivateUserMetrics.rc_profile)
  if (system_profile_case() == kRcProfile) {
    clear_has_system_profile();
    auto* temp = _impl_.system_profile_.rc_profile_;
    if (GetArena() != nullptr) {
      temp = ::google::protobuf::internal::DuplicateIfNonNull(temp);
    }
    _impl_.system_profile_.rc_profile_ = nullptr;
    return temp;
  } else {
    return nullptr;
  }
}
inline const ::private_metrics::RcCoarseSystemProfile& PrivateUserMetrics::_internal_rc_profile() const {
  return system_profile_case() == kRcProfile ? static_cast<const ::private_metrics::RcCoarseSystemProfile&>(*_impl_.system_profile_.rc_profile_)
                     : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::private_metrics::RcCoarseSystemProfile>(&::private_metrics::RcCoarseSystemProfile_globals_);
}
inline const ::private_metrics::RcCoarseSystemProfile& PrivateUserMetrics::rc_profile() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:private_metrics.PrivateUserMetrics.rc_profile)
  return _internal_rc_profile();
}
inline ::private_metrics::RcCoarseSystemProfile* PROTOBUF_NULLABLE PrivateUserMetrics::unsafe_arena_release_rc_profile() {
  // @@protoc_insertion_point(field_unsafe_arena_release:private_metrics.PrivateUserMetrics.rc_profile)
  if (system_profile_case() == kRcProfile) {
    clear_has_system_profile();
    auto* temp = _impl_.system_profile_.rc_profile_;
    _impl_.system_profile_.rc_profile_ = nullptr;
    return temp;
  } else {
    return nullptr;
  }
}
inline void PrivateUserMetrics::unsafe_arena_set_allocated_rc_profile(
    ::private_metrics::RcCoarseSystemProfile* PROTOBUF_NULLABLE value) {
  // We rely on the oneof clear method to free the earlier contents
  // of this oneof. We can directly use the pointer we're given to
  // set the new value.
  clear_system_profile();
  if (value) {
    set_has_rc_profile();
    _impl_.system_profile_.rc_profile_ = value;
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:private_metrics.PrivateUserMetrics.rc_profile)
}
inline ::private_metrics::RcCoarseSystemProfile* PROTOBUF_NONNULL PrivateUserMetrics::_internal_mutable_rc_profile() {
  if (system_profile_case() != kRcProfile) {
    clear_system_profile();
    set_has_rc_profile();
    _impl_.system_profile_.rc_profile_ = 
        ::google::protobuf::MessageLite::DefaultConstruct<::private_metrics::RcCoarseSystemProfile>(GetArena());
  }
  return _impl_.system_profile_.rc_profile_;
}
inline ::private_metrics::RcCoarseSystemProfile* PROTOBUF_NONNULL PrivateUserMetrics::mutable_rc_profile()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::private_metrics::RcCoarseSystemProfile* _msg = _internal_mutable_rc_profile();
  // @@protoc_insertion_point(field_mutable:private_metrics.PrivateUserMetrics.rc_profile)
  return _msg;
}

// .private_metrics.SearchSystemProfile search_profile = 4;
inline bool PrivateUserMetrics::has_search_profile() const {
  return system_profile_case() == kSearchProfile;
}
inline bool PrivateUserMetrics::_internal_has_search_profile() const {
  return system_profile_case() == kSearchProfile;
}
inline void PrivateUserMetrics::set_has_search_profile() {
  _impl_._oneof_case_[0] = kSearchProfile;
}
inline ::private_metrics::SearchSystemProfile* PROTOBUF_NULLABLE PrivateUserMetrics::release_search_profile() {
  // @@protoc_insertion_point(field_release:private_metrics.PrivateUserMetrics.search_profile)
  if (system_profile_case() == kSearchProfile) {
    clear_has_system_profile();
    auto* temp = _impl_.system_profile_.search_profile_;
    if (GetArena() != nullptr) {
      temp = ::google::protobuf::internal::DuplicateIfNonNull(temp);
    }
    _impl_.system_profile_.search_profile_ = nullptr;
    return temp;
  } else {
    return nullptr;
  }
}
inline const ::private_metrics::SearchSystemProfile& PrivateUserMetrics::_internal_search_profile() const {
  return system_profile_case() == kSearchProfile ? static_cast<const ::private_metrics::SearchSystemProfile&>(*_impl_.system_profile_.search_profile_)
                     : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::private_metrics::SearchSystemProfile>(&::private_metrics::SearchSystemProfile_globals_);
}
inline const ::private_metrics::SearchSystemProfile& PrivateUserMetrics::search_profile() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:private_metrics.PrivateUserMetrics.search_profile)
  return _internal_search_profile();
}
inline ::private_metrics::SearchSystemProfile* PROTOBUF_NULLABLE PrivateUserMetrics::unsafe_arena_release_search_profile() {
  // @@protoc_insertion_point(field_unsafe_arena_release:private_metrics.PrivateUserMetrics.search_profile)
  if (system_profile_case() == kSearchProfile) {
    clear_has_system_profile();
    auto* temp = _impl_.system_profile_.search_profile_;
    _impl_.system_profile_.search_profile_ = nullptr;
    return temp;
  } else {
    return nullptr;
  }
}
inline void PrivateUserMetrics::unsafe_arena_set_allocated_search_profile(
    ::private_metrics::SearchSystemProfile* PROTOBUF_NULLABLE value) {
  // We rely on the oneof clear method to free the earlier contents
  // of this oneof. We can directly use the pointer we're given to
  // set the new value.
  clear_system_profile();
  if (value) {
    set_has_search_profile();
    _impl_.system_profile_.search_profile_ = value;
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:private_metrics.PrivateUserMetrics.search_profile)
}
inline ::private_metrics::SearchSystemProfile* PROTOBUF_NONNULL PrivateUserMetrics::_internal_mutable_search_profile() {
  if (system_profile_case() != kSearchProfile) {
    clear_system_profile();
    set_has_search_profile();
    _impl_.system_profile_.search_profile_ = 
        ::google::protobuf::MessageLite::DefaultConstruct<::private_metrics::SearchSystemProfile>(GetArena());
  }
  return _impl_.system_profile_.search_profile_;
}
inline ::private_metrics::SearchSystemProfile* PROTOBUF_NONNULL PrivateUserMetrics::mutable_search_profile()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::private_metrics::SearchSystemProfile* _msg = _internal_mutable_search_profile();
  // @@protoc_insertion_point(field_mutable:private_metrics.PrivateUserMetrics.search_profile)
  return _msg;
}

// repeated .private_metrics.ProfileKeyedHistogramEvent profile_keyed_histogram_events = 5;
inline int PrivateUserMetrics::_internal_profile_keyed_histogram_events_size() const {
  return _internal_profile_keyed_histogram_events().size();
}
inline int PrivateUserMetrics::profile_keyed_histogram_events_size() const {
  return _internal_profile_keyed_histogram_events_size();
}
inline void PrivateUserMetrics::clear_profile_keyed_histogram_events() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.profile_keyed_histogram_events_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline const ::private_metrics::ProfileKeyedHistogramEvent& PrivateUserMetrics::profile_keyed_histogram_events(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:private_metrics.PrivateUserMetrics.profile_keyed_histogram_events)
  return _internal_profile_keyed_histogram_events().Get(index);
}
inline ::private_metrics::ProfileKeyedHistogramEvent* PROTOBUF_NONNULL PrivateUserMetrics::mutable_profile_keyed_histogram_events(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:private_metrics.PrivateUserMetrics.profile_keyed_histogram_events)
  return _internal_mutable_profile_keyed_histogram_events()->Mutable(index);
}
inline ::private_metrics::ProfileKeyedHistogramEvent* PROTOBUF_NONNULL PrivateUserMetrics::add_profile_keyed_histogram_events()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::private_metrics::ProfileKeyedHistogramEvent* _add =
      _internal_mutable_profile_keyed_histogram_events()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_add:private_metrics.PrivateUserMetrics.profile_keyed_histogram_events)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::private_metrics::ProfileKeyedHistogramEvent>& PrivateUserMetrics::profile_keyed_histogram_events() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:private_metrics.PrivateUserMetrics.profile_keyed_histogram_events)
  return _internal_profile_keyed_histogram_events();
}
inline ::google::protobuf::RepeatedPtrField<::private_metrics::ProfileKeyedHistogramEvent>* PROTOBUF_NONNULL
PrivateUserMetrics::mutable_profile_keyed_histogram_events() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_mutable_list:private_metrics.PrivateUserMetrics.profile_keyed_histogram_events)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_profile_keyed_histogram_events();
}
inline const ::google::protobuf::RepeatedPtrField<::private_metrics::ProfileKeyedHistogramEvent>&
PrivateUserMetrics::_internal_profile_keyed_histogram_events() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.profile_keyed_histogram_events_;
}
inline ::google::protobuf::RepeatedPtrField<::private_metrics::ProfileKeyedHistogramEvent>* PROTOBUF_NONNULL
PrivateUserMetrics::_internal_mutable_profile_keyed_histogram_events() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.profile_keyed_histogram_events_;
}

inline bool PrivateUserMetrics::has_system_profile() const {
  return system_profile_case() != SYSTEM_PROFILE_NOT_SET;
}
inline void PrivateUserMetrics::clear_has_system_profile() {
  _impl_._oneof_case_[0] = SYSTEM_PROFILE_NOT_SET;
}
inline PrivateUserMetrics::SystemProfileCase PrivateUserMetrics::system_profile_case() const {
  return PrivateUserMetrics::SystemProfileCase(_impl_._oneof_case_[0]);
}
// -------------------------------------------------------------------

// ProfileKeyedHistogramEvent

// fixed64 profile_id = 1;
inline bool ProfileKeyedHistogramEvent::has_profile_id() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void ProfileKeyedHistogramEvent::clear_profile_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.profile_id_ = ::uint64_t{0u};
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline ::uint64_t ProfileKeyedHistogramEvent::profile_id() const {
  // @@protoc_insertion_point(field_get:private_metrics.ProfileKeyedHistogramEvent.profile_id)
  return _internal_profile_id();
}
inline void ProfileKeyedHistogramEvent::set_profile_id(::uint64_t value) {
  _internal_set_profile_id(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_set:private_metrics.ProfileKeyedHistogramEvent.profile_id)
}
inline ::uint64_t ProfileKeyedHistogramEvent::_internal_profile_id() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.profile_id_;
}
inline void ProfileKeyedHistogramEvent::_internal_set_profile_id(::uint64_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.profile_id_ = value;
}

// repeated .metrics.HistogramEventProto histogram_events = 2;
inline int ProfileKeyedHistogramEvent::_internal_histogram_events_size() const {
  return _internal_histogram_events().size();
}
inline int ProfileKeyedHistogramEvent::histogram_events_size() const {
  return _internal_histogram_events_size();
}
inline const ::metrics::HistogramEventProto& ProfileKeyedHistogramEvent::histogram_events(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:private_metrics.ProfileKeyedHistogramEvent.histogram_events)
  return _internal_histogram_events().Get(index);
}
inline ::metrics::HistogramEventProto* PROTOBUF_NONNULL ProfileKeyedHistogramEvent::mutable_histogram_events(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:private_metrics.ProfileKeyedHistogramEvent.histogram_events)
  return _internal_mutable_histogram_events()->Mutable(index);
}
inline ::metrics::HistogramEventProto* PROTOBUF_NONNULL ProfileKeyedHistogramEvent::add_histogram_events()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::metrics::HistogramEventProto* _add =
      _internal_mutable_histogram_events()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:private_metrics.ProfileKeyedHistogramEvent.histogram_events)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::metrics::HistogramEventProto>& ProfileKeyedHistogramEvent::histogram_events() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:private_metrics.ProfileKeyedHistogramEvent.histogram_events)
  return _internal_histogram_events();
}
inline ::google::protobuf::RepeatedPtrField<::metrics::HistogramEventProto>* PROTOBUF_NONNULL
ProfileKeyedHistogramEvent::mutable_histogram_events() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:private_metrics.ProfileKeyedHistogramEvent.histogram_events)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_histogram_events();
}
inline const ::google::protobuf::RepeatedPtrField<::metrics::HistogramEventProto>&
ProfileKeyedHistogramEvent::_internal_histogram_events() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.histogram_events_;
}
inline ::google::protobuf::RepeatedPtrField<::metrics::HistogramEventProto>* PROTOBUF_NONNULL
ProfileKeyedHistogramEvent::_internal_mutable_histogram_events() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.histogram_events_;
}

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

// @@protoc_insertion_point(namespace_scope)
}  // namespace private_metrics


// @@protoc_insertion_point(global_scope)

#include "google/protobuf/port_undef.inc"
// clang-format on

#endif  // third_5fparty_2fmetrics_5fproto_2fprivate_5fmetrics_2fprivate_5fuser_5fmetrics_2eproto_2epb_2eh
