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

#ifndef page_5fvertical_2eproto_2epb_2eh
#define page_5fvertical_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_page_5fvertical_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_page_5fvertical_2eproto {
  static const ::uint32_t offsets[];
};
namespace omnibox {
enum PageVertical : int;
extern const uint32_t PageVertical_internal_data_[];
}  // namespace omnibox
namespace google {
namespace protobuf {
template <>
internal::EnumTraitsT<::omnibox::PageVertical_internal_data_>
    internal::EnumTraitsImpl::value<::omnibox::PageVertical>;
}  // namespace protobuf
}  // namespace google

namespace omnibox {
enum PageVertical : int {
  PAGE_VERTICAL_UNSPECIFIED = 0,
  PAGE_VERTICAL_EDU = 1,
};

extern const uint32_t PageVertical_internal_data_[];
inline constexpr PageVertical PageVertical_MIN =
    static_cast<PageVertical>(0);
inline constexpr PageVertical PageVertical_MAX =
    static_cast<PageVertical>(1);
inline bool PageVertical_IsValid(int value) {
  return 0 <= value && value <= 1;
}
inline constexpr int PageVertical_ARRAYSIZE = 1 + 1;
const ::std::string& PageVertical_Name(PageVertical value);
template <typename T>
const ::std::string& PageVertical_Name(T value) {
  static_assert(::std::is_same<T, PageVertical>::value ||
                    ::std::is_integral<T>::value,
                "Incorrect type passed to PageVertical_Name().");
  return PageVertical_Name(static_cast<PageVertical>(value));
}
bool PageVertical_Parse(
    ::absl::string_view name, PageVertical* 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::PageVertical> : std::true_type {};
template <>
struct internal::LiteEnumFuncs<::omnibox::PageVertical> {
  static constexpr bool kIsDefined = true;
  static constexpr auto kParseFunc = ::omnibox::PageVertical_Parse;
  static constexpr auto kNameFunc = ::omnibox::PageVertical_Name<int>;
};

}  // namespace protobuf
}  // namespace google

// @@protoc_insertion_point(global_scope)

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

#endif  // page_5fvertical_2eproto_2epb_2eh
