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

#ifndef tool_5fsubstate_5fconfig_2eproto_2epb_2eh
#define tool_5fsubstate_5fconfig_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 "tool_substate.pb.h"
// @@protoc_insertion_point(includes)

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

#define PROTOBUF_INTERNAL_EXPORT_tool_5fsubstate_5fconfig_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_5fconfig_2eproto {
  static const ::uint32_t offsets[];
};
namespace omnibox {
class ToolSubstateConfig;
struct ToolSubstateConfigGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern ToolSubstateConfigGlobalsTypeInternal ToolSubstateConfig_globals_;
extern const ::google::protobuf::internal::ClassDataLite ToolSubstateConfig_class_data_;
#else
extern const ToolSubstateConfigGlobalsTypeInternal ToolSubstateConfig_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace omnibox
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google

namespace omnibox {

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


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

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

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

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

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

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

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

  explicit ToolSubstateConfig(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  ToolSubstateConfig(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const ToolSubstateConfig& from);
  ToolSubstateConfig(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, ToolSubstateConfig&& from) noexcept
      : ToolSubstateConfig(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 {
    kHintTextFieldNumber = 2,
    kToolSubstateFieldNumber = 1,
    kAllowSubmitWithoutInputFieldNumber = 3,
  };
  // string hint_text = 2;
  void clear_hint_text() ;
  const ::std::string& hint_text() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_hint_text(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_hint_text();
  ::std::string* PROTOBUF_NULLABLE release_hint_text();
  void set_allocated_hint_text(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_hint_text() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_hint_text(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_hint_text();

  public:
  // .omnibox.ToolSubstate tool_substate = 1;
  void clear_tool_substate() ;
  ::omnibox::ToolSubstate tool_substate() const;
  void set_tool_substate(::omnibox::ToolSubstate value);

  private:
  ::omnibox::ToolSubstate _internal_tool_substate() const;
  void _internal_set_tool_substate(::omnibox::ToolSubstate value);

  public:
  // bool allow_submit_without_input = 3;
  void clear_allow_submit_without_input() ;
  bool allow_submit_without_input() const;
  void set_allow_submit_without_input(bool value);

  private:
  bool _internal_allow_submit_without_input() const;
  void _internal_set_allow_submit_without_input(bool value);

  public:
  // @@protoc_insertion_point(class_scope:omnibox.ToolSubstateConfig)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<2, 3,
                          0, 44,
                          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 ToolSubstateConfig& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr hint_text_;
    int tool_substate_;
    bool allow_submit_without_input_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_tool_5fsubstate_5fconfig_2eproto;
};

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




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


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

// ToolSubstateConfig

// .omnibox.ToolSubstate tool_substate = 1;
inline void ToolSubstateConfig::clear_tool_substate() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.tool_substate_ = 0;
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline ::omnibox::ToolSubstate ToolSubstateConfig::tool_substate() const {
  // @@protoc_insertion_point(field_get:omnibox.ToolSubstateConfig.tool_substate)
  return _internal_tool_substate();
}
inline void ToolSubstateConfig::set_tool_substate(::omnibox::ToolSubstate value) {
  _internal_set_tool_substate(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_set:omnibox.ToolSubstateConfig.tool_substate)
}
inline ::omnibox::ToolSubstate ToolSubstateConfig::_internal_tool_substate() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return static_cast<::omnibox::ToolSubstate>(_impl_.tool_substate_);
}
inline void ToolSubstateConfig::_internal_set_tool_substate(::omnibox::ToolSubstate value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.tool_substate_ = value;
}

// string hint_text = 2;
inline void ToolSubstateConfig::clear_hint_text() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.hint_text_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& ToolSubstateConfig::hint_text() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:omnibox.ToolSubstateConfig.hint_text)
  return _internal_hint_text();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void ToolSubstateConfig::set_hint_text(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.hint_text_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:omnibox.ToolSubstateConfig.hint_text)
}
inline ::std::string* PROTOBUF_NONNULL ToolSubstateConfig::mutable_hint_text()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_hint_text();
  // @@protoc_insertion_point(field_mutable:omnibox.ToolSubstateConfig.hint_text)
  return _s;
}
inline const ::std::string& ToolSubstateConfig::_internal_hint_text() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.hint_text_.Get();
}
inline void ToolSubstateConfig::_internal_set_hint_text(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.hint_text_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL ToolSubstateConfig::_internal_mutable_hint_text() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.hint_text_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE ToolSubstateConfig::release_hint_text() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:omnibox.ToolSubstateConfig.hint_text)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.hint_text_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.hint_text_.Set("", GetArena());
  }
  return released;
}
inline void ToolSubstateConfig::set_allocated_hint_text(::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_.hint_text_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.hint_text_.IsDefault()) {
    _impl_.hint_text_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:omnibox.ToolSubstateConfig.hint_text)
}

// bool allow_submit_without_input = 3;
inline void ToolSubstateConfig::clear_allow_submit_without_input() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.allow_submit_without_input_ = false;
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline bool ToolSubstateConfig::allow_submit_without_input() const {
  // @@protoc_insertion_point(field_get:omnibox.ToolSubstateConfig.allow_submit_without_input)
  return _internal_allow_submit_without_input();
}
inline void ToolSubstateConfig::set_allow_submit_without_input(bool value) {
  _internal_set_allow_submit_without_input(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_set:omnibox.ToolSubstateConfig.allow_submit_without_input)
}
inline bool ToolSubstateConfig::_internal_allow_submit_without_input() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.allow_submit_without_input_;
}
inline void ToolSubstateConfig::_internal_set_allow_submit_without_input(bool value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.allow_submit_without_input_ = value;
}

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

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


// @@protoc_insertion_point(global_scope)

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

#endif  // tool_5fsubstate_5fconfig_2eproto_2epb_2eh
