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

#ifndef tool_5fsubstate_2eproto_2epb_2eh
#define tool_5fsubstate_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_tool_5fsubstate_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_tool_5fsubstate_2eproto {
  static const ::uint32_t offsets[];
};
namespace omnibox {
enum ToolSubstate : int;
extern const uint32_t ToolSubstate_internal_data_[];
}  // namespace omnibox
namespace google {
namespace protobuf {
template <>
internal::EnumTraitsT<::omnibox::ToolSubstate_internal_data_>
    internal::EnumTraitsImpl::value<::omnibox::ToolSubstate>;
}  // namespace protobuf
}  // namespace google

namespace omnibox {
enum ToolSubstate : int {
  TOOL_SUBSTATE_UNSPECIFIED = 0,
  TOOL_SUBSTATE_DEEP_SEARCH_CLARIFYING_QUESTION = 1,
  TOOL_SUBSTATE_DEEP_SEARCH_COMPLETED = 2,
  TOOL_SUBSTATE_DEEP_BROWSE_CLARIFYING_QUESTION = 3,
  TOOL_SUBSTATE_DEEP_BROWSE_COMPLETED = 4,
  TOOL_SUBSTATE_CANVAS_FOLLOWUP = 5,
  ToolSubstate_INT_MIN_SENTINEL_DO_NOT_USE_ =
      ::std::numeric_limits<::int32_t>::min(),
  ToolSubstate_INT_MAX_SENTINEL_DO_NOT_USE_ =
      ::std::numeric_limits<::int32_t>::max(),
};

extern const uint32_t ToolSubstate_internal_data_[];
inline constexpr ToolSubstate ToolSubstate_MIN =
    static_cast<ToolSubstate>(0);
inline constexpr ToolSubstate ToolSubstate_MAX =
    static_cast<ToolSubstate>(5);
inline bool ToolSubstate_IsValid(int value) {
  return 0 <= value && value <= 5;
}
inline constexpr int ToolSubstate_ARRAYSIZE = 5 + 1;
const ::std::string& ToolSubstate_Name(ToolSubstate value);
template <typename T>
const ::std::string& ToolSubstate_Name(T value) {
  static_assert(::std::is_same<T, ToolSubstate>::value ||
                    ::std::is_integral<T>::value,
                "Incorrect type passed to ToolSubstate_Name().");
  return ToolSubstate_Name(static_cast<ToolSubstate>(value));
}
bool ToolSubstate_Parse(
    ::absl::string_view name, ToolSubstate* 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::ToolSubstate> : std::true_type {};
template <>
struct internal::LiteEnumFuncs<::omnibox::ToolSubstate> {
  static constexpr bool kIsDefined = true;
  static constexpr auto kParseFunc = ::omnibox::ToolSubstate_Parse;
  static constexpr auto kNameFunc = ::omnibox::ToolSubstate_Name<int>;
};

}  // namespace protobuf
}  // namespace google

// @@protoc_insertion_point(global_scope)

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

#endif  // tool_5fsubstate_2eproto_2epb_2eh
