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

#ifndef components_2fsync_2fprotocol_2fproduct_5fcomparison_5fspecifics_2eproto_2epb_2eh
#define components_2fsync_2fprotocol_2fproduct_5fcomparison_5fspecifics_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 "components/sync/protocol/unique_position.pb.h"
// @@protoc_insertion_point(includes)

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

#define PROTOBUF_INTERNAL_EXPORT_components_2fsync_2fprotocol_2fproduct_5fcomparison_5fspecifics_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_components_2fsync_2fprotocol_2fproduct_5fcomparison_5fspecifics_2eproto {
  static const ::uint32_t offsets[];
};
namespace sync_pb {
class ComparisonData;
struct ComparisonDataGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern ComparisonDataGlobalsTypeInternal ComparisonData_globals_;
extern const ::google::protobuf::internal::ClassDataLite ComparisonData_class_data_;
#else
extern const ComparisonDataGlobalsTypeInternal ComparisonData_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class ProductComparison;
struct ProductComparisonGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern ProductComparisonGlobalsTypeInternal ProductComparison_globals_;
extern const ::google::protobuf::internal::ClassDataLite ProductComparison_class_data_;
#else
extern const ProductComparisonGlobalsTypeInternal ProductComparison_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class ProductComparisonItem;
struct ProductComparisonItemGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern ProductComparisonItemGlobalsTypeInternal ProductComparisonItem_globals_;
extern const ::google::protobuf::internal::ClassDataLite ProductComparisonItem_class_data_;
#else
extern const ProductComparisonItemGlobalsTypeInternal ProductComparisonItem_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class ProductComparisonSpecifics;
struct ProductComparisonSpecificsGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern ProductComparisonSpecificsGlobalsTypeInternal ProductComparisonSpecifics_globals_;
extern const ::google::protobuf::internal::ClassDataLite ProductComparisonSpecifics_class_data_;
#else
extern const ProductComparisonSpecificsGlobalsTypeInternal ProductComparisonSpecifics_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace sync_pb
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google

namespace sync_pb {

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


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

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

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

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

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

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

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

  explicit ProductComparison(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  ProductComparison(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const ProductComparison& from);
  ProductComparison(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, ProductComparison&& from) noexcept
      : ProductComparison(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,
  };
  // optional 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:
  // @@protoc_insertion_point(class_scope:sync_pb.ProductComparison)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<0, 1,
                          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 ProductComparison& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr name_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_components_2fsync_2fprotocol_2fproduct_5fcomparison_5fspecifics_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

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

  explicit ComparisonData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  ComparisonData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const ComparisonData& from);
  ComparisonData(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, ComparisonData&& from) noexcept
      : ComparisonData(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 {
    kUrlFieldNumber = 1,
  };
  // optional string url = 1;
  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:
  // @@protoc_insertion_point(class_scope:sync_pb.ComparisonData)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<0, 1,
                          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 ComparisonData& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr url_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_components_2fsync_2fprotocol_2fproduct_5fcomparison_5fspecifics_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

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

  explicit ProductComparisonItem(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  ProductComparisonItem(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const ProductComparisonItem& from);
  ProductComparisonItem(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, ProductComparisonItem&& from) noexcept
      : ProductComparisonItem(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 {
    kProductComparisonUuidFieldNumber = 1,
    kUrlFieldNumber = 2,
    kTitleFieldNumber = 4,
    kUniquePositionFieldNumber = 3,
  };
  // optional string product_comparison_uuid = 1;
  bool has_product_comparison_uuid()
      const;
  void clear_product_comparison_uuid() ;
  const ::std::string& product_comparison_uuid() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_product_comparison_uuid(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_product_comparison_uuid();
  ::std::string* PROTOBUF_NULLABLE release_product_comparison_uuid();
  void set_allocated_product_comparison_uuid(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_product_comparison_uuid() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_product_comparison_uuid(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_product_comparison_uuid();

  public:
  // optional string url = 2;
  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 title = 4;
  bool has_title()
      const;
  void clear_title() ;
  const ::std::string& title() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_title(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_title();
  ::std::string* PROTOBUF_NULLABLE release_title();
  void set_allocated_title(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_title() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_title(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_title();

  public:
  // optional .sync_pb.UniquePosition unique_position = 3;
  bool has_unique_position()
      const;
  void clear_unique_position() ;
  const ::sync_pb::UniquePosition& unique_position() const;
  ::sync_pb::UniquePosition* PROTOBUF_NULLABLE release_unique_position();
  ::sync_pb::UniquePosition* PROTOBUF_NONNULL mutable_unique_position();
  void set_allocated_unique_position(::sync_pb::UniquePosition* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_unique_position(::sync_pb::UniquePosition* PROTOBUF_NULLABLE value);
  ::sync_pb::UniquePosition* PROTOBUF_NULLABLE unsafe_arena_release_unique_position();

  private:
  const ::sync_pb::UniquePosition& _internal_unique_position() const;
  ::sync_pb::UniquePosition* PROTOBUF_NONNULL _internal_mutable_unique_position();

  public:
  // @@protoc_insertion_point(class_scope:sync_pb.ProductComparisonItem)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<2, 4,
                          1, 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 ProductComparisonItem& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr product_comparison_uuid_;
    ::google::protobuf::internal::ArenaStringPtr url_;
    ::google::protobuf::internal::ArenaStringPtr title_;
    ::sync_pb::UniquePosition* PROTOBUF_NULLABLE unique_position_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_components_2fsync_2fprotocol_2fproduct_5fcomparison_5fspecifics_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

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

  explicit ProductComparisonSpecifics(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  ProductComparisonSpecifics(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const ProductComparisonSpecifics& from);
  ProductComparisonSpecifics(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, ProductComparisonSpecifics&& from) noexcept
      : ProductComparisonSpecifics(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 {
    kDataFieldNumber = 5,
    kUuidFieldNumber = 1,
    kNameFieldNumber = 4,
    kCreationTimeUnixEpochMillisFieldNumber = 2,
    kUpdateTimeUnixEpochMillisFieldNumber = 3,
    kProductComparisonFieldNumber = 6,
    kProductComparisonItemFieldNumber = 7,
  };
  // repeated .sync_pb.ComparisonData data = 5;
  int data_size()
      const;
  private:
  int _internal_data_size() const;

  public:
  void clear_data() ;
  const ::sync_pb::ComparisonData& data(int index) const;
  ::sync_pb::ComparisonData* PROTOBUF_NONNULL mutable_data(int index);
  ::sync_pb::ComparisonData* PROTOBUF_NONNULL add_data();
  const ::google::protobuf::RepeatedPtrField<::sync_pb::ComparisonData>&
  data() const;
  ::google::protobuf::RepeatedPtrField<::sync_pb::ComparisonData>* PROTOBUF_NONNULL
  mutable_data();

  private:
  const ::google::protobuf::RepeatedPtrField<::sync_pb::ComparisonData>& _internal_data() const;
  ::google::protobuf::RepeatedPtrField<::sync_pb::ComparisonData>* PROTOBUF_NONNULL _internal_mutable_data();

  public:
  // optional string uuid = 1;
  bool has_uuid()
      const;
  void clear_uuid() ;
  const ::std::string& uuid() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_uuid(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_uuid();
  ::std::string* PROTOBUF_NULLABLE release_uuid();
  void set_allocated_uuid(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_uuid() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_uuid(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_uuid();

  public:
  // optional string name = 4;
  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 int64 creation_time_unix_epoch_millis = 2;
  bool has_creation_time_unix_epoch_millis()
      const;
  void clear_creation_time_unix_epoch_millis() ;
  ::int64_t creation_time_unix_epoch_millis() const;
  void set_creation_time_unix_epoch_millis(::int64_t value);

  private:
  ::int64_t _internal_creation_time_unix_epoch_millis() const;
  void _internal_set_creation_time_unix_epoch_millis(::int64_t value);

  public:
  // optional int64 update_time_unix_epoch_millis = 3;
  bool has_update_time_unix_epoch_millis()
      const;
  void clear_update_time_unix_epoch_millis() ;
  ::int64_t update_time_unix_epoch_millis() const;
  void set_update_time_unix_epoch_millis(::int64_t value);

  private:
  ::int64_t _internal_update_time_unix_epoch_millis() const;
  void _internal_set_update_time_unix_epoch_millis(::int64_t value);

  public:
  // .sync_pb.ProductComparison product_comparison = 6;
  bool has_product_comparison()
      const;
  private:
  bool _internal_has_product_comparison() const;

  public:
  void clear_product_comparison() ;
  const ::sync_pb::ProductComparison& product_comparison() const;
  ::sync_pb::ProductComparison* PROTOBUF_NULLABLE release_product_comparison();
  ::sync_pb::ProductComparison* PROTOBUF_NONNULL mutable_product_comparison();
  void set_allocated_product_comparison(::sync_pb::ProductComparison* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_product_comparison(::sync_pb::ProductComparison* PROTOBUF_NULLABLE value);
  ::sync_pb::ProductComparison* PROTOBUF_NULLABLE unsafe_arena_release_product_comparison();

  private:
  const ::sync_pb::ProductComparison& _internal_product_comparison() const;
  ::sync_pb::ProductComparison* PROTOBUF_NONNULL _internal_mutable_product_comparison();

  public:
  // .sync_pb.ProductComparisonItem product_comparison_item = 7;
  bool has_product_comparison_item()
      const;
  private:
  bool _internal_has_product_comparison_item() const;

  public:
  void clear_product_comparison_item() ;
  const ::sync_pb::ProductComparisonItem& product_comparison_item() const;
  ::sync_pb::ProductComparisonItem* PROTOBUF_NULLABLE release_product_comparison_item();
  ::sync_pb::ProductComparisonItem* PROTOBUF_NONNULL mutable_product_comparison_item();
  void set_allocated_product_comparison_item(::sync_pb::ProductComparisonItem* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_product_comparison_item(::sync_pb::ProductComparisonItem* PROTOBUF_NULLABLE value);
  ::sync_pb::ProductComparisonItem* PROTOBUF_NULLABLE unsafe_arena_release_product_comparison_item();

  private:
  const ::sync_pb::ProductComparisonItem& _internal_product_comparison_item() const;
  ::sync_pb::ProductComparisonItem* PROTOBUF_NONNULL _internal_mutable_product_comparison_item();

  public:
  void clear_entity();
  EntityCase entity_case() const;
  // @@protoc_insertion_point(class_scope:sync_pb.ProductComparisonSpecifics)
 private:
  class _Internal;
  void set_has_product_comparison();
  void set_has_product_comparison_item();
  inline bool has_entity() const;
  inline void clear_has_entity();
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<3, 7,
                          3, 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 ProductComparisonSpecifics& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField< ::sync_pb::ComparisonData > data_;
    ::google::protobuf::internal::ArenaStringPtr uuid_;
    ::google::protobuf::internal::ArenaStringPtr name_;
    ::int64_t creation_time_unix_epoch_millis_;
    ::int64_t update_time_unix_epoch_millis_;
    union EntityUnion {
      constexpr EntityUnion() : _constinit_{} {}
      ::google::protobuf::internal::ConstantInitialized _constinit_;
      ::sync_pb::ProductComparison* PROTOBUF_NULLABLE product_comparison_;
      ::sync_pb::ProductComparisonItem* PROTOBUF_NULLABLE product_comparison_item_;
    } entity_;
    ::uint32_t _oneof_case_[1];
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_components_2fsync_2fprotocol_2fproduct_5fcomparison_5fspecifics_2eproto;
};

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




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


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

// ProductComparisonSpecifics

// optional string uuid = 1;
inline bool ProductComparisonSpecifics::has_uuid() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void ProductComparisonSpecifics::clear_uuid() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.uuid_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& ProductComparisonSpecifics::uuid() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:sync_pb.ProductComparisonSpecifics.uuid)
  return _internal_uuid();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void ProductComparisonSpecifics::set_uuid(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.uuid_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:sync_pb.ProductComparisonSpecifics.uuid)
}
inline ::std::string* PROTOBUF_NONNULL ProductComparisonSpecifics::mutable_uuid()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_uuid();
  // @@protoc_insertion_point(field_mutable:sync_pb.ProductComparisonSpecifics.uuid)
  return _s;
}
inline const ::std::string& ProductComparisonSpecifics::_internal_uuid() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.uuid_.Get();
}
inline void ProductComparisonSpecifics::_internal_set_uuid(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.uuid_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL ProductComparisonSpecifics::_internal_mutable_uuid() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.uuid_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE ProductComparisonSpecifics::release_uuid() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:sync_pb.ProductComparisonSpecifics.uuid)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.uuid_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.uuid_.Set("", GetArena());
  }
  return released;
}
inline void ProductComparisonSpecifics::set_allocated_uuid(::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_.uuid_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.uuid_.IsDefault()) {
    _impl_.uuid_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:sync_pb.ProductComparisonSpecifics.uuid)
}

// optional int64 creation_time_unix_epoch_millis = 2;
inline bool ProductComparisonSpecifics::has_creation_time_unix_epoch_millis() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000008U);
  return value;
}
inline void ProductComparisonSpecifics::clear_creation_time_unix_epoch_millis() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.creation_time_unix_epoch_millis_ = ::int64_t{0};
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
}
inline ::int64_t ProductComparisonSpecifics::creation_time_unix_epoch_millis() const {
  // @@protoc_insertion_point(field_get:sync_pb.ProductComparisonSpecifics.creation_time_unix_epoch_millis)
  return _internal_creation_time_unix_epoch_millis();
}
inline void ProductComparisonSpecifics::set_creation_time_unix_epoch_millis(::int64_t value) {
  _internal_set_creation_time_unix_epoch_millis(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  // @@protoc_insertion_point(field_set:sync_pb.ProductComparisonSpecifics.creation_time_unix_epoch_millis)
}
inline ::int64_t ProductComparisonSpecifics::_internal_creation_time_unix_epoch_millis() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.creation_time_unix_epoch_millis_;
}
inline void ProductComparisonSpecifics::_internal_set_creation_time_unix_epoch_millis(::int64_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.creation_time_unix_epoch_millis_ = value;
}

// optional int64 update_time_unix_epoch_millis = 3;
inline bool ProductComparisonSpecifics::has_update_time_unix_epoch_millis() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000010U);
  return value;
}
inline void ProductComparisonSpecifics::clear_update_time_unix_epoch_millis() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.update_time_unix_epoch_millis_ = ::int64_t{0};
  ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
}
inline ::int64_t ProductComparisonSpecifics::update_time_unix_epoch_millis() const {
  // @@protoc_insertion_point(field_get:sync_pb.ProductComparisonSpecifics.update_time_unix_epoch_millis)
  return _internal_update_time_unix_epoch_millis();
}
inline void ProductComparisonSpecifics::set_update_time_unix_epoch_millis(::int64_t value) {
  _internal_set_update_time_unix_epoch_millis(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  // @@protoc_insertion_point(field_set:sync_pb.ProductComparisonSpecifics.update_time_unix_epoch_millis)
}
inline ::int64_t ProductComparisonSpecifics::_internal_update_time_unix_epoch_millis() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.update_time_unix_epoch_millis_;
}
inline void ProductComparisonSpecifics::_internal_set_update_time_unix_epoch_millis(::int64_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.update_time_unix_epoch_millis_ = value;
}

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

// repeated .sync_pb.ComparisonData data = 5;
inline int ProductComparisonSpecifics::_internal_data_size() const {
  return _internal_data().size();
}
inline int ProductComparisonSpecifics::data_size() const {
  return _internal_data_size();
}
inline void ProductComparisonSpecifics::clear_data() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.data_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::sync_pb::ComparisonData& ProductComparisonSpecifics::data(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:sync_pb.ProductComparisonSpecifics.data)
  return _internal_data().Get(index);
}
inline ::sync_pb::ComparisonData* PROTOBUF_NONNULL ProductComparisonSpecifics::mutable_data(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:sync_pb.ProductComparisonSpecifics.data)
  return _internal_mutable_data()->Mutable(index);
}
inline ::sync_pb::ComparisonData* PROTOBUF_NONNULL ProductComparisonSpecifics::add_data()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::sync_pb::ComparisonData* _add =
      _internal_mutable_data()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:sync_pb.ProductComparisonSpecifics.data)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::sync_pb::ComparisonData>& ProductComparisonSpecifics::data() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:sync_pb.ProductComparisonSpecifics.data)
  return _internal_data();
}
inline ::google::protobuf::RepeatedPtrField<::sync_pb::ComparisonData>* PROTOBUF_NONNULL
ProductComparisonSpecifics::mutable_data() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:sync_pb.ProductComparisonSpecifics.data)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_data();
}
inline const ::google::protobuf::RepeatedPtrField<::sync_pb::ComparisonData>&
ProductComparisonSpecifics::_internal_data() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.data_;
}
inline ::google::protobuf::RepeatedPtrField<::sync_pb::ComparisonData>* PROTOBUF_NONNULL
ProductComparisonSpecifics::_internal_mutable_data() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.data_;
}

// .sync_pb.ProductComparison product_comparison = 6;
inline bool ProductComparisonSpecifics::has_product_comparison() const {
  return entity_case() == kProductComparison;
}
inline bool ProductComparisonSpecifics::_internal_has_product_comparison() const {
  return entity_case() == kProductComparison;
}
inline void ProductComparisonSpecifics::set_has_product_comparison() {
  _impl_._oneof_case_[0] = kProductComparison;
}
inline void ProductComparisonSpecifics::clear_product_comparison() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (entity_case() == kProductComparison) {
    if (GetArena() == nullptr) {
      delete _impl_.entity_.product_comparison_;
    } else if (::google::protobuf::internal::DebugHardenClearOneofMessageOnArena()) {
      if (_impl_.entity_.product_comparison_ != nullptr) {
        _impl_.entity_.product_comparison_->Clear();
      }
    }
    clear_has_entity();
  }
}
inline ::sync_pb::ProductComparison* PROTOBUF_NULLABLE ProductComparisonSpecifics::release_product_comparison() {
  // @@protoc_insertion_point(field_release:sync_pb.ProductComparisonSpecifics.product_comparison)
  if (entity_case() == kProductComparison) {
    clear_has_entity();
    auto* temp = _impl_.entity_.product_comparison_;
    if (GetArena() != nullptr) {
      temp = ::google::protobuf::internal::DuplicateIfNonNull(temp);
    }
    _impl_.entity_.product_comparison_ = nullptr;
    return temp;
  } else {
    return nullptr;
  }
}
inline const ::sync_pb::ProductComparison& ProductComparisonSpecifics::_internal_product_comparison() const {
  return entity_case() == kProductComparison ? static_cast<const ::sync_pb::ProductComparison&>(*_impl_.entity_.product_comparison_)
                     : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::sync_pb::ProductComparison>(&::sync_pb::ProductComparison_globals_);
}
inline const ::sync_pb::ProductComparison& ProductComparisonSpecifics::product_comparison() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:sync_pb.ProductComparisonSpecifics.product_comparison)
  return _internal_product_comparison();
}
inline ::sync_pb::ProductComparison* PROTOBUF_NULLABLE ProductComparisonSpecifics::unsafe_arena_release_product_comparison() {
  // @@protoc_insertion_point(field_unsafe_arena_release:sync_pb.ProductComparisonSpecifics.product_comparison)
  if (entity_case() == kProductComparison) {
    clear_has_entity();
    auto* temp = _impl_.entity_.product_comparison_;
    _impl_.entity_.product_comparison_ = nullptr;
    return temp;
  } else {
    return nullptr;
  }
}
inline void ProductComparisonSpecifics::unsafe_arena_set_allocated_product_comparison(
    ::sync_pb::ProductComparison* PROTOBUF_NULLABLE value) {
  // We rely on the oneof clear method to free the earlier contents
  // of this oneof. We can directly use the pointer we're given to
  // set the new value.
  clear_entity();
  if (value) {
    set_has_product_comparison();
    _impl_.entity_.product_comparison_ = value;
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:sync_pb.ProductComparisonSpecifics.product_comparison)
}
inline ::sync_pb::ProductComparison* PROTOBUF_NONNULL ProductComparisonSpecifics::_internal_mutable_product_comparison() {
  if (entity_case() != kProductComparison) {
    clear_entity();
    set_has_product_comparison();
    _impl_.entity_.product_comparison_ = 
        ::google::protobuf::MessageLite::DefaultConstruct<::sync_pb::ProductComparison>(GetArena());
  }
  return _impl_.entity_.product_comparison_;
}
inline ::sync_pb::ProductComparison* PROTOBUF_NONNULL ProductComparisonSpecifics::mutable_product_comparison()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::sync_pb::ProductComparison* _msg = _internal_mutable_product_comparison();
  // @@protoc_insertion_point(field_mutable:sync_pb.ProductComparisonSpecifics.product_comparison)
  return _msg;
}

// .sync_pb.ProductComparisonItem product_comparison_item = 7;
inline bool ProductComparisonSpecifics::has_product_comparison_item() const {
  return entity_case() == kProductComparisonItem;
}
inline bool ProductComparisonSpecifics::_internal_has_product_comparison_item() const {
  return entity_case() == kProductComparisonItem;
}
inline void ProductComparisonSpecifics::set_has_product_comparison_item() {
  _impl_._oneof_case_[0] = kProductComparisonItem;
}
inline void ProductComparisonSpecifics::clear_product_comparison_item() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (entity_case() == kProductComparisonItem) {
    if (GetArena() == nullptr) {
      delete _impl_.entity_.product_comparison_item_;
    } else if (::google::protobuf::internal::DebugHardenClearOneofMessageOnArena()) {
      if (_impl_.entity_.product_comparison_item_ != nullptr) {
        _impl_.entity_.product_comparison_item_->Clear();
      }
    }
    clear_has_entity();
  }
}
inline ::sync_pb::ProductComparisonItem* PROTOBUF_NULLABLE ProductComparisonSpecifics::release_product_comparison_item() {
  // @@protoc_insertion_point(field_release:sync_pb.ProductComparisonSpecifics.product_comparison_item)
  if (entity_case() == kProductComparisonItem) {
    clear_has_entity();
    auto* temp = _impl_.entity_.product_comparison_item_;
    if (GetArena() != nullptr) {
      temp = ::google::protobuf::internal::DuplicateIfNonNull(temp);
    }
    _impl_.entity_.product_comparison_item_ = nullptr;
    return temp;
  } else {
    return nullptr;
  }
}
inline const ::sync_pb::ProductComparisonItem& ProductComparisonSpecifics::_internal_product_comparison_item() const {
  return entity_case() == kProductComparisonItem ? static_cast<const ::sync_pb::ProductComparisonItem&>(*_impl_.entity_.product_comparison_item_)
                     : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::sync_pb::ProductComparisonItem>(&::sync_pb::ProductComparisonItem_globals_);
}
inline const ::sync_pb::ProductComparisonItem& ProductComparisonSpecifics::product_comparison_item() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:sync_pb.ProductComparisonSpecifics.product_comparison_item)
  return _internal_product_comparison_item();
}
inline ::sync_pb::ProductComparisonItem* PROTOBUF_NULLABLE ProductComparisonSpecifics::unsafe_arena_release_product_comparison_item() {
  // @@protoc_insertion_point(field_unsafe_arena_release:sync_pb.ProductComparisonSpecifics.product_comparison_item)
  if (entity_case() == kProductComparisonItem) {
    clear_has_entity();
    auto* temp = _impl_.entity_.product_comparison_item_;
    _impl_.entity_.product_comparison_item_ = nullptr;
    return temp;
  } else {
    return nullptr;
  }
}
inline void ProductComparisonSpecifics::unsafe_arena_set_allocated_product_comparison_item(
    ::sync_pb::ProductComparisonItem* PROTOBUF_NULLABLE value) {
  // We rely on the oneof clear method to free the earlier contents
  // of this oneof. We can directly use the pointer we're given to
  // set the new value.
  clear_entity();
  if (value) {
    set_has_product_comparison_item();
    _impl_.entity_.product_comparison_item_ = value;
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:sync_pb.ProductComparisonSpecifics.product_comparison_item)
}
inline ::sync_pb::ProductComparisonItem* PROTOBUF_NONNULL ProductComparisonSpecifics::_internal_mutable_product_comparison_item() {
  if (entity_case() != kProductComparisonItem) {
    clear_entity();
    set_has_product_comparison_item();
    _impl_.entity_.product_comparison_item_ = 
        ::google::protobuf::MessageLite::DefaultConstruct<::sync_pb::ProductComparisonItem>(GetArena());
  }
  return _impl_.entity_.product_comparison_item_;
}
inline ::sync_pb::ProductComparisonItem* PROTOBUF_NONNULL ProductComparisonSpecifics::mutable_product_comparison_item()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::sync_pb::ProductComparisonItem* _msg = _internal_mutable_product_comparison_item();
  // @@protoc_insertion_point(field_mutable:sync_pb.ProductComparisonSpecifics.product_comparison_item)
  return _msg;
}

inline bool ProductComparisonSpecifics::has_entity() const {
  return entity_case() != ENTITY_NOT_SET;
}
inline void ProductComparisonSpecifics::clear_has_entity() {
  _impl_._oneof_case_[0] = ENTITY_NOT_SET;
}
inline ProductComparisonSpecifics::EntityCase ProductComparisonSpecifics::entity_case() const {
  return ProductComparisonSpecifics::EntityCase(_impl_._oneof_case_[0]);
}
// -------------------------------------------------------------------

// ComparisonData

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

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

// ProductComparison

// optional string name = 1;
inline bool ProductComparison::has_name() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void ProductComparison::clear_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.name_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& ProductComparison::name() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:sync_pb.ProductComparison.name)
  return _internal_name();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void ProductComparison::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:sync_pb.ProductComparison.name)
}
inline ::std::string* PROTOBUF_NONNULL ProductComparison::mutable_name()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_name();
  // @@protoc_insertion_point(field_mutable:sync_pb.ProductComparison.name)
  return _s;
}
inline const ::std::string& ProductComparison::_internal_name() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.name_.Get();
}
inline void ProductComparison::_internal_set_name(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.name_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL ProductComparison::_internal_mutable_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.name_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE ProductComparison::release_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:sync_pb.ProductComparison.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 ProductComparison::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:sync_pb.ProductComparison.name)
}

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

// ProductComparisonItem

// optional string product_comparison_uuid = 1;
inline bool ProductComparisonItem::has_product_comparison_uuid() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void ProductComparisonItem::clear_product_comparison_uuid() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.product_comparison_uuid_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& ProductComparisonItem::product_comparison_uuid() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:sync_pb.ProductComparisonItem.product_comparison_uuid)
  return _internal_product_comparison_uuid();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void ProductComparisonItem::set_product_comparison_uuid(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.product_comparison_uuid_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:sync_pb.ProductComparisonItem.product_comparison_uuid)
}
inline ::std::string* PROTOBUF_NONNULL ProductComparisonItem::mutable_product_comparison_uuid()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_product_comparison_uuid();
  // @@protoc_insertion_point(field_mutable:sync_pb.ProductComparisonItem.product_comparison_uuid)
  return _s;
}
inline const ::std::string& ProductComparisonItem::_internal_product_comparison_uuid() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.product_comparison_uuid_.Get();
}
inline void ProductComparisonItem::_internal_set_product_comparison_uuid(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.product_comparison_uuid_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL ProductComparisonItem::_internal_mutable_product_comparison_uuid() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.product_comparison_uuid_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE ProductComparisonItem::release_product_comparison_uuid() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:sync_pb.ProductComparisonItem.product_comparison_uuid)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.product_comparison_uuid_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.product_comparison_uuid_.Set("", GetArena());
  }
  return released;
}
inline void ProductComparisonItem::set_allocated_product_comparison_uuid(::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_.product_comparison_uuid_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.product_comparison_uuid_.IsDefault()) {
    _impl_.product_comparison_uuid_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:sync_pb.ProductComparisonItem.product_comparison_uuid)
}

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

// optional .sync_pb.UniquePosition unique_position = 3;
inline bool ProductComparisonItem::has_unique_position() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000008U);
  PROTOBUF_ASSUME(!value || _impl_.unique_position_ != nullptr);
  return value;
}
inline const ::sync_pb::UniquePosition& ProductComparisonItem::_internal_unique_position() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::sync_pb::UniquePosition* p = _impl_.unique_position_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::sync_pb::UniquePosition>(&::sync_pb::UniquePosition_globals_);
}
inline const ::sync_pb::UniquePosition& ProductComparisonItem::unique_position() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:sync_pb.ProductComparisonItem.unique_position)
  return _internal_unique_position();
}
inline void ProductComparisonItem::unsafe_arena_set_allocated_unique_position(
    ::sync_pb::UniquePosition* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.unique_position_);
  }
  _impl_.unique_position_ = reinterpret_cast<::sync_pb::UniquePosition*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:sync_pb.ProductComparisonItem.unique_position)
}
inline ::sync_pb::UniquePosition* PROTOBUF_NULLABLE ProductComparisonItem::release_unique_position() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
  ::sync_pb::UniquePosition* released = _impl_.unique_position_;
  _impl_.unique_position_ = 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 ::sync_pb::UniquePosition* PROTOBUF_NULLABLE ProductComparisonItem::unsafe_arena_release_unique_position() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:sync_pb.ProductComparisonItem.unique_position)

  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
  ::sync_pb::UniquePosition* temp = _impl_.unique_position_;
  _impl_.unique_position_ = nullptr;
  return temp;
}
inline ::sync_pb::UniquePosition* PROTOBUF_NONNULL ProductComparisonItem::_internal_mutable_unique_position() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.unique_position_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::sync_pb::UniquePosition>(GetArena());
    _impl_.unique_position_ = reinterpret_cast<::sync_pb::UniquePosition*>(p);
  }
  return _impl_.unique_position_;
}
inline ::sync_pb::UniquePosition* PROTOBUF_NONNULL ProductComparisonItem::mutable_unique_position()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  ::sync_pb::UniquePosition* _msg = _internal_mutable_unique_position();
  // @@protoc_insertion_point(field_mutable:sync_pb.ProductComparisonItem.unique_position)
  return _msg;
}
inline void ProductComparisonItem::set_allocated_unique_position(::sync_pb::UniquePosition* 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_.unique_position_);
  }

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

  _impl_.unique_position_ = reinterpret_cast<::sync_pb::UniquePosition*>(value);
  // @@protoc_insertion_point(field_set_allocated:sync_pb.ProductComparisonItem.unique_position)
}

// optional string title = 4;
inline bool ProductComparisonItem::has_title() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  return value;
}
inline void ProductComparisonItem::clear_title() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.title_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline const ::std::string& ProductComparisonItem::title() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:sync_pb.ProductComparisonItem.title)
  return _internal_title();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void ProductComparisonItem::set_title(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  _impl_.title_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:sync_pb.ProductComparisonItem.title)
}
inline ::std::string* PROTOBUF_NONNULL ProductComparisonItem::mutable_title()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::std::string* _s = _internal_mutable_title();
  // @@protoc_insertion_point(field_mutable:sync_pb.ProductComparisonItem.title)
  return _s;
}
inline const ::std::string& ProductComparisonItem::_internal_title() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.title_.Get();
}
inline void ProductComparisonItem::_internal_set_title(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.title_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL ProductComparisonItem::_internal_mutable_title() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.title_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE ProductComparisonItem::release_title() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:sync_pb.ProductComparisonItem.title)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000004U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  auto* released = _impl_.title_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.title_.Set("", GetArena());
  }
  return released;
}
inline void ProductComparisonItem::set_allocated_title(::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_.title_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.title_.IsDefault()) {
    _impl_.title_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:sync_pb.ProductComparisonItem.title)
}

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

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


// @@protoc_insertion_point(global_scope)

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

#endif  // components_2fsync_2fprotocol_2fproduct_5fcomparison_5fspecifics_2eproto_2epb_2eh
