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

#ifndef lens_5foverlay_5fserver_2eproto_2epb_2eh
#define lens_5foverlay_5fserver_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 "google/protobuf/generated_enum_util.h"
#include "lens_overlay_client_context.pb.h"
#include "lens_overlay_client_logs.pb.h"
#include "lens_overlay_platform.pb.h"
#include "lens_overlay_routing_info.pb.h"
#include "lens_overlay_service_deps.pb.h"
#include "lens_overlay_surface.pb.h"
// @@protoc_insertion_point(includes)

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

#define PROTOBUF_INTERNAL_EXPORT_lens_5foverlay_5fserver_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_5fserver_2eproto {
  static const ::uint32_t offsets[];
};
namespace lens {
enum LensOverlayServerError_ErrorType : int;
extern const uint32_t LensOverlayServerError_ErrorType_internal_data_[];
class LensOverlayServerClusterInfoRequest;
struct LensOverlayServerClusterInfoRequestGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern LensOverlayServerClusterInfoRequestGlobalsTypeInternal LensOverlayServerClusterInfoRequest_globals_;
extern const ::google::protobuf::internal::ClassDataLite LensOverlayServerClusterInfoRequest_class_data_;
#else
extern const LensOverlayServerClusterInfoRequestGlobalsTypeInternal LensOverlayServerClusterInfoRequest_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class LensOverlayServerClusterInfoResponse;
struct LensOverlayServerClusterInfoResponseGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern LensOverlayServerClusterInfoResponseGlobalsTypeInternal LensOverlayServerClusterInfoResponse_globals_;
extern const ::google::protobuf::internal::ClassDataLite LensOverlayServerClusterInfoResponse_class_data_;
#else
extern const LensOverlayServerClusterInfoResponseGlobalsTypeInternal LensOverlayServerClusterInfoResponse_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class LensOverlayServerError;
struct LensOverlayServerErrorGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern LensOverlayServerErrorGlobalsTypeInternal LensOverlayServerError_globals_;
extern const ::google::protobuf::internal::ClassDataLite LensOverlayServerError_class_data_;
#else
extern const LensOverlayServerErrorGlobalsTypeInternal LensOverlayServerError_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class LensOverlayServerRequest;
struct LensOverlayServerRequestGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern LensOverlayServerRequestGlobalsTypeInternal LensOverlayServerRequest_globals_;
extern const ::google::protobuf::internal::ClassDataLite LensOverlayServerRequest_class_data_;
#else
extern const LensOverlayServerRequestGlobalsTypeInternal LensOverlayServerRequest_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class LensOverlayServerResponse;
struct LensOverlayServerResponseGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern LensOverlayServerResponseGlobalsTypeInternal LensOverlayServerResponse_globals_;
extern const ::google::protobuf::internal::ClassDataLite LensOverlayServerResponse_class_data_;
#else
extern const LensOverlayServerResponseGlobalsTypeInternal LensOverlayServerResponse_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class MissingChunksMetadata;
struct MissingChunksMetadataGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern MissingChunksMetadataGlobalsTypeInternal MissingChunksMetadata_globals_;
extern const ::google::protobuf::internal::ClassDataLite MissingChunksMetadata_class_data_;
#else
extern const MissingChunksMetadataGlobalsTypeInternal MissingChunksMetadata_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace lens
namespace google {
namespace protobuf {
template <>
internal::EnumTraitsT<::lens::LensOverlayServerError_ErrorType_internal_data_>
    internal::EnumTraitsImpl::value<::lens::LensOverlayServerError_ErrorType>;
}  // namespace protobuf
}  // namespace google

namespace lens {
enum LensOverlayServerError_ErrorType : int {
  LensOverlayServerError_ErrorType_UNKNOWN_TYPE = 0,
  LensOverlayServerError_ErrorType_MISSING_REQUEST = 1,
  LensOverlayServerError_ErrorType_MISSING_CHUNKS = 2,
  LensOverlayServerError_ErrorType_LensOverlayServerError_ErrorType_INT_MIN_SENTINEL_DO_NOT_USE_ =
      ::std::numeric_limits<::int32_t>::min(),
  LensOverlayServerError_ErrorType_LensOverlayServerError_ErrorType_INT_MAX_SENTINEL_DO_NOT_USE_ =
      ::std::numeric_limits<::int32_t>::max(),
};

extern const uint32_t LensOverlayServerError_ErrorType_internal_data_[];
inline constexpr LensOverlayServerError_ErrorType LensOverlayServerError_ErrorType_ErrorType_MIN =
    static_cast<LensOverlayServerError_ErrorType>(0);
inline constexpr LensOverlayServerError_ErrorType LensOverlayServerError_ErrorType_ErrorType_MAX =
    static_cast<LensOverlayServerError_ErrorType>(2);
inline bool LensOverlayServerError_ErrorType_IsValid(int value) {
  return 0 <= value && value <= 2;
}
inline constexpr int LensOverlayServerError_ErrorType_ErrorType_ARRAYSIZE = 2 + 1;
const ::std::string& LensOverlayServerError_ErrorType_Name(LensOverlayServerError_ErrorType value);
template <typename T>
const ::std::string& LensOverlayServerError_ErrorType_Name(T value) {
  static_assert(::std::is_same<T, LensOverlayServerError_ErrorType>::value ||
                    ::std::is_integral<T>::value,
                "Incorrect type passed to ErrorType_Name().");
  return LensOverlayServerError_ErrorType_Name(static_cast<LensOverlayServerError_ErrorType>(value));
}
bool LensOverlayServerError_ErrorType_Parse(
    ::absl::string_view name, LensOverlayServerError_ErrorType* PROTOBUF_NONNULL value);
using ::google::protobuf::internal::generated_enum::AbslParseFlag;
using ::google::protobuf::internal::generated_enum::AbslUnparseFlag;

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


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

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

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

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

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

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

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

  explicit MissingChunksMetadata(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  MissingChunksMetadata(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const MissingChunksMetadata& from);
  MissingChunksMetadata(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, MissingChunksMetadata&& from) noexcept
      : MissingChunksMetadata(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 {
    kMissingChunkIdsFieldNumber = 2,
    kHasChunkMetadataFieldNumber = 1,
  };
  // repeated int64 missing_chunk_ids = 2;
  int missing_chunk_ids_size()
      const;
  private:
  int _internal_missing_chunk_ids_size() const;

  public:
  void clear_missing_chunk_ids() ;
  ::int64_t missing_chunk_ids(int index) const;
  void set_missing_chunk_ids(int index, ::int64_t value);
  void add_missing_chunk_ids(::int64_t value);
  const ::google::protobuf::RepeatedField<::int64_t>& missing_chunk_ids()
      const;
  ::google::protobuf::RepeatedField<::int64_t>* PROTOBUF_NONNULL mutable_missing_chunk_ids();

  private:
  const ::google::protobuf::RepeatedField<::int64_t>& _internal_missing_chunk_ids() const;
  ::google::protobuf::RepeatedField<::int64_t>* PROTOBUF_NONNULL _internal_mutable_missing_chunk_ids();

  public:
  // bool has_chunk_metadata = 1;
  void clear_has_chunk_metadata() ;
  bool has_chunk_metadata() const;
  void set_has_chunk_metadata(bool value);

  private:
  bool _internal_has_chunk_metadata() const;
  void _internal_set_has_chunk_metadata(bool value);

  public:
  // @@protoc_insertion_point(class_scope:lens.MissingChunksMetadata)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<1, 2,
                          0, 0,
                          2>;
  static constexpr ParseTableT_ InternalGenerateParseTable_(
      const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data);
  friend class ::google::protobuf::internal::TcParser;
  #ifndef PROTOBUF_MESSAGE_GLOBALS
  static const ParseTableT_ _table_;
  #endif

  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  friend ::google::protobuf::internal::PrivateAccess;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility,
                                    ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
        const MissingChunksMetadata& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedField<::int64_t> missing_chunk_ids_;
    ::google::protobuf::internal::CachedSize _missing_chunk_ids_cached_byte_size_;
    bool has_chunk_metadata_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_lens_5foverlay_5fserver_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

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

  explicit LensOverlayServerError(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  LensOverlayServerError(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const LensOverlayServerError& from);
  LensOverlayServerError(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, LensOverlayServerError&& from) noexcept
      : LensOverlayServerError(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 ----------------------------------------------------
  using ErrorType = LensOverlayServerError_ErrorType;
  static constexpr ErrorType UNKNOWN_TYPE = LensOverlayServerError_ErrorType_UNKNOWN_TYPE;
  static constexpr ErrorType MISSING_REQUEST = LensOverlayServerError_ErrorType_MISSING_REQUEST;
  static constexpr ErrorType MISSING_CHUNKS = LensOverlayServerError_ErrorType_MISSING_CHUNKS;
  static inline bool ErrorType_IsValid(int value) {
    return LensOverlayServerError_ErrorType_IsValid(value);
  }
  static constexpr ErrorType ErrorType_MIN = LensOverlayServerError_ErrorType_ErrorType_MIN;
  static constexpr ErrorType ErrorType_MAX = LensOverlayServerError_ErrorType_ErrorType_MAX;
  static constexpr int ErrorType_ARRAYSIZE = LensOverlayServerError_ErrorType_ErrorType_ARRAYSIZE;
  template <typename T>
  static inline const ::std::string& ErrorType_Name(T value) {
    return LensOverlayServerError_ErrorType_Name(value);
  }
  static inline bool ErrorType_Parse(
      ::absl::string_view name, ErrorType* PROTOBUF_NONNULL value) {
    return LensOverlayServerError_ErrorType_Parse(name, value);
  }

  // accessors -------------------------------------------------------
  enum : int {
    kMissingChunksMetadataFieldNumber = 2,
    kErrorTypeFieldNumber = 1,
  };
  // .lens.MissingChunksMetadata missing_chunks_metadata = 2;
  bool has_missing_chunks_metadata()
      const;
  void clear_missing_chunks_metadata() ;
  const ::lens::MissingChunksMetadata& missing_chunks_metadata() const;
  ::lens::MissingChunksMetadata* PROTOBUF_NULLABLE release_missing_chunks_metadata();
  ::lens::MissingChunksMetadata* PROTOBUF_NONNULL mutable_missing_chunks_metadata();
  void set_allocated_missing_chunks_metadata(::lens::MissingChunksMetadata* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_missing_chunks_metadata(::lens::MissingChunksMetadata* PROTOBUF_NULLABLE value);
  ::lens::MissingChunksMetadata* PROTOBUF_NULLABLE unsafe_arena_release_missing_chunks_metadata();

  private:
  const ::lens::MissingChunksMetadata& _internal_missing_chunks_metadata() const;
  ::lens::MissingChunksMetadata* PROTOBUF_NONNULL _internal_mutable_missing_chunks_metadata();

  public:
  // .lens.LensOverlayServerError.ErrorType error_type = 1;
  void clear_error_type() ;
  ::lens::LensOverlayServerError_ErrorType error_type() const;
  void set_error_type(::lens::LensOverlayServerError_ErrorType value);

  private:
  ::lens::LensOverlayServerError_ErrorType _internal_error_type() const;
  void _internal_set_error_type(::lens::LensOverlayServerError_ErrorType value);

  public:
  // @@protoc_insertion_point(class_scope:lens.LensOverlayServerError)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<1, 2,
                          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 LensOverlayServerError& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::lens::MissingChunksMetadata* PROTOBUF_NULLABLE missing_chunks_metadata_;
    int error_type_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_lens_5foverlay_5fserver_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

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

  explicit LensOverlayServerClusterInfoResponse(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  LensOverlayServerClusterInfoResponse(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const LensOverlayServerClusterInfoResponse& from);
  LensOverlayServerClusterInfoResponse(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, LensOverlayServerClusterInfoResponse&& from) noexcept
      : LensOverlayServerClusterInfoResponse(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 {
    kServerSessionIdFieldNumber = 1,
    kSearchSessionIdFieldNumber = 2,
    kRoutingInfoFieldNumber = 3,
  };
  // string server_session_id = 1;
  void clear_server_session_id() ;
  const ::std::string& server_session_id() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_server_session_id(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_server_session_id();
  ::std::string* PROTOBUF_NULLABLE release_server_session_id();
  void set_allocated_server_session_id(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_server_session_id() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_server_session_id(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_server_session_id();

  public:
  // string search_session_id = 2;
  void clear_search_session_id() ;
  const ::std::string& search_session_id() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_search_session_id(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_search_session_id();
  ::std::string* PROTOBUF_NULLABLE release_search_session_id();
  void set_allocated_search_session_id(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_search_session_id() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_search_session_id(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_search_session_id();

  public:
  // .lens.LensOverlayRoutingInfo routing_info = 3;
  bool has_routing_info()
      const;
  void clear_routing_info() ;
  const ::lens::LensOverlayRoutingInfo& routing_info() const;
  ::lens::LensOverlayRoutingInfo* PROTOBUF_NULLABLE release_routing_info();
  ::lens::LensOverlayRoutingInfo* PROTOBUF_NONNULL mutable_routing_info();
  void set_allocated_routing_info(::lens::LensOverlayRoutingInfo* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_routing_info(::lens::LensOverlayRoutingInfo* PROTOBUF_NULLABLE value);
  ::lens::LensOverlayRoutingInfo* PROTOBUF_NULLABLE unsafe_arena_release_routing_info();

  private:
  const ::lens::LensOverlayRoutingInfo& _internal_routing_info() const;
  ::lens::LensOverlayRoutingInfo* PROTOBUF_NONNULL _internal_mutable_routing_info();

  public:
  // @@protoc_insertion_point(class_scope:lens.LensOverlayServerClusterInfoResponse)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<2, 3,
                          1, 84,
                          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 LensOverlayServerClusterInfoResponse& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr server_session_id_;
    ::google::protobuf::internal::ArenaStringPtr search_session_id_;
    ::lens::LensOverlayRoutingInfo* PROTOBUF_NULLABLE routing_info_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_lens_5foverlay_5fserver_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

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

  explicit LensOverlayServerClusterInfoRequest(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  LensOverlayServerClusterInfoRequest(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const LensOverlayServerClusterInfoRequest& from);
  LensOverlayServerClusterInfoRequest(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, LensOverlayServerClusterInfoRequest&& from) noexcept
      : LensOverlayServerClusterInfoRequest(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 {
    kRenderingContextFieldNumber = 4,
    kEnableSearchSessionIdFieldNumber = 1,
    kSurfaceFieldNumber = 2,
    kPlatformFieldNumber = 3,
  };
  // .lens.RenderingContext rendering_context = 4;
  bool has_rendering_context()
      const;
  void clear_rendering_context() ;
  const ::lens::RenderingContext& rendering_context() const;
  ::lens::RenderingContext* PROTOBUF_NULLABLE release_rendering_context();
  ::lens::RenderingContext* PROTOBUF_NONNULL mutable_rendering_context();
  void set_allocated_rendering_context(::lens::RenderingContext* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_rendering_context(::lens::RenderingContext* PROTOBUF_NULLABLE value);
  ::lens::RenderingContext* PROTOBUF_NULLABLE unsafe_arena_release_rendering_context();

  private:
  const ::lens::RenderingContext& _internal_rendering_context() const;
  ::lens::RenderingContext* PROTOBUF_NONNULL _internal_mutable_rendering_context();

  public:
  // bool enable_search_session_id = 1;
  void clear_enable_search_session_id() ;
  bool enable_search_session_id() const;
  void set_enable_search_session_id(bool value);

  private:
  bool _internal_enable_search_session_id() const;
  void _internal_set_enable_search_session_id(bool value);

  public:
  // .lens.Surface surface = 2;
  void clear_surface() ;
  ::lens::Surface surface() const;
  void set_surface(::lens::Surface value);

  private:
  ::lens::Surface _internal_surface() const;
  void _internal_set_surface(::lens::Surface value);

  public:
  // .lens.Platform platform = 3;
  void clear_platform() ;
  ::lens::Platform platform() const;
  void set_platform(::lens::Platform value);

  private:
  ::lens::Platform _internal_platform() const;
  void _internal_set_platform(::lens::Platform value);

  public:
  // @@protoc_insertion_point(class_scope:lens.LensOverlayServerClusterInfoRequest)
 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 LensOverlayServerClusterInfoRequest& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::lens::RenderingContext* PROTOBUF_NULLABLE rendering_context_;
    bool enable_search_session_id_;
    int surface_;
    int platform_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_lens_5foverlay_5fserver_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

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

  explicit LensOverlayServerRequest(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  LensOverlayServerRequest(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const LensOverlayServerRequest& from);
  LensOverlayServerRequest(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, LensOverlayServerRequest&& from) noexcept
      : LensOverlayServerRequest(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 {
    kObjectsRequestFieldNumber = 1,
    kInteractionRequestFieldNumber = 2,
    kClientLogsFieldNumber = 3,
    kHasLensIntentFieldNumber = 6,
    kProcessImageForAimFieldNumber = 7,
  };
  // .lens.LensOverlayObjectsRequest objects_request = 1;
  bool has_objects_request()
      const;
  void clear_objects_request() ;
  const ::lens::LensOverlayObjectsRequest& objects_request() const;
  ::lens::LensOverlayObjectsRequest* PROTOBUF_NULLABLE release_objects_request();
  ::lens::LensOverlayObjectsRequest* PROTOBUF_NONNULL mutable_objects_request();
  void set_allocated_objects_request(::lens::LensOverlayObjectsRequest* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_objects_request(::lens::LensOverlayObjectsRequest* PROTOBUF_NULLABLE value);
  ::lens::LensOverlayObjectsRequest* PROTOBUF_NULLABLE unsafe_arena_release_objects_request();

  private:
  const ::lens::LensOverlayObjectsRequest& _internal_objects_request() const;
  ::lens::LensOverlayObjectsRequest* PROTOBUF_NONNULL _internal_mutable_objects_request();

  public:
  // .lens.LensOverlayInteractionRequest interaction_request = 2;
  bool has_interaction_request()
      const;
  void clear_interaction_request() ;
  const ::lens::LensOverlayInteractionRequest& interaction_request() const;
  ::lens::LensOverlayInteractionRequest* PROTOBUF_NULLABLE release_interaction_request();
  ::lens::LensOverlayInteractionRequest* PROTOBUF_NONNULL mutable_interaction_request();
  void set_allocated_interaction_request(::lens::LensOverlayInteractionRequest* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_interaction_request(::lens::LensOverlayInteractionRequest* PROTOBUF_NULLABLE value);
  ::lens::LensOverlayInteractionRequest* PROTOBUF_NULLABLE unsafe_arena_release_interaction_request();

  private:
  const ::lens::LensOverlayInteractionRequest& _internal_interaction_request() const;
  ::lens::LensOverlayInteractionRequest* PROTOBUF_NONNULL _internal_mutable_interaction_request();

  public:
  // .lens.LensOverlayClientLogs client_logs = 3;
  bool has_client_logs()
      const;
  void clear_client_logs() ;
  const ::lens::LensOverlayClientLogs& client_logs() const;
  ::lens::LensOverlayClientLogs* PROTOBUF_NULLABLE release_client_logs();
  ::lens::LensOverlayClientLogs* PROTOBUF_NONNULL mutable_client_logs();
  void set_allocated_client_logs(::lens::LensOverlayClientLogs* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_client_logs(::lens::LensOverlayClientLogs* PROTOBUF_NULLABLE value);
  ::lens::LensOverlayClientLogs* PROTOBUF_NULLABLE unsafe_arena_release_client_logs();

  private:
  const ::lens::LensOverlayClientLogs& _internal_client_logs() const;
  ::lens::LensOverlayClientLogs* PROTOBUF_NONNULL _internal_mutable_client_logs();

  public:
  // bool has_lens_intent = 6;
  void clear_has_lens_intent() ;
  bool has_lens_intent() const;
  void set_has_lens_intent(bool value);

  private:
  bool _internal_has_lens_intent() const;
  void _internal_set_has_lens_intent(bool value);

  public:
  // bool process_image_for_aim = 7;
  void clear_process_image_for_aim() ;
  bool process_image_for_aim() const;
  void set_process_image_for_aim(bool value);

  private:
  bool _internal_process_image_for_aim() const;
  void _internal_set_process_image_for_aim(bool value);

  public:
  // @@protoc_insertion_point(class_scope:lens.LensOverlayServerRequest)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<3, 5,
                          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 LensOverlayServerRequest& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::lens::LensOverlayObjectsRequest* PROTOBUF_NULLABLE objects_request_;
    ::lens::LensOverlayInteractionRequest* PROTOBUF_NULLABLE interaction_request_;
    ::lens::LensOverlayClientLogs* PROTOBUF_NULLABLE client_logs_;
    bool has_lens_intent_;
    bool process_image_for_aim_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_lens_5foverlay_5fserver_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

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

  explicit LensOverlayServerResponse(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  LensOverlayServerResponse(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const LensOverlayServerResponse& from);
  LensOverlayServerResponse(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, LensOverlayServerResponse&& from) noexcept
      : LensOverlayServerResponse(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 {
    kErrorFieldNumber = 1,
    kObjectsResponseFieldNumber = 2,
    kInteractionResponseFieldNumber = 3,
  };
  // .lens.LensOverlayServerError error = 1;
  bool has_error()
      const;
  void clear_error() ;
  const ::lens::LensOverlayServerError& error() const;
  ::lens::LensOverlayServerError* PROTOBUF_NULLABLE release_error();
  ::lens::LensOverlayServerError* PROTOBUF_NONNULL mutable_error();
  void set_allocated_error(::lens::LensOverlayServerError* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_error(::lens::LensOverlayServerError* PROTOBUF_NULLABLE value);
  ::lens::LensOverlayServerError* PROTOBUF_NULLABLE unsafe_arena_release_error();

  private:
  const ::lens::LensOverlayServerError& _internal_error() const;
  ::lens::LensOverlayServerError* PROTOBUF_NONNULL _internal_mutable_error();

  public:
  // .lens.LensOverlayObjectsResponse objects_response = 2;
  bool has_objects_response()
      const;
  void clear_objects_response() ;
  const ::lens::LensOverlayObjectsResponse& objects_response() const;
  ::lens::LensOverlayObjectsResponse* PROTOBUF_NULLABLE release_objects_response();
  ::lens::LensOverlayObjectsResponse* PROTOBUF_NONNULL mutable_objects_response();
  void set_allocated_objects_response(::lens::LensOverlayObjectsResponse* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_objects_response(::lens::LensOverlayObjectsResponse* PROTOBUF_NULLABLE value);
  ::lens::LensOverlayObjectsResponse* PROTOBUF_NULLABLE unsafe_arena_release_objects_response();

  private:
  const ::lens::LensOverlayObjectsResponse& _internal_objects_response() const;
  ::lens::LensOverlayObjectsResponse* PROTOBUF_NONNULL _internal_mutable_objects_response();

  public:
  // .lens.LensOverlayInteractionResponse interaction_response = 3;
  bool has_interaction_response()
      const;
  void clear_interaction_response() ;
  const ::lens::LensOverlayInteractionResponse& interaction_response() const;
  ::lens::LensOverlayInteractionResponse* PROTOBUF_NULLABLE release_interaction_response();
  ::lens::LensOverlayInteractionResponse* PROTOBUF_NONNULL mutable_interaction_response();
  void set_allocated_interaction_response(::lens::LensOverlayInteractionResponse* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_interaction_response(::lens::LensOverlayInteractionResponse* PROTOBUF_NULLABLE value);
  ::lens::LensOverlayInteractionResponse* PROTOBUF_NULLABLE unsafe_arena_release_interaction_response();

  private:
  const ::lens::LensOverlayInteractionResponse& _internal_interaction_response() const;
  ::lens::LensOverlayInteractionResponse* PROTOBUF_NONNULL _internal_mutable_interaction_response();

  public:
  // @@protoc_insertion_point(class_scope:lens.LensOverlayServerResponse)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<2, 3,
                          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 LensOverlayServerResponse& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::lens::LensOverlayServerError* PROTOBUF_NULLABLE error_;
    ::lens::LensOverlayObjectsResponse* PROTOBUF_NULLABLE objects_response_;
    ::lens::LensOverlayInteractionResponse* PROTOBUF_NULLABLE interaction_response_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_lens_5foverlay_5fserver_2eproto;
};

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




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


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

// LensOverlayServerClusterInfoRequest

// bool enable_search_session_id = 1;
inline void LensOverlayServerClusterInfoRequest::clear_enable_search_session_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.enable_search_session_id_ = false;
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline bool LensOverlayServerClusterInfoRequest::enable_search_session_id() const {
  // @@protoc_insertion_point(field_get:lens.LensOverlayServerClusterInfoRequest.enable_search_session_id)
  return _internal_enable_search_session_id();
}
inline void LensOverlayServerClusterInfoRequest::set_enable_search_session_id(bool value) {
  _internal_set_enable_search_session_id(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_set:lens.LensOverlayServerClusterInfoRequest.enable_search_session_id)
}
inline bool LensOverlayServerClusterInfoRequest::_internal_enable_search_session_id() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.enable_search_session_id_;
}
inline void LensOverlayServerClusterInfoRequest::_internal_set_enable_search_session_id(bool value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.enable_search_session_id_ = value;
}

// .lens.Surface surface = 2;
inline void LensOverlayServerClusterInfoRequest::clear_surface() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.surface_ = 0;
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline ::lens::Surface LensOverlayServerClusterInfoRequest::surface() const {
  // @@protoc_insertion_point(field_get:lens.LensOverlayServerClusterInfoRequest.surface)
  return _internal_surface();
}
inline void LensOverlayServerClusterInfoRequest::set_surface(::lens::Surface value) {
  _internal_set_surface(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_set:lens.LensOverlayServerClusterInfoRequest.surface)
}
inline ::lens::Surface LensOverlayServerClusterInfoRequest::_internal_surface() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return static_cast<::lens::Surface>(_impl_.surface_);
}
inline void LensOverlayServerClusterInfoRequest::_internal_set_surface(::lens::Surface value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.surface_ = value;
}

// .lens.Platform platform = 3;
inline void LensOverlayServerClusterInfoRequest::clear_platform() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.platform_ = 0;
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
}
inline ::lens::Platform LensOverlayServerClusterInfoRequest::platform() const {
  // @@protoc_insertion_point(field_get:lens.LensOverlayServerClusterInfoRequest.platform)
  return _internal_platform();
}
inline void LensOverlayServerClusterInfoRequest::set_platform(::lens::Platform value) {
  _internal_set_platform(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  // @@protoc_insertion_point(field_set:lens.LensOverlayServerClusterInfoRequest.platform)
}
inline ::lens::Platform LensOverlayServerClusterInfoRequest::_internal_platform() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return static_cast<::lens::Platform>(_impl_.platform_);
}
inline void LensOverlayServerClusterInfoRequest::_internal_set_platform(::lens::Platform value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.platform_ = value;
}

// .lens.RenderingContext rendering_context = 4;
inline bool LensOverlayServerClusterInfoRequest::has_rendering_context() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  PROTOBUF_ASSUME(!value || _impl_.rendering_context_ != nullptr);
  return value;
}
inline const ::lens::RenderingContext& LensOverlayServerClusterInfoRequest::_internal_rendering_context() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::lens::RenderingContext* p = _impl_.rendering_context_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::lens::RenderingContext>(&::lens::RenderingContext_globals_);
}
inline const ::lens::RenderingContext& LensOverlayServerClusterInfoRequest::rendering_context() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:lens.LensOverlayServerClusterInfoRequest.rendering_context)
  return _internal_rendering_context();
}
inline void LensOverlayServerClusterInfoRequest::unsafe_arena_set_allocated_rendering_context(
    ::lens::RenderingContext* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.rendering_context_);
  }
  _impl_.rendering_context_ = reinterpret_cast<::lens::RenderingContext*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:lens.LensOverlayServerClusterInfoRequest.rendering_context)
}
inline ::lens::RenderingContext* PROTOBUF_NULLABLE LensOverlayServerClusterInfoRequest::release_rendering_context() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::lens::RenderingContext* released = _impl_.rendering_context_;
  _impl_.rendering_context_ = 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 ::lens::RenderingContext* PROTOBUF_NULLABLE LensOverlayServerClusterInfoRequest::unsafe_arena_release_rendering_context() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:lens.LensOverlayServerClusterInfoRequest.rendering_context)

  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::lens::RenderingContext* temp = _impl_.rendering_context_;
  _impl_.rendering_context_ = nullptr;
  return temp;
}
inline ::lens::RenderingContext* PROTOBUF_NONNULL LensOverlayServerClusterInfoRequest::_internal_mutable_rendering_context() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.rendering_context_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::lens::RenderingContext>(GetArena());
    _impl_.rendering_context_ = reinterpret_cast<::lens::RenderingContext*>(p);
  }
  return _impl_.rendering_context_;
}
inline ::lens::RenderingContext* PROTOBUF_NONNULL LensOverlayServerClusterInfoRequest::mutable_rendering_context()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::lens::RenderingContext* _msg = _internal_mutable_rendering_context();
  // @@protoc_insertion_point(field_mutable:lens.LensOverlayServerClusterInfoRequest.rendering_context)
  return _msg;
}
inline void LensOverlayServerClusterInfoRequest::set_allocated_rendering_context(::lens::RenderingContext* 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_.rendering_context_);
  }

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

  _impl_.rendering_context_ = reinterpret_cast<::lens::RenderingContext*>(value);
  // @@protoc_insertion_point(field_set_allocated:lens.LensOverlayServerClusterInfoRequest.rendering_context)
}

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

// LensOverlayServerClusterInfoResponse

// string server_session_id = 1;
inline void LensOverlayServerClusterInfoResponse::clear_server_session_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.server_session_id_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& LensOverlayServerClusterInfoResponse::server_session_id() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:lens.LensOverlayServerClusterInfoResponse.server_session_id)
  return _internal_server_session_id();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void LensOverlayServerClusterInfoResponse::set_server_session_id(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.server_session_id_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:lens.LensOverlayServerClusterInfoResponse.server_session_id)
}
inline ::std::string* PROTOBUF_NONNULL LensOverlayServerClusterInfoResponse::mutable_server_session_id()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_server_session_id();
  // @@protoc_insertion_point(field_mutable:lens.LensOverlayServerClusterInfoResponse.server_session_id)
  return _s;
}
inline const ::std::string& LensOverlayServerClusterInfoResponse::_internal_server_session_id() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.server_session_id_.Get();
}
inline void LensOverlayServerClusterInfoResponse::_internal_set_server_session_id(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.server_session_id_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL LensOverlayServerClusterInfoResponse::_internal_mutable_server_session_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.server_session_id_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE LensOverlayServerClusterInfoResponse::release_server_session_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:lens.LensOverlayServerClusterInfoResponse.server_session_id)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.server_session_id_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.server_session_id_.Set("", GetArena());
  }
  return released;
}
inline void LensOverlayServerClusterInfoResponse::set_allocated_server_session_id(::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_.server_session_id_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.server_session_id_.IsDefault()) {
    _impl_.server_session_id_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:lens.LensOverlayServerClusterInfoResponse.server_session_id)
}

// string search_session_id = 2;
inline void LensOverlayServerClusterInfoResponse::clear_search_session_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.search_session_id_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& LensOverlayServerClusterInfoResponse::search_session_id() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:lens.LensOverlayServerClusterInfoResponse.search_session_id)
  return _internal_search_session_id();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void LensOverlayServerClusterInfoResponse::set_search_session_id(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.search_session_id_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:lens.LensOverlayServerClusterInfoResponse.search_session_id)
}
inline ::std::string* PROTOBUF_NONNULL LensOverlayServerClusterInfoResponse::mutable_search_session_id()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_search_session_id();
  // @@protoc_insertion_point(field_mutable:lens.LensOverlayServerClusterInfoResponse.search_session_id)
  return _s;
}
inline const ::std::string& LensOverlayServerClusterInfoResponse::_internal_search_session_id() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.search_session_id_.Get();
}
inline void LensOverlayServerClusterInfoResponse::_internal_set_search_session_id(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.search_session_id_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL LensOverlayServerClusterInfoResponse::_internal_mutable_search_session_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.search_session_id_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE LensOverlayServerClusterInfoResponse::release_search_session_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:lens.LensOverlayServerClusterInfoResponse.search_session_id)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.search_session_id_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.search_session_id_.Set("", GetArena());
  }
  return released;
}
inline void LensOverlayServerClusterInfoResponse::set_allocated_search_session_id(::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_.search_session_id_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.search_session_id_.IsDefault()) {
    _impl_.search_session_id_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:lens.LensOverlayServerClusterInfoResponse.search_session_id)
}

// .lens.LensOverlayRoutingInfo routing_info = 3;
inline bool LensOverlayServerClusterInfoResponse::has_routing_info() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  PROTOBUF_ASSUME(!value || _impl_.routing_info_ != nullptr);
  return value;
}
inline const ::lens::LensOverlayRoutingInfo& LensOverlayServerClusterInfoResponse::_internal_routing_info() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::lens::LensOverlayRoutingInfo* p = _impl_.routing_info_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::lens::LensOverlayRoutingInfo>(&::lens::LensOverlayRoutingInfo_globals_);
}
inline const ::lens::LensOverlayRoutingInfo& LensOverlayServerClusterInfoResponse::routing_info() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:lens.LensOverlayServerClusterInfoResponse.routing_info)
  return _internal_routing_info();
}
inline void LensOverlayServerClusterInfoResponse::unsafe_arena_set_allocated_routing_info(
    ::lens::LensOverlayRoutingInfo* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.routing_info_);
  }
  _impl_.routing_info_ = reinterpret_cast<::lens::LensOverlayRoutingInfo*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:lens.LensOverlayServerClusterInfoResponse.routing_info)
}
inline ::lens::LensOverlayRoutingInfo* PROTOBUF_NULLABLE LensOverlayServerClusterInfoResponse::release_routing_info() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::lens::LensOverlayRoutingInfo* released = _impl_.routing_info_;
  _impl_.routing_info_ = 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 ::lens::LensOverlayRoutingInfo* PROTOBUF_NULLABLE LensOverlayServerClusterInfoResponse::unsafe_arena_release_routing_info() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:lens.LensOverlayServerClusterInfoResponse.routing_info)

  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::lens::LensOverlayRoutingInfo* temp = _impl_.routing_info_;
  _impl_.routing_info_ = nullptr;
  return temp;
}
inline ::lens::LensOverlayRoutingInfo* PROTOBUF_NONNULL LensOverlayServerClusterInfoResponse::_internal_mutable_routing_info() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.routing_info_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::lens::LensOverlayRoutingInfo>(GetArena());
    _impl_.routing_info_ = reinterpret_cast<::lens::LensOverlayRoutingInfo*>(p);
  }
  return _impl_.routing_info_;
}
inline ::lens::LensOverlayRoutingInfo* PROTOBUF_NONNULL LensOverlayServerClusterInfoResponse::mutable_routing_info()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::lens::LensOverlayRoutingInfo* _msg = _internal_mutable_routing_info();
  // @@protoc_insertion_point(field_mutable:lens.LensOverlayServerClusterInfoResponse.routing_info)
  return _msg;
}
inline void LensOverlayServerClusterInfoResponse::set_allocated_routing_info(::lens::LensOverlayRoutingInfo* 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_.routing_info_);
  }

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

  _impl_.routing_info_ = reinterpret_cast<::lens::LensOverlayRoutingInfo*>(value);
  // @@protoc_insertion_point(field_set_allocated:lens.LensOverlayServerClusterInfoResponse.routing_info)
}

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

// LensOverlayServerError

// .lens.LensOverlayServerError.ErrorType error_type = 1;
inline void LensOverlayServerError::clear_error_type() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.error_type_ = 0;
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline ::lens::LensOverlayServerError_ErrorType LensOverlayServerError::error_type() const {
  // @@protoc_insertion_point(field_get:lens.LensOverlayServerError.error_type)
  return _internal_error_type();
}
inline void LensOverlayServerError::set_error_type(::lens::LensOverlayServerError_ErrorType value) {
  _internal_set_error_type(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_set:lens.LensOverlayServerError.error_type)
}
inline ::lens::LensOverlayServerError_ErrorType LensOverlayServerError::_internal_error_type() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return static_cast<::lens::LensOverlayServerError_ErrorType>(_impl_.error_type_);
}
inline void LensOverlayServerError::_internal_set_error_type(::lens::LensOverlayServerError_ErrorType value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.error_type_ = value;
}

// .lens.MissingChunksMetadata missing_chunks_metadata = 2;
inline bool LensOverlayServerError::has_missing_chunks_metadata() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  PROTOBUF_ASSUME(!value || _impl_.missing_chunks_metadata_ != nullptr);
  return value;
}
inline void LensOverlayServerError::clear_missing_chunks_metadata() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.missing_chunks_metadata_ != nullptr) _impl_.missing_chunks_metadata_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::lens::MissingChunksMetadata& LensOverlayServerError::_internal_missing_chunks_metadata() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::lens::MissingChunksMetadata* p = _impl_.missing_chunks_metadata_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::lens::MissingChunksMetadata>(&::lens::MissingChunksMetadata_globals_);
}
inline const ::lens::MissingChunksMetadata& LensOverlayServerError::missing_chunks_metadata() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:lens.LensOverlayServerError.missing_chunks_metadata)
  return _internal_missing_chunks_metadata();
}
inline void LensOverlayServerError::unsafe_arena_set_allocated_missing_chunks_metadata(
    ::lens::MissingChunksMetadata* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.missing_chunks_metadata_);
  }
  _impl_.missing_chunks_metadata_ = reinterpret_cast<::lens::MissingChunksMetadata*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:lens.LensOverlayServerError.missing_chunks_metadata)
}
inline ::lens::MissingChunksMetadata* PROTOBUF_NULLABLE LensOverlayServerError::release_missing_chunks_metadata() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::lens::MissingChunksMetadata* released = _impl_.missing_chunks_metadata_;
  _impl_.missing_chunks_metadata_ = 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 ::lens::MissingChunksMetadata* PROTOBUF_NULLABLE LensOverlayServerError::unsafe_arena_release_missing_chunks_metadata() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:lens.LensOverlayServerError.missing_chunks_metadata)

  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::lens::MissingChunksMetadata* temp = _impl_.missing_chunks_metadata_;
  _impl_.missing_chunks_metadata_ = nullptr;
  return temp;
}
inline ::lens::MissingChunksMetadata* PROTOBUF_NONNULL LensOverlayServerError::_internal_mutable_missing_chunks_metadata() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.missing_chunks_metadata_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::lens::MissingChunksMetadata>(GetArena());
    _impl_.missing_chunks_metadata_ = reinterpret_cast<::lens::MissingChunksMetadata*>(p);
  }
  return _impl_.missing_chunks_metadata_;
}
inline ::lens::MissingChunksMetadata* PROTOBUF_NONNULL LensOverlayServerError::mutable_missing_chunks_metadata()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::lens::MissingChunksMetadata* _msg = _internal_mutable_missing_chunks_metadata();
  // @@protoc_insertion_point(field_mutable:lens.LensOverlayServerError.missing_chunks_metadata)
  return _msg;
}
inline void LensOverlayServerError::set_allocated_missing_chunks_metadata(::lens::MissingChunksMetadata* 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_.missing_chunks_metadata_);
  }

  if (value != nullptr) {
    ::google::protobuf::Arena* submessage_arena = value->GetArena();
    if (message_arena != submessage_arena) {
      value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena);
    }
    SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  }

  _impl_.missing_chunks_metadata_ = reinterpret_cast<::lens::MissingChunksMetadata*>(value);
  // @@protoc_insertion_point(field_set_allocated:lens.LensOverlayServerError.missing_chunks_metadata)
}

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

// MissingChunksMetadata

// bool has_chunk_metadata = 1;
inline void MissingChunksMetadata::clear_has_chunk_metadata() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.has_chunk_metadata_ = false;
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline bool MissingChunksMetadata::has_chunk_metadata() const {
  // @@protoc_insertion_point(field_get:lens.MissingChunksMetadata.has_chunk_metadata)
  return _internal_has_chunk_metadata();
}
inline void MissingChunksMetadata::set_has_chunk_metadata(bool value) {
  _internal_set_has_chunk_metadata(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_set:lens.MissingChunksMetadata.has_chunk_metadata)
}
inline bool MissingChunksMetadata::_internal_has_chunk_metadata() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.has_chunk_metadata_;
}
inline void MissingChunksMetadata::_internal_set_has_chunk_metadata(bool value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.has_chunk_metadata_ = value;
}

// repeated int64 missing_chunk_ids = 2;
inline int MissingChunksMetadata::_internal_missing_chunk_ids_size() const {
  return _internal_missing_chunk_ids().size();
}
inline int MissingChunksMetadata::missing_chunk_ids_size() const {
  return _internal_missing_chunk_ids_size();
}
inline void MissingChunksMetadata::clear_missing_chunk_ids() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.missing_chunk_ids_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline ::int64_t MissingChunksMetadata::missing_chunk_ids(int index) const {
  // @@protoc_insertion_point(field_get:lens.MissingChunksMetadata.missing_chunk_ids)
  return _internal_missing_chunk_ids().Get(index);
}
inline void MissingChunksMetadata::set_missing_chunk_ids(int index, ::int64_t value) {
  _internal_mutable_missing_chunk_ids()->Set(index, value);
  // @@protoc_insertion_point(field_set:lens.MissingChunksMetadata.missing_chunk_ids)
}
inline void MissingChunksMetadata::add_missing_chunk_ids(::int64_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _internal_mutable_missing_chunk_ids()
      ->InternalAddWithArena<const ::google::protobuf::MessageLite*>(
          internal_visibility(), this, value);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:lens.MissingChunksMetadata.missing_chunk_ids)
}
inline const ::google::protobuf::RepeatedField<::int64_t>& MissingChunksMetadata::missing_chunk_ids() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:lens.MissingChunksMetadata.missing_chunk_ids)
  return _internal_missing_chunk_ids();
}
inline ::google::protobuf::RepeatedField<::int64_t>* PROTOBUF_NONNULL MissingChunksMetadata::mutable_missing_chunk_ids()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:lens.MissingChunksMetadata.missing_chunk_ids)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_missing_chunk_ids();
}
inline const ::google::protobuf::RepeatedField<::int64_t>&
MissingChunksMetadata::_internal_missing_chunk_ids() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.missing_chunk_ids_;
}
inline ::google::protobuf::RepeatedField<::int64_t>* PROTOBUF_NONNULL
MissingChunksMetadata::_internal_mutable_missing_chunk_ids() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.missing_chunk_ids_;
}

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

// LensOverlayServerRequest

// .lens.LensOverlayObjectsRequest objects_request = 1;
inline bool LensOverlayServerRequest::has_objects_request() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  PROTOBUF_ASSUME(!value || _impl_.objects_request_ != nullptr);
  return value;
}
inline const ::lens::LensOverlayObjectsRequest& LensOverlayServerRequest::_internal_objects_request() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::lens::LensOverlayObjectsRequest* p = _impl_.objects_request_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::lens::LensOverlayObjectsRequest>(&::lens::LensOverlayObjectsRequest_globals_);
}
inline const ::lens::LensOverlayObjectsRequest& LensOverlayServerRequest::objects_request() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:lens.LensOverlayServerRequest.objects_request)
  return _internal_objects_request();
}
inline void LensOverlayServerRequest::unsafe_arena_set_allocated_objects_request(
    ::lens::LensOverlayObjectsRequest* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.objects_request_);
  }
  _impl_.objects_request_ = reinterpret_cast<::lens::LensOverlayObjectsRequest*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:lens.LensOverlayServerRequest.objects_request)
}
inline ::lens::LensOverlayObjectsRequest* PROTOBUF_NULLABLE LensOverlayServerRequest::release_objects_request() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::lens::LensOverlayObjectsRequest* released = _impl_.objects_request_;
  _impl_.objects_request_ = 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 ::lens::LensOverlayObjectsRequest* PROTOBUF_NULLABLE LensOverlayServerRequest::unsafe_arena_release_objects_request() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:lens.LensOverlayServerRequest.objects_request)

  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::lens::LensOverlayObjectsRequest* temp = _impl_.objects_request_;
  _impl_.objects_request_ = nullptr;
  return temp;
}
inline ::lens::LensOverlayObjectsRequest* PROTOBUF_NONNULL LensOverlayServerRequest::_internal_mutable_objects_request() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.objects_request_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::lens::LensOverlayObjectsRequest>(GetArena());
    _impl_.objects_request_ = reinterpret_cast<::lens::LensOverlayObjectsRequest*>(p);
  }
  return _impl_.objects_request_;
}
inline ::lens::LensOverlayObjectsRequest* PROTOBUF_NONNULL LensOverlayServerRequest::mutable_objects_request()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::lens::LensOverlayObjectsRequest* _msg = _internal_mutable_objects_request();
  // @@protoc_insertion_point(field_mutable:lens.LensOverlayServerRequest.objects_request)
  return _msg;
}
inline void LensOverlayServerRequest::set_allocated_objects_request(::lens::LensOverlayObjectsRequest* 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_.objects_request_);
  }

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

  _impl_.objects_request_ = reinterpret_cast<::lens::LensOverlayObjectsRequest*>(value);
  // @@protoc_insertion_point(field_set_allocated:lens.LensOverlayServerRequest.objects_request)
}

// .lens.LensOverlayInteractionRequest interaction_request = 2;
inline bool LensOverlayServerRequest::has_interaction_request() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  PROTOBUF_ASSUME(!value || _impl_.interaction_request_ != nullptr);
  return value;
}
inline const ::lens::LensOverlayInteractionRequest& LensOverlayServerRequest::_internal_interaction_request() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::lens::LensOverlayInteractionRequest* p = _impl_.interaction_request_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::lens::LensOverlayInteractionRequest>(&::lens::LensOverlayInteractionRequest_globals_);
}
inline const ::lens::LensOverlayInteractionRequest& LensOverlayServerRequest::interaction_request() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:lens.LensOverlayServerRequest.interaction_request)
  return _internal_interaction_request();
}
inline void LensOverlayServerRequest::unsafe_arena_set_allocated_interaction_request(
    ::lens::LensOverlayInteractionRequest* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.interaction_request_);
  }
  _impl_.interaction_request_ = reinterpret_cast<::lens::LensOverlayInteractionRequest*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:lens.LensOverlayServerRequest.interaction_request)
}
inline ::lens::LensOverlayInteractionRequest* PROTOBUF_NULLABLE LensOverlayServerRequest::release_interaction_request() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::lens::LensOverlayInteractionRequest* released = _impl_.interaction_request_;
  _impl_.interaction_request_ = 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 ::lens::LensOverlayInteractionRequest* PROTOBUF_NULLABLE LensOverlayServerRequest::unsafe_arena_release_interaction_request() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:lens.LensOverlayServerRequest.interaction_request)

  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::lens::LensOverlayInteractionRequest* temp = _impl_.interaction_request_;
  _impl_.interaction_request_ = nullptr;
  return temp;
}
inline ::lens::LensOverlayInteractionRequest* PROTOBUF_NONNULL LensOverlayServerRequest::_internal_mutable_interaction_request() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.interaction_request_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::lens::LensOverlayInteractionRequest>(GetArena());
    _impl_.interaction_request_ = reinterpret_cast<::lens::LensOverlayInteractionRequest*>(p);
  }
  return _impl_.interaction_request_;
}
inline ::lens::LensOverlayInteractionRequest* PROTOBUF_NONNULL LensOverlayServerRequest::mutable_interaction_request()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::lens::LensOverlayInteractionRequest* _msg = _internal_mutable_interaction_request();
  // @@protoc_insertion_point(field_mutable:lens.LensOverlayServerRequest.interaction_request)
  return _msg;
}
inline void LensOverlayServerRequest::set_allocated_interaction_request(::lens::LensOverlayInteractionRequest* 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_.interaction_request_);
  }

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

  _impl_.interaction_request_ = reinterpret_cast<::lens::LensOverlayInteractionRequest*>(value);
  // @@protoc_insertion_point(field_set_allocated:lens.LensOverlayServerRequest.interaction_request)
}

// .lens.LensOverlayClientLogs client_logs = 3;
inline bool LensOverlayServerRequest::has_client_logs() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  PROTOBUF_ASSUME(!value || _impl_.client_logs_ != nullptr);
  return value;
}
inline const ::lens::LensOverlayClientLogs& LensOverlayServerRequest::_internal_client_logs() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::lens::LensOverlayClientLogs* p = _impl_.client_logs_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::lens::LensOverlayClientLogs>(&::lens::LensOverlayClientLogs_globals_);
}
inline const ::lens::LensOverlayClientLogs& LensOverlayServerRequest::client_logs() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:lens.LensOverlayServerRequest.client_logs)
  return _internal_client_logs();
}
inline void LensOverlayServerRequest::unsafe_arena_set_allocated_client_logs(
    ::lens::LensOverlayClientLogs* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.client_logs_);
  }
  _impl_.client_logs_ = reinterpret_cast<::lens::LensOverlayClientLogs*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:lens.LensOverlayServerRequest.client_logs)
}
inline ::lens::LensOverlayClientLogs* PROTOBUF_NULLABLE LensOverlayServerRequest::release_client_logs() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::lens::LensOverlayClientLogs* released = _impl_.client_logs_;
  _impl_.client_logs_ = 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 ::lens::LensOverlayClientLogs* PROTOBUF_NULLABLE LensOverlayServerRequest::unsafe_arena_release_client_logs() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:lens.LensOverlayServerRequest.client_logs)

  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::lens::LensOverlayClientLogs* temp = _impl_.client_logs_;
  _impl_.client_logs_ = nullptr;
  return temp;
}
inline ::lens::LensOverlayClientLogs* PROTOBUF_NONNULL LensOverlayServerRequest::_internal_mutable_client_logs() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.client_logs_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::lens::LensOverlayClientLogs>(GetArena());
    _impl_.client_logs_ = reinterpret_cast<::lens::LensOverlayClientLogs*>(p);
  }
  return _impl_.client_logs_;
}
inline ::lens::LensOverlayClientLogs* PROTOBUF_NONNULL LensOverlayServerRequest::mutable_client_logs()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::lens::LensOverlayClientLogs* _msg = _internal_mutable_client_logs();
  // @@protoc_insertion_point(field_mutable:lens.LensOverlayServerRequest.client_logs)
  return _msg;
}
inline void LensOverlayServerRequest::set_allocated_client_logs(::lens::LensOverlayClientLogs* 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_.client_logs_);
  }

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

  _impl_.client_logs_ = reinterpret_cast<::lens::LensOverlayClientLogs*>(value);
  // @@protoc_insertion_point(field_set_allocated:lens.LensOverlayServerRequest.client_logs)
}

// bool has_lens_intent = 6;
inline void LensOverlayServerRequest::clear_has_lens_intent() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.has_lens_intent_ = false;
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
}
inline bool LensOverlayServerRequest::has_lens_intent() const {
  // @@protoc_insertion_point(field_get:lens.LensOverlayServerRequest.has_lens_intent)
  return _internal_has_lens_intent();
}
inline void LensOverlayServerRequest::set_has_lens_intent(bool value) {
  _internal_set_has_lens_intent(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  // @@protoc_insertion_point(field_set:lens.LensOverlayServerRequest.has_lens_intent)
}
inline bool LensOverlayServerRequest::_internal_has_lens_intent() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.has_lens_intent_;
}
inline void LensOverlayServerRequest::_internal_set_has_lens_intent(bool value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.has_lens_intent_ = value;
}

// bool process_image_for_aim = 7;
inline void LensOverlayServerRequest::clear_process_image_for_aim() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.process_image_for_aim_ = false;
  ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
}
inline bool LensOverlayServerRequest::process_image_for_aim() const {
  // @@protoc_insertion_point(field_get:lens.LensOverlayServerRequest.process_image_for_aim)
  return _internal_process_image_for_aim();
}
inline void LensOverlayServerRequest::set_process_image_for_aim(bool value) {
  _internal_set_process_image_for_aim(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  // @@protoc_insertion_point(field_set:lens.LensOverlayServerRequest.process_image_for_aim)
}
inline bool LensOverlayServerRequest::_internal_process_image_for_aim() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.process_image_for_aim_;
}
inline void LensOverlayServerRequest::_internal_set_process_image_for_aim(bool value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.process_image_for_aim_ = value;
}

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

// LensOverlayServerResponse

// .lens.LensOverlayServerError error = 1;
inline bool LensOverlayServerResponse::has_error() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  PROTOBUF_ASSUME(!value || _impl_.error_ != nullptr);
  return value;
}
inline void LensOverlayServerResponse::clear_error() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.error_ != nullptr) _impl_.error_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::lens::LensOverlayServerError& LensOverlayServerResponse::_internal_error() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::lens::LensOverlayServerError* p = _impl_.error_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::lens::LensOverlayServerError>(&::lens::LensOverlayServerError_globals_);
}
inline const ::lens::LensOverlayServerError& LensOverlayServerResponse::error() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:lens.LensOverlayServerResponse.error)
  return _internal_error();
}
inline void LensOverlayServerResponse::unsafe_arena_set_allocated_error(
    ::lens::LensOverlayServerError* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.error_);
  }
  _impl_.error_ = reinterpret_cast<::lens::LensOverlayServerError*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:lens.LensOverlayServerResponse.error)
}
inline ::lens::LensOverlayServerError* PROTOBUF_NULLABLE LensOverlayServerResponse::release_error() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::lens::LensOverlayServerError* released = _impl_.error_;
  _impl_.error_ = 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 ::lens::LensOverlayServerError* PROTOBUF_NULLABLE LensOverlayServerResponse::unsafe_arena_release_error() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:lens.LensOverlayServerResponse.error)

  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::lens::LensOverlayServerError* temp = _impl_.error_;
  _impl_.error_ = nullptr;
  return temp;
}
inline ::lens::LensOverlayServerError* PROTOBUF_NONNULL LensOverlayServerResponse::_internal_mutable_error() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.error_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::lens::LensOverlayServerError>(GetArena());
    _impl_.error_ = reinterpret_cast<::lens::LensOverlayServerError*>(p);
  }
  return _impl_.error_;
}
inline ::lens::LensOverlayServerError* PROTOBUF_NONNULL LensOverlayServerResponse::mutable_error()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::lens::LensOverlayServerError* _msg = _internal_mutable_error();
  // @@protoc_insertion_point(field_mutable:lens.LensOverlayServerResponse.error)
  return _msg;
}
inline void LensOverlayServerResponse::set_allocated_error(::lens::LensOverlayServerError* 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_.error_);
  }

  if (value != nullptr) {
    ::google::protobuf::Arena* submessage_arena = value->GetArena();
    if (message_arena != submessage_arena) {
      value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena);
    }
    SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  }

  _impl_.error_ = reinterpret_cast<::lens::LensOverlayServerError*>(value);
  // @@protoc_insertion_point(field_set_allocated:lens.LensOverlayServerResponse.error)
}

// .lens.LensOverlayObjectsResponse objects_response = 2;
inline bool LensOverlayServerResponse::has_objects_response() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  PROTOBUF_ASSUME(!value || _impl_.objects_response_ != nullptr);
  return value;
}
inline const ::lens::LensOverlayObjectsResponse& LensOverlayServerResponse::_internal_objects_response() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::lens::LensOverlayObjectsResponse* p = _impl_.objects_response_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::lens::LensOverlayObjectsResponse>(&::lens::LensOverlayObjectsResponse_globals_);
}
inline const ::lens::LensOverlayObjectsResponse& LensOverlayServerResponse::objects_response() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:lens.LensOverlayServerResponse.objects_response)
  return _internal_objects_response();
}
inline void LensOverlayServerResponse::unsafe_arena_set_allocated_objects_response(
    ::lens::LensOverlayObjectsResponse* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.objects_response_);
  }
  _impl_.objects_response_ = reinterpret_cast<::lens::LensOverlayObjectsResponse*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:lens.LensOverlayServerResponse.objects_response)
}
inline ::lens::LensOverlayObjectsResponse* PROTOBUF_NULLABLE LensOverlayServerResponse::release_objects_response() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::lens::LensOverlayObjectsResponse* released = _impl_.objects_response_;
  _impl_.objects_response_ = 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 ::lens::LensOverlayObjectsResponse* PROTOBUF_NULLABLE LensOverlayServerResponse::unsafe_arena_release_objects_response() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:lens.LensOverlayServerResponse.objects_response)

  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::lens::LensOverlayObjectsResponse* temp = _impl_.objects_response_;
  _impl_.objects_response_ = nullptr;
  return temp;
}
inline ::lens::LensOverlayObjectsResponse* PROTOBUF_NONNULL LensOverlayServerResponse::_internal_mutable_objects_response() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.objects_response_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::lens::LensOverlayObjectsResponse>(GetArena());
    _impl_.objects_response_ = reinterpret_cast<::lens::LensOverlayObjectsResponse*>(p);
  }
  return _impl_.objects_response_;
}
inline ::lens::LensOverlayObjectsResponse* PROTOBUF_NONNULL LensOverlayServerResponse::mutable_objects_response()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::lens::LensOverlayObjectsResponse* _msg = _internal_mutable_objects_response();
  // @@protoc_insertion_point(field_mutable:lens.LensOverlayServerResponse.objects_response)
  return _msg;
}
inline void LensOverlayServerResponse::set_allocated_objects_response(::lens::LensOverlayObjectsResponse* 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_.objects_response_);
  }

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

  _impl_.objects_response_ = reinterpret_cast<::lens::LensOverlayObjectsResponse*>(value);
  // @@protoc_insertion_point(field_set_allocated:lens.LensOverlayServerResponse.objects_response)
}

// .lens.LensOverlayInteractionResponse interaction_response = 3;
inline bool LensOverlayServerResponse::has_interaction_response() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  PROTOBUF_ASSUME(!value || _impl_.interaction_response_ != nullptr);
  return value;
}
inline const ::lens::LensOverlayInteractionResponse& LensOverlayServerResponse::_internal_interaction_response() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::lens::LensOverlayInteractionResponse* p = _impl_.interaction_response_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::lens::LensOverlayInteractionResponse>(&::lens::LensOverlayInteractionResponse_globals_);
}
inline const ::lens::LensOverlayInteractionResponse& LensOverlayServerResponse::interaction_response() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:lens.LensOverlayServerResponse.interaction_response)
  return _internal_interaction_response();
}
inline void LensOverlayServerResponse::unsafe_arena_set_allocated_interaction_response(
    ::lens::LensOverlayInteractionResponse* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.interaction_response_);
  }
  _impl_.interaction_response_ = reinterpret_cast<::lens::LensOverlayInteractionResponse*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:lens.LensOverlayServerResponse.interaction_response)
}
inline ::lens::LensOverlayInteractionResponse* PROTOBUF_NULLABLE LensOverlayServerResponse::release_interaction_response() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::lens::LensOverlayInteractionResponse* released = _impl_.interaction_response_;
  _impl_.interaction_response_ = 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 ::lens::LensOverlayInteractionResponse* PROTOBUF_NULLABLE LensOverlayServerResponse::unsafe_arena_release_interaction_response() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:lens.LensOverlayServerResponse.interaction_response)

  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::lens::LensOverlayInteractionResponse* temp = _impl_.interaction_response_;
  _impl_.interaction_response_ = nullptr;
  return temp;
}
inline ::lens::LensOverlayInteractionResponse* PROTOBUF_NONNULL LensOverlayServerResponse::_internal_mutable_interaction_response() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.interaction_response_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::lens::LensOverlayInteractionResponse>(GetArena());
    _impl_.interaction_response_ = reinterpret_cast<::lens::LensOverlayInteractionResponse*>(p);
  }
  return _impl_.interaction_response_;
}
inline ::lens::LensOverlayInteractionResponse* PROTOBUF_NONNULL LensOverlayServerResponse::mutable_interaction_response()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::lens::LensOverlayInteractionResponse* _msg = _internal_mutable_interaction_response();
  // @@protoc_insertion_point(field_mutable:lens.LensOverlayServerResponse.interaction_response)
  return _msg;
}
inline void LensOverlayServerResponse::set_allocated_interaction_response(::lens::LensOverlayInteractionResponse* 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_.interaction_response_);
  }

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

  _impl_.interaction_response_ = reinterpret_cast<::lens::LensOverlayInteractionResponse*>(value);
  // @@protoc_insertion_point(field_set_allocated:lens.LensOverlayServerResponse.interaction_response)
}

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

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


namespace google {
namespace protobuf {

template <>
struct is_proto_enum<::lens::LensOverlayServerError_ErrorType> : std::true_type {};
template <>
struct internal::LiteEnumFuncs<::lens::LensOverlayServerError_ErrorType> {
  static constexpr bool kIsDefined = true;
  static constexpr auto kParseFunc = ::lens::LensOverlayServerError_ErrorType_Parse;
  static constexpr auto kNameFunc = ::lens::LensOverlayServerError_ErrorType_Name<int>;
};

}  // namespace protobuf
}  // namespace google

// @@protoc_insertion_point(global_scope)

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

#endif  // lens_5foverlay_5fserver_2eproto_2epb_2eh
