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

#ifndef lens_5foverlay_5fdocument_2eproto_2epb_2eh
#define lens_5foverlay_5fdocument_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
// @@protoc_insertion_point(includes)

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

#define PROTOBUF_INTERNAL_EXPORT_lens_5foverlay_5fdocument_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_lens_5foverlay_5fdocument_2eproto {
  static const ::uint32_t offsets[];
};
namespace lens {
class LensOverlayDocument;
struct LensOverlayDocumentGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern LensOverlayDocumentGlobalsTypeInternal LensOverlayDocument_globals_;
extern const ::google::protobuf::internal::ClassDataLite LensOverlayDocument_class_data_;
#else
extern const LensOverlayDocumentGlobalsTypeInternal LensOverlayDocument_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class Page;
struct PageGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern PageGlobalsTypeInternal Page_globals_;
extern const ::google::protobuf::internal::ClassDataLite Page_class_data_;
#else
extern const PageGlobalsTypeInternal Page_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace lens
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google

namespace lens {

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


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

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

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

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

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

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

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

  explicit Page(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  Page(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Page& from);
  Page(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, Page&& from) noexcept
      : Page(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 {
    kTextSegmentsFieldNumber = 4,
    kPageNumberFieldNumber = 1,
  };
  // repeated string text_segments = 4;
  int text_segments_size()
      const;
  private:
  int _internal_text_segments_size() const;

  public:
  void clear_text_segments() ;
  const ::std::string& text_segments(int index) const;
  ::std::string* PROTOBUF_NONNULL mutable_text_segments(int index);
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_text_segments(int index, Arg_&& value, Args_... args);
  ::std::string* PROTOBUF_NONNULL add_text_segments();
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void add_text_segments(Arg_&& value, Args_... args);
  const
      ::google::protobuf::RepeatedPtrField<::std::string>&
      text_segments() const;
  ::google::protobuf::RepeatedPtrField<::std::string>*
      PROTOBUF_NONNULL
      mutable_text_segments();

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

  public:
  // int32 page_number = 1;
  bool has_page_number()
      const;
  void clear_page_number() ;
  ::int32_t page_number() const;
  void set_page_number(::int32_t value);

  private:
  ::int32_t _internal_page_number() const;
  void _internal_set_page_number(::int32_t value);

  public:
  // @@protoc_insertion_point(class_scope:lens.Page)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<1, 2,
                          0, 31,
                          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 Page& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField<::std::string> text_segments_;
    ::int32_t page_number_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_lens_5foverlay_5fdocument_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

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

  explicit LensOverlayDocument(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  LensOverlayDocument(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const LensOverlayDocument& from);
  LensOverlayDocument(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, LensOverlayDocument&& from) noexcept
      : LensOverlayDocument(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 {
    kPagesFieldNumber = 1,
  };
  // repeated .lens.Page pages = 1;
  int pages_size()
      const;
  private:
  int _internal_pages_size() const;

  public:
  void clear_pages() ;
  const ::lens::Page& pages(int index) const;
  ::lens::Page* PROTOBUF_NONNULL mutable_pages(int index);
  ::lens::Page* PROTOBUF_NONNULL add_pages();
  const ::google::protobuf::RepeatedPtrField<::lens::Page>&
  pages() const;
  ::google::protobuf::RepeatedPtrField<::lens::Page>* PROTOBUF_NONNULL
  mutable_pages();

  private:
  const ::google::protobuf::RepeatedPtrField<::lens::Page>& _internal_pages() const;
  ::google::protobuf::RepeatedPtrField<::lens::Page>* PROTOBUF_NONNULL _internal_mutable_pages();

  public:
  // @@protoc_insertion_point(class_scope:lens.LensOverlayDocument)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<0, 1,
                          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 LensOverlayDocument& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField< ::lens::Page > pages_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_lens_5foverlay_5fdocument_2eproto;
};

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




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


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

// LensOverlayDocument

// repeated .lens.Page pages = 1;
inline int LensOverlayDocument::_internal_pages_size() const {
  return _internal_pages().size();
}
inline int LensOverlayDocument::pages_size() const {
  return _internal_pages_size();
}
inline void LensOverlayDocument::clear_pages() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.pages_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::lens::Page& LensOverlayDocument::pages(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:lens.LensOverlayDocument.pages)
  return _internal_pages().Get(index);
}
inline ::lens::Page* PROTOBUF_NONNULL LensOverlayDocument::mutable_pages(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:lens.LensOverlayDocument.pages)
  return _internal_mutable_pages()->Mutable(index);
}
inline ::lens::Page* PROTOBUF_NONNULL LensOverlayDocument::add_pages()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::lens::Page* _add =
      _internal_mutable_pages()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:lens.LensOverlayDocument.pages)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::lens::Page>& LensOverlayDocument::pages() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:lens.LensOverlayDocument.pages)
  return _internal_pages();
}
inline ::google::protobuf::RepeatedPtrField<::lens::Page>* PROTOBUF_NONNULL
LensOverlayDocument::mutable_pages() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:lens.LensOverlayDocument.pages)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_pages();
}
inline const ::google::protobuf::RepeatedPtrField<::lens::Page>&
LensOverlayDocument::_internal_pages() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.pages_;
}
inline ::google::protobuf::RepeatedPtrField<::lens::Page>* PROTOBUF_NONNULL
LensOverlayDocument::_internal_mutable_pages() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.pages_;
}

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

// Page

// int32 page_number = 1;
inline bool Page::has_page_number() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void Page::clear_page_number() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.page_number_ = 0;
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline ::int32_t Page::page_number() const {
  // @@protoc_insertion_point(field_get:lens.Page.page_number)
  return _internal_page_number();
}
inline void Page::set_page_number(::int32_t value) {
  _internal_set_page_number(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_set:lens.Page.page_number)
}
inline ::int32_t Page::_internal_page_number() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.page_number_;
}
inline void Page::_internal_set_page_number(::int32_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.page_number_ = value;
}

// repeated string text_segments = 4;
inline int Page::_internal_text_segments_size() const {
  return _internal_text_segments().size();
}
inline int Page::text_segments_size() const {
  return _internal_text_segments_size();
}
inline void Page::clear_text_segments() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.text_segments_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline ::std::string* PROTOBUF_NONNULL Page::add_text_segments()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::std::string* _s =
      _internal_mutable_text_segments()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add_mutable:lens.Page.text_segments)
  return _s;
}
inline const ::std::string& Page::text_segments(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:lens.Page.text_segments)
  return _internal_text_segments().Get(index);
}
inline ::std::string* PROTOBUF_NONNULL Page::mutable_text_segments(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:lens.Page.text_segments)
  return _internal_mutable_text_segments()->Mutable(index);
}
template <typename Arg_, typename... Args_>
inline void Page::set_text_segments(int index, Arg_&& value, Args_... args) {
  ::google::protobuf::internal::AssignToString(
      *_internal_mutable_text_segments()->Mutable(index),
      ::std::forward<Arg_>(value), args... );
  // @@protoc_insertion_point(field_set:lens.Page.text_segments)
}
template <typename Arg_, typename... Args_>
inline void Page::add_text_segments(Arg_&& value, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::google::protobuf::internal::AddToRepeatedPtrField(
      ::google::protobuf::MessageLite::internal_visibility(), GetArena(),
      *_internal_mutable_text_segments(), ::std::forward<Arg_>(value),
      args... );
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:lens.Page.text_segments)
}
inline const ::google::protobuf::RepeatedPtrField<::std::string>& Page::text_segments()
    const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:lens.Page.text_segments)
  return _internal_text_segments();
}
inline ::google::protobuf::RepeatedPtrField<::std::string>* PROTOBUF_NONNULL
Page::mutable_text_segments() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:lens.Page.text_segments)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_text_segments();
}
inline const ::google::protobuf::RepeatedPtrField<::std::string>&
Page::_internal_text_segments() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.text_segments_;
}
inline ::google::protobuf::RepeatedPtrField<::std::string>* PROTOBUF_NONNULL
Page::_internal_mutable_text_segments() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.text_segments_;
}

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

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


// @@protoc_insertion_point(global_scope)

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

#endif  // lens_5foverlay_5fdocument_2eproto_2epb_2eh
