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

#ifndef suggest_5finventory_2eproto_2epb_2eh
#define suggest_5finventory_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/repeated_field.h"  // IWYU pragma: export
#include "google/protobuf/extension_set.h"  // IWYU pragma: export
#include "google/protobuf/generated_enum_util.h"
// @@protoc_insertion_point(includes)

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

#define PROTOBUF_INTERNAL_EXPORT_suggest_5finventory_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_suggest_5finventory_2eproto {
  static const ::uint32_t offsets[];
};
namespace omnibox {
enum SuggestInventory : int;
extern const uint32_t SuggestInventory_internal_data_[];
}  // namespace omnibox
namespace google {
namespace protobuf {
template <>
internal::EnumTraitsT<::omnibox::SuggestInventory_internal_data_>
    internal::EnumTraitsImpl::value<::omnibox::SuggestInventory>;
}  // namespace protobuf
}  // namespace google

namespace omnibox {
enum SuggestInventory : int {
  SUGGEST_INVENTORY_DEFAULT = 0,
  SUGGEST_INVENTORY_TRAVEL = 1,
  SUGGEST_INVENTORY_AIM_IO_HP_TAKEOVER = 2,
  SUGGEST_INVENTORY_IMG_GEN_IO_HP_TAKEOVER = 3,
  SUGGEST_INVENTORY_AIM_CONVERSATION_STARTERS = 4,
  SUGGEST_INVENTORY_AI_HP_CREATE_CHIP = 5,
  SUGGEST_INVENTORY_AI_HP_GET_IT_DONE_CHIP = 6,
  SUGGEST_INVENTORY_AI_HP_SIMPLIFY_CHIP = 7,
  SUGGEST_INVENTORY_AI_HP_IFL = 8,
  SUGGEST_INVENTORY_AI_HP_RESERVATIONS = 9,
  SUGGEST_INVENTORY_BRAINSTORM = 10,
  SUGGEST_INVENTORY_HELP_ME_LEARN = 11,
  SUGGEST_INVENTORY_WRITE_OR_EDIT = 12,
  SUGGEST_INVENTORY_ADD_FILE = 13,
  SUGGEST_INVENTORY_ADD_TAB = 14,
  SUGGEST_INVENTORY_AIM_IMAGES = 15,
  SuggestInventory_INT_MIN_SENTINEL_DO_NOT_USE_ =
      ::std::numeric_limits<::int32_t>::min(),
  SuggestInventory_INT_MAX_SENTINEL_DO_NOT_USE_ =
      ::std::numeric_limits<::int32_t>::max(),
};

extern const uint32_t SuggestInventory_internal_data_[];
inline constexpr SuggestInventory SuggestInventory_MIN =
    static_cast<SuggestInventory>(0);
inline constexpr SuggestInventory SuggestInventory_MAX =
    static_cast<SuggestInventory>(15);
inline bool SuggestInventory_IsValid(int value) {
  return 0 <= value && value <= 15;
}
inline constexpr int SuggestInventory_ARRAYSIZE = 15 + 1;
const ::std::string& SuggestInventory_Name(SuggestInventory value);
template <typename T>
const ::std::string& SuggestInventory_Name(T value) {
  static_assert(::std::is_same<T, SuggestInventory>::value ||
                    ::std::is_integral<T>::value,
                "Incorrect type passed to SuggestInventory_Name().");
  return SuggestInventory_Name(static_cast<SuggestInventory>(value));
}
bool SuggestInventory_Parse(
    ::absl::string_view name, SuggestInventory* PROTOBUF_NONNULL value);
using ::google::protobuf::internal::generated_enum::AbslParseFlag;
using ::google::protobuf::internal::generated_enum::AbslUnparseFlag;

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



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




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


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

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


namespace google {
namespace protobuf {

template <>
struct is_proto_enum<::omnibox::SuggestInventory> : std::true_type {};
template <>
struct internal::LiteEnumFuncs<::omnibox::SuggestInventory> {
  static constexpr bool kIsDefined = true;
  static constexpr auto kParseFunc = ::omnibox::SuggestInventory_Parse;
  static constexpr auto kNameFunc = ::omnibox::SuggestInventory_Name<int>;
};

}  // namespace protobuf
}  // namespace google

// @@protoc_insertion_point(global_scope)

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

#endif  // suggest_5finventory_2eproto_2epb_2eh
