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

#ifndef chrome_5fsearchbox_5fstats_2eproto_2epb_2eh
#define chrome_5fsearchbox_5fstats_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 "google/protobuf/generated_enum_util.h"
#include "smart_compose_stats.pb.h"
// @@protoc_insertion_point(includes)

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

#define PROTOBUF_INTERNAL_EXPORT_chrome_5fsearchbox_5fstats_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_chrome_5fsearchbox_5fstats_2eproto {
  static const ::uint32_t offsets[];
};
namespace omnibox {
namespace metrics {
enum ActionInfo_ActionType : int;
extern const uint32_t ActionInfo_ActionType_internal_data_[];
enum ChromeSearchboxStats_InputMethod : int;
extern const uint32_t ChromeSearchboxStats_InputMethod_internal_data_[];
class ActionInfo;
struct ActionInfoGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern ActionInfoGlobalsTypeInternal ActionInfo_globals_;
extern const ::google::protobuf::internal::ClassDataLite ActionInfo_class_data_;
#else
extern const ActionInfoGlobalsTypeInternal ActionInfo_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class ChromeSearchboxStats;
struct ChromeSearchboxStatsGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern ChromeSearchboxStatsGlobalsTypeInternal ChromeSearchboxStats_globals_;
extern const ::google::protobuf::internal::ClassDataLite ChromeSearchboxStats_class_data_;
#else
extern const ChromeSearchboxStatsGlobalsTypeInternal ChromeSearchboxStats_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class ChromeSearchboxStats_ExperimentStatsV2;
struct ChromeSearchboxStats_ExperimentStatsV2GlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern ChromeSearchboxStats_ExperimentStatsV2GlobalsTypeInternal ChromeSearchboxStats_ExperimentStatsV2_globals_;
extern const ::google::protobuf::internal::ClassDataLite ChromeSearchboxStats_ExperimentStatsV2_class_data_;
#else
extern const ChromeSearchboxStats_ExperimentStatsV2GlobalsTypeInternal ChromeSearchboxStats_ExperimentStatsV2_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class ChromeSearchboxStats_GroupInfo;
struct ChromeSearchboxStats_GroupInfoGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern ChromeSearchboxStats_GroupInfoGlobalsTypeInternal ChromeSearchboxStats_GroupInfo_globals_;
extern const ::google::protobuf::internal::ClassDataLite ChromeSearchboxStats_GroupInfo_class_data_;
#else
extern const ChromeSearchboxStats_GroupInfoGlobalsTypeInternal ChromeSearchboxStats_GroupInfo_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class ChromeSearchboxStats_SuggestionInfo;
struct ChromeSearchboxStats_SuggestionInfoGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern ChromeSearchboxStats_SuggestionInfoGlobalsTypeInternal ChromeSearchboxStats_SuggestionInfo_globals_;
extern const ::google::protobuf::internal::ClassDataLite ChromeSearchboxStats_SuggestionInfo_class_data_;
#else
extern const ChromeSearchboxStats_SuggestionInfoGlobalsTypeInternal ChromeSearchboxStats_SuggestionInfo_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace metrics
}  // namespace omnibox
namespace google {
namespace protobuf {
template <>
internal::EnumTraitsT<::omnibox::metrics::ActionInfo_ActionType_internal_data_>
    internal::EnumTraitsImpl::value<::omnibox::metrics::ActionInfo_ActionType>;
template <>
internal::EnumTraitsT<::omnibox::metrics::ChromeSearchboxStats_InputMethod_internal_data_>
    internal::EnumTraitsImpl::value<::omnibox::metrics::ChromeSearchboxStats_InputMethod>;
}  // namespace protobuf
}  // namespace google

namespace omnibox {
namespace metrics {
enum ChromeSearchboxStats_InputMethod : int {
  ChromeSearchboxStats_InputMethod_KEYBOARD = 1,
  ChromeSearchboxStats_InputMethod_PASTE = 2,
  ChromeSearchboxStats_InputMethod_SPEECH = 6,
  ChromeSearchboxStats_InputMethod_TAB = 8,
  ChromeSearchboxStats_InputMethod_LENS_CAMERA = 10,
  ChromeSearchboxStats_InputMethod_SMART_COMPOSE = 11,
};

extern const uint32_t ChromeSearchboxStats_InputMethod_internal_data_[];
inline constexpr ChromeSearchboxStats_InputMethod ChromeSearchboxStats_InputMethod_InputMethod_MIN =
    static_cast<ChromeSearchboxStats_InputMethod>(1);
inline constexpr ChromeSearchboxStats_InputMethod ChromeSearchboxStats_InputMethod_InputMethod_MAX =
    static_cast<ChromeSearchboxStats_InputMethod>(11);
inline bool ChromeSearchboxStats_InputMethod_IsValid(int value) {
  return 0 <= value && value <= 11 && ((3398u >> value) & 1) != 0;
}
inline constexpr int ChromeSearchboxStats_InputMethod_InputMethod_ARRAYSIZE = 11 + 1;
const ::std::string& ChromeSearchboxStats_InputMethod_Name(ChromeSearchboxStats_InputMethod value);
template <typename T>
const ::std::string& ChromeSearchboxStats_InputMethod_Name(T value) {
  static_assert(::std::is_same<T, ChromeSearchboxStats_InputMethod>::value ||
                    ::std::is_integral<T>::value,
                "Incorrect type passed to InputMethod_Name().");
  return ChromeSearchboxStats_InputMethod_Name(static_cast<ChromeSearchboxStats_InputMethod>(value));
}
bool ChromeSearchboxStats_InputMethod_Parse(
    ::absl::string_view name, ChromeSearchboxStats_InputMethod* PROTOBUF_NONNULL value);
enum ActionInfo_ActionType : int {
  ActionInfo_ActionType_UNKNOWN_ACTION_TYPE = 0,
  ActionInfo_ActionType_ACTION_PHONE_CALL = 1,
  ActionInfo_ActionType_ACTION_TEXT = 2,
  ActionInfo_ActionType_ACTION_EMAIL = 3,
  ActionInfo_ActionType_ACTION_CALL = 4,
  ActionInfo_ActionType_ACTION_CHAT = 5,
  ActionInfo_ActionType_ACTION_VIDEO_CALL = 6,
  ActionInfo_ActionType_ACTION_NAVIGATE = 7,
  ActionInfo_ActionType_ACTION_SEARCH = 8,
  ActionInfo_ActionType_ACTION_WEBPAGE = 9,
  ActionInfo_ActionType_ACTION_OSRP = 10,
  ActionInfo_ActionType_ACTION_SM = 11,
  ActionInfo_ActionType_ACTION_AOG = 12,
};

extern const uint32_t ActionInfo_ActionType_internal_data_[];
inline constexpr ActionInfo_ActionType ActionInfo_ActionType_ActionType_MIN =
    static_cast<ActionInfo_ActionType>(0);
inline constexpr ActionInfo_ActionType ActionInfo_ActionType_ActionType_MAX =
    static_cast<ActionInfo_ActionType>(12);
inline bool ActionInfo_ActionType_IsValid(int value) {
  return 0 <= value && value <= 12;
}
inline constexpr int ActionInfo_ActionType_ActionType_ARRAYSIZE = 12 + 1;
const ::std::string& ActionInfo_ActionType_Name(ActionInfo_ActionType value);
template <typename T>
const ::std::string& ActionInfo_ActionType_Name(T value) {
  static_assert(::std::is_same<T, ActionInfo_ActionType>::value ||
                    ::std::is_integral<T>::value,
                "Incorrect type passed to ActionType_Name().");
  return ActionInfo_ActionType_Name(static_cast<ActionInfo_ActionType>(value));
}
bool ActionInfo_ActionType_Parse(
    ::absl::string_view name, ActionInfo_ActionType* PROTOBUF_NONNULL value);
using ::google::protobuf::internal::generated_enum::AbslParseFlag;
using ::google::protobuf::internal::generated_enum::AbslUnparseFlag;

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


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

class  ChromeSearchboxStats_GroupInfo final : public ::google::protobuf::MessageLite
/* @@protoc_insertion_point(class_definition:omnibox.metrics.ChromeSearchboxStats.GroupInfo) */ {
 public:
  inline ChromeSearchboxStats_GroupInfo() : ChromeSearchboxStats_GroupInfo(nullptr) {}
  ~ChromeSearchboxStats_GroupInfo() PROTOBUF_FINAL;

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

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

  inline ChromeSearchboxStats_GroupInfo(const ChromeSearchboxStats_GroupInfo& from) : ChromeSearchboxStats_GroupInfo(nullptr, from) {}
  inline ChromeSearchboxStats_GroupInfo(ChromeSearchboxStats_GroupInfo&& from) noexcept : ChromeSearchboxStats_GroupInfo(nullptr, ::std::move(from)) {}
  inline ChromeSearchboxStats_GroupInfo& operator=(const ChromeSearchboxStats_GroupInfo& from) {
    CopyFrom(from);
    return *this;
  }
  inline ChromeSearchboxStats_GroupInfo& operator=(ChromeSearchboxStats_GroupInfo&& 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 ChromeSearchboxStats_GroupInfo& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<ChromeSearchboxStats_GroupInfo>(&ChromeSearchboxStats_GroupInfo_globals_);
  }
  static constexpr int kIndexInFileMessages = 2;
  friend void swap(ChromeSearchboxStats_GroupInfo& a, ChromeSearchboxStats_GroupInfo& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(ChromeSearchboxStats_GroupInfo* 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(ChromeSearchboxStats_GroupInfo* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

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

  ChromeSearchboxStats_GroupInfo* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<ChromeSearchboxStats_GroupInfo>(arena);
  }
  void CopyFrom(const ChromeSearchboxStats_GroupInfo& from);
  void MergeFrom(const ChromeSearchboxStats_GroupInfo& from) { ChromeSearchboxStats_GroupInfo::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(ChromeSearchboxStats_GroupInfo* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "omnibox.metrics.ChromeSearchboxStats.GroupInfo"; }

  explicit ChromeSearchboxStats_GroupInfo(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  ChromeSearchboxStats_GroupInfo(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const ChromeSearchboxStats_GroupInfo& from);
  ChromeSearchboxStats_GroupInfo(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, ChromeSearchboxStats_GroupInfo&& from) noexcept
      : ChromeSearchboxStats_GroupInfo(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 {
    kGroupsSetIndexFieldNumber = 1,
    kSideTypeFieldNumber = 2,
    kWhyThisResultReasonFieldNumber = 3,
  };
  // optional uint32 groups_set_index = 1;
  bool has_groups_set_index()
      const;
  void clear_groups_set_index() ;
  ::uint32_t groups_set_index() const;
  void set_groups_set_index(::uint32_t value);

  private:
  ::uint32_t _internal_groups_set_index() const;
  void _internal_set_groups_set_index(::uint32_t value);

  public:
  // optional uint32 side_type = 2;
  bool has_side_type()
      const;
  void clear_side_type() ;
  ::uint32_t side_type() const;
  void set_side_type(::uint32_t value);

  private:
  ::uint32_t _internal_side_type() const;
  void _internal_set_side_type(::uint32_t value);

  public:
  // optional uint32 why_this_result_reason = 3;
  bool has_why_this_result_reason()
      const;
  void clear_why_this_result_reason() ;
  ::uint32_t why_this_result_reason() const;
  void set_why_this_result_reason(::uint32_t value);

  private:
  ::uint32_t _internal_why_this_result_reason() const;
  void _internal_set_why_this_result_reason(::uint32_t value);

  public:
  // @@protoc_insertion_point(class_scope:omnibox.metrics.ChromeSearchboxStats.GroupInfo)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<2, 3,
                          0, 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 ChromeSearchboxStats_GroupInfo& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::uint32_t groups_set_index_;
    ::uint32_t side_type_;
    ::uint32_t why_this_result_reason_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_chrome_5fsearchbox_5fstats_2eproto;
};
// -------------------------------------------------------------------

class  ChromeSearchboxStats_ExperimentStatsV2 final : public ::google::protobuf::MessageLite
/* @@protoc_insertion_point(class_definition:omnibox.metrics.ChromeSearchboxStats.ExperimentStatsV2) */ {
 public:
  inline ChromeSearchboxStats_ExperimentStatsV2() : ChromeSearchboxStats_ExperimentStatsV2(nullptr) {}
  ~ChromeSearchboxStats_ExperimentStatsV2() PROTOBUF_FINAL;

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

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

  inline ChromeSearchboxStats_ExperimentStatsV2(const ChromeSearchboxStats_ExperimentStatsV2& from) : ChromeSearchboxStats_ExperimentStatsV2(nullptr, from) {}
  inline ChromeSearchboxStats_ExperimentStatsV2(ChromeSearchboxStats_ExperimentStatsV2&& from) noexcept : ChromeSearchboxStats_ExperimentStatsV2(nullptr, ::std::move(from)) {}
  inline ChromeSearchboxStats_ExperimentStatsV2& operator=(const ChromeSearchboxStats_ExperimentStatsV2& from) {
    CopyFrom(from);
    return *this;
  }
  inline ChromeSearchboxStats_ExperimentStatsV2& operator=(ChromeSearchboxStats_ExperimentStatsV2&& 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 ChromeSearchboxStats_ExperimentStatsV2& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<ChromeSearchboxStats_ExperimentStatsV2>(&ChromeSearchboxStats_ExperimentStatsV2_globals_);
  }
  static constexpr int kIndexInFileMessages = 1;
  friend void swap(ChromeSearchboxStats_ExperimentStatsV2& a, ChromeSearchboxStats_ExperimentStatsV2& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(ChromeSearchboxStats_ExperimentStatsV2* 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(ChromeSearchboxStats_ExperimentStatsV2* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

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

  ChromeSearchboxStats_ExperimentStatsV2* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<ChromeSearchboxStats_ExperimentStatsV2>(arena);
  }
  void CopyFrom(const ChromeSearchboxStats_ExperimentStatsV2& from);
  void MergeFrom(const ChromeSearchboxStats_ExperimentStatsV2& from) { ChromeSearchboxStats_ExperimentStatsV2::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(ChromeSearchboxStats_ExperimentStatsV2* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "omnibox.metrics.ChromeSearchboxStats.ExperimentStatsV2"; }

  explicit ChromeSearchboxStats_ExperimentStatsV2(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  ChromeSearchboxStats_ExperimentStatsV2(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const ChromeSearchboxStats_ExperimentStatsV2& from);
  ChromeSearchboxStats_ExperimentStatsV2(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, ChromeSearchboxStats_ExperimentStatsV2&& from) noexcept
      : ChromeSearchboxStats_ExperimentStatsV2(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 {
    kStringValueFieldNumber = 2,
    kIntValueFieldNumber = 3,
    kTypeIntFieldNumber = 4,
  };
  // optional string string_value = 2;
  bool has_string_value()
      const;
  void clear_string_value() ;
  const ::std::string& string_value() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_string_value(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_string_value();
  ::std::string* PROTOBUF_NULLABLE release_string_value();
  void set_allocated_string_value(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_string_value() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_string_value(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_string_value();

  public:
  // optional int32 int_value = 3;
  bool has_int_value()
      const;
  void clear_int_value() ;
  ::int32_t int_value() const;
  void set_int_value(::int32_t value);

  private:
  ::int32_t _internal_int_value() const;
  void _internal_set_int_value(::int32_t value);

  public:
  // optional int32 type_int = 4;
  bool has_type_int()
      const;
  void clear_type_int() ;
  ::int32_t type_int() const;
  void set_type_int(::int32_t value);

  private:
  ::int32_t _internal_type_int() const;
  void _internal_set_type_int(::int32_t value);

  public:
  // @@protoc_insertion_point(class_scope:omnibox.metrics.ChromeSearchboxStats.ExperimentStatsV2)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<2, 3,
                          0, 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 ChromeSearchboxStats_ExperimentStatsV2& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr string_value_;
    ::int32_t int_value_;
    ::int32_t type_int_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_chrome_5fsearchbox_5fstats_2eproto;
};
// -------------------------------------------------------------------

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

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

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

  inline ActionInfo(const ActionInfo& from) : ActionInfo(nullptr, from) {}
  inline ActionInfo(ActionInfo&& from) noexcept : ActionInfo(nullptr, ::std::move(from)) {}
  inline ActionInfo& operator=(const ActionInfo& from) {
    CopyFrom(from);
    return *this;
  }
  inline ActionInfo& operator=(ActionInfo&& 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 ActionInfo& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<ActionInfo>(&ActionInfo_globals_);
  }
  static constexpr int kIndexInFileMessages = 4;
  friend void swap(ActionInfo& a, ActionInfo& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(ActionInfo* 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(ActionInfo* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

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

  ActionInfo* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<ActionInfo>(arena);
  }
  void CopyFrom(const ActionInfo& from);
  void MergeFrom(const ActionInfo& from) { ActionInfo::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(ActionInfo* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "omnibox.metrics.ActionInfo"; }

  explicit ActionInfo(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  ActionInfo(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const ActionInfo& from);
  ActionInfo(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, ActionInfo&& from) noexcept
      : ActionInfo(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 ----------------------------------------------------
  using ActionType = ActionInfo_ActionType;
  static constexpr ActionType UNKNOWN_ACTION_TYPE = ActionInfo_ActionType_UNKNOWN_ACTION_TYPE;
  static constexpr ActionType ACTION_PHONE_CALL = ActionInfo_ActionType_ACTION_PHONE_CALL;
  static constexpr ActionType ACTION_TEXT = ActionInfo_ActionType_ACTION_TEXT;
  static constexpr ActionType ACTION_EMAIL = ActionInfo_ActionType_ACTION_EMAIL;
  static constexpr ActionType ACTION_CALL = ActionInfo_ActionType_ACTION_CALL;
  static constexpr ActionType ACTION_CHAT = ActionInfo_ActionType_ACTION_CHAT;
  static constexpr ActionType ACTION_VIDEO_CALL = ActionInfo_ActionType_ACTION_VIDEO_CALL;
  static constexpr ActionType ACTION_NAVIGATE = ActionInfo_ActionType_ACTION_NAVIGATE;
  static constexpr ActionType ACTION_SEARCH = ActionInfo_ActionType_ACTION_SEARCH;
  static constexpr ActionType ACTION_WEBPAGE = ActionInfo_ActionType_ACTION_WEBPAGE;
  static constexpr ActionType ACTION_OSRP = ActionInfo_ActionType_ACTION_OSRP;
  static constexpr ActionType ACTION_SM = ActionInfo_ActionType_ACTION_SM;
  static constexpr ActionType ACTION_AOG = ActionInfo_ActionType_ACTION_AOG;
  static inline bool ActionType_IsValid(int value) {
    return ActionInfo_ActionType_IsValid(value);
  }
  static constexpr ActionType ActionType_MIN = ActionInfo_ActionType_ActionType_MIN;
  static constexpr ActionType ActionType_MAX = ActionInfo_ActionType_ActionType_MAX;
  static constexpr int ActionType_ARRAYSIZE = ActionInfo_ActionType_ActionType_ARRAYSIZE;
  template <typename T>
  static inline const ::std::string& ActionType_Name(T value) {
    return ActionInfo_ActionType_Name(value);
  }
  static inline bool ActionType_Parse(
      ::absl::string_view name, ActionType* PROTOBUF_NONNULL value) {
    return ActionInfo_ActionType_Parse(name, value);
  }

  // accessors -------------------------------------------------------
  enum : int {
    kPackageIdFieldNumber = 2,
    kActionUriFieldNumber = 4,
    kLogsActionTypeFieldNumber = 1,
    kActionTypeFieldNumber = 6,
  };
  // optional string package_id = 2;
  bool has_package_id()
      const;
  void clear_package_id() ;
  const ::std::string& package_id() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_package_id(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_package_id();
  ::std::string* PROTOBUF_NULLABLE release_package_id();
  void set_allocated_package_id(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_package_id() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_package_id(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_package_id();

  public:
  // optional string action_uri = 4;
  bool has_action_uri()
      const;
  void clear_action_uri() ;
  const ::std::string& action_uri() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_action_uri(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_action_uri();
  ::std::string* PROTOBUF_NULLABLE release_action_uri();
  void set_allocated_action_uri(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_action_uri() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_action_uri(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_action_uri();

  public:
  // optional .omnibox.metrics.ActionInfo.ActionType logs_action_type = 1;
  bool has_logs_action_type()
      const;
  void clear_logs_action_type() ;
  ::omnibox::metrics::ActionInfo_ActionType logs_action_type() const;
  void set_logs_action_type(::omnibox::metrics::ActionInfo_ActionType value);

  private:
  ::omnibox::metrics::ActionInfo_ActionType _internal_logs_action_type() const;
  void _internal_set_logs_action_type(::omnibox::metrics::ActionInfo_ActionType value);

  public:
  // optional uint32 action_type = 6;
  bool has_action_type()
      const;
  void clear_action_type() ;
  ::uint32_t action_type() const;
  void set_action_type(::uint32_t value);

  private:
  ::uint32_t _internal_action_type() const;
  void _internal_set_action_type(::uint32_t value);

  public:
  // @@protoc_insertion_point(class_scope:omnibox.metrics.ActionInfo)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<3, 4,
                          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 ActionInfo& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr package_id_;
    ::google::protobuf::internal::ArenaStringPtr action_uri_;
    int logs_action_type_;
    ::uint32_t action_type_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_chrome_5fsearchbox_5fstats_2eproto;
};
// -------------------------------------------------------------------

class  ChromeSearchboxStats_SuggestionInfo final : public ::google::protobuf::MessageLite
/* @@protoc_insertion_point(class_definition:omnibox.metrics.ChromeSearchboxStats.SuggestionInfo) */ {
 public:
  inline ChromeSearchboxStats_SuggestionInfo() : ChromeSearchboxStats_SuggestionInfo(nullptr) {}
  ~ChromeSearchboxStats_SuggestionInfo() PROTOBUF_FINAL;

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

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

  inline ChromeSearchboxStats_SuggestionInfo(const ChromeSearchboxStats_SuggestionInfo& from) : ChromeSearchboxStats_SuggestionInfo(nullptr, from) {}
  inline ChromeSearchboxStats_SuggestionInfo(ChromeSearchboxStats_SuggestionInfo&& from) noexcept : ChromeSearchboxStats_SuggestionInfo(nullptr, ::std::move(from)) {}
  inline ChromeSearchboxStats_SuggestionInfo& operator=(const ChromeSearchboxStats_SuggestionInfo& from) {
    CopyFrom(from);
    return *this;
  }
  inline ChromeSearchboxStats_SuggestionInfo& operator=(ChromeSearchboxStats_SuggestionInfo&& 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 ChromeSearchboxStats_SuggestionInfo& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<ChromeSearchboxStats_SuggestionInfo>(&ChromeSearchboxStats_SuggestionInfo_globals_);
  }
  static constexpr int kIndexInFileMessages = 0;
  friend void swap(ChromeSearchboxStats_SuggestionInfo& a, ChromeSearchboxStats_SuggestionInfo& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(ChromeSearchboxStats_SuggestionInfo* 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(ChromeSearchboxStats_SuggestionInfo* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

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

  ChromeSearchboxStats_SuggestionInfo* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<ChromeSearchboxStats_SuggestionInfo>(arena);
  }
  void CopyFrom(const ChromeSearchboxStats_SuggestionInfo& from);
  void MergeFrom(const ChromeSearchboxStats_SuggestionInfo& from) { ChromeSearchboxStats_SuggestionInfo::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(ChromeSearchboxStats_SuggestionInfo* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "omnibox.metrics.ChromeSearchboxStats.SuggestionInfo"; }

  explicit ChromeSearchboxStats_SuggestionInfo(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  ChromeSearchboxStats_SuggestionInfo(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const ChromeSearchboxStats_SuggestionInfo& from);
  ChromeSearchboxStats_SuggestionInfo(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, ChromeSearchboxStats_SuggestionInfo&& from) noexcept
      : ChromeSearchboxStats_SuggestionInfo(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 {
    kSubtypesFieldNumber = 3,
    kActionInfoFieldNumber = 8,
    kTypeFieldNumber = 2,
    kIndexFieldNumber = 1,
    kActionIndexFieldNumber = 7,
  };
  // repeated uint32 subtypes = 3;
  int subtypes_size()
      const;
  private:
  int _internal_subtypes_size() const;

  public:
  void clear_subtypes() ;
  ::uint32_t subtypes(int index) const;
  void set_subtypes(int index, ::uint32_t value);
  void add_subtypes(::uint32_t value);
  const ::google::protobuf::RepeatedField<::uint32_t>& subtypes()
      const;
  ::google::protobuf::RepeatedField<::uint32_t>* PROTOBUF_NONNULL mutable_subtypes();

  private:
  const ::google::protobuf::RepeatedField<::uint32_t>& _internal_subtypes() const;
  ::google::protobuf::RepeatedField<::uint32_t>* PROTOBUF_NONNULL _internal_mutable_subtypes();

  public:
  // repeated .omnibox.metrics.ActionInfo action_info = 8;
  int action_info_size()
      const;
  private:
  int _internal_action_info_size() const;

  public:
  void clear_action_info() ;
  const ::omnibox::metrics::ActionInfo& action_info(int index) const;
  ::omnibox::metrics::ActionInfo* PROTOBUF_NONNULL mutable_action_info(int index);
  ::omnibox::metrics::ActionInfo* PROTOBUF_NONNULL add_action_info();
  const ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ActionInfo>&
  action_info() const;
  ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ActionInfo>* PROTOBUF_NONNULL
  mutable_action_info();

  private:
  const ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ActionInfo>& _internal_action_info() const;
  ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ActionInfo>* PROTOBUF_NONNULL _internal_mutable_action_info();

  public:
  // optional uint32 type = 2;
  bool has_type()
      const;
  void clear_type() ;
  ::uint32_t type() const;
  void set_type(::uint32_t value);

  private:
  ::uint32_t _internal_type() const;
  void _internal_set_type(::uint32_t value);

  public:
  // optional int32 index = 1 [default = -1];
  bool has_index()
      const;
  void clear_index() ;
  ::int32_t index() const;
  void set_index(::int32_t value);

  private:
  ::int32_t _internal_index() const;
  void _internal_set_index(::int32_t value);

  public:
  // optional int32 action_index = 7 [default = -1];
  bool has_action_index()
      const;
  void clear_action_index() ;
  ::int32_t action_index() const;
  void set_action_index(::int32_t value);

  private:
  ::int32_t _internal_action_index() const;
  void _internal_set_action_index(::int32_t value);

  public:
  // @@protoc_insertion_point(class_scope:omnibox.metrics.ChromeSearchboxStats.SuggestionInfo)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<3, 5,
                          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 ChromeSearchboxStats_SuggestionInfo& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedField<::uint32_t> subtypes_;
    ::google::protobuf::RepeatedPtrField< ::omnibox::metrics::ActionInfo > action_info_;
    ::uint32_t type_;
    ::int32_t index_;
    ::int32_t action_index_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_chrome_5fsearchbox_5fstats_2eproto;
};
// -------------------------------------------------------------------

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

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

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

  inline ChromeSearchboxStats(const ChromeSearchboxStats& from) : ChromeSearchboxStats(nullptr, from) {}
  inline ChromeSearchboxStats(ChromeSearchboxStats&& from) noexcept : ChromeSearchboxStats(nullptr, ::std::move(from)) {}
  inline ChromeSearchboxStats& operator=(const ChromeSearchboxStats& from) {
    CopyFrom(from);
    return *this;
  }
  inline ChromeSearchboxStats& operator=(ChromeSearchboxStats&& 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 ChromeSearchboxStats& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<ChromeSearchboxStats>(&ChromeSearchboxStats_globals_);
  }
  static constexpr int kIndexInFileMessages = 3;
  friend void swap(ChromeSearchboxStats& a, ChromeSearchboxStats& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(ChromeSearchboxStats* 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(ChromeSearchboxStats* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

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

  ChromeSearchboxStats* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<ChromeSearchboxStats>(arena);
  }
  void CopyFrom(const ChromeSearchboxStats& from);
  void MergeFrom(const ChromeSearchboxStats& from) { ChromeSearchboxStats::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(ChromeSearchboxStats* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "omnibox.metrics.ChromeSearchboxStats"; }

  explicit ChromeSearchboxStats(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  ChromeSearchboxStats(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const ChromeSearchboxStats& from);
  ChromeSearchboxStats(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, ChromeSearchboxStats&& from) noexcept
      : ChromeSearchboxStats(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 ----------------------------------------------------
  using SuggestionInfo = ChromeSearchboxStats_SuggestionInfo;
  using ExperimentStatsV2 = ChromeSearchboxStats_ExperimentStatsV2;
  using GroupInfo = ChromeSearchboxStats_GroupInfo;
  using InputMethod = ChromeSearchboxStats_InputMethod;
  static constexpr InputMethod KEYBOARD = ChromeSearchboxStats_InputMethod_KEYBOARD;
  static constexpr InputMethod PASTE = ChromeSearchboxStats_InputMethod_PASTE;
  static constexpr InputMethod SPEECH = ChromeSearchboxStats_InputMethod_SPEECH;
  static constexpr InputMethod TAB = ChromeSearchboxStats_InputMethod_TAB;
  static constexpr InputMethod LENS_CAMERA = ChromeSearchboxStats_InputMethod_LENS_CAMERA;
  static constexpr InputMethod SMART_COMPOSE = ChromeSearchboxStats_InputMethod_SMART_COMPOSE;
  static inline bool InputMethod_IsValid(int value) {
    return ChromeSearchboxStats_InputMethod_IsValid(value);
  }
  static constexpr InputMethod InputMethod_MIN = ChromeSearchboxStats_InputMethod_InputMethod_MIN;
  static constexpr InputMethod InputMethod_MAX = ChromeSearchboxStats_InputMethod_InputMethod_MAX;
  static constexpr int InputMethod_ARRAYSIZE = ChromeSearchboxStats_InputMethod_InputMethod_ARRAYSIZE;
  template <typename T>
  static inline const ::std::string& InputMethod_Name(T value) {
    return ChromeSearchboxStats_InputMethod_Name(value);
  }
  static inline bool InputMethod_Parse(
      ::absl::string_view name, InputMethod* PROTOBUF_NONNULL value) {
    return ChromeSearchboxStats_InputMethod_Parse(name, value);
  }

  // accessors -------------------------------------------------------
  enum : int {
    kAvailableSuggestionsFieldNumber = 6,
    kInputMethodsFieldNumber = 31,
    kExperimentStatsV2FieldNumber = 60,
    kGwsEventIdHashFieldNumber = 94,
    kGroupInfosFieldNumber = 103,
    kClientNameFieldNumber = 2,
    kExperimentStatsFieldNumber = 26,
    kAssistedQueryInfoFieldNumber = 5,
    kSmartComposeStatsFieldNumber = 125,
    kNumZeroPrefixSuggestionsShownFieldNumber = 37,
    kZeroPrefixEnabledFieldNumber = 38,
  };
  // repeated .omnibox.metrics.ChromeSearchboxStats.SuggestionInfo available_suggestions = 6;
  int available_suggestions_size()
      const;
  private:
  int _internal_available_suggestions_size() const;

  public:
  void clear_available_suggestions() ;
  const ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo& available_suggestions(int index) const;
  ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo* PROTOBUF_NONNULL mutable_available_suggestions(int index);
  ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo* PROTOBUF_NONNULL add_available_suggestions();
  const ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo>&
  available_suggestions() const;
  ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo>* PROTOBUF_NONNULL
  mutable_available_suggestions();

  private:
  const ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo>& _internal_available_suggestions() const;
  ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo>* PROTOBUF_NONNULL _internal_mutable_available_suggestions();

  public:
  // repeated .omnibox.metrics.ChromeSearchboxStats.InputMethod input_methods = 31;
  int input_methods_size()
      const;
  private:
  int _internal_input_methods_size() const;

  public:
  void clear_input_methods() ;
  public:
  ::omnibox::metrics::ChromeSearchboxStats_InputMethod input_methods(int index) const;
  void set_input_methods(int index, ::omnibox::metrics::ChromeSearchboxStats_InputMethod value);
  void add_input_methods(::omnibox::metrics::ChromeSearchboxStats_InputMethod value);
  const ::google::protobuf::RepeatedField<int>& input_methods()
      const;
  ::google::protobuf::RepeatedField<int>* PROTOBUF_NONNULL mutable_input_methods();

  private:
  const ::google::protobuf::RepeatedField<int>& _internal_input_methods() const;
  ::google::protobuf::RepeatedField<int>* PROTOBUF_NONNULL _internal_mutable_input_methods();

  public:
  // repeated .omnibox.metrics.ChromeSearchboxStats.ExperimentStatsV2 experiment_stats_v2 = 60;
  int experiment_stats_v2_size()
      const;
  private:
  int _internal_experiment_stats_v2_size() const;

  public:
  void clear_experiment_stats_v2() ;
  const ::omnibox::metrics::ChromeSearchboxStats_ExperimentStatsV2& experiment_stats_v2(int index) const;
  ::omnibox::metrics::ChromeSearchboxStats_ExperimentStatsV2* PROTOBUF_NONNULL mutable_experiment_stats_v2(int index);
  ::omnibox::metrics::ChromeSearchboxStats_ExperimentStatsV2* PROTOBUF_NONNULL add_experiment_stats_v2();
  const ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ChromeSearchboxStats_ExperimentStatsV2>&
  experiment_stats_v2() const;
  ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ChromeSearchboxStats_ExperimentStatsV2>* PROTOBUF_NONNULL
  mutable_experiment_stats_v2();

  private:
  const ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ChromeSearchboxStats_ExperimentStatsV2>& _internal_experiment_stats_v2() const;
  ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ChromeSearchboxStats_ExperimentStatsV2>* PROTOBUF_NONNULL _internal_mutable_experiment_stats_v2();

  public:
  // repeated fixed64 gws_event_id_hash = 94;
  int gws_event_id_hash_size()
      const;
  private:
  int _internal_gws_event_id_hash_size() const;

  public:
  void clear_gws_event_id_hash() ;
  ::uint64_t gws_event_id_hash(int index) const;
  void set_gws_event_id_hash(int index, ::uint64_t value);
  void add_gws_event_id_hash(::uint64_t value);
  const ::google::protobuf::RepeatedField<::uint64_t>& gws_event_id_hash()
      const;
  ::google::protobuf::RepeatedField<::uint64_t>* PROTOBUF_NONNULL mutable_gws_event_id_hash();

  private:
  const ::google::protobuf::RepeatedField<::uint64_t>& _internal_gws_event_id_hash() const;
  ::google::protobuf::RepeatedField<::uint64_t>* PROTOBUF_NONNULL _internal_mutable_gws_event_id_hash();

  public:
  // repeated .omnibox.metrics.ChromeSearchboxStats.GroupInfo group_infos = 103;
  int group_infos_size()
      const;
  private:
  int _internal_group_infos_size() const;

  public:
  void clear_group_infos() ;
  const ::omnibox::metrics::ChromeSearchboxStats_GroupInfo& group_infos(int index) const;
  ::omnibox::metrics::ChromeSearchboxStats_GroupInfo* PROTOBUF_NONNULL mutable_group_infos(int index);
  ::omnibox::metrics::ChromeSearchboxStats_GroupInfo* PROTOBUF_NONNULL add_group_infos();
  const ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ChromeSearchboxStats_GroupInfo>&
  group_infos() const;
  ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ChromeSearchboxStats_GroupInfo>* PROTOBUF_NONNULL
  mutable_group_infos();

  private:
  const ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ChromeSearchboxStats_GroupInfo>& _internal_group_infos() const;
  ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ChromeSearchboxStats_GroupInfo>* PROTOBUF_NONNULL _internal_mutable_group_infos();

  public:
  // optional string client_name = 2;
  bool has_client_name()
      const;
  void clear_client_name() ;
  const ::std::string& client_name() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_client_name(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_client_name();
  ::std::string* PROTOBUF_NULLABLE release_client_name();
  void set_allocated_client_name(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_client_name() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_client_name(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_client_name();

  public:
  // optional string experiment_stats = 26 [deprecated = true];
  bool has_experiment_stats()
      const;
  void clear_experiment_stats() ;
  const ::std::string& experiment_stats() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_experiment_stats(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_experiment_stats();
  ::std::string* PROTOBUF_NULLABLE release_experiment_stats();
  void set_allocated_experiment_stats(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_experiment_stats() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_experiment_stats(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_experiment_stats();

  public:
  // optional .omnibox.metrics.ChromeSearchboxStats.SuggestionInfo assisted_query_info = 5;
  bool has_assisted_query_info()
      const;
  void clear_assisted_query_info() ;
  const ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo& assisted_query_info() const;
  ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo* PROTOBUF_NULLABLE release_assisted_query_info();
  ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo* PROTOBUF_NONNULL mutable_assisted_query_info();
  void set_allocated_assisted_query_info(::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_assisted_query_info(::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo* PROTOBUF_NULLABLE value);
  ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo* PROTOBUF_NULLABLE unsafe_arena_release_assisted_query_info();

  private:
  const ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo& _internal_assisted_query_info() const;
  ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo* PROTOBUF_NONNULL _internal_mutable_assisted_query_info();

  public:
  // optional .omnibox.metrics.SmartComposeStats smart_compose_stats = 125;
  bool has_smart_compose_stats()
      const;
  void clear_smart_compose_stats() ;
  const ::omnibox::metrics::SmartComposeStats& smart_compose_stats() const;
  ::omnibox::metrics::SmartComposeStats* PROTOBUF_NULLABLE release_smart_compose_stats();
  ::omnibox::metrics::SmartComposeStats* PROTOBUF_NONNULL mutable_smart_compose_stats();
  void set_allocated_smart_compose_stats(::omnibox::metrics::SmartComposeStats* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_smart_compose_stats(::omnibox::metrics::SmartComposeStats* PROTOBUF_NULLABLE value);
  ::omnibox::metrics::SmartComposeStats* PROTOBUF_NULLABLE unsafe_arena_release_smart_compose_stats();

  private:
  const ::omnibox::metrics::SmartComposeStats& _internal_smart_compose_stats() const;
  ::omnibox::metrics::SmartComposeStats* PROTOBUF_NONNULL _internal_mutable_smart_compose_stats();

  public:
  // optional uint32 num_zero_prefix_suggestions_shown = 37;
  bool has_num_zero_prefix_suggestions_shown()
      const;
  void clear_num_zero_prefix_suggestions_shown() ;
  ::uint32_t num_zero_prefix_suggestions_shown() const;
  void set_num_zero_prefix_suggestions_shown(::uint32_t value);

  private:
  ::uint32_t _internal_num_zero_prefix_suggestions_shown() const;
  void _internal_set_num_zero_prefix_suggestions_shown(::uint32_t value);

  public:
  // optional bool zero_prefix_enabled = 38;
  bool has_zero_prefix_enabled()
      const;
  void clear_zero_prefix_enabled() ;
  bool zero_prefix_enabled() const;
  void set_zero_prefix_enabled(bool value);

  private:
  bool _internal_zero_prefix_enabled() const;
  void _internal_set_zero_prefix_enabled(bool value);

  public:
  // @@protoc_insertion_point(class_scope:omnibox.metrics.ChromeSearchboxStats)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<4, 11,
                          6, 0,
                          17>;
  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 ChromeSearchboxStats& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField< ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo > available_suggestions_;
    ::google::protobuf::RepeatedField<int> input_methods_;
    ::google::protobuf::RepeatedPtrField< ::omnibox::metrics::ChromeSearchboxStats_ExperimentStatsV2 > experiment_stats_v2_;
    ::google::protobuf::RepeatedField<::uint64_t> gws_event_id_hash_;
    ::google::protobuf::RepeatedPtrField< ::omnibox::metrics::ChromeSearchboxStats_GroupInfo > group_infos_;
    ::google::protobuf::internal::ArenaStringPtr client_name_;
    ::google::protobuf::internal::ArenaStringPtr experiment_stats_;
    ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo* PROTOBUF_NULLABLE assisted_query_info_;
    ::omnibox::metrics::SmartComposeStats* PROTOBUF_NULLABLE smart_compose_stats_;
    ::uint32_t num_zero_prefix_suggestions_shown_;
    bool zero_prefix_enabled_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_chrome_5fsearchbox_5fstats_2eproto;
};

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




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


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

// ChromeSearchboxStats_SuggestionInfo

// optional int32 index = 1 [default = -1];
inline bool ChromeSearchboxStats_SuggestionInfo::has_index() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000008U);
  return value;
}
inline void ChromeSearchboxStats_SuggestionInfo::clear_index() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.index_ = -1;
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
}
inline ::int32_t ChromeSearchboxStats_SuggestionInfo::index() const {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ChromeSearchboxStats.SuggestionInfo.index)
  return _internal_index();
}
inline void ChromeSearchboxStats_SuggestionInfo::set_index(::int32_t value) {
  _internal_set_index(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  // @@protoc_insertion_point(field_set:omnibox.metrics.ChromeSearchboxStats.SuggestionInfo.index)
}
inline ::int32_t ChromeSearchboxStats_SuggestionInfo::_internal_index() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.index_;
}
inline void ChromeSearchboxStats_SuggestionInfo::_internal_set_index(::int32_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.index_ = value;
}

// optional uint32 type = 2;
inline bool ChromeSearchboxStats_SuggestionInfo::has_type() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  return value;
}
inline void ChromeSearchboxStats_SuggestionInfo::clear_type() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.type_ = 0u;
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline ::uint32_t ChromeSearchboxStats_SuggestionInfo::type() const {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ChromeSearchboxStats.SuggestionInfo.type)
  return _internal_type();
}
inline void ChromeSearchboxStats_SuggestionInfo::set_type(::uint32_t value) {
  _internal_set_type(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_set:omnibox.metrics.ChromeSearchboxStats.SuggestionInfo.type)
}
inline ::uint32_t ChromeSearchboxStats_SuggestionInfo::_internal_type() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.type_;
}
inline void ChromeSearchboxStats_SuggestionInfo::_internal_set_type(::uint32_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.type_ = value;
}

// repeated uint32 subtypes = 3;
inline int ChromeSearchboxStats_SuggestionInfo::_internal_subtypes_size() const {
  return _internal_subtypes().size();
}
inline int ChromeSearchboxStats_SuggestionInfo::subtypes_size() const {
  return _internal_subtypes_size();
}
inline void ChromeSearchboxStats_SuggestionInfo::clear_subtypes() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.subtypes_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline ::uint32_t ChromeSearchboxStats_SuggestionInfo::subtypes(int index) const {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ChromeSearchboxStats.SuggestionInfo.subtypes)
  return _internal_subtypes().Get(index);
}
inline void ChromeSearchboxStats_SuggestionInfo::set_subtypes(int index, ::uint32_t value) {
  _internal_mutable_subtypes()->Set(index, value);
  // @@protoc_insertion_point(field_set:omnibox.metrics.ChromeSearchboxStats.SuggestionInfo.subtypes)
}
inline void ChromeSearchboxStats_SuggestionInfo::add_subtypes(::uint32_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _internal_mutable_subtypes()
      ->InternalAddWithArena<const ::google::protobuf::MessageLite*>(
          internal_visibility(), this, value);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:omnibox.metrics.ChromeSearchboxStats.SuggestionInfo.subtypes)
}
inline const ::google::protobuf::RepeatedField<::uint32_t>& ChromeSearchboxStats_SuggestionInfo::subtypes() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:omnibox.metrics.ChromeSearchboxStats.SuggestionInfo.subtypes)
  return _internal_subtypes();
}
inline ::google::protobuf::RepeatedField<::uint32_t>* PROTOBUF_NONNULL ChromeSearchboxStats_SuggestionInfo::mutable_subtypes()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:omnibox.metrics.ChromeSearchboxStats.SuggestionInfo.subtypes)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_subtypes();
}
inline const ::google::protobuf::RepeatedField<::uint32_t>&
ChromeSearchboxStats_SuggestionInfo::_internal_subtypes() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.subtypes_;
}
inline ::google::protobuf::RepeatedField<::uint32_t>* PROTOBUF_NONNULL
ChromeSearchboxStats_SuggestionInfo::_internal_mutable_subtypes() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.subtypes_;
}

// optional int32 action_index = 7 [default = -1];
inline bool ChromeSearchboxStats_SuggestionInfo::has_action_index() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000010U);
  return value;
}
inline void ChromeSearchboxStats_SuggestionInfo::clear_action_index() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.action_index_ = -1;
  ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
}
inline ::int32_t ChromeSearchboxStats_SuggestionInfo::action_index() const {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ChromeSearchboxStats.SuggestionInfo.action_index)
  return _internal_action_index();
}
inline void ChromeSearchboxStats_SuggestionInfo::set_action_index(::int32_t value) {
  _internal_set_action_index(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  // @@protoc_insertion_point(field_set:omnibox.metrics.ChromeSearchboxStats.SuggestionInfo.action_index)
}
inline ::int32_t ChromeSearchboxStats_SuggestionInfo::_internal_action_index() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.action_index_;
}
inline void ChromeSearchboxStats_SuggestionInfo::_internal_set_action_index(::int32_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.action_index_ = value;
}

// repeated .omnibox.metrics.ActionInfo action_info = 8;
inline int ChromeSearchboxStats_SuggestionInfo::_internal_action_info_size() const {
  return _internal_action_info().size();
}
inline int ChromeSearchboxStats_SuggestionInfo::action_info_size() const {
  return _internal_action_info_size();
}
inline void ChromeSearchboxStats_SuggestionInfo::clear_action_info() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.action_info_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::omnibox::metrics::ActionInfo& ChromeSearchboxStats_SuggestionInfo::action_info(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ChromeSearchboxStats.SuggestionInfo.action_info)
  return _internal_action_info().Get(index);
}
inline ::omnibox::metrics::ActionInfo* PROTOBUF_NONNULL ChromeSearchboxStats_SuggestionInfo::mutable_action_info(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:omnibox.metrics.ChromeSearchboxStats.SuggestionInfo.action_info)
  return _internal_mutable_action_info()->Mutable(index);
}
inline ::omnibox::metrics::ActionInfo* PROTOBUF_NONNULL ChromeSearchboxStats_SuggestionInfo::add_action_info()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::omnibox::metrics::ActionInfo* _add =
      _internal_mutable_action_info()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_add:omnibox.metrics.ChromeSearchboxStats.SuggestionInfo.action_info)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ActionInfo>& ChromeSearchboxStats_SuggestionInfo::action_info() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:omnibox.metrics.ChromeSearchboxStats.SuggestionInfo.action_info)
  return _internal_action_info();
}
inline ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ActionInfo>* PROTOBUF_NONNULL
ChromeSearchboxStats_SuggestionInfo::mutable_action_info() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_mutable_list:omnibox.metrics.ChromeSearchboxStats.SuggestionInfo.action_info)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_action_info();
}
inline const ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ActionInfo>&
ChromeSearchboxStats_SuggestionInfo::_internal_action_info() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.action_info_;
}
inline ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ActionInfo>* PROTOBUF_NONNULL
ChromeSearchboxStats_SuggestionInfo::_internal_mutable_action_info() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.action_info_;
}

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

// ChromeSearchboxStats_ExperimentStatsV2

// optional int32 type_int = 4;
inline bool ChromeSearchboxStats_ExperimentStatsV2::has_type_int() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  return value;
}
inline void ChromeSearchboxStats_ExperimentStatsV2::clear_type_int() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.type_int_ = 0;
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline ::int32_t ChromeSearchboxStats_ExperimentStatsV2::type_int() const {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ChromeSearchboxStats.ExperimentStatsV2.type_int)
  return _internal_type_int();
}
inline void ChromeSearchboxStats_ExperimentStatsV2::set_type_int(::int32_t value) {
  _internal_set_type_int(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_set:omnibox.metrics.ChromeSearchboxStats.ExperimentStatsV2.type_int)
}
inline ::int32_t ChromeSearchboxStats_ExperimentStatsV2::_internal_type_int() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.type_int_;
}
inline void ChromeSearchboxStats_ExperimentStatsV2::_internal_set_type_int(::int32_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.type_int_ = value;
}

// optional string string_value = 2;
inline bool ChromeSearchboxStats_ExperimentStatsV2::has_string_value() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void ChromeSearchboxStats_ExperimentStatsV2::clear_string_value() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.string_value_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& ChromeSearchboxStats_ExperimentStatsV2::string_value() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ChromeSearchboxStats.ExperimentStatsV2.string_value)
  return _internal_string_value();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void ChromeSearchboxStats_ExperimentStatsV2::set_string_value(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.string_value_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:omnibox.metrics.ChromeSearchboxStats.ExperimentStatsV2.string_value)
}
inline ::std::string* PROTOBUF_NONNULL ChromeSearchboxStats_ExperimentStatsV2::mutable_string_value()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_string_value();
  // @@protoc_insertion_point(field_mutable:omnibox.metrics.ChromeSearchboxStats.ExperimentStatsV2.string_value)
  return _s;
}
inline const ::std::string& ChromeSearchboxStats_ExperimentStatsV2::_internal_string_value() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.string_value_.Get();
}
inline void ChromeSearchboxStats_ExperimentStatsV2::_internal_set_string_value(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.string_value_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL ChromeSearchboxStats_ExperimentStatsV2::_internal_mutable_string_value() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.string_value_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE ChromeSearchboxStats_ExperimentStatsV2::release_string_value() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:omnibox.metrics.ChromeSearchboxStats.ExperimentStatsV2.string_value)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.string_value_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.string_value_.Set("", GetArena());
  }
  return released;
}
inline void ChromeSearchboxStats_ExperimentStatsV2::set_allocated_string_value(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  }
  _impl_.string_value_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.string_value_.IsDefault()) {
    _impl_.string_value_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:omnibox.metrics.ChromeSearchboxStats.ExperimentStatsV2.string_value)
}

// optional int32 int_value = 3;
inline bool ChromeSearchboxStats_ExperimentStatsV2::has_int_value() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void ChromeSearchboxStats_ExperimentStatsV2::clear_int_value() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.int_value_ = 0;
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline ::int32_t ChromeSearchboxStats_ExperimentStatsV2::int_value() const {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ChromeSearchboxStats.ExperimentStatsV2.int_value)
  return _internal_int_value();
}
inline void ChromeSearchboxStats_ExperimentStatsV2::set_int_value(::int32_t value) {
  _internal_set_int_value(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_set:omnibox.metrics.ChromeSearchboxStats.ExperimentStatsV2.int_value)
}
inline ::int32_t ChromeSearchboxStats_ExperimentStatsV2::_internal_int_value() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.int_value_;
}
inline void ChromeSearchboxStats_ExperimentStatsV2::_internal_set_int_value(::int32_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.int_value_ = value;
}

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

// ChromeSearchboxStats_GroupInfo

// optional uint32 groups_set_index = 1;
inline bool ChromeSearchboxStats_GroupInfo::has_groups_set_index() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void ChromeSearchboxStats_GroupInfo::clear_groups_set_index() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.groups_set_index_ = 0u;
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline ::uint32_t ChromeSearchboxStats_GroupInfo::groups_set_index() const {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ChromeSearchboxStats.GroupInfo.groups_set_index)
  return _internal_groups_set_index();
}
inline void ChromeSearchboxStats_GroupInfo::set_groups_set_index(::uint32_t value) {
  _internal_set_groups_set_index(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_set:omnibox.metrics.ChromeSearchboxStats.GroupInfo.groups_set_index)
}
inline ::uint32_t ChromeSearchboxStats_GroupInfo::_internal_groups_set_index() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.groups_set_index_;
}
inline void ChromeSearchboxStats_GroupInfo::_internal_set_groups_set_index(::uint32_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.groups_set_index_ = value;
}

// optional uint32 side_type = 2;
inline bool ChromeSearchboxStats_GroupInfo::has_side_type() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void ChromeSearchboxStats_GroupInfo::clear_side_type() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.side_type_ = 0u;
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline ::uint32_t ChromeSearchboxStats_GroupInfo::side_type() const {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ChromeSearchboxStats.GroupInfo.side_type)
  return _internal_side_type();
}
inline void ChromeSearchboxStats_GroupInfo::set_side_type(::uint32_t value) {
  _internal_set_side_type(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_set:omnibox.metrics.ChromeSearchboxStats.GroupInfo.side_type)
}
inline ::uint32_t ChromeSearchboxStats_GroupInfo::_internal_side_type() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.side_type_;
}
inline void ChromeSearchboxStats_GroupInfo::_internal_set_side_type(::uint32_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.side_type_ = value;
}

// optional uint32 why_this_result_reason = 3;
inline bool ChromeSearchboxStats_GroupInfo::has_why_this_result_reason() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  return value;
}
inline void ChromeSearchboxStats_GroupInfo::clear_why_this_result_reason() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.why_this_result_reason_ = 0u;
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline ::uint32_t ChromeSearchboxStats_GroupInfo::why_this_result_reason() const {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ChromeSearchboxStats.GroupInfo.why_this_result_reason)
  return _internal_why_this_result_reason();
}
inline void ChromeSearchboxStats_GroupInfo::set_why_this_result_reason(::uint32_t value) {
  _internal_set_why_this_result_reason(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_set:omnibox.metrics.ChromeSearchboxStats.GroupInfo.why_this_result_reason)
}
inline ::uint32_t ChromeSearchboxStats_GroupInfo::_internal_why_this_result_reason() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.why_this_result_reason_;
}
inline void ChromeSearchboxStats_GroupInfo::_internal_set_why_this_result_reason(::uint32_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.why_this_result_reason_ = value;
}

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

// ChromeSearchboxStats

// optional string client_name = 2;
inline bool ChromeSearchboxStats::has_client_name() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000020U);
  return value;
}
inline void ChromeSearchboxStats::clear_client_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.client_name_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000020U);
}
inline const ::std::string& ChromeSearchboxStats::client_name() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ChromeSearchboxStats.client_name)
  return _internal_client_name();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void ChromeSearchboxStats::set_client_name(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000020U);
  _impl_.client_name_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:omnibox.metrics.ChromeSearchboxStats.client_name)
}
inline ::std::string* PROTOBUF_NONNULL ChromeSearchboxStats::mutable_client_name()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000020U);
  ::std::string* _s = _internal_mutable_client_name();
  // @@protoc_insertion_point(field_mutable:omnibox.metrics.ChromeSearchboxStats.client_name)
  return _s;
}
inline const ::std::string& ChromeSearchboxStats::_internal_client_name() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.client_name_.Get();
}
inline void ChromeSearchboxStats::_internal_set_client_name(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.client_name_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL ChromeSearchboxStats::_internal_mutable_client_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.client_name_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE ChromeSearchboxStats::release_client_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:omnibox.metrics.ChromeSearchboxStats.client_name)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000020U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000020U);
  auto* released = _impl_.client_name_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.client_name_.Set("", GetArena());
  }
  return released;
}
inline void ChromeSearchboxStats::set_allocated_client_name(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000020U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000020U);
  }
  _impl_.client_name_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.client_name_.IsDefault()) {
    _impl_.client_name_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:omnibox.metrics.ChromeSearchboxStats.client_name)
}

// optional .omnibox.metrics.ChromeSearchboxStats.SuggestionInfo assisted_query_info = 5;
inline bool ChromeSearchboxStats::has_assisted_query_info() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000080U);
  PROTOBUF_ASSUME(!value || _impl_.assisted_query_info_ != nullptr);
  return value;
}
inline void ChromeSearchboxStats::clear_assisted_query_info() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.assisted_query_info_ != nullptr) _impl_.assisted_query_info_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000080U);
}
inline const ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo& ChromeSearchboxStats::_internal_assisted_query_info() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo* p = _impl_.assisted_query_info_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo>(&::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo_globals_);
}
inline const ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo& ChromeSearchboxStats::assisted_query_info() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ChromeSearchboxStats.assisted_query_info)
  return _internal_assisted_query_info();
}
inline void ChromeSearchboxStats::unsafe_arena_set_allocated_assisted_query_info(
    ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.assisted_query_info_);
  }
  _impl_.assisted_query_info_ = reinterpret_cast<::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000080U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000080U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:omnibox.metrics.ChromeSearchboxStats.assisted_query_info)
}
inline ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo* PROTOBUF_NULLABLE ChromeSearchboxStats::release_assisted_query_info() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000080U);
  ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo* released = _impl_.assisted_query_info_;
  _impl_.assisted_query_info_ = nullptr;
  if (::google::protobuf::internal::DebugHardenForceCopyInRelease()) {
    auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released);
    released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    if (GetArena() == nullptr) {
      delete old;
    }
  } else {
    if (GetArena() != nullptr) {
      released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    }
  }
  return released;
}
inline ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo* PROTOBUF_NULLABLE ChromeSearchboxStats::unsafe_arena_release_assisted_query_info() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:omnibox.metrics.ChromeSearchboxStats.assisted_query_info)

  ClearHasBit(_impl_._has_bits_[0], 0x00000080U);
  ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo* temp = _impl_.assisted_query_info_;
  _impl_.assisted_query_info_ = nullptr;
  return temp;
}
inline ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo* PROTOBUF_NONNULL ChromeSearchboxStats::_internal_mutable_assisted_query_info() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.assisted_query_info_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo>(GetArena());
    _impl_.assisted_query_info_ = reinterpret_cast<::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo*>(p);
  }
  return _impl_.assisted_query_info_;
}
inline ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo* PROTOBUF_NONNULL ChromeSearchboxStats::mutable_assisted_query_info()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000080U);
  ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo* _msg = _internal_mutable_assisted_query_info();
  // @@protoc_insertion_point(field_mutable:omnibox.metrics.ChromeSearchboxStats.assisted_query_info)
  return _msg;
}
inline void ChromeSearchboxStats::set_allocated_assisted_query_info(::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo* PROTOBUF_NULLABLE value) {
  ::google::protobuf::Arena* message_arena = GetArena();
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (message_arena == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.assisted_query_info_);
  }

  if (value != nullptr) {
    ::google::protobuf::Arena* submessage_arena = value->GetArena();
    if (message_arena != submessage_arena) {
      value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena);
    }
    SetHasBit(_impl_._has_bits_[0], 0x00000080U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000080U);
  }

  _impl_.assisted_query_info_ = reinterpret_cast<::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo*>(value);
  // @@protoc_insertion_point(field_set_allocated:omnibox.metrics.ChromeSearchboxStats.assisted_query_info)
}

// repeated .omnibox.metrics.ChromeSearchboxStats.SuggestionInfo available_suggestions = 6;
inline int ChromeSearchboxStats::_internal_available_suggestions_size() const {
  return _internal_available_suggestions().size();
}
inline int ChromeSearchboxStats::available_suggestions_size() const {
  return _internal_available_suggestions_size();
}
inline void ChromeSearchboxStats::clear_available_suggestions() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.available_suggestions_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo& ChromeSearchboxStats::available_suggestions(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ChromeSearchboxStats.available_suggestions)
  return _internal_available_suggestions().Get(index);
}
inline ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo* PROTOBUF_NONNULL ChromeSearchboxStats::mutable_available_suggestions(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:omnibox.metrics.ChromeSearchboxStats.available_suggestions)
  return _internal_mutable_available_suggestions()->Mutable(index);
}
inline ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo* PROTOBUF_NONNULL ChromeSearchboxStats::add_available_suggestions()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo* _add =
      _internal_mutable_available_suggestions()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:omnibox.metrics.ChromeSearchboxStats.available_suggestions)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo>& ChromeSearchboxStats::available_suggestions() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:omnibox.metrics.ChromeSearchboxStats.available_suggestions)
  return _internal_available_suggestions();
}
inline ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo>* PROTOBUF_NONNULL
ChromeSearchboxStats::mutable_available_suggestions() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:omnibox.metrics.ChromeSearchboxStats.available_suggestions)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_available_suggestions();
}
inline const ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo>&
ChromeSearchboxStats::_internal_available_suggestions() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.available_suggestions_;
}
inline ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ChromeSearchboxStats_SuggestionInfo>* PROTOBUF_NONNULL
ChromeSearchboxStats::_internal_mutable_available_suggestions() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.available_suggestions_;
}

// optional bool zero_prefix_enabled = 38;
inline bool ChromeSearchboxStats::has_zero_prefix_enabled() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000400U);
  return value;
}
inline void ChromeSearchboxStats::clear_zero_prefix_enabled() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.zero_prefix_enabled_ = false;
  ClearHasBit(_impl_._has_bits_[0], 0x00000400U);
}
inline bool ChromeSearchboxStats::zero_prefix_enabled() const {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ChromeSearchboxStats.zero_prefix_enabled)
  return _internal_zero_prefix_enabled();
}
inline void ChromeSearchboxStats::set_zero_prefix_enabled(bool value) {
  _internal_set_zero_prefix_enabled(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000400U);
  // @@protoc_insertion_point(field_set:omnibox.metrics.ChromeSearchboxStats.zero_prefix_enabled)
}
inline bool ChromeSearchboxStats::_internal_zero_prefix_enabled() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.zero_prefix_enabled_;
}
inline void ChromeSearchboxStats::_internal_set_zero_prefix_enabled(bool value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.zero_prefix_enabled_ = value;
}

// optional uint32 num_zero_prefix_suggestions_shown = 37;
inline bool ChromeSearchboxStats::has_num_zero_prefix_suggestions_shown() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000200U);
  return value;
}
inline void ChromeSearchboxStats::clear_num_zero_prefix_suggestions_shown() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.num_zero_prefix_suggestions_shown_ = 0u;
  ClearHasBit(_impl_._has_bits_[0], 0x00000200U);
}
inline ::uint32_t ChromeSearchboxStats::num_zero_prefix_suggestions_shown() const {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ChromeSearchboxStats.num_zero_prefix_suggestions_shown)
  return _internal_num_zero_prefix_suggestions_shown();
}
inline void ChromeSearchboxStats::set_num_zero_prefix_suggestions_shown(::uint32_t value) {
  _internal_set_num_zero_prefix_suggestions_shown(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000200U);
  // @@protoc_insertion_point(field_set:omnibox.metrics.ChromeSearchboxStats.num_zero_prefix_suggestions_shown)
}
inline ::uint32_t ChromeSearchboxStats::_internal_num_zero_prefix_suggestions_shown() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.num_zero_prefix_suggestions_shown_;
}
inline void ChromeSearchboxStats::_internal_set_num_zero_prefix_suggestions_shown(::uint32_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.num_zero_prefix_suggestions_shown_ = value;
}

// optional string experiment_stats = 26 [deprecated = true];
inline bool ChromeSearchboxStats::has_experiment_stats() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000040U);
  return value;
}
inline void ChromeSearchboxStats::clear_experiment_stats() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.experiment_stats_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000040U);
}
inline const ::std::string& ChromeSearchboxStats::experiment_stats() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ChromeSearchboxStats.experiment_stats)
  return _internal_experiment_stats();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void ChromeSearchboxStats::set_experiment_stats(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000040U);
  _impl_.experiment_stats_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:omnibox.metrics.ChromeSearchboxStats.experiment_stats)
}
inline ::std::string* PROTOBUF_NONNULL ChromeSearchboxStats::mutable_experiment_stats()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000040U);
  ::std::string* _s = _internal_mutable_experiment_stats();
  // @@protoc_insertion_point(field_mutable:omnibox.metrics.ChromeSearchboxStats.experiment_stats)
  return _s;
}
inline const ::std::string& ChromeSearchboxStats::_internal_experiment_stats() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.experiment_stats_.Get();
}
inline void ChromeSearchboxStats::_internal_set_experiment_stats(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.experiment_stats_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL ChromeSearchboxStats::_internal_mutable_experiment_stats() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.experiment_stats_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE ChromeSearchboxStats::release_experiment_stats() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:omnibox.metrics.ChromeSearchboxStats.experiment_stats)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000040U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000040U);
  auto* released = _impl_.experiment_stats_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.experiment_stats_.Set("", GetArena());
  }
  return released;
}
inline void ChromeSearchboxStats::set_allocated_experiment_stats(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000040U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000040U);
  }
  _impl_.experiment_stats_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.experiment_stats_.IsDefault()) {
    _impl_.experiment_stats_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:omnibox.metrics.ChromeSearchboxStats.experiment_stats)
}

// repeated .omnibox.metrics.ChromeSearchboxStats.ExperimentStatsV2 experiment_stats_v2 = 60;
inline int ChromeSearchboxStats::_internal_experiment_stats_v2_size() const {
  return _internal_experiment_stats_v2().size();
}
inline int ChromeSearchboxStats::experiment_stats_v2_size() const {
  return _internal_experiment_stats_v2_size();
}
inline void ChromeSearchboxStats::clear_experiment_stats_v2() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.experiment_stats_v2_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline const ::omnibox::metrics::ChromeSearchboxStats_ExperimentStatsV2& ChromeSearchboxStats::experiment_stats_v2(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ChromeSearchboxStats.experiment_stats_v2)
  return _internal_experiment_stats_v2().Get(index);
}
inline ::omnibox::metrics::ChromeSearchboxStats_ExperimentStatsV2* PROTOBUF_NONNULL ChromeSearchboxStats::mutable_experiment_stats_v2(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:omnibox.metrics.ChromeSearchboxStats.experiment_stats_v2)
  return _internal_mutable_experiment_stats_v2()->Mutable(index);
}
inline ::omnibox::metrics::ChromeSearchboxStats_ExperimentStatsV2* PROTOBUF_NONNULL ChromeSearchboxStats::add_experiment_stats_v2()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::omnibox::metrics::ChromeSearchboxStats_ExperimentStatsV2* _add =
      _internal_mutable_experiment_stats_v2()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_add:omnibox.metrics.ChromeSearchboxStats.experiment_stats_v2)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ChromeSearchboxStats_ExperimentStatsV2>& ChromeSearchboxStats::experiment_stats_v2() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:omnibox.metrics.ChromeSearchboxStats.experiment_stats_v2)
  return _internal_experiment_stats_v2();
}
inline ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ChromeSearchboxStats_ExperimentStatsV2>* PROTOBUF_NONNULL
ChromeSearchboxStats::mutable_experiment_stats_v2() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_mutable_list:omnibox.metrics.ChromeSearchboxStats.experiment_stats_v2)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_experiment_stats_v2();
}
inline const ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ChromeSearchboxStats_ExperimentStatsV2>&
ChromeSearchboxStats::_internal_experiment_stats_v2() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.experiment_stats_v2_;
}
inline ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ChromeSearchboxStats_ExperimentStatsV2>* PROTOBUF_NONNULL
ChromeSearchboxStats::_internal_mutable_experiment_stats_v2() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.experiment_stats_v2_;
}

// repeated .omnibox.metrics.ChromeSearchboxStats.GroupInfo group_infos = 103;
inline int ChromeSearchboxStats::_internal_group_infos_size() const {
  return _internal_group_infos().size();
}
inline int ChromeSearchboxStats::group_infos_size() const {
  return _internal_group_infos_size();
}
inline void ChromeSearchboxStats::clear_group_infos() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.group_infos_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
}
inline const ::omnibox::metrics::ChromeSearchboxStats_GroupInfo& ChromeSearchboxStats::group_infos(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ChromeSearchboxStats.group_infos)
  return _internal_group_infos().Get(index);
}
inline ::omnibox::metrics::ChromeSearchboxStats_GroupInfo* PROTOBUF_NONNULL ChromeSearchboxStats::mutable_group_infos(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:omnibox.metrics.ChromeSearchboxStats.group_infos)
  return _internal_mutable_group_infos()->Mutable(index);
}
inline ::omnibox::metrics::ChromeSearchboxStats_GroupInfo* PROTOBUF_NONNULL ChromeSearchboxStats::add_group_infos()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::omnibox::metrics::ChromeSearchboxStats_GroupInfo* _add =
      _internal_mutable_group_infos()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  // @@protoc_insertion_point(field_add:omnibox.metrics.ChromeSearchboxStats.group_infos)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ChromeSearchboxStats_GroupInfo>& ChromeSearchboxStats::group_infos() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:omnibox.metrics.ChromeSearchboxStats.group_infos)
  return _internal_group_infos();
}
inline ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ChromeSearchboxStats_GroupInfo>* PROTOBUF_NONNULL
ChromeSearchboxStats::mutable_group_infos() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  // @@protoc_insertion_point(field_mutable_list:omnibox.metrics.ChromeSearchboxStats.group_infos)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_group_infos();
}
inline const ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ChromeSearchboxStats_GroupInfo>&
ChromeSearchboxStats::_internal_group_infos() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.group_infos_;
}
inline ::google::protobuf::RepeatedPtrField<::omnibox::metrics::ChromeSearchboxStats_GroupInfo>* PROTOBUF_NONNULL
ChromeSearchboxStats::_internal_mutable_group_infos() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.group_infos_;
}

// repeated fixed64 gws_event_id_hash = 94;
inline int ChromeSearchboxStats::_internal_gws_event_id_hash_size() const {
  return _internal_gws_event_id_hash().size();
}
inline int ChromeSearchboxStats::gws_event_id_hash_size() const {
  return _internal_gws_event_id_hash_size();
}
inline void ChromeSearchboxStats::clear_gws_event_id_hash() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.gws_event_id_hash_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
}
inline ::uint64_t ChromeSearchboxStats::gws_event_id_hash(int index) const {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ChromeSearchboxStats.gws_event_id_hash)
  return _internal_gws_event_id_hash().Get(index);
}
inline void ChromeSearchboxStats::set_gws_event_id_hash(int index, ::uint64_t value) {
  _internal_mutable_gws_event_id_hash()->Set(index, value);
  // @@protoc_insertion_point(field_set:omnibox.metrics.ChromeSearchboxStats.gws_event_id_hash)
}
inline void ChromeSearchboxStats::add_gws_event_id_hash(::uint64_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _internal_mutable_gws_event_id_hash()
      ->InternalAddWithArena<const ::google::protobuf::MessageLite*>(
          internal_visibility(), this, value);
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  // @@protoc_insertion_point(field_add:omnibox.metrics.ChromeSearchboxStats.gws_event_id_hash)
}
inline const ::google::protobuf::RepeatedField<::uint64_t>& ChromeSearchboxStats::gws_event_id_hash() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:omnibox.metrics.ChromeSearchboxStats.gws_event_id_hash)
  return _internal_gws_event_id_hash();
}
inline ::google::protobuf::RepeatedField<::uint64_t>* PROTOBUF_NONNULL ChromeSearchboxStats::mutable_gws_event_id_hash()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  // @@protoc_insertion_point(field_mutable_list:omnibox.metrics.ChromeSearchboxStats.gws_event_id_hash)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_gws_event_id_hash();
}
inline const ::google::protobuf::RepeatedField<::uint64_t>&
ChromeSearchboxStats::_internal_gws_event_id_hash() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.gws_event_id_hash_;
}
inline ::google::protobuf::RepeatedField<::uint64_t>* PROTOBUF_NONNULL
ChromeSearchboxStats::_internal_mutable_gws_event_id_hash() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.gws_event_id_hash_;
}

// optional .omnibox.metrics.SmartComposeStats smart_compose_stats = 125;
inline bool ChromeSearchboxStats::has_smart_compose_stats() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000100U);
  PROTOBUF_ASSUME(!value || _impl_.smart_compose_stats_ != nullptr);
  return value;
}
inline const ::omnibox::metrics::SmartComposeStats& ChromeSearchboxStats::_internal_smart_compose_stats() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::omnibox::metrics::SmartComposeStats* p = _impl_.smart_compose_stats_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::omnibox::metrics::SmartComposeStats>(&::omnibox::metrics::SmartComposeStats_globals_);
}
inline const ::omnibox::metrics::SmartComposeStats& ChromeSearchboxStats::smart_compose_stats() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ChromeSearchboxStats.smart_compose_stats)
  return _internal_smart_compose_stats();
}
inline void ChromeSearchboxStats::unsafe_arena_set_allocated_smart_compose_stats(
    ::omnibox::metrics::SmartComposeStats* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.smart_compose_stats_);
  }
  _impl_.smart_compose_stats_ = reinterpret_cast<::omnibox::metrics::SmartComposeStats*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000100U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000100U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:omnibox.metrics.ChromeSearchboxStats.smart_compose_stats)
}
inline ::omnibox::metrics::SmartComposeStats* PROTOBUF_NULLABLE ChromeSearchboxStats::release_smart_compose_stats() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000100U);
  ::omnibox::metrics::SmartComposeStats* released = _impl_.smart_compose_stats_;
  _impl_.smart_compose_stats_ = nullptr;
  if (::google::protobuf::internal::DebugHardenForceCopyInRelease()) {
    auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released);
    released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    if (GetArena() == nullptr) {
      delete old;
    }
  } else {
    if (GetArena() != nullptr) {
      released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    }
  }
  return released;
}
inline ::omnibox::metrics::SmartComposeStats* PROTOBUF_NULLABLE ChromeSearchboxStats::unsafe_arena_release_smart_compose_stats() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:omnibox.metrics.ChromeSearchboxStats.smart_compose_stats)

  ClearHasBit(_impl_._has_bits_[0], 0x00000100U);
  ::omnibox::metrics::SmartComposeStats* temp = _impl_.smart_compose_stats_;
  _impl_.smart_compose_stats_ = nullptr;
  return temp;
}
inline ::omnibox::metrics::SmartComposeStats* PROTOBUF_NONNULL ChromeSearchboxStats::_internal_mutable_smart_compose_stats() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.smart_compose_stats_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::omnibox::metrics::SmartComposeStats>(GetArena());
    _impl_.smart_compose_stats_ = reinterpret_cast<::omnibox::metrics::SmartComposeStats*>(p);
  }
  return _impl_.smart_compose_stats_;
}
inline ::omnibox::metrics::SmartComposeStats* PROTOBUF_NONNULL ChromeSearchboxStats::mutable_smart_compose_stats()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000100U);
  ::omnibox::metrics::SmartComposeStats* _msg = _internal_mutable_smart_compose_stats();
  // @@protoc_insertion_point(field_mutable:omnibox.metrics.ChromeSearchboxStats.smart_compose_stats)
  return _msg;
}
inline void ChromeSearchboxStats::set_allocated_smart_compose_stats(::omnibox::metrics::SmartComposeStats* PROTOBUF_NULLABLE value) {
  ::google::protobuf::Arena* message_arena = GetArena();
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (message_arena == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.smart_compose_stats_);
  }

  if (value != nullptr) {
    ::google::protobuf::Arena* submessage_arena = reinterpret_cast<::google::protobuf::MessageLite*>(value)->GetArena();
    if (message_arena != submessage_arena) {
      value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena);
    }
    SetHasBit(_impl_._has_bits_[0], 0x00000100U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000100U);
  }

  _impl_.smart_compose_stats_ = reinterpret_cast<::omnibox::metrics::SmartComposeStats*>(value);
  // @@protoc_insertion_point(field_set_allocated:omnibox.metrics.ChromeSearchboxStats.smart_compose_stats)
}

// repeated .omnibox.metrics.ChromeSearchboxStats.InputMethod input_methods = 31;
inline int ChromeSearchboxStats::_internal_input_methods_size() const {
  return _internal_input_methods().size();
}
inline int ChromeSearchboxStats::input_methods_size() const {
  return _internal_input_methods_size();
}
inline void ChromeSearchboxStats::clear_input_methods() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.input_methods_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline ::omnibox::metrics::ChromeSearchboxStats_InputMethod ChromeSearchboxStats::input_methods(int index) const {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ChromeSearchboxStats.input_methods)
  return static_cast<::omnibox::metrics::ChromeSearchboxStats_InputMethod>(_internal_input_methods().Get(index));
}
inline void ChromeSearchboxStats::set_input_methods(int index, ::omnibox::metrics::ChromeSearchboxStats_InputMethod value) {

                                          assert(::google::protobuf::internal::ValidateEnum(
                                              value, ::omnibox::metrics::ChromeSearchboxStats_InputMethod_internal_data_));
                                          _internal_mutable_input_methods()->Set(index, value);
  // @@protoc_insertion_point(field_set:omnibox.metrics.ChromeSearchboxStats.input_methods)
}
inline void ChromeSearchboxStats::add_input_methods(::omnibox::metrics::ChromeSearchboxStats_InputMethod value) {

                                          assert(::google::protobuf::internal::ValidateEnum(
                                              value, ::omnibox::metrics::ChromeSearchboxStats_InputMethod_internal_data_));
                                          ::google::protobuf::internal::TSanWrite(&_impl_);
  _internal_mutable_input_methods()
      ->InternalAddWithArena<const ::google::protobuf::MessageLite*>(
          internal_visibility(), this, value);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_add:omnibox.metrics.ChromeSearchboxStats.input_methods)
}
inline const ::google::protobuf::RepeatedField<int>& ChromeSearchboxStats::input_methods() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:omnibox.metrics.ChromeSearchboxStats.input_methods)
  return _internal_input_methods();
}
inline ::google::protobuf::RepeatedField<int>* PROTOBUF_NONNULL ChromeSearchboxStats::mutable_input_methods()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_mutable_list:omnibox.metrics.ChromeSearchboxStats.input_methods)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_input_methods();
}
inline const ::google::protobuf::RepeatedField<int>& ChromeSearchboxStats::_internal_input_methods()
    const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.input_methods_;
}
inline ::google::protobuf::RepeatedField<int>* PROTOBUF_NONNULL
ChromeSearchboxStats::_internal_mutable_input_methods() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.input_methods_;
}

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

// ActionInfo

// optional .omnibox.metrics.ActionInfo.ActionType logs_action_type = 1;
inline bool ActionInfo::has_logs_action_type() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  return value;
}
inline void ActionInfo::clear_logs_action_type() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.logs_action_type_ = 0;
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline ::omnibox::metrics::ActionInfo_ActionType ActionInfo::logs_action_type() const {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ActionInfo.logs_action_type)
  return _internal_logs_action_type();
}
inline void ActionInfo::set_logs_action_type(::omnibox::metrics::ActionInfo_ActionType value) {
  _internal_set_logs_action_type(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_set:omnibox.metrics.ActionInfo.logs_action_type)
}
inline ::omnibox::metrics::ActionInfo_ActionType ActionInfo::_internal_logs_action_type() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return static_cast<::omnibox::metrics::ActionInfo_ActionType>(_impl_.logs_action_type_);
}
inline void ActionInfo::_internal_set_logs_action_type(::omnibox::metrics::ActionInfo_ActionType value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);

                                          assert(::google::protobuf::internal::ValidateEnum(
                                              value, ::omnibox::metrics::ActionInfo_ActionType_internal_data_));
                                          _impl_.logs_action_type_ = value;
}

// optional string package_id = 2;
inline bool ActionInfo::has_package_id() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void ActionInfo::clear_package_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.package_id_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& ActionInfo::package_id() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ActionInfo.package_id)
  return _internal_package_id();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void ActionInfo::set_package_id(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.package_id_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:omnibox.metrics.ActionInfo.package_id)
}
inline ::std::string* PROTOBUF_NONNULL ActionInfo::mutable_package_id()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_package_id();
  // @@protoc_insertion_point(field_mutable:omnibox.metrics.ActionInfo.package_id)
  return _s;
}
inline const ::std::string& ActionInfo::_internal_package_id() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.package_id_.Get();
}
inline void ActionInfo::_internal_set_package_id(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.package_id_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL ActionInfo::_internal_mutable_package_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.package_id_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE ActionInfo::release_package_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:omnibox.metrics.ActionInfo.package_id)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.package_id_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.package_id_.Set("", GetArena());
  }
  return released;
}
inline void ActionInfo::set_allocated_package_id(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  }
  _impl_.package_id_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.package_id_.IsDefault()) {
    _impl_.package_id_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:omnibox.metrics.ActionInfo.package_id)
}

// optional string action_uri = 4;
inline bool ActionInfo::has_action_uri() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void ActionInfo::clear_action_uri() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.action_uri_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& ActionInfo::action_uri() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ActionInfo.action_uri)
  return _internal_action_uri();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void ActionInfo::set_action_uri(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.action_uri_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:omnibox.metrics.ActionInfo.action_uri)
}
inline ::std::string* PROTOBUF_NONNULL ActionInfo::mutable_action_uri()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_action_uri();
  // @@protoc_insertion_point(field_mutable:omnibox.metrics.ActionInfo.action_uri)
  return _s;
}
inline const ::std::string& ActionInfo::_internal_action_uri() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.action_uri_.Get();
}
inline void ActionInfo::_internal_set_action_uri(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.action_uri_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL ActionInfo::_internal_mutable_action_uri() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.action_uri_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE ActionInfo::release_action_uri() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:omnibox.metrics.ActionInfo.action_uri)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.action_uri_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.action_uri_.Set("", GetArena());
  }
  return released;
}
inline void ActionInfo::set_allocated_action_uri(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  }
  _impl_.action_uri_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.action_uri_.IsDefault()) {
    _impl_.action_uri_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:omnibox.metrics.ActionInfo.action_uri)
}

// optional uint32 action_type = 6;
inline bool ActionInfo::has_action_type() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000008U);
  return value;
}
inline void ActionInfo::clear_action_type() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.action_type_ = 0u;
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
}
inline ::uint32_t ActionInfo::action_type() const {
  // @@protoc_insertion_point(field_get:omnibox.metrics.ActionInfo.action_type)
  return _internal_action_type();
}
inline void ActionInfo::set_action_type(::uint32_t value) {
  _internal_set_action_type(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  // @@protoc_insertion_point(field_set:omnibox.metrics.ActionInfo.action_type)
}
inline ::uint32_t ActionInfo::_internal_action_type() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.action_type_;
}
inline void ActionInfo::_internal_set_action_type(::uint32_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.action_type_ = value;
}

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

// @@protoc_insertion_point(namespace_scope)
}  // namespace metrics
}  // namespace omnibox


namespace google {
namespace protobuf {

template <>
struct is_proto_enum<::omnibox::metrics::ChromeSearchboxStats_InputMethod> : std::true_type {};
template <>
struct internal::LiteEnumFuncs<::omnibox::metrics::ChromeSearchboxStats_InputMethod> {
  static constexpr bool kIsDefined = true;
  static constexpr auto kParseFunc = ::omnibox::metrics::ChromeSearchboxStats_InputMethod_Parse;
  static constexpr auto kNameFunc = ::omnibox::metrics::ChromeSearchboxStats_InputMethod_Name<int>;
};
template <>
struct is_proto_enum<::omnibox::metrics::ActionInfo_ActionType> : std::true_type {};
template <>
struct internal::LiteEnumFuncs<::omnibox::metrics::ActionInfo_ActionType> {
  static constexpr bool kIsDefined = true;
  static constexpr auto kParseFunc = ::omnibox::metrics::ActionInfo_ActionType_Parse;
  static constexpr auto kNameFunc = ::omnibox::metrics::ActionInfo_ActionType_Name<int>;
};

}  // namespace protobuf
}  // namespace google

// @@protoc_insertion_point(global_scope)

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

#endif  // chrome_5fsearchbox_5fstats_2eproto_2epb_2eh
