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

#ifndef web_2eproto_2epb_2eh
#define web_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 "annotations.pb.h"
#include "dom.pb.h"
// @@protoc_insertion_point(includes)

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

#define PROTOBUF_INTERNAL_EXPORT_web_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_web_2eproto {
  static const ::uint32_t offsets[];
};
namespace userfeedback {
class ExtensionDetails;
struct ExtensionDetailsGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern ExtensionDetailsGlobalsTypeInternal ExtensionDetails_globals_;
extern const ::google::protobuf::internal::ClassDataLite ExtensionDetails_class_data_;
#else
extern const ExtensionDetailsGlobalsTypeInternal ExtensionDetails_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class InternalWebData;
struct InternalWebDataGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern InternalWebDataGlobalsTypeInternal InternalWebData_globals_;
extern const ::google::protobuf::internal::ClassDataLite InternalWebData_class_data_;
#else
extern const InternalWebDataGlobalsTypeInternal InternalWebData_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class ProductSpecificBinaryData;
struct ProductSpecificBinaryDataGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern ProductSpecificBinaryDataGlobalsTypeInternal ProductSpecificBinaryData_globals_;
extern const ::google::protobuf::internal::ClassDataLite ProductSpecificBinaryData_class_data_;
#else
extern const ProductSpecificBinaryDataGlobalsTypeInternal ProductSpecificBinaryData_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class ProductSpecificData;
struct ProductSpecificDataGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern ProductSpecificDataGlobalsTypeInternal ProductSpecificData_globals_;
extern const ::google::protobuf::internal::ClassDataLite ProductSpecificData_class_data_;
#else
extern const ProductSpecificDataGlobalsTypeInternal ProductSpecificData_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class WebData;
struct WebDataGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern WebDataGlobalsTypeInternal WebData_globals_;
extern const ::google::protobuf::internal::ClassDataLite WebData_class_data_;
#else
extern const WebDataGlobalsTypeInternal WebData_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace userfeedback
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google

namespace userfeedback {

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


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

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

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

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

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

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

  ProductSpecificData* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<ProductSpecificData>(arena);
  }
  void CopyFrom(const ProductSpecificData& from);
  void MergeFrom(const ProductSpecificData& from) { ProductSpecificData::MergeImpl(*this, from); }

  private:
  static void MergeImpl(::google::protobuf::MessageLite& to_msg,
                        const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return IsInitializedImpl(*this);
  }

  private:
  static bool IsInitializedImpl(const MessageLite& msg);

  public:
  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(ProductSpecificData* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "userfeedback.ProductSpecificData"; }

  explicit ProductSpecificData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  ProductSpecificData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const ProductSpecificData& from);
  ProductSpecificData(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, ProductSpecificData&& from) noexcept
      : ProductSpecificData(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 {
    kKeyFieldNumber = 1,
    kValueFieldNumber = 2,
  };
  // required string key = 1;
  bool has_key()
      const;
  void clear_key() ;
  const ::std::string& key() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_key(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_key();
  ::std::string* PROTOBUF_NULLABLE release_key();
  void set_allocated_key(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_key() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_key(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_key();

  public:
  // optional string value = 2;
  bool has_value()
      const;
  void clear_value() ;
  const ::std::string& value() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_value(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_value();
  ::std::string* PROTOBUF_NULLABLE release_value();
  void set_allocated_value(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_value() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_value(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_value();

  public:
  // @@protoc_insertion_point(class_scope:userfeedback.ProductSpecificData)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<1, 2,
                          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 ProductSpecificData& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr key_;
    ::google::protobuf::internal::ArenaStringPtr value_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_web_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

  ProductSpecificBinaryData* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<ProductSpecificBinaryData>(arena);
  }
  void CopyFrom(const ProductSpecificBinaryData& from);
  void MergeFrom(const ProductSpecificBinaryData& from) { ProductSpecificBinaryData::MergeImpl(*this, from); }

  private:
  static void MergeImpl(::google::protobuf::MessageLite& to_msg,
                        const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return IsInitializedImpl(*this);
  }

  private:
  static bool IsInitializedImpl(const MessageLite& msg);

  public:
  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(ProductSpecificBinaryData* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "userfeedback.ProductSpecificBinaryData"; }

  explicit ProductSpecificBinaryData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  ProductSpecificBinaryData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const ProductSpecificBinaryData& from);
  ProductSpecificBinaryData(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, ProductSpecificBinaryData&& from) noexcept
      : ProductSpecificBinaryData(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 {
    kNameFieldNumber = 1,
    kMimeTypeFieldNumber = 2,
    kDataFieldNumber = 3,
  };
  // required string name = 1;
  bool has_name()
      const;
  void clear_name() ;
  const ::std::string& name() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_name(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_name();
  ::std::string* PROTOBUF_NULLABLE release_name();
  void set_allocated_name(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_name() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_name(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_name();

  public:
  // optional string mime_type = 2;
  bool has_mime_type()
      const;
  void clear_mime_type() ;
  const ::std::string& mime_type() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_mime_type(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_mime_type();
  ::std::string* PROTOBUF_NULLABLE release_mime_type();
  void set_allocated_mime_type(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_mime_type() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_mime_type(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_mime_type();

  public:
  // optional bytes data = 3;
  bool has_data()
      const;
  void clear_data() ;
  const ::std::string& data() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_data(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_data();
  ::std::string* PROTOBUF_NULLABLE release_data();
  void set_allocated_data(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_data() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_data(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_data();

  public:
  // @@protoc_insertion_point(class_scope:userfeedback.ProductSpecificBinaryData)
 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 ProductSpecificBinaryData& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr name_;
    ::google::protobuf::internal::ArenaStringPtr mime_type_;
    ::google::protobuf::internal::ArenaStringPtr data_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_web_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

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

  explicit InternalWebData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  InternalWebData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const InternalWebData& from);
  InternalWebData(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, InternalWebData&& from) noexcept
      : InternalWebData(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 {
    kEmailReceiverFieldNumber = 1,
    kSubjectFieldNumber = 2,
    kDEPRECATEDUrgentFieldNumber = 3,
  };
  // repeated string email_receiver = 1;
  int email_receiver_size()
      const;
  private:
  int _internal_email_receiver_size() const;

  public:
  void clear_email_receiver() ;
  const ::std::string& email_receiver(int index) const;
  ::std::string* PROTOBUF_NONNULL mutable_email_receiver(int index);
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_email_receiver(int index, Arg_&& value, Args_... args);
  ::std::string* PROTOBUF_NONNULL add_email_receiver();
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void add_email_receiver(Arg_&& value, Args_... args);
  const
      ::google::protobuf::RepeatedPtrField<::std::string>&
      email_receiver() const;
  ::google::protobuf::RepeatedPtrField<::std::string>*
      PROTOBUF_NONNULL
      mutable_email_receiver();

  private:
  const ::google::protobuf::RepeatedPtrField<::std::string>& _internal_email_receiver() const;
  ::google::protobuf::RepeatedPtrField<::std::string>* PROTOBUF_NONNULL _internal_mutable_email_receiver();

  public:
  // optional string subject = 2;
  bool has_subject()
      const;
  void clear_subject() ;
  const ::std::string& subject() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_subject(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_subject();
  ::std::string* PROTOBUF_NULLABLE release_subject();
  void set_allocated_subject(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_subject() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_subject(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_subject();

  public:
  // optional bool DEPRECATED_urgent = 3 [default = false];
  bool has_deprecated_urgent()
      const;
  void clear_deprecated_urgent() ;
  bool deprecated_urgent() const;
  void set_deprecated_urgent(bool value);

  private:
  bool _internal_deprecated_urgent() const;
  void _internal_set_deprecated_urgent(bool value);

  public:
  // @@protoc_insertion_point(class_scope:userfeedback.InternalWebData)
 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 InternalWebData& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField<::std::string> email_receiver_;
    ::google::protobuf::internal::ArenaStringPtr subject_;
    bool deprecated_urgent_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_web_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

  ExtensionDetails* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<ExtensionDetails>(arena);
  }
  void CopyFrom(const ExtensionDetails& from);
  void MergeFrom(const ExtensionDetails& from) { ExtensionDetails::MergeImpl(*this, from); }

  private:
  static void MergeImpl(::google::protobuf::MessageLite& to_msg,
                        const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return IsInitializedImpl(*this);
  }

  private:
  static bool IsInitializedImpl(const MessageLite& msg);

  public:
  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(ExtensionDetails* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "userfeedback.ExtensionDetails"; }

  explicit ExtensionDetails(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  ExtensionDetails(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const ExtensionDetails& from);
  ExtensionDetails(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, ExtensionDetails&& from) noexcept
      : ExtensionDetails(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 {
    kExtensionVersionFieldNumber = 1,
    kProtocolVersionFieldNumber = 2,
  };
  // required string extension_version = 1;
  bool has_extension_version()
      const;
  void clear_extension_version() ;
  const ::std::string& extension_version() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_extension_version(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_extension_version();
  ::std::string* PROTOBUF_NULLABLE release_extension_version();
  void set_allocated_extension_version(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_extension_version() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_extension_version(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_extension_version();

  public:
  // required string protocol_version = 2;
  bool has_protocol_version()
      const;
  void clear_protocol_version() ;
  const ::std::string& protocol_version() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_protocol_version(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_protocol_version();
  ::std::string* PROTOBUF_NULLABLE release_protocol_version();
  void set_allocated_protocol_version(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_protocol_version() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_protocol_version(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_protocol_version();

  public:
  // @@protoc_insertion_point(class_scope:userfeedback.ExtensionDetails)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<1, 2,
                          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 ExtensionDetails& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr extension_version_;
    ::google::protobuf::internal::ArenaStringPtr protocol_version_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_web_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

  WebData* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<WebData>(arena);
  }
  void CopyFrom(const WebData& from);
  void MergeFrom(const WebData& from) { WebData::MergeImpl(*this, from); }

  private:
  static void MergeImpl(::google::protobuf::MessageLite& to_msg,
                        const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return IsInitializedImpl(*this);
  }

  private:
  static bool IsInitializedImpl(const MessageLite& msg);

  public:
  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(WebData* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "userfeedback.WebData"; }

  explicit WebData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  WebData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const WebData& from);
  WebData(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, WebData&& from) noexcept
      : WebData(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 {
    kAnnotationFieldNumber = 4,
    kProductSpecificDataFieldNumber = 6,
    kProductSpecificBinaryDataNameFieldNumber = 7,
    kUrlFieldNumber = 3,
    kSuggestionIdFieldNumber = 5,
    kNavigatorFieldNumber = 1,
    kExtensionDetailsFieldNumber = 2,
  };
  // repeated .userfeedback.Annotation annotation = 4;
  int annotation_size()
      const;
  private:
  int _internal_annotation_size() const;

  public:
  void clear_annotation() ;
  const ::userfeedback::Annotation& annotation(int index) const;
  ::userfeedback::Annotation* PROTOBUF_NONNULL mutable_annotation(int index);
  ::userfeedback::Annotation* PROTOBUF_NONNULL add_annotation();
  const ::google::protobuf::RepeatedPtrField<::userfeedback::Annotation>&
  annotation() const;
  ::google::protobuf::RepeatedPtrField<::userfeedback::Annotation>* PROTOBUF_NONNULL
  mutable_annotation();

  private:
  const ::google::protobuf::RepeatedPtrField<::userfeedback::Annotation>& _internal_annotation() const;
  ::google::protobuf::RepeatedPtrField<::userfeedback::Annotation>* PROTOBUF_NONNULL _internal_mutable_annotation();

  public:
  // repeated .userfeedback.ProductSpecificData product_specific_data = 6;
  int product_specific_data_size()
      const;
  private:
  int _internal_product_specific_data_size() const;

  public:
  void clear_product_specific_data() ;
  const ::userfeedback::ProductSpecificData& product_specific_data(int index) const;
  ::userfeedback::ProductSpecificData* PROTOBUF_NONNULL mutable_product_specific_data(int index);
  ::userfeedback::ProductSpecificData* PROTOBUF_NONNULL add_product_specific_data();
  const ::google::protobuf::RepeatedPtrField<::userfeedback::ProductSpecificData>&
  product_specific_data() const;
  ::google::protobuf::RepeatedPtrField<::userfeedback::ProductSpecificData>* PROTOBUF_NONNULL
  mutable_product_specific_data();

  private:
  const ::google::protobuf::RepeatedPtrField<::userfeedback::ProductSpecificData>& _internal_product_specific_data() const;
  ::google::protobuf::RepeatedPtrField<::userfeedback::ProductSpecificData>* PROTOBUF_NONNULL _internal_mutable_product_specific_data();

  public:
  // repeated string product_specific_binary_data_name = 7;
  int product_specific_binary_data_name_size()
      const;
  private:
  int _internal_product_specific_binary_data_name_size() const;

  public:
  void clear_product_specific_binary_data_name() ;
  const ::std::string& product_specific_binary_data_name(int index) const;
  ::std::string* PROTOBUF_NONNULL mutable_product_specific_binary_data_name(int index);
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_product_specific_binary_data_name(int index, Arg_&& value, Args_... args);
  ::std::string* PROTOBUF_NONNULL add_product_specific_binary_data_name();
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void add_product_specific_binary_data_name(Arg_&& value, Args_... args);
  const
      ::google::protobuf::RepeatedPtrField<::std::string>&
      product_specific_binary_data_name() const;
  ::google::protobuf::RepeatedPtrField<::std::string>*
      PROTOBUF_NONNULL
      mutable_product_specific_binary_data_name();

  private:
  const ::google::protobuf::RepeatedPtrField<::std::string>& _internal_product_specific_binary_data_name() const;
  ::google::protobuf::RepeatedPtrField<::std::string>* PROTOBUF_NONNULL _internal_mutable_product_specific_binary_data_name();

  public:
  // optional string url = 3;
  bool has_url()
      const;
  void clear_url() ;
  const ::std::string& url() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_url(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_url();
  ::std::string* PROTOBUF_NULLABLE release_url();
  void set_allocated_url(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_url() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_url(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_url();

  public:
  // optional string suggestion_id = 5;
  bool has_suggestion_id()
      const;
  void clear_suggestion_id() ;
  const ::std::string& suggestion_id() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_suggestion_id(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_suggestion_id();
  ::std::string* PROTOBUF_NULLABLE release_suggestion_id();
  void set_allocated_suggestion_id(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_suggestion_id() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_suggestion_id(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_suggestion_id();

  public:
  // optional .userfeedback.Navigator navigator = 1;
  bool has_navigator()
      const;
  void clear_navigator() ;
  const ::userfeedback::Navigator& navigator() const;
  ::userfeedback::Navigator* PROTOBUF_NULLABLE release_navigator();
  ::userfeedback::Navigator* PROTOBUF_NONNULL mutable_navigator();
  void set_allocated_navigator(::userfeedback::Navigator* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_navigator(::userfeedback::Navigator* PROTOBUF_NULLABLE value);
  ::userfeedback::Navigator* PROTOBUF_NULLABLE unsafe_arena_release_navigator();

  private:
  const ::userfeedback::Navigator& _internal_navigator() const;
  ::userfeedback::Navigator* PROTOBUF_NONNULL _internal_mutable_navigator();

  public:
  // optional .userfeedback.ExtensionDetails extension_details = 2;
  bool has_extension_details()
      const;
  void clear_extension_details() ;
  const ::userfeedback::ExtensionDetails& extension_details() const;
  ::userfeedback::ExtensionDetails* PROTOBUF_NULLABLE release_extension_details();
  ::userfeedback::ExtensionDetails* PROTOBUF_NONNULL mutable_extension_details();
  void set_allocated_extension_details(::userfeedback::ExtensionDetails* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_extension_details(::userfeedback::ExtensionDetails* PROTOBUF_NULLABLE value);
  ::userfeedback::ExtensionDetails* PROTOBUF_NULLABLE unsafe_arena_release_extension_details();

  private:
  const ::userfeedback::ExtensionDetails& _internal_extension_details() const;
  ::userfeedback::ExtensionDetails* PROTOBUF_NONNULL _internal_mutable_extension_details();

  public:
  // @@protoc_insertion_point(class_scope:userfeedback.WebData)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<3, 7,
                          4, 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 WebData& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField< ::userfeedback::Annotation > annotation_;
    ::google::protobuf::RepeatedPtrField< ::userfeedback::ProductSpecificData > product_specific_data_;
    ::google::protobuf::RepeatedPtrField<::std::string> product_specific_binary_data_name_;
    ::google::protobuf::internal::ArenaStringPtr url_;
    ::google::protobuf::internal::ArenaStringPtr suggestion_id_;
    ::userfeedback::Navigator* PROTOBUF_NULLABLE navigator_;
    ::userfeedback::ExtensionDetails* PROTOBUF_NULLABLE extension_details_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_web_2eproto;
};

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




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


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

// WebData

// optional .userfeedback.Navigator navigator = 1;
inline bool WebData::has_navigator() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000020U);
  PROTOBUF_ASSUME(!value || _impl_.navigator_ != nullptr);
  return value;
}
inline const ::userfeedback::Navigator& WebData::_internal_navigator() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::userfeedback::Navigator* p = _impl_.navigator_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::userfeedback::Navigator>(&::userfeedback::Navigator_globals_);
}
inline const ::userfeedback::Navigator& WebData::navigator() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.WebData.navigator)
  return _internal_navigator();
}
inline void WebData::unsafe_arena_set_allocated_navigator(
    ::userfeedback::Navigator* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.navigator_);
  }
  _impl_.navigator_ = reinterpret_cast<::userfeedback::Navigator*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000020U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000020U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:userfeedback.WebData.navigator)
}
inline ::userfeedback::Navigator* PROTOBUF_NULLABLE WebData::release_navigator() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000020U);
  ::userfeedback::Navigator* released = _impl_.navigator_;
  _impl_.navigator_ = 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 ::userfeedback::Navigator* PROTOBUF_NULLABLE WebData::unsafe_arena_release_navigator() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.WebData.navigator)

  ClearHasBit(_impl_._has_bits_[0], 0x00000020U);
  ::userfeedback::Navigator* temp = _impl_.navigator_;
  _impl_.navigator_ = nullptr;
  return temp;
}
inline ::userfeedback::Navigator* PROTOBUF_NONNULL WebData::_internal_mutable_navigator() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.navigator_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::userfeedback::Navigator>(GetArena());
    _impl_.navigator_ = reinterpret_cast<::userfeedback::Navigator*>(p);
  }
  return _impl_.navigator_;
}
inline ::userfeedback::Navigator* PROTOBUF_NONNULL WebData::mutable_navigator()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000020U);
  ::userfeedback::Navigator* _msg = _internal_mutable_navigator();
  // @@protoc_insertion_point(field_mutable:userfeedback.WebData.navigator)
  return _msg;
}
inline void WebData::set_allocated_navigator(::userfeedback::Navigator* 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_.navigator_);
  }

  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], 0x00000020U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000020U);
  }

  _impl_.navigator_ = reinterpret_cast<::userfeedback::Navigator*>(value);
  // @@protoc_insertion_point(field_set_allocated:userfeedback.WebData.navigator)
}

// optional .userfeedback.ExtensionDetails extension_details = 2;
inline bool WebData::has_extension_details() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000040U);
  PROTOBUF_ASSUME(!value || _impl_.extension_details_ != nullptr);
  return value;
}
inline void WebData::clear_extension_details() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.extension_details_ != nullptr) _impl_.extension_details_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000040U);
}
inline const ::userfeedback::ExtensionDetails& WebData::_internal_extension_details() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::userfeedback::ExtensionDetails* p = _impl_.extension_details_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::userfeedback::ExtensionDetails>(&::userfeedback::ExtensionDetails_globals_);
}
inline const ::userfeedback::ExtensionDetails& WebData::extension_details() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.WebData.extension_details)
  return _internal_extension_details();
}
inline void WebData::unsafe_arena_set_allocated_extension_details(
    ::userfeedback::ExtensionDetails* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.extension_details_);
  }
  _impl_.extension_details_ = reinterpret_cast<::userfeedback::ExtensionDetails*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000040U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000040U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:userfeedback.WebData.extension_details)
}
inline ::userfeedback::ExtensionDetails* PROTOBUF_NULLABLE WebData::release_extension_details() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000040U);
  ::userfeedback::ExtensionDetails* released = _impl_.extension_details_;
  _impl_.extension_details_ = 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 ::userfeedback::ExtensionDetails* PROTOBUF_NULLABLE WebData::unsafe_arena_release_extension_details() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.WebData.extension_details)

  ClearHasBit(_impl_._has_bits_[0], 0x00000040U);
  ::userfeedback::ExtensionDetails* temp = _impl_.extension_details_;
  _impl_.extension_details_ = nullptr;
  return temp;
}
inline ::userfeedback::ExtensionDetails* PROTOBUF_NONNULL WebData::_internal_mutable_extension_details() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.extension_details_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::userfeedback::ExtensionDetails>(GetArena());
    _impl_.extension_details_ = reinterpret_cast<::userfeedback::ExtensionDetails*>(p);
  }
  return _impl_.extension_details_;
}
inline ::userfeedback::ExtensionDetails* PROTOBUF_NONNULL WebData::mutable_extension_details()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000040U);
  ::userfeedback::ExtensionDetails* _msg = _internal_mutable_extension_details();
  // @@protoc_insertion_point(field_mutable:userfeedback.WebData.extension_details)
  return _msg;
}
inline void WebData::set_allocated_extension_details(::userfeedback::ExtensionDetails* 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_.extension_details_);
  }

  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], 0x00000040U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000040U);
  }

  _impl_.extension_details_ = reinterpret_cast<::userfeedback::ExtensionDetails*>(value);
  // @@protoc_insertion_point(field_set_allocated:userfeedback.WebData.extension_details)
}

// optional string url = 3;
inline bool WebData::has_url() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000008U);
  return value;
}
inline void WebData::clear_url() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.url_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
}
inline const ::std::string& WebData::url() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.WebData.url)
  return _internal_url();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void WebData::set_url(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  _impl_.url_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:userfeedback.WebData.url)
}
inline ::std::string* PROTOBUF_NONNULL WebData::mutable_url()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  ::std::string* _s = _internal_mutable_url();
  // @@protoc_insertion_point(field_mutable:userfeedback.WebData.url)
  return _s;
}
inline const ::std::string& WebData::_internal_url() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.url_.Get();
}
inline void WebData::_internal_set_url(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.url_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL WebData::_internal_mutable_url() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.url_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE WebData::release_url() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.WebData.url)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000008U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
  auto* released = _impl_.url_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.url_.Set("", GetArena());
  }
  return released;
}
inline void WebData::set_allocated_url(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
  }
  _impl_.url_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.url_.IsDefault()) {
    _impl_.url_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:userfeedback.WebData.url)
}

// repeated .userfeedback.Annotation annotation = 4;
inline int WebData::_internal_annotation_size() const {
  return _internal_annotation().size();
}
inline int WebData::annotation_size() const {
  return _internal_annotation_size();
}
inline const ::userfeedback::Annotation& WebData::annotation(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.WebData.annotation)
  return _internal_annotation().Get(index);
}
inline ::userfeedback::Annotation* PROTOBUF_NONNULL WebData::mutable_annotation(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:userfeedback.WebData.annotation)
  return _internal_mutable_annotation()->Mutable(index);
}
inline ::userfeedback::Annotation* PROTOBUF_NONNULL WebData::add_annotation()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::userfeedback::Annotation* _add =
      _internal_mutable_annotation()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:userfeedback.WebData.annotation)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::userfeedback::Annotation>& WebData::annotation() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:userfeedback.WebData.annotation)
  return _internal_annotation();
}
inline ::google::protobuf::RepeatedPtrField<::userfeedback::Annotation>* PROTOBUF_NONNULL
WebData::mutable_annotation() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:userfeedback.WebData.annotation)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_annotation();
}
inline const ::google::protobuf::RepeatedPtrField<::userfeedback::Annotation>&
WebData::_internal_annotation() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.annotation_;
}
inline ::google::protobuf::RepeatedPtrField<::userfeedback::Annotation>* PROTOBUF_NONNULL
WebData::_internal_mutable_annotation() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.annotation_;
}

// optional string suggestion_id = 5;
inline bool WebData::has_suggestion_id() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000010U);
  return value;
}
inline void WebData::clear_suggestion_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.suggestion_id_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
}
inline const ::std::string& WebData::suggestion_id() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.WebData.suggestion_id)
  return _internal_suggestion_id();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void WebData::set_suggestion_id(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  _impl_.suggestion_id_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:userfeedback.WebData.suggestion_id)
}
inline ::std::string* PROTOBUF_NONNULL WebData::mutable_suggestion_id()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  ::std::string* _s = _internal_mutable_suggestion_id();
  // @@protoc_insertion_point(field_mutable:userfeedback.WebData.suggestion_id)
  return _s;
}
inline const ::std::string& WebData::_internal_suggestion_id() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.suggestion_id_.Get();
}
inline void WebData::_internal_set_suggestion_id(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.suggestion_id_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL WebData::_internal_mutable_suggestion_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.suggestion_id_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE WebData::release_suggestion_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.WebData.suggestion_id)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000010U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
  auto* released = _impl_.suggestion_id_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.suggestion_id_.Set("", GetArena());
  }
  return released;
}
inline void WebData::set_allocated_suggestion_id(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
  }
  _impl_.suggestion_id_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.suggestion_id_.IsDefault()) {
    _impl_.suggestion_id_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:userfeedback.WebData.suggestion_id)
}

// repeated .userfeedback.ProductSpecificData product_specific_data = 6;
inline int WebData::_internal_product_specific_data_size() const {
  return _internal_product_specific_data().size();
}
inline int WebData::product_specific_data_size() const {
  return _internal_product_specific_data_size();
}
inline void WebData::clear_product_specific_data() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.product_specific_data_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::userfeedback::ProductSpecificData& WebData::product_specific_data(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.WebData.product_specific_data)
  return _internal_product_specific_data().Get(index);
}
inline ::userfeedback::ProductSpecificData* PROTOBUF_NONNULL WebData::mutable_product_specific_data(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:userfeedback.WebData.product_specific_data)
  return _internal_mutable_product_specific_data()->Mutable(index);
}
inline ::userfeedback::ProductSpecificData* PROTOBUF_NONNULL WebData::add_product_specific_data()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::userfeedback::ProductSpecificData* _add =
      _internal_mutable_product_specific_data()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_add:userfeedback.WebData.product_specific_data)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::userfeedback::ProductSpecificData>& WebData::product_specific_data() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:userfeedback.WebData.product_specific_data)
  return _internal_product_specific_data();
}
inline ::google::protobuf::RepeatedPtrField<::userfeedback::ProductSpecificData>* PROTOBUF_NONNULL
WebData::mutable_product_specific_data() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_mutable_list:userfeedback.WebData.product_specific_data)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_product_specific_data();
}
inline const ::google::protobuf::RepeatedPtrField<::userfeedback::ProductSpecificData>&
WebData::_internal_product_specific_data() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.product_specific_data_;
}
inline ::google::protobuf::RepeatedPtrField<::userfeedback::ProductSpecificData>* PROTOBUF_NONNULL
WebData::_internal_mutable_product_specific_data() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.product_specific_data_;
}

// repeated string product_specific_binary_data_name = 7;
inline int WebData::_internal_product_specific_binary_data_name_size() const {
  return _internal_product_specific_binary_data_name().size();
}
inline int WebData::product_specific_binary_data_name_size() const {
  return _internal_product_specific_binary_data_name_size();
}
inline void WebData::clear_product_specific_binary_data_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.product_specific_binary_data_name_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline ::std::string* PROTOBUF_NONNULL WebData::add_product_specific_binary_data_name()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::std::string* _s =
      _internal_mutable_product_specific_binary_data_name()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_add_mutable:userfeedback.WebData.product_specific_binary_data_name)
  return _s;
}
inline const ::std::string& WebData::product_specific_binary_data_name(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.WebData.product_specific_binary_data_name)
  return _internal_product_specific_binary_data_name().Get(index);
}
inline ::std::string* PROTOBUF_NONNULL WebData::mutable_product_specific_binary_data_name(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:userfeedback.WebData.product_specific_binary_data_name)
  return _internal_mutable_product_specific_binary_data_name()->Mutable(index);
}
template <typename Arg_, typename... Args_>
inline void WebData::set_product_specific_binary_data_name(int index, Arg_&& value, Args_... args) {
  ::google::protobuf::internal::AssignToString(
      *_internal_mutable_product_specific_binary_data_name()->Mutable(index),
      ::std::forward<Arg_>(value), args... );
  // @@protoc_insertion_point(field_set:userfeedback.WebData.product_specific_binary_data_name)
}
template <typename Arg_, typename... Args_>
inline void WebData::add_product_specific_binary_data_name(Arg_&& value, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::google::protobuf::internal::AddToRepeatedPtrField(
      ::google::protobuf::MessageLite::internal_visibility(), GetArena(),
      *_internal_mutable_product_specific_binary_data_name(), ::std::forward<Arg_>(value),
      args... );
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_add:userfeedback.WebData.product_specific_binary_data_name)
}
inline const ::google::protobuf::RepeatedPtrField<::std::string>& WebData::product_specific_binary_data_name()
    const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:userfeedback.WebData.product_specific_binary_data_name)
  return _internal_product_specific_binary_data_name();
}
inline ::google::protobuf::RepeatedPtrField<::std::string>* PROTOBUF_NONNULL
WebData::mutable_product_specific_binary_data_name() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_mutable_list:userfeedback.WebData.product_specific_binary_data_name)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_product_specific_binary_data_name();
}
inline const ::google::protobuf::RepeatedPtrField<::std::string>&
WebData::_internal_product_specific_binary_data_name() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.product_specific_binary_data_name_;
}
inline ::google::protobuf::RepeatedPtrField<::std::string>* PROTOBUF_NONNULL
WebData::_internal_mutable_product_specific_binary_data_name() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.product_specific_binary_data_name_;
}

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

// ExtensionDetails

// required string extension_version = 1;
inline bool ExtensionDetails::has_extension_version() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void ExtensionDetails::clear_extension_version() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.extension_version_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& ExtensionDetails::extension_version() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.ExtensionDetails.extension_version)
  return _internal_extension_version();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void ExtensionDetails::set_extension_version(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.extension_version_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:userfeedback.ExtensionDetails.extension_version)
}
inline ::std::string* PROTOBUF_NONNULL ExtensionDetails::mutable_extension_version()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_extension_version();
  // @@protoc_insertion_point(field_mutable:userfeedback.ExtensionDetails.extension_version)
  return _s;
}
inline const ::std::string& ExtensionDetails::_internal_extension_version() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.extension_version_.Get();
}
inline void ExtensionDetails::_internal_set_extension_version(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.extension_version_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL ExtensionDetails::_internal_mutable_extension_version() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.extension_version_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE ExtensionDetails::release_extension_version() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.ExtensionDetails.extension_version)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.extension_version_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.extension_version_.Set("", GetArena());
  }
  return released;
}
inline void ExtensionDetails::set_allocated_extension_version(::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_.extension_version_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.extension_version_.IsDefault()) {
    _impl_.extension_version_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:userfeedback.ExtensionDetails.extension_version)
}

// required string protocol_version = 2;
inline bool ExtensionDetails::has_protocol_version() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void ExtensionDetails::clear_protocol_version() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.protocol_version_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& ExtensionDetails::protocol_version() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.ExtensionDetails.protocol_version)
  return _internal_protocol_version();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void ExtensionDetails::set_protocol_version(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.protocol_version_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:userfeedback.ExtensionDetails.protocol_version)
}
inline ::std::string* PROTOBUF_NONNULL ExtensionDetails::mutable_protocol_version()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_protocol_version();
  // @@protoc_insertion_point(field_mutable:userfeedback.ExtensionDetails.protocol_version)
  return _s;
}
inline const ::std::string& ExtensionDetails::_internal_protocol_version() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.protocol_version_.Get();
}
inline void ExtensionDetails::_internal_set_protocol_version(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.protocol_version_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL ExtensionDetails::_internal_mutable_protocol_version() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.protocol_version_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE ExtensionDetails::release_protocol_version() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.ExtensionDetails.protocol_version)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.protocol_version_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.protocol_version_.Set("", GetArena());
  }
  return released;
}
inline void ExtensionDetails::set_allocated_protocol_version(::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_.protocol_version_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.protocol_version_.IsDefault()) {
    _impl_.protocol_version_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:userfeedback.ExtensionDetails.protocol_version)
}

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

// InternalWebData

// repeated string email_receiver = 1;
inline int InternalWebData::_internal_email_receiver_size() const {
  return _internal_email_receiver().size();
}
inline int InternalWebData::email_receiver_size() const {
  return _internal_email_receiver_size();
}
inline void InternalWebData::clear_email_receiver() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.email_receiver_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline ::std::string* PROTOBUF_NONNULL InternalWebData::add_email_receiver()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::std::string* _s =
      _internal_mutable_email_receiver()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add_mutable:userfeedback.InternalWebData.email_receiver)
  return _s;
}
inline const ::std::string& InternalWebData::email_receiver(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.InternalWebData.email_receiver)
  return _internal_email_receiver().Get(index);
}
inline ::std::string* PROTOBUF_NONNULL InternalWebData::mutable_email_receiver(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:userfeedback.InternalWebData.email_receiver)
  return _internal_mutable_email_receiver()->Mutable(index);
}
template <typename Arg_, typename... Args_>
inline void InternalWebData::set_email_receiver(int index, Arg_&& value, Args_... args) {
  ::google::protobuf::internal::AssignToString(
      *_internal_mutable_email_receiver()->Mutable(index),
      ::std::forward<Arg_>(value), args... );
  // @@protoc_insertion_point(field_set:userfeedback.InternalWebData.email_receiver)
}
template <typename Arg_, typename... Args_>
inline void InternalWebData::add_email_receiver(Arg_&& value, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::google::protobuf::internal::AddToRepeatedPtrField(
      ::google::protobuf::MessageLite::internal_visibility(), GetArena(),
      *_internal_mutable_email_receiver(), ::std::forward<Arg_>(value),
      args... );
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:userfeedback.InternalWebData.email_receiver)
}
inline const ::google::protobuf::RepeatedPtrField<::std::string>& InternalWebData::email_receiver()
    const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:userfeedback.InternalWebData.email_receiver)
  return _internal_email_receiver();
}
inline ::google::protobuf::RepeatedPtrField<::std::string>* PROTOBUF_NONNULL
InternalWebData::mutable_email_receiver() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:userfeedback.InternalWebData.email_receiver)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_email_receiver();
}
inline const ::google::protobuf::RepeatedPtrField<::std::string>&
InternalWebData::_internal_email_receiver() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.email_receiver_;
}
inline ::google::protobuf::RepeatedPtrField<::std::string>* PROTOBUF_NONNULL
InternalWebData::_internal_mutable_email_receiver() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.email_receiver_;
}

// optional string subject = 2;
inline bool InternalWebData::has_subject() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void InternalWebData::clear_subject() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.subject_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& InternalWebData::subject() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.InternalWebData.subject)
  return _internal_subject();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void InternalWebData::set_subject(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.subject_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:userfeedback.InternalWebData.subject)
}
inline ::std::string* PROTOBUF_NONNULL InternalWebData::mutable_subject()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_subject();
  // @@protoc_insertion_point(field_mutable:userfeedback.InternalWebData.subject)
  return _s;
}
inline const ::std::string& InternalWebData::_internal_subject() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.subject_.Get();
}
inline void InternalWebData::_internal_set_subject(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.subject_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL InternalWebData::_internal_mutable_subject() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.subject_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE InternalWebData::release_subject() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.InternalWebData.subject)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.subject_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.subject_.Set("", GetArena());
  }
  return released;
}
inline void InternalWebData::set_allocated_subject(::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_.subject_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.subject_.IsDefault()) {
    _impl_.subject_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:userfeedback.InternalWebData.subject)
}

// optional bool DEPRECATED_urgent = 3 [default = false];
inline bool InternalWebData::has_deprecated_urgent() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  return value;
}
inline void InternalWebData::clear_deprecated_urgent() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.deprecated_urgent_ = false;
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline bool InternalWebData::deprecated_urgent() const {
  // @@protoc_insertion_point(field_get:userfeedback.InternalWebData.DEPRECATED_urgent)
  return _internal_deprecated_urgent();
}
inline void InternalWebData::set_deprecated_urgent(bool value) {
  _internal_set_deprecated_urgent(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_set:userfeedback.InternalWebData.DEPRECATED_urgent)
}
inline bool InternalWebData::_internal_deprecated_urgent() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.deprecated_urgent_;
}
inline void InternalWebData::_internal_set_deprecated_urgent(bool value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.deprecated_urgent_ = value;
}

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

// ProductSpecificData

// required string key = 1;
inline bool ProductSpecificData::has_key() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void ProductSpecificData::clear_key() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.key_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& ProductSpecificData::key() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.ProductSpecificData.key)
  return _internal_key();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void ProductSpecificData::set_key(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.key_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:userfeedback.ProductSpecificData.key)
}
inline ::std::string* PROTOBUF_NONNULL ProductSpecificData::mutable_key()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_key();
  // @@protoc_insertion_point(field_mutable:userfeedback.ProductSpecificData.key)
  return _s;
}
inline const ::std::string& ProductSpecificData::_internal_key() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.key_.Get();
}
inline void ProductSpecificData::_internal_set_key(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.key_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL ProductSpecificData::_internal_mutable_key() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.key_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE ProductSpecificData::release_key() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.ProductSpecificData.key)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.key_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.key_.Set("", GetArena());
  }
  return released;
}
inline void ProductSpecificData::set_allocated_key(::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_.key_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.key_.IsDefault()) {
    _impl_.key_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:userfeedback.ProductSpecificData.key)
}

// optional string value = 2;
inline bool ProductSpecificData::has_value() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void ProductSpecificData::clear_value() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.value_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& ProductSpecificData::value() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.ProductSpecificData.value)
  return _internal_value();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void ProductSpecificData::set_value(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.value_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:userfeedback.ProductSpecificData.value)
}
inline ::std::string* PROTOBUF_NONNULL ProductSpecificData::mutable_value()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_value();
  // @@protoc_insertion_point(field_mutable:userfeedback.ProductSpecificData.value)
  return _s;
}
inline const ::std::string& ProductSpecificData::_internal_value() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.value_.Get();
}
inline void ProductSpecificData::_internal_set_value(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.value_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL ProductSpecificData::_internal_mutable_value() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.value_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE ProductSpecificData::release_value() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.ProductSpecificData.value)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.value_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.value_.Set("", GetArena());
  }
  return released;
}
inline void ProductSpecificData::set_allocated_value(::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_.value_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.value_.IsDefault()) {
    _impl_.value_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:userfeedback.ProductSpecificData.value)
}

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

// ProductSpecificBinaryData

// required string name = 1;
inline bool ProductSpecificBinaryData::has_name() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void ProductSpecificBinaryData::clear_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.name_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& ProductSpecificBinaryData::name() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.ProductSpecificBinaryData.name)
  return _internal_name();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void ProductSpecificBinaryData::set_name(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:userfeedback.ProductSpecificBinaryData.name)
}
inline ::std::string* PROTOBUF_NONNULL ProductSpecificBinaryData::mutable_name()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_name();
  // @@protoc_insertion_point(field_mutable:userfeedback.ProductSpecificBinaryData.name)
  return _s;
}
inline const ::std::string& ProductSpecificBinaryData::_internal_name() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.name_.Get();
}
inline void ProductSpecificBinaryData::_internal_set_name(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.name_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL ProductSpecificBinaryData::_internal_mutable_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.name_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE ProductSpecificBinaryData::release_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.ProductSpecificBinaryData.name)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.name_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.name_.Set("", GetArena());
  }
  return released;
}
inline void ProductSpecificBinaryData::set_allocated_name(::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_.name_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.name_.IsDefault()) {
    _impl_.name_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:userfeedback.ProductSpecificBinaryData.name)
}

// optional string mime_type = 2;
inline bool ProductSpecificBinaryData::has_mime_type() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void ProductSpecificBinaryData::clear_mime_type() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.mime_type_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& ProductSpecificBinaryData::mime_type() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.ProductSpecificBinaryData.mime_type)
  return _internal_mime_type();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void ProductSpecificBinaryData::set_mime_type(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.mime_type_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:userfeedback.ProductSpecificBinaryData.mime_type)
}
inline ::std::string* PROTOBUF_NONNULL ProductSpecificBinaryData::mutable_mime_type()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_mime_type();
  // @@protoc_insertion_point(field_mutable:userfeedback.ProductSpecificBinaryData.mime_type)
  return _s;
}
inline const ::std::string& ProductSpecificBinaryData::_internal_mime_type() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.mime_type_.Get();
}
inline void ProductSpecificBinaryData::_internal_set_mime_type(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.mime_type_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL ProductSpecificBinaryData::_internal_mutable_mime_type() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.mime_type_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE ProductSpecificBinaryData::release_mime_type() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.ProductSpecificBinaryData.mime_type)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.mime_type_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.mime_type_.Set("", GetArena());
  }
  return released;
}
inline void ProductSpecificBinaryData::set_allocated_mime_type(::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_.mime_type_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.mime_type_.IsDefault()) {
    _impl_.mime_type_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:userfeedback.ProductSpecificBinaryData.mime_type)
}

// optional bytes data = 3;
inline bool ProductSpecificBinaryData::has_data() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  return value;
}
inline void ProductSpecificBinaryData::clear_data() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.data_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline const ::std::string& ProductSpecificBinaryData::data() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:userfeedback.ProductSpecificBinaryData.data)
  return _internal_data();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void ProductSpecificBinaryData::set_data(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  _impl_.data_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:userfeedback.ProductSpecificBinaryData.data)
}
inline ::std::string* PROTOBUF_NONNULL ProductSpecificBinaryData::mutable_data()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::std::string* _s = _internal_mutable_data();
  // @@protoc_insertion_point(field_mutable:userfeedback.ProductSpecificBinaryData.data)
  return _s;
}
inline const ::std::string& ProductSpecificBinaryData::_internal_data() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.data_.Get();
}
inline void ProductSpecificBinaryData::_internal_set_data(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.data_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL ProductSpecificBinaryData::_internal_mutable_data() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.data_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE ProductSpecificBinaryData::release_data() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:userfeedback.ProductSpecificBinaryData.data)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000004U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  auto* released = _impl_.data_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.data_.Set("", GetArena());
  }
  return released;
}
inline void ProductSpecificBinaryData::set_allocated_data(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  }
  _impl_.data_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.data_.IsDefault()) {
    _impl_.data_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:userfeedback.ProductSpecificBinaryData.data)
}

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

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


// @@protoc_insertion_point(global_scope)

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

#endif  // web_2eproto_2epb_2eh
