// 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

#include "lens_overlay_server.pb.h"

#include <algorithm>
#include <type_traits>
#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/generated_message_tctable_impl.h"
#include "google/protobuf/internal_visibility.h"
#include "google/protobuf/extension_set.h"
#include "google/protobuf/generated_message_util.h"
#include "google/protobuf/wire_format_lite.h"
#include "google/protobuf/io/zero_copy_stream_impl_lite.h"
// @@protoc_insertion_point(includes)

// Must be included last.
#include "google/protobuf/port_def.inc"
PROTOBUF_PRAGMA_INIT_SEG
namespace _pb = ::google::protobuf;
namespace _pbi = ::google::protobuf::internal;
namespace _fl = ::google::protobuf::internal::field_layout;
namespace lens {
class MissingChunksMetadata::_Internal {
 public:
  using HasBits = decltype(::std::declval<MissingChunksMetadata>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(MissingChunksMetadata, _impl_._has_bits_);
};

constexpr MissingChunksMetadata::ParseTableT_ MissingChunksMetadata::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(MissingChunksMetadata, _impl_._has_bits_),
      0, // no _extensions_
      2, 8,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967292,  // skipmap
      offsetof(ParseTableT_, field_entries),
      2,  // num_field_entries
      0,  // num_aux_entries
      offsetof(ParseTableT_, field_names),  // no aux_entries
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::lens::MissingChunksMetadata>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // repeated int64 missing_chunk_ids = 2;
      {::_pbi::TcParser::FastV64P1,
       {18, 0, 0,
        PROTOBUF_FIELD_OFFSET(MissingChunksMetadata, _impl_.missing_chunk_ids_)}},
      // bool has_chunk_metadata = 1;
      {::_pbi::TcParser::FastV8S1,
       {8, 1, 0,
        PROTOBUF_FIELD_OFFSET(MissingChunksMetadata, _impl_.has_chunk_metadata_)}},
    }}, {{
      65535, 65535
    }}, {{
      // bool has_chunk_metadata = 1;
      {PROTOBUF_FIELD_OFFSET(MissingChunksMetadata, _impl_.has_chunk_metadata_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // repeated int64 missing_chunk_ids = 2;
      {PROTOBUF_FIELD_OFFSET(MissingChunksMetadata, _impl_.missing_chunk_ids_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kPackedInt64)},
    }},
    // no aux_entries
    {{
    }},
  };
}


inline constexpr MissingChunksMetadata::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        missing_chunk_ids_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::lens::MissingChunksMetadata,
            PROTOBUF_FIELD_OFFSET(::lens::MissingChunksMetadata, _impl_.missing_chunk_ids_)>()
         }
        ,
        _missing_chunk_ids_cached_byte_size_{0},
        has_chunk_metadata_{false} {}

template <typename>
constexpr MissingChunksMetadata::MissingChunksMetadata(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL MissingChunksMetadata::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) MissingChunksMetadata(arena);
}
constexpr auto MissingChunksMetadata::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(MissingChunksMetadata), alignof(MissingChunksMetadata));
}
constexpr auto MissingChunksMetadata::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &MissingChunksMetadata::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<MissingChunksMetadata>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &MissingChunksMetadata::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<MissingChunksMetadata>(), &MissingChunksMetadata::ByteSizeLong,
              &MissingChunksMetadata::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(MissingChunksMetadata, _impl_._cached_size_),
          true,
      },
      "lens.MissingChunksMetadata",
  };
}
struct MissingChunksMetadataGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr MissingChunksMetadataGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 MissingChunksMetadata_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(MissingChunksMetadata::InternalGenerateClassData_(
            _default, &MissingChunksMetadata_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<MissingChunksMetadata>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~MissingChunksMetadataGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) MissingChunksMetadata _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<MissingChunksMetadata>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(MissingChunksMetadataGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST MissingChunksMetadataGlobalsTypeInternal MissingChunksMetadata_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* MissingChunksMetadata_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return MissingChunksMetadata_globals_.GetClassData();
#else
  return MissingChunksMetadata_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class LensOverlayServerError::_Internal {
 public:
  using HasBits = decltype(::std::declval<LensOverlayServerError>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(LensOverlayServerError, _impl_._has_bits_);
};

constexpr LensOverlayServerError::ParseTableT_ LensOverlayServerError::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(LensOverlayServerError, _impl_._has_bits_),
      0, // no _extensions_
      2, 8,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967292,  // skipmap
      offsetof(ParseTableT_, field_entries),
      2,  // num_field_entries
      1,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::lens::LensOverlayServerError>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // .lens.MissingChunksMetadata missing_chunks_metadata = 2;
      {::_pbi::TcParser::FastMtS1,
       {18, 0, 0,
        PROTOBUF_FIELD_OFFSET(LensOverlayServerError, _impl_.missing_chunks_metadata_)}},
      // .lens.LensOverlayServerError.ErrorType error_type = 1;
      {::_pbi::TcParser::FastV32S1,
       {8, 1, 0,
        PROTOBUF_FIELD_OFFSET(LensOverlayServerError, _impl_.error_type_)}},
    }}, {{
      65535, 65535
    }}, {{
      // .lens.LensOverlayServerError.ErrorType error_type = 1;
      {PROTOBUF_FIELD_OFFSET(LensOverlayServerError, _impl_.error_type_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kOpenEnum)},
      // .lens.MissingChunksMetadata missing_chunks_metadata = 2;
      {PROTOBUF_FIELD_OFFSET(LensOverlayServerError, _impl_.missing_chunks_metadata_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::lens::MissingChunksMetadata>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::lens::MissingChunksMetadata_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr LensOverlayServerError::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        missing_chunks_metadata_{nullptr},
        error_type_{static_cast< ::lens::LensOverlayServerError_ErrorType >(0)} {}

template <typename>
constexpr LensOverlayServerError::LensOverlayServerError(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL LensOverlayServerError::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) LensOverlayServerError(arena);
}
constexpr auto LensOverlayServerError::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::ZeroInit(sizeof(LensOverlayServerError), alignof(LensOverlayServerError));
}
constexpr auto LensOverlayServerError::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &LensOverlayServerError::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<LensOverlayServerError>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &LensOverlayServerError::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<LensOverlayServerError>(), &LensOverlayServerError::ByteSizeLong,
              &LensOverlayServerError::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(LensOverlayServerError, _impl_._cached_size_),
          true,
      },
      "lens.LensOverlayServerError",
  };
}
struct LensOverlayServerErrorGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr LensOverlayServerErrorGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 LensOverlayServerError_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(LensOverlayServerError::InternalGenerateClassData_(
            _default, &LensOverlayServerError_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<LensOverlayServerError>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~LensOverlayServerErrorGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) LensOverlayServerError _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<LensOverlayServerError>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(LensOverlayServerErrorGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST LensOverlayServerErrorGlobalsTypeInternal LensOverlayServerError_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* LensOverlayServerError_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return LensOverlayServerError_globals_.GetClassData();
#else
  return LensOverlayServerError_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class LensOverlayServerClusterInfoResponse::_Internal {
 public:
  using HasBits = decltype(::std::declval<LensOverlayServerClusterInfoResponse>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(LensOverlayServerClusterInfoResponse, _impl_._has_bits_);
};

constexpr LensOverlayServerClusterInfoResponse::ParseTableT_ LensOverlayServerClusterInfoResponse::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(LensOverlayServerClusterInfoResponse, _impl_._has_bits_),
      0, // no _extensions_
      3, 24,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967288,  // skipmap
      offsetof(ParseTableT_, field_entries),
      3,  // num_field_entries
      1,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::lens::LensOverlayServerClusterInfoResponse>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // string server_session_id = 1;
      {::_pbi::TcParser::FastUS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(LensOverlayServerClusterInfoResponse, _impl_.server_session_id_)}},
      // string search_session_id = 2;
      {::_pbi::TcParser::FastUS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(LensOverlayServerClusterInfoResponse, _impl_.search_session_id_)}},
      // .lens.LensOverlayRoutingInfo routing_info = 3;
      {::_pbi::TcParser::FastMtS1,
       {26, 2, 0,
        PROTOBUF_FIELD_OFFSET(LensOverlayServerClusterInfoResponse, _impl_.routing_info_)}},
    }}, {{
      65535, 65535
    }}, {{
      // string server_session_id = 1;
      {PROTOBUF_FIELD_OFFSET(LensOverlayServerClusterInfoResponse, _impl_.server_session_id_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // string search_session_id = 2;
      {PROTOBUF_FIELD_OFFSET(LensOverlayServerClusterInfoResponse, _impl_.search_session_id_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kUtf8String | ::_fl::kRepAString)},
      // .lens.LensOverlayRoutingInfo routing_info = 3;
      {PROTOBUF_FIELD_OFFSET(LensOverlayServerClusterInfoResponse, _impl_.routing_info_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::lens::LensOverlayRoutingInfo>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::lens::LensOverlayRoutingInfo_globals_},
        #endif
    }},
    {{
      "\51\21\21\0\0\0\0\0"
      "lens.LensOverlayServerClusterInfoResponse"
      "server_session_id"
      "search_session_id"
    }},
  };
}


inline constexpr LensOverlayServerClusterInfoResponse::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        server_session_id_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        search_session_id_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        routing_info_{nullptr} {}

template <typename>
constexpr LensOverlayServerClusterInfoResponse::LensOverlayServerClusterInfoResponse(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL LensOverlayServerClusterInfoResponse::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) LensOverlayServerClusterInfoResponse(arena);
}
constexpr auto LensOverlayServerClusterInfoResponse::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(LensOverlayServerClusterInfoResponse), alignof(LensOverlayServerClusterInfoResponse));
}
constexpr auto LensOverlayServerClusterInfoResponse::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &LensOverlayServerClusterInfoResponse::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<LensOverlayServerClusterInfoResponse>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &LensOverlayServerClusterInfoResponse::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<LensOverlayServerClusterInfoResponse>(), &LensOverlayServerClusterInfoResponse::ByteSizeLong,
              &LensOverlayServerClusterInfoResponse::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(LensOverlayServerClusterInfoResponse, _impl_._cached_size_),
          true,
      },
      "lens.LensOverlayServerClusterInfoResponse",
  };
}
struct LensOverlayServerClusterInfoResponseGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr LensOverlayServerClusterInfoResponseGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 LensOverlayServerClusterInfoResponse_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(LensOverlayServerClusterInfoResponse::InternalGenerateClassData_(
            _default, &LensOverlayServerClusterInfoResponse_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<LensOverlayServerClusterInfoResponse>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~LensOverlayServerClusterInfoResponseGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) LensOverlayServerClusterInfoResponse _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<LensOverlayServerClusterInfoResponse>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(LensOverlayServerClusterInfoResponseGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST LensOverlayServerClusterInfoResponseGlobalsTypeInternal LensOverlayServerClusterInfoResponse_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* LensOverlayServerClusterInfoResponse_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return LensOverlayServerClusterInfoResponse_globals_.GetClassData();
#else
  return LensOverlayServerClusterInfoResponse_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class LensOverlayServerClusterInfoRequest::_Internal {
 public:
  using HasBits = decltype(::std::declval<LensOverlayServerClusterInfoRequest>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(LensOverlayServerClusterInfoRequest, _impl_._has_bits_);
};

constexpr LensOverlayServerClusterInfoRequest::ParseTableT_ LensOverlayServerClusterInfoRequest::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(LensOverlayServerClusterInfoRequest, _impl_._has_bits_),
      0, // no _extensions_
      4, 24,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967280,  // skipmap
      offsetof(ParseTableT_, field_entries),
      4,  // num_field_entries
      1,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::lens::LensOverlayServerClusterInfoRequest>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // .lens.RenderingContext rendering_context = 4;
      {::_pbi::TcParser::FastMtS1,
       {34, 0, 0,
        PROTOBUF_FIELD_OFFSET(LensOverlayServerClusterInfoRequest, _impl_.rendering_context_)}},
      // bool enable_search_session_id = 1;
      {::_pbi::TcParser::FastV8S1,
       {8, 1, 0,
        PROTOBUF_FIELD_OFFSET(LensOverlayServerClusterInfoRequest, _impl_.enable_search_session_id_)}},
      // .lens.Surface surface = 2;
      {::_pbi::TcParser::FastV32S1,
       {16, 2, 0,
        PROTOBUF_FIELD_OFFSET(LensOverlayServerClusterInfoRequest, _impl_.surface_)}},
      // .lens.Platform platform = 3;
      {::_pbi::TcParser::FastV32S1,
       {24, 3, 0,
        PROTOBUF_FIELD_OFFSET(LensOverlayServerClusterInfoRequest, _impl_.platform_)}},
    }}, {{
      65535, 65535
    }}, {{
      // bool enable_search_session_id = 1;
      {PROTOBUF_FIELD_OFFSET(LensOverlayServerClusterInfoRequest, _impl_.enable_search_session_id_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // .lens.Surface surface = 2;
      {PROTOBUF_FIELD_OFFSET(LensOverlayServerClusterInfoRequest, _impl_.surface_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kOpenEnum)},
      // .lens.Platform platform = 3;
      {PROTOBUF_FIELD_OFFSET(LensOverlayServerClusterInfoRequest, _impl_.platform_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kOpenEnum)},
      // .lens.RenderingContext rendering_context = 4;
      {PROTOBUF_FIELD_OFFSET(LensOverlayServerClusterInfoRequest, _impl_.rendering_context_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::lens::RenderingContext>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::lens::RenderingContext_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr LensOverlayServerClusterInfoRequest::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        rendering_context_{nullptr},
        enable_search_session_id_{false},
        surface_{static_cast< ::lens::Surface >(0)},
        platform_{static_cast< ::lens::Platform >(0)} {}

template <typename>
constexpr LensOverlayServerClusterInfoRequest::LensOverlayServerClusterInfoRequest(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL LensOverlayServerClusterInfoRequest::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) LensOverlayServerClusterInfoRequest(arena);
}
constexpr auto LensOverlayServerClusterInfoRequest::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::ZeroInit(sizeof(LensOverlayServerClusterInfoRequest), alignof(LensOverlayServerClusterInfoRequest));
}
constexpr auto LensOverlayServerClusterInfoRequest::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &LensOverlayServerClusterInfoRequest::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<LensOverlayServerClusterInfoRequest>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &LensOverlayServerClusterInfoRequest::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<LensOverlayServerClusterInfoRequest>(), &LensOverlayServerClusterInfoRequest::ByteSizeLong,
              &LensOverlayServerClusterInfoRequest::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(LensOverlayServerClusterInfoRequest, _impl_._cached_size_),
          true,
      },
      "lens.LensOverlayServerClusterInfoRequest",
  };
}
struct LensOverlayServerClusterInfoRequestGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr LensOverlayServerClusterInfoRequestGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 LensOverlayServerClusterInfoRequest_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(LensOverlayServerClusterInfoRequest::InternalGenerateClassData_(
            _default, &LensOverlayServerClusterInfoRequest_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<LensOverlayServerClusterInfoRequest>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~LensOverlayServerClusterInfoRequestGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) LensOverlayServerClusterInfoRequest _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<LensOverlayServerClusterInfoRequest>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(LensOverlayServerClusterInfoRequestGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST LensOverlayServerClusterInfoRequestGlobalsTypeInternal LensOverlayServerClusterInfoRequest_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* LensOverlayServerClusterInfoRequest_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return LensOverlayServerClusterInfoRequest_globals_.GetClassData();
#else
  return LensOverlayServerClusterInfoRequest_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class LensOverlayServerRequest::_Internal {
 public:
  using HasBits = decltype(::std::declval<LensOverlayServerRequest>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(LensOverlayServerRequest, _impl_._has_bits_);
};

constexpr LensOverlayServerRequest::ParseTableT_ LensOverlayServerRequest::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(LensOverlayServerRequest, _impl_._has_bits_),
      0, // no _extensions_
      7, 56,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967192,  // skipmap
      offsetof(ParseTableT_, field_entries),
      5,  // num_field_entries
      3,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::lens::LensOverlayServerRequest>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // .lens.LensOverlayObjectsRequest objects_request = 1;
      {::_pbi::TcParser::FastMtS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(LensOverlayServerRequest, _impl_.objects_request_)}},
      // .lens.LensOverlayInteractionRequest interaction_request = 2;
      {::_pbi::TcParser::FastMtS1,
       {18, 1, 1,
        PROTOBUF_FIELD_OFFSET(LensOverlayServerRequest, _impl_.interaction_request_)}},
      // .lens.LensOverlayClientLogs client_logs = 3;
      {::_pbi::TcParser::FastMtS1,
       {26, 2, 2,
        PROTOBUF_FIELD_OFFSET(LensOverlayServerRequest, _impl_.client_logs_)}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      // bool has_lens_intent = 6;
      {::_pbi::TcParser::FastV8S1,
       {48, 3, 0,
        PROTOBUF_FIELD_OFFSET(LensOverlayServerRequest, _impl_.has_lens_intent_)}},
      // bool process_image_for_aim = 7;
      {::_pbi::TcParser::FastV8S1,
       {56, 4, 0,
        PROTOBUF_FIELD_OFFSET(LensOverlayServerRequest, _impl_.process_image_for_aim_)}},
    }}, {{
      65535, 65535
    }}, {{
      // .lens.LensOverlayObjectsRequest objects_request = 1;
      {PROTOBUF_FIELD_OFFSET(LensOverlayServerRequest, _impl_.objects_request_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // .lens.LensOverlayInteractionRequest interaction_request = 2;
      {PROTOBUF_FIELD_OFFSET(LensOverlayServerRequest, _impl_.interaction_request_), _Internal::kHasBitsOffset + 1, 1, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // .lens.LensOverlayClientLogs client_logs = 3;
      {PROTOBUF_FIELD_OFFSET(LensOverlayServerRequest, _impl_.client_logs_), _Internal::kHasBitsOffset + 2, 2, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // bool has_lens_intent = 6;
      {PROTOBUF_FIELD_OFFSET(LensOverlayServerRequest, _impl_.has_lens_intent_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // bool process_image_for_aim = 7;
      {PROTOBUF_FIELD_OFFSET(LensOverlayServerRequest, _impl_.process_image_for_aim_), _Internal::kHasBitsOffset + 4, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::lens::LensOverlayObjectsRequest>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::lens::LensOverlayObjectsRequest_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::lens::LensOverlayInteractionRequest>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::lens::LensOverlayInteractionRequest_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::lens::LensOverlayClientLogs>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::lens::LensOverlayClientLogs_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr LensOverlayServerRequest::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        objects_request_{nullptr},
        interaction_request_{nullptr},
        client_logs_{nullptr},
        has_lens_intent_{false},
        process_image_for_aim_{false} {}

template <typename>
constexpr LensOverlayServerRequest::LensOverlayServerRequest(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL LensOverlayServerRequest::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) LensOverlayServerRequest(arena);
}
constexpr auto LensOverlayServerRequest::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::ZeroInit(sizeof(LensOverlayServerRequest), alignof(LensOverlayServerRequest));
}
constexpr auto LensOverlayServerRequest::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &LensOverlayServerRequest::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<LensOverlayServerRequest>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &LensOverlayServerRequest::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<LensOverlayServerRequest>(), &LensOverlayServerRequest::ByteSizeLong,
              &LensOverlayServerRequest::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(LensOverlayServerRequest, _impl_._cached_size_),
          true,
      },
      "lens.LensOverlayServerRequest",
  };
}
struct LensOverlayServerRequestGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr LensOverlayServerRequestGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 LensOverlayServerRequest_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(LensOverlayServerRequest::InternalGenerateClassData_(
            _default, &LensOverlayServerRequest_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<LensOverlayServerRequest>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~LensOverlayServerRequestGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) LensOverlayServerRequest _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<LensOverlayServerRequest>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(LensOverlayServerRequestGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST LensOverlayServerRequestGlobalsTypeInternal LensOverlayServerRequest_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* LensOverlayServerRequest_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return LensOverlayServerRequest_globals_.GetClassData();
#else
  return LensOverlayServerRequest_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class LensOverlayServerResponse::_Internal {
 public:
  using HasBits = decltype(::std::declval<LensOverlayServerResponse>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(LensOverlayServerResponse, _impl_._has_bits_);
};

constexpr LensOverlayServerResponse::ParseTableT_ LensOverlayServerResponse::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(LensOverlayServerResponse, _impl_._has_bits_),
      0, // no _extensions_
      3, 24,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967288,  // skipmap
      offsetof(ParseTableT_, field_entries),
      3,  // num_field_entries
      3,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::lens::LensOverlayServerResponse>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // .lens.LensOverlayServerError error = 1;
      {::_pbi::TcParser::FastMtS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(LensOverlayServerResponse, _impl_.error_)}},
      // .lens.LensOverlayObjectsResponse objects_response = 2;
      {::_pbi::TcParser::FastMtS1,
       {18, 1, 1,
        PROTOBUF_FIELD_OFFSET(LensOverlayServerResponse, _impl_.objects_response_)}},
      // .lens.LensOverlayInteractionResponse interaction_response = 3;
      {::_pbi::TcParser::FastMtS1,
       {26, 2, 2,
        PROTOBUF_FIELD_OFFSET(LensOverlayServerResponse, _impl_.interaction_response_)}},
    }}, {{
      65535, 65535
    }}, {{
      // .lens.LensOverlayServerError error = 1;
      {PROTOBUF_FIELD_OFFSET(LensOverlayServerResponse, _impl_.error_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // .lens.LensOverlayObjectsResponse objects_response = 2;
      {PROTOBUF_FIELD_OFFSET(LensOverlayServerResponse, _impl_.objects_response_), _Internal::kHasBitsOffset + 1, 1, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // .lens.LensOverlayInteractionResponse interaction_response = 3;
      {PROTOBUF_FIELD_OFFSET(LensOverlayServerResponse, _impl_.interaction_response_), _Internal::kHasBitsOffset + 2, 2, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::lens::LensOverlayServerError>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::lens::LensOverlayServerError_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::lens::LensOverlayObjectsResponse>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::lens::LensOverlayObjectsResponse_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::lens::LensOverlayInteractionResponse>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::lens::LensOverlayInteractionResponse_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr LensOverlayServerResponse::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        error_{nullptr},
        objects_response_{nullptr},
        interaction_response_{nullptr} {}

template <typename>
constexpr LensOverlayServerResponse::LensOverlayServerResponse(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL LensOverlayServerResponse::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) LensOverlayServerResponse(arena);
}
constexpr auto LensOverlayServerResponse::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::ZeroInit(sizeof(LensOverlayServerResponse), alignof(LensOverlayServerResponse));
}
constexpr auto LensOverlayServerResponse::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &LensOverlayServerResponse::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<LensOverlayServerResponse>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &LensOverlayServerResponse::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<LensOverlayServerResponse>(), &LensOverlayServerResponse::ByteSizeLong,
              &LensOverlayServerResponse::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(LensOverlayServerResponse, _impl_._cached_size_),
          true,
      },
      "lens.LensOverlayServerResponse",
  };
}
struct LensOverlayServerResponseGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr LensOverlayServerResponseGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 LensOverlayServerResponse_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(LensOverlayServerResponse::InternalGenerateClassData_(
            _default, &LensOverlayServerResponse_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<LensOverlayServerResponse>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~LensOverlayServerResponseGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) LensOverlayServerResponse _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<LensOverlayServerResponse>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(LensOverlayServerResponseGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST LensOverlayServerResponseGlobalsTypeInternal LensOverlayServerResponse_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* LensOverlayServerResponse_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return LensOverlayServerResponse_globals_.GetClassData();
#else
  return LensOverlayServerResponse_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
}  // namespace lens
namespace lens {
PROTOBUF_CONSTINIT const uint32_t LensOverlayServerError_ErrorType_internal_data_[] = {
    196608u, 0u, };
static const char LensOverlayServerError_ErrorType_names[] = {
    "MISSING_CHUNKS"
    "MISSING_REQUEST"
    "UNKNOWN_TYPE"
};

static const ::google::protobuf::internal::EnumEntry LensOverlayServerError_ErrorType_entries[] = {
    {{&LensOverlayServerError_ErrorType_names[0], 14}, 2},
    {{&LensOverlayServerError_ErrorType_names[14], 15}, 1},
    {{&LensOverlayServerError_ErrorType_names[29], 12}, 0},
};

static const int LensOverlayServerError_ErrorType_entries_by_number[] = {
    2,  // 0 -> UNKNOWN_TYPE
    1,  // 1 -> MISSING_REQUEST
    0,  // 2 -> MISSING_CHUNKS
};

bool LensOverlayServerError_ErrorType_Parse(::absl::string_view name,
                                  LensOverlayServerError_ErrorType* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      LensOverlayServerError_ErrorType_entries, 3, name, &int_value);
  if (success) {
    *value = static_cast<LensOverlayServerError_ErrorType>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    LensOverlayServerError_ErrorType_strings[3] = {};

const ::std::string& LensOverlayServerError_ErrorType_Name(LensOverlayServerError_ErrorType value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      LensOverlayServerError_ErrorType_entries, LensOverlayServerError_ErrorType_entries_by_number, 3,
      LensOverlayServerError_ErrorType_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(LensOverlayServerError_ErrorType_entries,
                                  LensOverlayServerError_ErrorType_entries_by_number,
                                  3, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : LensOverlayServerError_ErrorType_strings[idx].get();
}
// ===================================================================

void LensOverlayServerClusterInfoRequest::clear_rendering_context() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.rendering_context_ != nullptr) _impl_.rendering_context_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
LensOverlayServerClusterInfoRequest::LensOverlayServerClusterInfoRequest(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, LensOverlayServerClusterInfoRequest_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:lens.LensOverlayServerClusterInfoRequest)
}
PROTOBUF_NDEBUG_INLINE LensOverlayServerClusterInfoRequest::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::lens::LensOverlayServerClusterInfoRequest& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0} {}

LensOverlayServerClusterInfoRequest::LensOverlayServerClusterInfoRequest(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const LensOverlayServerClusterInfoRequest& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, LensOverlayServerClusterInfoRequest_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  LensOverlayServerClusterInfoRequest* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  ::uint32_t cached_has_bits = _impl_._has_bits_[0];
  _impl_.rendering_context_ = (CheckHasBit(cached_has_bits, 0x00000001U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.rendering_context_)
                : nullptr;
  ::memcpy(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, enable_search_session_id_),
           reinterpret_cast<const char*>(&from._impl_) +
               offsetof(Impl_, enable_search_session_id_),
           offsetof(Impl_, platform_) -
               offsetof(Impl_, enable_search_session_id_) +
               sizeof(Impl_::platform_));

  // @@protoc_insertion_point(copy_constructor:lens.LensOverlayServerClusterInfoRequest)
}
PROTOBUF_NDEBUG_INLINE LensOverlayServerClusterInfoRequest::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0} {}

inline void LensOverlayServerClusterInfoRequest::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, rendering_context_),
           0,
           offsetof(Impl_, platform_) -
               offsetof(Impl_, rendering_context_) +
               sizeof(Impl_::platform_));
}
LensOverlayServerClusterInfoRequest::~LensOverlayServerClusterInfoRequest() {
  // @@protoc_insertion_point(destructor:lens.LensOverlayServerClusterInfoRequest)
  SharedDtor(*this);
}
inline void LensOverlayServerClusterInfoRequest::SharedDtor(MessageLite& self) {
  LensOverlayServerClusterInfoRequest& this_ = static_cast<LensOverlayServerClusterInfoRequest&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  delete this_._impl_.rendering_context_;
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite LensOverlayServerClusterInfoRequest_class_data_ =
    LensOverlayServerClusterInfoRequest::InternalGenerateClassData_(LensOverlayServerClusterInfoRequest_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
LensOverlayServerClusterInfoRequest::GetClassData() const {
  return LensOverlayServerClusterInfoRequest_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
LensOverlayServerClusterInfoRequest::GetClassData() const {
  return LensOverlayServerClusterInfoRequest_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const LensOverlayServerClusterInfoRequest::ParseTableT_
    LensOverlayServerClusterInfoRequest::_table_ =
        LensOverlayServerClusterInfoRequest::InternalGenerateParseTable_(LensOverlayServerClusterInfoRequest_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void LensOverlayServerClusterInfoRequest::Clear() {
// @@protoc_insertion_point(message_clear_start:lens.LensOverlayServerClusterInfoRequest)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    ABSL_DCHECK(_impl_.rendering_context_ != nullptr);
    _impl_.rendering_context_->Clear();
  }
  if (BatchCheckHasBit(cached_has_bits, 0x0000000eU)) {
    ::memset(&_impl_.enable_search_session_id_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.platform_) -
        reinterpret_cast<char*>(&_impl_.enable_search_session_id_)) + sizeof(_impl_.platform_));
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL LensOverlayServerClusterInfoRequest::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const LensOverlayServerClusterInfoRequest& this_ = static_cast<const LensOverlayServerClusterInfoRequest&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL LensOverlayServerClusterInfoRequest::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const LensOverlayServerClusterInfoRequest& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:lens.LensOverlayServerClusterInfoRequest)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // bool enable_search_session_id = 1;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    if (this_._internal_enable_search_session_id() != 0) {
      target = stream->EnsureSpace(target);
      target = ::_pbi::WireFormatLite::WriteBoolToArray(
          1, this_._internal_enable_search_session_id(), target);
    }
  }

  // .lens.Surface surface = 2;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    if (this_._internal_surface() != 0) {
      target = stream->EnsureSpace(target);
      target = ::_pbi::WireFormatLite::WriteEnumToArray(
          2, this_._internal_surface(), target);
    }
  }

  // .lens.Platform platform = 3;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    if (this_._internal_platform() != 0) {
      target = stream->EnsureSpace(target);
      target = ::_pbi::WireFormatLite::WriteEnumToArray(
          3, this_._internal_platform(), target);
    }
  }

  // .lens.RenderingContext rendering_context = 4;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        4, *this_._impl_.rendering_context_, this_._impl_.rendering_context_->GetCachedSize(), target,
        stream);
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:lens.LensOverlayServerClusterInfoRequest)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t LensOverlayServerClusterInfoRequest::ByteSizeLong(const MessageLite& base) {
  const LensOverlayServerClusterInfoRequest& this_ = static_cast<const LensOverlayServerClusterInfoRequest&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t LensOverlayServerClusterInfoRequest::ByteSizeLong() const {
  const LensOverlayServerClusterInfoRequest& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:lens.LensOverlayServerClusterInfoRequest)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000000fU)) {
    // .lens.RenderingContext rendering_context = 4;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.rendering_context_);
    }
    // bool enable_search_session_id = 1;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (this_._internal_enable_search_session_id() != 0) {
        total_size += 2;
      }
    }
    // .lens.Surface surface = 2;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      if (this_._internal_surface() != 0) {
        total_size += 1 +
                      ::_pbi::WireFormatLite::EnumSize(this_._internal_surface());
      }
    }
    // .lens.Platform platform = 3;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      if (this_._internal_platform() != 0) {
        total_size += 1 +
                      ::_pbi::WireFormatLite::EnumSize(this_._internal_platform());
      }
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void LensOverlayServerClusterInfoRequest::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<LensOverlayServerClusterInfoRequest*>(&to_msg);
  auto& from = static_cast<const LensOverlayServerClusterInfoRequest&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:lens.LensOverlayServerClusterInfoRequest)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000000fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      ABSL_DCHECK(from._impl_.rendering_context_ != nullptr);
      if (_this->_impl_.rendering_context_ == nullptr) {
        _this->_impl_.rendering_context_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.rendering_context_);
      } else {
        _this->_impl_.rendering_context_->MergeFrom(*from._impl_.rendering_context_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (from._internal_enable_search_session_id() != 0) {
        _this->_impl_.enable_search_session_id_ = from._impl_.enable_search_session_id_;
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      if (from._internal_surface() != 0) {
        _this->_impl_.surface_ = from._impl_.surface_;
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      if (from._internal_platform() != 0) {
        _this->_impl_.platform_ = from._impl_.platform_;
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void LensOverlayServerClusterInfoRequest::CopyFrom(const LensOverlayServerClusterInfoRequest& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:lens.LensOverlayServerClusterInfoRequest)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void LensOverlayServerClusterInfoRequest::InternalSwap(LensOverlayServerClusterInfoRequest* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(LensOverlayServerClusterInfoRequest, _impl_.platform_)
      + sizeof(LensOverlayServerClusterInfoRequest::_impl_.platform_)
      - PROTOBUF_FIELD_OFFSET(LensOverlayServerClusterInfoRequest, _impl_.rendering_context_)>(
          reinterpret_cast<char*>(&_impl_.rendering_context_),
          reinterpret_cast<char*>(&other->_impl_.rendering_context_));
}

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

void LensOverlayServerClusterInfoResponse::clear_routing_info() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.routing_info_ != nullptr) _impl_.routing_info_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
LensOverlayServerClusterInfoResponse::LensOverlayServerClusterInfoResponse(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, LensOverlayServerClusterInfoResponse_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:lens.LensOverlayServerClusterInfoResponse)
}
PROTOBUF_NDEBUG_INLINE LensOverlayServerClusterInfoResponse::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::lens::LensOverlayServerClusterInfoResponse& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        server_session_id_(arena, from.server_session_id_),
        search_session_id_(arena, from.search_session_id_) {}

LensOverlayServerClusterInfoResponse::LensOverlayServerClusterInfoResponse(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const LensOverlayServerClusterInfoResponse& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, LensOverlayServerClusterInfoResponse_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  LensOverlayServerClusterInfoResponse* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  ::uint32_t cached_has_bits = _impl_._has_bits_[0];
  _impl_.routing_info_ = (CheckHasBit(cached_has_bits, 0x00000004U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.routing_info_)
                : nullptr;

  // @@protoc_insertion_point(copy_constructor:lens.LensOverlayServerClusterInfoResponse)
}
PROTOBUF_NDEBUG_INLINE LensOverlayServerClusterInfoResponse::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        server_session_id_(arena),
        search_session_id_(arena) {}

inline void LensOverlayServerClusterInfoResponse::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  _impl_.routing_info_ = {};
}
LensOverlayServerClusterInfoResponse::~LensOverlayServerClusterInfoResponse() {
  // @@protoc_insertion_point(destructor:lens.LensOverlayServerClusterInfoResponse)
  SharedDtor(*this);
}
inline void LensOverlayServerClusterInfoResponse::SharedDtor(MessageLite& self) {
  LensOverlayServerClusterInfoResponse& this_ = static_cast<LensOverlayServerClusterInfoResponse&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.server_session_id_.Destroy();
  this_._impl_.search_session_id_.Destroy();
  delete this_._impl_.routing_info_;
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite LensOverlayServerClusterInfoResponse_class_data_ =
    LensOverlayServerClusterInfoResponse::InternalGenerateClassData_(LensOverlayServerClusterInfoResponse_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
LensOverlayServerClusterInfoResponse::GetClassData() const {
  return LensOverlayServerClusterInfoResponse_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
LensOverlayServerClusterInfoResponse::GetClassData() const {
  return LensOverlayServerClusterInfoResponse_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const LensOverlayServerClusterInfoResponse::ParseTableT_
    LensOverlayServerClusterInfoResponse::_table_ =
        LensOverlayServerClusterInfoResponse::InternalGenerateParseTable_(LensOverlayServerClusterInfoResponse_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void LensOverlayServerClusterInfoResponse::Clear() {
// @@protoc_insertion_point(message_clear_start:lens.LensOverlayServerClusterInfoResponse)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000007U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.server_session_id_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.search_session_id_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(_impl_.routing_info_ != nullptr);
      _impl_.routing_info_->Clear();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL LensOverlayServerClusterInfoResponse::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const LensOverlayServerClusterInfoResponse& this_ = static_cast<const LensOverlayServerClusterInfoResponse&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL LensOverlayServerClusterInfoResponse::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const LensOverlayServerClusterInfoResponse& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:lens.LensOverlayServerClusterInfoResponse)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // string server_session_id = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    if (!this_._internal_server_session_id().empty()) {
      const ::std::string& _s = this_._internal_server_session_id();
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "lens.LensOverlayServerClusterInfoResponse.server_session_id");
      target = stream->WriteStringMaybeAliased(1, _s, target);
    }
  }

  // string search_session_id = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    if (!this_._internal_search_session_id().empty()) {
      const ::std::string& _s = this_._internal_search_session_id();
      ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
          _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "lens.LensOverlayServerClusterInfoResponse.search_session_id");
      target = stream->WriteStringMaybeAliased(2, _s, target);
    }
  }

  // .lens.LensOverlayRoutingInfo routing_info = 3;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        3, *this_._impl_.routing_info_, this_._impl_.routing_info_->GetCachedSize(), target,
        stream);
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:lens.LensOverlayServerClusterInfoResponse)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t LensOverlayServerClusterInfoResponse::ByteSizeLong(const MessageLite& base) {
  const LensOverlayServerClusterInfoResponse& this_ = static_cast<const LensOverlayServerClusterInfoResponse&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t LensOverlayServerClusterInfoResponse::ByteSizeLong() const {
  const LensOverlayServerClusterInfoResponse& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:lens.LensOverlayServerClusterInfoResponse)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000007U)) {
    // string server_session_id = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (!this_._internal_server_session_id().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_server_session_id());
      }
    }
    // string search_session_id = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (!this_._internal_search_session_id().empty()) {
        total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                        this_._internal_search_session_id());
      }
    }
    // .lens.LensOverlayRoutingInfo routing_info = 3;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.routing_info_);
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void LensOverlayServerClusterInfoResponse::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<LensOverlayServerClusterInfoResponse*>(&to_msg);
  auto& from = static_cast<const LensOverlayServerClusterInfoResponse&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:lens.LensOverlayServerClusterInfoResponse)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000007U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      if (!from._internal_server_session_id().empty()) {
        _this->_internal_set_server_session_id(from._internal_server_session_id());
      } else {
        if (_this->_impl_.server_session_id_.IsDefault()) {
          _this->_internal_set_server_session_id("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (!from._internal_search_session_id().empty()) {
        _this->_internal_set_search_session_id(from._internal_search_session_id());
      } else {
        if (_this->_impl_.search_session_id_.IsDefault()) {
          _this->_internal_set_search_session_id("");
        }
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(from._impl_.routing_info_ != nullptr);
      if (_this->_impl_.routing_info_ == nullptr) {
        _this->_impl_.routing_info_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.routing_info_);
      } else {
        _this->_impl_.routing_info_->MergeFrom(*from._impl_.routing_info_);
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void LensOverlayServerClusterInfoResponse::CopyFrom(const LensOverlayServerClusterInfoResponse& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:lens.LensOverlayServerClusterInfoResponse)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void LensOverlayServerClusterInfoResponse::InternalSwap(LensOverlayServerClusterInfoResponse* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  auto* arena = GetArena();
  ABSL_DCHECK_EQ(arena, other->GetArena());
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.server_session_id_, &other->_impl_.server_session_id_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.search_session_id_, &other->_impl_.search_session_id_, arena);
  swap(_impl_.routing_info_, other->_impl_.routing_info_);
}

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

LensOverlayServerError::LensOverlayServerError(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, LensOverlayServerError_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:lens.LensOverlayServerError)
}
PROTOBUF_NDEBUG_INLINE LensOverlayServerError::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::lens::LensOverlayServerError& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0} {}

LensOverlayServerError::LensOverlayServerError(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const LensOverlayServerError& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, LensOverlayServerError_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  LensOverlayServerError* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  ::uint32_t cached_has_bits = _impl_._has_bits_[0];
  _impl_.missing_chunks_metadata_ = (CheckHasBit(cached_has_bits, 0x00000001U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.missing_chunks_metadata_)
                : nullptr;
  _impl_.error_type_ = from._impl_.error_type_;

  // @@protoc_insertion_point(copy_constructor:lens.LensOverlayServerError)
}
PROTOBUF_NDEBUG_INLINE LensOverlayServerError::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0} {}

inline void LensOverlayServerError::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, missing_chunks_metadata_),
           0,
           offsetof(Impl_, error_type_) -
               offsetof(Impl_, missing_chunks_metadata_) +
               sizeof(Impl_::error_type_));
}
LensOverlayServerError::~LensOverlayServerError() {
  // @@protoc_insertion_point(destructor:lens.LensOverlayServerError)
  SharedDtor(*this);
}
inline void LensOverlayServerError::SharedDtor(MessageLite& self) {
  LensOverlayServerError& this_ = static_cast<LensOverlayServerError&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  delete this_._impl_.missing_chunks_metadata_;
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite LensOverlayServerError_class_data_ =
    LensOverlayServerError::InternalGenerateClassData_(LensOverlayServerError_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
LensOverlayServerError::GetClassData() const {
  return LensOverlayServerError_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
LensOverlayServerError::GetClassData() const {
  return LensOverlayServerError_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const LensOverlayServerError::ParseTableT_
    LensOverlayServerError::_table_ =
        LensOverlayServerError::InternalGenerateParseTable_(LensOverlayServerError_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void LensOverlayServerError::Clear() {
// @@protoc_insertion_point(message_clear_start:lens.LensOverlayServerError)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    ABSL_DCHECK(_impl_.missing_chunks_metadata_ != nullptr);
    _impl_.missing_chunks_metadata_->Clear();
  }
  _impl_.error_type_ = 0;
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL LensOverlayServerError::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const LensOverlayServerError& this_ = static_cast<const LensOverlayServerError&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL LensOverlayServerError::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const LensOverlayServerError& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:lens.LensOverlayServerError)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // .lens.LensOverlayServerError.ErrorType error_type = 1;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    if (this_._internal_error_type() != 0) {
      target = stream->EnsureSpace(target);
      target = ::_pbi::WireFormatLite::WriteEnumToArray(
          1, this_._internal_error_type(), target);
    }
  }

  // .lens.MissingChunksMetadata missing_chunks_metadata = 2;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        2, *this_._impl_.missing_chunks_metadata_, this_._impl_.missing_chunks_metadata_->GetCachedSize(), target,
        stream);
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:lens.LensOverlayServerError)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t LensOverlayServerError::ByteSizeLong(const MessageLite& base) {
  const LensOverlayServerError& this_ = static_cast<const LensOverlayServerError&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t LensOverlayServerError::ByteSizeLong() const {
  const LensOverlayServerError& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:lens.LensOverlayServerError)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    // .lens.MissingChunksMetadata missing_chunks_metadata = 2;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.missing_chunks_metadata_);
    }
    // .lens.LensOverlayServerError.ErrorType error_type = 1;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (this_._internal_error_type() != 0) {
        total_size += 1 +
                      ::_pbi::WireFormatLite::EnumSize(this_._internal_error_type());
      }
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void LensOverlayServerError::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<LensOverlayServerError*>(&to_msg);
  auto& from = static_cast<const LensOverlayServerError&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:lens.LensOverlayServerError)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      ABSL_DCHECK(from._impl_.missing_chunks_metadata_ != nullptr);
      if (_this->_impl_.missing_chunks_metadata_ == nullptr) {
        _this->_impl_.missing_chunks_metadata_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.missing_chunks_metadata_);
      } else {
        _this->_impl_.missing_chunks_metadata_->MergeFrom(*from._impl_.missing_chunks_metadata_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (from._internal_error_type() != 0) {
        _this->_impl_.error_type_ = from._impl_.error_type_;
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void LensOverlayServerError::CopyFrom(const LensOverlayServerError& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:lens.LensOverlayServerError)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void LensOverlayServerError::InternalSwap(LensOverlayServerError* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(LensOverlayServerError, _impl_.error_type_)
      + sizeof(LensOverlayServerError::_impl_.error_type_)
      - PROTOBUF_FIELD_OFFSET(LensOverlayServerError, _impl_.missing_chunks_metadata_)>(
          reinterpret_cast<char*>(&_impl_.missing_chunks_metadata_),
          reinterpret_cast<char*>(&other->_impl_.missing_chunks_metadata_));
}

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

MissingChunksMetadata::MissingChunksMetadata(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, MissingChunksMetadata_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:lens.MissingChunksMetadata)
}
PROTOBUF_NDEBUG_INLINE MissingChunksMetadata::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::lens::MissingChunksMetadata& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        missing_chunk_ids_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::lens::MissingChunksMetadata,
              PROTOBUF_FIELD_OFFSET(::lens::MissingChunksMetadata, _impl_.missing_chunk_ids_)>()
          , from.missing_chunk_ids_
        }
        ,
        _missing_chunk_ids_cached_byte_size_{0} {}

MissingChunksMetadata::MissingChunksMetadata(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const MissingChunksMetadata& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, MissingChunksMetadata_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  MissingChunksMetadata* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  _impl_.has_chunk_metadata_ = from._impl_.has_chunk_metadata_;

  // @@protoc_insertion_point(copy_constructor:lens.MissingChunksMetadata)
}
PROTOBUF_NDEBUG_INLINE MissingChunksMetadata::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        missing_chunk_ids_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::lens::MissingChunksMetadata,
            PROTOBUF_FIELD_OFFSET(::lens::MissingChunksMetadata, _impl_.missing_chunk_ids_)>()
         }
        ,
        _missing_chunk_ids_cached_byte_size_{0} {}

inline void MissingChunksMetadata::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  _impl_.has_chunk_metadata_ = {};
}
MissingChunksMetadata::~MissingChunksMetadata() {
  // @@protoc_insertion_point(destructor:lens.MissingChunksMetadata)
  SharedDtor(*this);
}
inline void MissingChunksMetadata::SharedDtor(MessageLite& self) {
  MissingChunksMetadata& this_ = static_cast<MissingChunksMetadata&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite MissingChunksMetadata_class_data_ =
    MissingChunksMetadata::InternalGenerateClassData_(MissingChunksMetadata_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
MissingChunksMetadata::GetClassData() const {
  return MissingChunksMetadata_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
MissingChunksMetadata::GetClassData() const {
  return MissingChunksMetadata_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const MissingChunksMetadata::ParseTableT_
    MissingChunksMetadata::_table_ =
        MissingChunksMetadata::InternalGenerateParseTable_(MissingChunksMetadata_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void MissingChunksMetadata::Clear() {
// @@protoc_insertion_point(message_clear_start:lens.MissingChunksMetadata)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    _impl_.missing_chunk_ids_.Clear();
  }
  _impl_.has_chunk_metadata_ = false;
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL MissingChunksMetadata::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const MissingChunksMetadata& this_ = static_cast<const MissingChunksMetadata&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL MissingChunksMetadata::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const MissingChunksMetadata& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:lens.MissingChunksMetadata)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // bool has_chunk_metadata = 1;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    if (this_._internal_has_chunk_metadata() != 0) {
      target = stream->EnsureSpace(target);
      target = ::_pbi::WireFormatLite::WriteBoolToArray(
          1, this_._internal_has_chunk_metadata(), target);
    }
  }

  // repeated int64 missing_chunk_ids = 2;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    {
      int byte_size = this_._impl_._missing_chunk_ids_cached_byte_size_.Get();
      if (byte_size > 0) {
        target = stream->WriteInt64Packed(
            2, this_._internal_missing_chunk_ids(), byte_size, target);
      }
    }
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:lens.MissingChunksMetadata)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t MissingChunksMetadata::ByteSizeLong(const MessageLite& base) {
  const MissingChunksMetadata& this_ = static_cast<const MissingChunksMetadata&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t MissingChunksMetadata::ByteSizeLong() const {
  const MissingChunksMetadata& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:lens.MissingChunksMetadata)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    // repeated int64 missing_chunk_ids = 2;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size +=
          ::_pbi::WireFormatLite::Int64SizeWithPackedTagSize(
              this_._internal_missing_chunk_ids(), 1,
              this_._impl_._missing_chunk_ids_cached_byte_size_);
    }
    // bool has_chunk_metadata = 1;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (this_._internal_has_chunk_metadata() != 0) {
        total_size += 2;
      }
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void MissingChunksMetadata::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<MissingChunksMetadata*>(&to_msg);
  auto& from = static_cast<const MissingChunksMetadata&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:lens.MissingChunksMetadata)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_mutable_missing_chunk_ids()->MergeFrom(from._internal_missing_chunk_ids());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      if (from._internal_has_chunk_metadata() != 0) {
        _this->_impl_.has_chunk_metadata_ = from._impl_.has_chunk_metadata_;
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void MissingChunksMetadata::CopyFrom(const MissingChunksMetadata& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:lens.MissingChunksMetadata)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void MissingChunksMetadata::InternalSwap(MissingChunksMetadata* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  _impl_.missing_chunk_ids_.InternalSwap(&other->_impl_.missing_chunk_ids_);
  swap(_impl_.has_chunk_metadata_, other->_impl_.has_chunk_metadata_);
}

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

void LensOverlayServerRequest::clear_objects_request() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.objects_request_ != nullptr) _impl_.objects_request_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
void LensOverlayServerRequest::clear_interaction_request() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.interaction_request_ != nullptr) _impl_.interaction_request_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
void LensOverlayServerRequest::clear_client_logs() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.client_logs_ != nullptr) _impl_.client_logs_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
LensOverlayServerRequest::LensOverlayServerRequest(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, LensOverlayServerRequest_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:lens.LensOverlayServerRequest)
}
PROTOBUF_NDEBUG_INLINE LensOverlayServerRequest::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::lens::LensOverlayServerRequest& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0} {}

LensOverlayServerRequest::LensOverlayServerRequest(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const LensOverlayServerRequest& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, LensOverlayServerRequest_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  LensOverlayServerRequest* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  ::uint32_t cached_has_bits = _impl_._has_bits_[0];
  _impl_.objects_request_ = (CheckHasBit(cached_has_bits, 0x00000001U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.objects_request_)
                : nullptr;
  _impl_.interaction_request_ = (CheckHasBit(cached_has_bits, 0x00000002U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.interaction_request_)
                : nullptr;
  _impl_.client_logs_ = (CheckHasBit(cached_has_bits, 0x00000004U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.client_logs_)
                : nullptr;
  ::memcpy(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, has_lens_intent_),
           reinterpret_cast<const char*>(&from._impl_) +
               offsetof(Impl_, has_lens_intent_),
           offsetof(Impl_, process_image_for_aim_) -
               offsetof(Impl_, has_lens_intent_) +
               sizeof(Impl_::process_image_for_aim_));

  // @@protoc_insertion_point(copy_constructor:lens.LensOverlayServerRequest)
}
PROTOBUF_NDEBUG_INLINE LensOverlayServerRequest::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0} {}

inline void LensOverlayServerRequest::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, objects_request_),
           0,
           offsetof(Impl_, process_image_for_aim_) -
               offsetof(Impl_, objects_request_) +
               sizeof(Impl_::process_image_for_aim_));
}
LensOverlayServerRequest::~LensOverlayServerRequest() {
  // @@protoc_insertion_point(destructor:lens.LensOverlayServerRequest)
  SharedDtor(*this);
}
inline void LensOverlayServerRequest::SharedDtor(MessageLite& self) {
  LensOverlayServerRequest& this_ = static_cast<LensOverlayServerRequest&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  delete this_._impl_.objects_request_;
  delete this_._impl_.interaction_request_;
  delete this_._impl_.client_logs_;
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite LensOverlayServerRequest_class_data_ =
    LensOverlayServerRequest::InternalGenerateClassData_(LensOverlayServerRequest_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
LensOverlayServerRequest::GetClassData() const {
  return LensOverlayServerRequest_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
LensOverlayServerRequest::GetClassData() const {
  return LensOverlayServerRequest_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const LensOverlayServerRequest::ParseTableT_
    LensOverlayServerRequest::_table_ =
        LensOverlayServerRequest::InternalGenerateParseTable_(LensOverlayServerRequest_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void LensOverlayServerRequest::Clear() {
// @@protoc_insertion_point(message_clear_start:lens.LensOverlayServerRequest)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000007U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      ABSL_DCHECK(_impl_.objects_request_ != nullptr);
      _impl_.objects_request_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(_impl_.interaction_request_ != nullptr);
      _impl_.interaction_request_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(_impl_.client_logs_ != nullptr);
      _impl_.client_logs_->Clear();
    }
  }
  ::memset(&_impl_.has_lens_intent_, 0, static_cast<::size_t>(
      reinterpret_cast<char*>(&_impl_.process_image_for_aim_) -
      reinterpret_cast<char*>(&_impl_.has_lens_intent_)) + sizeof(_impl_.process_image_for_aim_));
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL LensOverlayServerRequest::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const LensOverlayServerRequest& this_ = static_cast<const LensOverlayServerRequest&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL LensOverlayServerRequest::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const LensOverlayServerRequest& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:lens.LensOverlayServerRequest)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // .lens.LensOverlayObjectsRequest objects_request = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        1, *this_._impl_.objects_request_, this_._impl_.objects_request_->GetCachedSize(), target,
        stream);
  }

  // .lens.LensOverlayInteractionRequest interaction_request = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        2, *this_._impl_.interaction_request_, this_._impl_.interaction_request_->GetCachedSize(), target,
        stream);
  }

  // .lens.LensOverlayClientLogs client_logs = 3;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        3, *this_._impl_.client_logs_, this_._impl_.client_logs_->GetCachedSize(), target,
        stream);
  }

  // bool has_lens_intent = 6;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    if (this_._internal_has_lens_intent() != 0) {
      target = stream->EnsureSpace(target);
      target = ::_pbi::WireFormatLite::WriteBoolToArray(
          6, this_._internal_has_lens_intent(), target);
    }
  }

  // bool process_image_for_aim = 7;
  if (CheckHasBit(cached_has_bits, 0x00000010U)) {
    if (this_._internal_process_image_for_aim() != 0) {
      target = stream->EnsureSpace(target);
      target = ::_pbi::WireFormatLite::WriteBoolToArray(
          7, this_._internal_process_image_for_aim(), target);
    }
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:lens.LensOverlayServerRequest)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t LensOverlayServerRequest::ByteSizeLong(const MessageLite& base) {
  const LensOverlayServerRequest& this_ = static_cast<const LensOverlayServerRequest&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t LensOverlayServerRequest::ByteSizeLong() const {
  const LensOverlayServerRequest& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:lens.LensOverlayServerRequest)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000001fU)) {
    // .lens.LensOverlayObjectsRequest objects_request = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.objects_request_);
    }
    // .lens.LensOverlayInteractionRequest interaction_request = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.interaction_request_);
    }
    // .lens.LensOverlayClientLogs client_logs = 3;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.client_logs_);
    }
    // bool has_lens_intent = 6;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      if (this_._internal_has_lens_intent() != 0) {
        total_size += 2;
      }
    }
    // bool process_image_for_aim = 7;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      if (this_._internal_process_image_for_aim() != 0) {
        total_size += 2;
      }
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void LensOverlayServerRequest::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<LensOverlayServerRequest*>(&to_msg);
  auto& from = static_cast<const LensOverlayServerRequest&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:lens.LensOverlayServerRequest)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000001fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      ABSL_DCHECK(from._impl_.objects_request_ != nullptr);
      if (_this->_impl_.objects_request_ == nullptr) {
        _this->_impl_.objects_request_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.objects_request_);
      } else {
        _this->_impl_.objects_request_->MergeFrom(*from._impl_.objects_request_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(from._impl_.interaction_request_ != nullptr);
      if (_this->_impl_.interaction_request_ == nullptr) {
        _this->_impl_.interaction_request_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.interaction_request_);
      } else {
        _this->_impl_.interaction_request_->MergeFrom(*from._impl_.interaction_request_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(from._impl_.client_logs_ != nullptr);
      if (_this->_impl_.client_logs_ == nullptr) {
        _this->_impl_.client_logs_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.client_logs_);
      } else {
        _this->_impl_.client_logs_->MergeFrom(*from._impl_.client_logs_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      if (from._internal_has_lens_intent() != 0) {
        _this->_impl_.has_lens_intent_ = from._impl_.has_lens_intent_;
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      if (from._internal_process_image_for_aim() != 0) {
        _this->_impl_.process_image_for_aim_ = from._impl_.process_image_for_aim_;
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void LensOverlayServerRequest::CopyFrom(const LensOverlayServerRequest& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:lens.LensOverlayServerRequest)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void LensOverlayServerRequest::InternalSwap(LensOverlayServerRequest* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(LensOverlayServerRequest, _impl_.process_image_for_aim_)
      + sizeof(LensOverlayServerRequest::_impl_.process_image_for_aim_)
      - PROTOBUF_FIELD_OFFSET(LensOverlayServerRequest, _impl_.objects_request_)>(
          reinterpret_cast<char*>(&_impl_.objects_request_),
          reinterpret_cast<char*>(&other->_impl_.objects_request_));
}

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

void LensOverlayServerResponse::clear_objects_response() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.objects_response_ != nullptr) _impl_.objects_response_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
void LensOverlayServerResponse::clear_interaction_response() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.interaction_response_ != nullptr) _impl_.interaction_response_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
LensOverlayServerResponse::LensOverlayServerResponse(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, LensOverlayServerResponse_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:lens.LensOverlayServerResponse)
}
PROTOBUF_NDEBUG_INLINE LensOverlayServerResponse::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::lens::LensOverlayServerResponse& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0} {}

LensOverlayServerResponse::LensOverlayServerResponse(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const LensOverlayServerResponse& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, LensOverlayServerResponse_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  LensOverlayServerResponse* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  ::uint32_t cached_has_bits = _impl_._has_bits_[0];
  _impl_.error_ = (CheckHasBit(cached_has_bits, 0x00000001U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.error_)
                : nullptr;
  _impl_.objects_response_ = (CheckHasBit(cached_has_bits, 0x00000002U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.objects_response_)
                : nullptr;
  _impl_.interaction_response_ = (CheckHasBit(cached_has_bits, 0x00000004U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.interaction_response_)
                : nullptr;

  // @@protoc_insertion_point(copy_constructor:lens.LensOverlayServerResponse)
}
PROTOBUF_NDEBUG_INLINE LensOverlayServerResponse::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0} {}

inline void LensOverlayServerResponse::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, error_),
           0,
           offsetof(Impl_, interaction_response_) -
               offsetof(Impl_, error_) +
               sizeof(Impl_::interaction_response_));
}
LensOverlayServerResponse::~LensOverlayServerResponse() {
  // @@protoc_insertion_point(destructor:lens.LensOverlayServerResponse)
  SharedDtor(*this);
}
inline void LensOverlayServerResponse::SharedDtor(MessageLite& self) {
  LensOverlayServerResponse& this_ = static_cast<LensOverlayServerResponse&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  delete this_._impl_.error_;
  delete this_._impl_.objects_response_;
  delete this_._impl_.interaction_response_;
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite LensOverlayServerResponse_class_data_ =
    LensOverlayServerResponse::InternalGenerateClassData_(LensOverlayServerResponse_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
LensOverlayServerResponse::GetClassData() const {
  return LensOverlayServerResponse_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
LensOverlayServerResponse::GetClassData() const {
  return LensOverlayServerResponse_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const LensOverlayServerResponse::ParseTableT_
    LensOverlayServerResponse::_table_ =
        LensOverlayServerResponse::InternalGenerateParseTable_(LensOverlayServerResponse_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void LensOverlayServerResponse::Clear() {
// @@protoc_insertion_point(message_clear_start:lens.LensOverlayServerResponse)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000007U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      ABSL_DCHECK(_impl_.error_ != nullptr);
      _impl_.error_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(_impl_.objects_response_ != nullptr);
      _impl_.objects_response_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(_impl_.interaction_response_ != nullptr);
      _impl_.interaction_response_->Clear();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL LensOverlayServerResponse::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const LensOverlayServerResponse& this_ = static_cast<const LensOverlayServerResponse&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL LensOverlayServerResponse::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const LensOverlayServerResponse& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:lens.LensOverlayServerResponse)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // .lens.LensOverlayServerError error = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        1, *this_._impl_.error_, this_._impl_.error_->GetCachedSize(), target,
        stream);
  }

  // .lens.LensOverlayObjectsResponse objects_response = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        2, *this_._impl_.objects_response_, this_._impl_.objects_response_->GetCachedSize(), target,
        stream);
  }

  // .lens.LensOverlayInteractionResponse interaction_response = 3;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        3, *this_._impl_.interaction_response_, this_._impl_.interaction_response_->GetCachedSize(), target,
        stream);
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:lens.LensOverlayServerResponse)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t LensOverlayServerResponse::ByteSizeLong(const MessageLite& base) {
  const LensOverlayServerResponse& this_ = static_cast<const LensOverlayServerResponse&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t LensOverlayServerResponse::ByteSizeLong() const {
  const LensOverlayServerResponse& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:lens.LensOverlayServerResponse)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000007U)) {
    // .lens.LensOverlayServerError error = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.error_);
    }
    // .lens.LensOverlayObjectsResponse objects_response = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.objects_response_);
    }
    // .lens.LensOverlayInteractionResponse interaction_response = 3;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.interaction_response_);
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void LensOverlayServerResponse::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<LensOverlayServerResponse*>(&to_msg);
  auto& from = static_cast<const LensOverlayServerResponse&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:lens.LensOverlayServerResponse)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000007U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      ABSL_DCHECK(from._impl_.error_ != nullptr);
      if (_this->_impl_.error_ == nullptr) {
        _this->_impl_.error_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.error_);
      } else {
        _this->_impl_.error_->MergeFrom(*from._impl_.error_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(from._impl_.objects_response_ != nullptr);
      if (_this->_impl_.objects_response_ == nullptr) {
        _this->_impl_.objects_response_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.objects_response_);
      } else {
        _this->_impl_.objects_response_->MergeFrom(*from._impl_.objects_response_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(from._impl_.interaction_response_ != nullptr);
      if (_this->_impl_.interaction_response_ == nullptr) {
        _this->_impl_.interaction_response_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.interaction_response_);
      } else {
        _this->_impl_.interaction_response_->MergeFrom(*from._impl_.interaction_response_);
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void LensOverlayServerResponse::CopyFrom(const LensOverlayServerResponse& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:lens.LensOverlayServerResponse)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void LensOverlayServerResponse::InternalSwap(LensOverlayServerResponse* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(LensOverlayServerResponse, _impl_.interaction_response_)
      + sizeof(LensOverlayServerResponse::_impl_.interaction_response_)
      - PROTOBUF_FIELD_OFFSET(LensOverlayServerResponse, _impl_.error_)>(
          reinterpret_cast<char*>(&_impl_.error_),
          reinterpret_cast<char*>(&other->_impl_.error_));
}

// @@protoc_insertion_point(namespace_scope)
}  // namespace lens
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google
// @@protoc_insertion_point(global_scope)
#include "google/protobuf/port_undef.inc"
