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

#include "components/manta/proto/manta.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 manta {
namespace proto {
class ImageDimensions::_Internal {
 public:
  using HasBits = decltype(::std::declval<ImageDimensions>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(ImageDimensions, _impl_._has_bits_);
};

constexpr ImageDimensions::ParseTableT_ ImageDimensions::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(ImageDimensions, _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<::manta::proto::ImageDimensions>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional uint32 height = 2;
      {::_pbi::TcParser::FastV32S1,
       {16, 1, 0,
        PROTOBUF_FIELD_OFFSET(ImageDimensions, _impl_.height_)}},
      // optional uint32 width = 1;
      {::_pbi::TcParser::FastV32S1,
       {8, 0, 0,
        PROTOBUF_FIELD_OFFSET(ImageDimensions, _impl_.width_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional uint32 width = 1;
      {PROTOBUF_FIELD_OFFSET(ImageDimensions, _impl_.width_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kUInt32)},
      // optional uint32 height = 2;
      {PROTOBUF_FIELD_OFFSET(ImageDimensions, _impl_.height_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kUInt32)},
    }},
    // no aux_entries
    {{
    }},
  };
}


inline constexpr ImageDimensions::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        width_{0u},
        height_{0u} {}

template <typename>
constexpr ImageDimensions::ImageDimensions(::_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 ImageDimensions::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) ImageDimensions(arena);
}
constexpr auto ImageDimensions::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::ZeroInit(sizeof(ImageDimensions), alignof(ImageDimensions));
}
constexpr auto ImageDimensions::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
          &ImageDimensions::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<ImageDimensions>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &ImageDimensions::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<ImageDimensions>(), &ImageDimensions::ByteSizeLong,
              &ImageDimensions::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(ImageDimensions, _impl_._cached_size_),
          true,
      },
      "manta.proto.ImageDimensions",
  };
}
struct ImageDimensionsGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr ImageDimensionsGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 ImageDimensions_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(ImageDimensions::InternalGenerateClassData_(
            _default, &ImageDimensions_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<ImageDimensions>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~ImageDimensionsGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) ImageDimensions _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<ImageDimensions>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(ImageDimensionsGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

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

constexpr FilteredData::ParseTableT_ FilteredData::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(FilteredData, _impl_._has_bits_),
      0, // no _extensions_
      5, 24,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967273,  // skipmap
      offsetof(ParseTableT_, field_entries),
      3,  // num_field_entries
      2,  // 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<::manta::proto::FilteredData>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // repeated .manta.proto.FilteredReason additional_reasons = 5;
      {::_pbi::TcParser::FastEvR1,
       {40, 0, 1,
        PROTOBUF_FIELD_OFFSET(FilteredData, _impl_.additional_reasons_)}},
      // optional bool is_output_data = 2;
      {::_pbi::TcParser::FastV8S1,
       {16, 1, 0,
        PROTOBUF_FIELD_OFFSET(FilteredData, _impl_.is_output_data_)}},
      // optional .manta.proto.FilteredReason reason = 3;
      {::_pbi::TcParser::FastEvS1,
       {24, 2, 0,
        PROTOBUF_FIELD_OFFSET(FilteredData, _impl_.reason_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional bool is_output_data = 2;
      {PROTOBUF_FIELD_OFFSET(FilteredData, _impl_.is_output_data_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // optional .manta.proto.FilteredReason reason = 3;
      {PROTOBUF_FIELD_OFFSET(FilteredData, _impl_.reason_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kEnum)},
      // repeated .manta.proto.FilteredReason additional_reasons = 5;
      {PROTOBUF_FIELD_OFFSET(FilteredData, _impl_.additional_reasons_), _Internal::kHasBitsOffset + 0, 1, (0 | ::_fl::kFcRepeated | ::_fl::kEnum)},
    }},
    {{
        {::_pbi::FieldAuxEnumData{}, ::manta::proto::FilteredReason_internal_data_},
        {::_pbi::FieldAuxEnumData{}, ::manta::proto::FilteredReason_internal_data_},
    }},
    {{
    }},
  };
}


inline constexpr FilteredData::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        additional_reasons_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::manta::proto::FilteredData,
            PROTOBUF_FIELD_OFFSET(::manta::proto::FilteredData, _impl_.additional_reasons_)>()
         }
        ,
        is_output_data_{false},
        reason_{static_cast< ::manta::proto::FilteredReason >(0)} {}

template <typename>
constexpr FilteredData::FilteredData(::_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 FilteredData::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) FilteredData(arena);
}
constexpr auto FilteredData::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(FilteredData), alignof(FilteredData));
}
constexpr auto FilteredData::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
          &FilteredData::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<FilteredData>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &FilteredData::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<FilteredData>(), &FilteredData::ByteSizeLong,
              &FilteredData::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(FilteredData, _impl_._cached_size_),
          true,
      },
      "manta.proto.FilteredData",
  };
}
struct FilteredDataGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr FilteredDataGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 FilteredData_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(FilteredData::InternalGenerateClassData_(
            _default, &FilteredData_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<FilteredData>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~FilteredDataGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) FilteredData _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<FilteredData>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(FilteredDataGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

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

constexpr ChromeClientInfo::ParseTableT_ ChromeClientInfo::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(ChromeClientInfo, _impl_._has_bits_),
      0, // no _extensions_
      5, 8,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967270,  // 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<::manta::proto::ChromeClientInfo>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional string locale = 4;
      {::_pbi::TcParser::FastBS1,
       {34, 1, 0,
        PROTOBUF_FIELD_OFFSET(ChromeClientInfo, _impl_.locale_)}},
      // optional string chrome_version = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(ChromeClientInfo, _impl_.chrome_version_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional string chrome_version = 1;
      {PROTOBUF_FIELD_OFFSET(ChromeClientInfo, _impl_.chrome_version_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string locale = 4;
      {PROTOBUF_FIELD_OFFSET(ChromeClientInfo, _impl_.locale_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional .manta.proto.ChromeClientInfo.Channel chrome_channel = 5;
      {PROTOBUF_FIELD_OFFSET(ChromeClientInfo, _impl_.chrome_channel_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kEnumRange)},
    }},
    {{
        {0, 4},
    }},
    {{
    }},
  };
}


inline constexpr ChromeClientInfo::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        chrome_version_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        locale_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        chrome_channel_{static_cast< ::manta::proto::ChromeClientInfo_Channel >(0)} {}

template <typename>
constexpr ChromeClientInfo::ChromeClientInfo(::_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 ChromeClientInfo::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) ChromeClientInfo(arena);
}
constexpr auto ChromeClientInfo::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(ChromeClientInfo), alignof(ChromeClientInfo));
}
constexpr auto ChromeClientInfo::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
          &ChromeClientInfo::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<ChromeClientInfo>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &ChromeClientInfo::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<ChromeClientInfo>(), &ChromeClientInfo::ByteSizeLong,
              &ChromeClientInfo::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(ChromeClientInfo, _impl_._cached_size_),
          true,
      },
      "manta.proto.ChromeClientInfo",
  };
}
struct ChromeClientInfoGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr ChromeClientInfoGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 ChromeClientInfo_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(ChromeClientInfo::InternalGenerateClassData_(
            _default, &ChromeClientInfo_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<ChromeClientInfo>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~ChromeClientInfoGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) ChromeClientInfo _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<ChromeClientInfo>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(ChromeClientInfoGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

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

constexpr RequestConfig::ParseTableT_ RequestConfig::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(RequestConfig, _impl_._has_bits_),
      0, // no _extensions_
      9, 56,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294966824,  // skipmap
      offsetof(ParseTableT_, field_entries),
      7,  // num_field_entries
      5,  // 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<::manta::proto::RequestConfig>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional .manta.proto.AspectRatio aspect_ratio = 8;
      {::_pbi::TcParser::FastEr0S1,
       {64, 5, 3,
        PROTOBUF_FIELD_OFFSET(RequestConfig, _impl_.aspect_ratio_)}},
      // optional uint32 generation_seed = 1;
      {::_pbi::TcParser::FastV32S1,
       {8, 2, 0,
        PROTOBUF_FIELD_OFFSET(RequestConfig, _impl_.generation_seed_)}},
      // optional .manta.proto.ImageResolution image_resolution = 2;
      {::_pbi::TcParser::FastEvS1,
       {16, 6, 2,
        PROTOBUF_FIELD_OFFSET(RequestConfig, _impl_.image_resolution_)}},
      // optional uint32 num_outputs = 3;
      {::_pbi::TcParser::FastV32S1,
       {24, 3, 0,
        PROTOBUF_FIELD_OFFSET(RequestConfig, _impl_.num_outputs_)}},
      {::_pbi::TcParser::MiniParse, {}},
      // optional .manta.proto.RequestConfig.Tone tone = 5;
      {::_pbi::TcParser::FastEr0S1,
       {40, 4, 8,
        PROTOBUF_FIELD_OFFSET(RequestConfig, _impl_.tone_)}},
      {::_pbi::TcParser::MiniParse, {}},
      // optional .manta.proto.ImageDimensions image_dimensions = 7;
      {::_pbi::TcParser::FastMtS1,
       {58, 0, 0,
        PROTOBUF_FIELD_OFFSET(RequestConfig, _impl_.image_dimensions_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional uint32 generation_seed = 1;
      {PROTOBUF_FIELD_OFFSET(RequestConfig, _impl_.generation_seed_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kUInt32)},
      // optional .manta.proto.ImageResolution image_resolution = 2;
      {PROTOBUF_FIELD_OFFSET(RequestConfig, _impl_.image_resolution_), _Internal::kHasBitsOffset + 6, 2, (0 | ::_fl::kFcOptional | ::_fl::kEnum)},
      // optional uint32 num_outputs = 3;
      {PROTOBUF_FIELD_OFFSET(RequestConfig, _impl_.num_outputs_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kUInt32)},
      // optional .manta.proto.RequestConfig.Tone tone = 5;
      {PROTOBUF_FIELD_OFFSET(RequestConfig, _impl_.tone_), _Internal::kHasBitsOffset + 4, 3, (0 | ::_fl::kFcOptional | ::_fl::kEnumRange)},
      // optional .manta.proto.ImageDimensions image_dimensions = 7;
      {PROTOBUF_FIELD_OFFSET(RequestConfig, _impl_.image_dimensions_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional .manta.proto.AspectRatio aspect_ratio = 8;
      {PROTOBUF_FIELD_OFFSET(RequestConfig, _impl_.aspect_ratio_), _Internal::kHasBitsOffset + 5, 4, (0 | ::_fl::kFcOptional | ::_fl::kEnumRange)},
      // optional .manta.proto.Proto3Any specific_options = 9;
      {PROTOBUF_FIELD_OFFSET(RequestConfig, _impl_.specific_options_), _Internal::kHasBitsOffset + 1, 1, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::manta::proto::ImageDimensions>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::manta::proto::ImageDimensions_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::manta::proto::Proto3Any>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::manta::proto::Proto3Any_globals_},
        #endif
        {::_pbi::FieldAuxEnumData{}, ::manta::proto::ImageResolution_internal_data_},
        {0, 8},
        {0, 3},
    }},
    {{
    }},
  };
}


inline constexpr RequestConfig::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        image_dimensions_{nullptr},
        specific_options_{nullptr},
        generation_seed_{0u},
        num_outputs_{0u},
        tone_{static_cast< ::manta::proto::RequestConfig_Tone >(0)},
        aspect_ratio_{static_cast< ::manta::proto::AspectRatio >(0)},
        image_resolution_{static_cast< ::manta::proto::ImageResolution >(1)} {}

template <typename>
constexpr RequestConfig::RequestConfig(::_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 RequestConfig::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) RequestConfig(arena);
}
constexpr auto RequestConfig::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(RequestConfig), alignof(RequestConfig));
}
constexpr auto RequestConfig::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
          &RequestConfig::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<RequestConfig>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &RequestConfig::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<RequestConfig>(), &RequestConfig::ByteSizeLong,
              &RequestConfig::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(RequestConfig, _impl_._cached_size_),
          true,
      },
      "manta.proto.RequestConfig",
  };
}
struct RequestConfigGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr RequestConfigGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 RequestConfig_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(RequestConfig::InternalGenerateClassData_(
            _default, &RequestConfig_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<RequestConfig>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~RequestConfigGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) RequestConfig _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<RequestConfig>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(RequestConfigGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST RequestConfigGlobalsTypeInternal RequestConfig_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* RequestConfig_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return RequestConfig_globals_.GetClassData();
#else
  return RequestConfig_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class OutputData::_Internal {
 public:
  using HasBits = decltype(::std::declval<OutputData>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(OutputData, _impl_._has_bits_);
  static constexpr ::int32_t kOneofCaseOffset =
      PROTOBUF_FIELD_OFFSET(::manta::proto::OutputData, _impl_._oneof_case_);
};

constexpr OutputData::ParseTableT_ OutputData::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(OutputData, _impl_._has_bits_),
      0, // no _extensions_
      8, 24,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967112,  // skipmap
      offsetof(ParseTableT_, field_entries),
      6,  // num_field_entries
      2,  // 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<::manta::proto::OutputData>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional string generative_prompt = 8;
      {::_pbi::TcParser::FastBS1,
       {66, 0, 0,
        PROTOBUF_FIELD_OFFSET(OutputData, _impl_.generative_prompt_)}},
      // optional float score = 5;
      {::_pbi::TcParser::FastF32S1,
       {45, 1, 0,
        PROTOBUF_FIELD_OFFSET(OutputData, _impl_.score_)}},
      // optional uint32 generation_seed = 6;
      {::_pbi::TcParser::FastV32S1,
       {48, 2, 0,
        PROTOBUF_FIELD_OFFSET(OutputData, _impl_.generation_seed_)}},
      {::_pbi::TcParser::MiniParse, {}},
    }}, {{
      65535, 65535
    }}, {{
      // string text = 1;
      {PROTOBUF_FIELD_OFFSET(OutputData, _impl_.output_data_.text_), _Internal::kOneofCaseOffset + 0, 0, (0 | ::_fl::kFcOneof | ::_fl::kBytes | ::_fl::kRepAString)},
      // .manta.proto.Image image = 2;
      {PROTOBUF_FIELD_OFFSET(OutputData, _impl_.output_data_.image_), _Internal::kOneofCaseOffset + 0, 0, (0 | ::_fl::kFcOneof | ::_fl::kMessage | ::_fl::kTvTable)},
      // .manta.proto.Proto3Any custom = 3;
      {PROTOBUF_FIELD_OFFSET(OutputData, _impl_.output_data_.custom_), _Internal::kOneofCaseOffset + 0, 1, (0 | ::_fl::kFcOneof | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional float score = 5;
      {PROTOBUF_FIELD_OFFSET(OutputData, _impl_.score_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kFloat)},
      // optional uint32 generation_seed = 6;
      {PROTOBUF_FIELD_OFFSET(OutputData, _impl_.generation_seed_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kUInt32)},
      // optional string generative_prompt = 8;
      {PROTOBUF_FIELD_OFFSET(OutputData, _impl_.generative_prompt_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::manta::proto::Image>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::manta::proto::Image_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::manta::proto::Proto3Any>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::manta::proto::Proto3Any_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr OutputData::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        generative_prompt_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        score_{0},
        generation_seed_{0u},
        output_data_{},
        _oneof_case_{} {}

template <typename>
constexpr OutputData::OutputData(::_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 OutputData::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) OutputData(arena);
}
constexpr auto OutputData::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(OutputData), alignof(OutputData));
}
constexpr auto OutputData::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
          &OutputData::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<OutputData>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &OutputData::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<OutputData>(), &OutputData::ByteSizeLong,
              &OutputData::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(OutputData, _impl_._cached_size_),
          true,
      },
      "manta.proto.OutputData",
  };
}
struct OutputDataGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr OutputDataGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 OutputData_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(OutputData::InternalGenerateClassData_(
            _default, &OutputData_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<OutputData>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~OutputDataGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) OutputData _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<OutputData>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(OutputDataGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST OutputDataGlobalsTypeInternal OutputData_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* OutputData_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return OutputData_globals_.GetClassData();
#else
  return OutputData_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class InputData::_Internal {
 public:
  using HasBits = decltype(::std::declval<InputData>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(InputData, _impl_._has_bits_);
  static constexpr ::int32_t kOneofCaseOffset =
      PROTOBUF_FIELD_OFFSET(::manta::proto::InputData, _impl_._oneof_case_);
};

constexpr InputData::ParseTableT_ InputData::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(InputData, _impl_._has_bits_),
      0, // no _extensions_
      4, 0,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967280,  // skipmap
      offsetof(ParseTableT_, field_entries),
      4,  // num_field_entries
      2,  // 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<::manta::proto::InputData>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional string tag = 4;
      {::_pbi::TcParser::FastBS1,
       {34, 0, 0,
        PROTOBUF_FIELD_OFFSET(InputData, _impl_.tag_)}},
    }}, {{
      65535, 65535
    }}, {{
      // string text = 1;
      {PROTOBUF_FIELD_OFFSET(InputData, _impl_.input_data_.text_), _Internal::kOneofCaseOffset + 0, 0, (0 | ::_fl::kFcOneof | ::_fl::kBytes | ::_fl::kRepAString)},
      // .manta.proto.Image image = 2;
      {PROTOBUF_FIELD_OFFSET(InputData, _impl_.input_data_.image_), _Internal::kOneofCaseOffset + 0, 0, (0 | ::_fl::kFcOneof | ::_fl::kMessage | ::_fl::kTvTable)},
      // .manta.proto.Proto3Any custom = 3;
      {PROTOBUF_FIELD_OFFSET(InputData, _impl_.input_data_.custom_), _Internal::kOneofCaseOffset + 0, 1, (0 | ::_fl::kFcOneof | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional string tag = 4;
      {PROTOBUF_FIELD_OFFSET(InputData, _impl_.tag_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::manta::proto::Image>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::manta::proto::Image_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::manta::proto::Proto3Any>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::manta::proto::Proto3Any_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr InputData::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        tag_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        input_data_{},
        _oneof_case_{} {}

template <typename>
constexpr InputData::InputData(::_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 InputData::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) InputData(arena);
}
constexpr auto InputData::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(InputData), alignof(InputData));
}
constexpr auto InputData::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
          &InputData::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<InputData>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &InputData::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<InputData>(), &InputData::ByteSizeLong,
              &InputData::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(InputData, _impl_._cached_size_),
          true,
      },
      "manta.proto.InputData",
  };
}
struct InputDataGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr InputDataGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 InputData_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(InputData::InternalGenerateClassData_(
            _default, &InputData_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<InputData>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~InputDataGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) InputData _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<InputData>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(InputDataGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

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

constexpr ClientInfo::ParseTableT_ ClientInfo::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(ClientInfo, _impl_._has_bits_),
      0, // no _extensions_
      4, 8,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967286,  // skipmap
      offsetof(ParseTableT_, field_entries),
      2,  // num_field_entries
      2,  // 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<::manta::proto::ClientInfo>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional .manta.proto.ChromeClientInfo chrome_client_info = 4;
      {::_pbi::TcParser::FastMtS1,
       {34, 0, 0,
        PROTOBUF_FIELD_OFFSET(ClientInfo, _impl_.chrome_client_info_)}},
      // optional .manta.proto.ClientInfo.ClientType client_type = 1;
      {::_pbi::TcParser::FastErS1,
       {8, 1, 1,
        PROTOBUF_FIELD_OFFSET(ClientInfo, _impl_.client_type_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional .manta.proto.ClientInfo.ClientType client_type = 1;
      {PROTOBUF_FIELD_OFFSET(ClientInfo, _impl_.client_type_), _Internal::kHasBitsOffset + 1, 1, (0 | ::_fl::kFcOptional | ::_fl::kEnumRange)},
      // optional .manta.proto.ChromeClientInfo chrome_client_info = 4;
      {PROTOBUF_FIELD_OFFSET(ClientInfo, _impl_.chrome_client_info_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::manta::proto::ChromeClientInfo>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::manta::proto::ChromeClientInfo_globals_},
        #endif
        {2, 2},
    }},
    {{
    }},
  };
}


inline constexpr ClientInfo::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        chrome_client_info_{nullptr},
        client_type_{static_cast< ::manta::proto::ClientInfo_ClientType >(2)} {}

template <typename>
constexpr ClientInfo::ClientInfo(::_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 ClientInfo::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) ClientInfo(arena);
}
constexpr auto ClientInfo::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(ClientInfo), alignof(ClientInfo));
}
constexpr auto ClientInfo::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
          &ClientInfo::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<ClientInfo>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &ClientInfo::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<ClientInfo>(), &ClientInfo::ByteSizeLong,
              &ClientInfo::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(ClientInfo, _impl_._cached_size_),
          true,
      },
      "manta.proto.ClientInfo",
  };
}
struct ClientInfoGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr ClientInfoGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 ClientInfo_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(ClientInfo::InternalGenerateClassData_(
            _default, &ClientInfo_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<ClientInfo>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~ClientInfoGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) ClientInfo _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<ClientInfo>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(ClientInfoGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

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

constexpr Response::ParseTableT_ Response::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(Response, _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
      2,  // 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<::manta::proto::Response>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // repeated .manta.proto.FilteredData filtered_data = 2;
      {::_pbi::TcParser::FastMtR1,
       {18, 1, 1,
        PROTOBUF_FIELD_OFFSET(Response, _impl_.filtered_data_)}},
      // repeated .manta.proto.OutputData output_data = 1;
      {::_pbi::TcParser::FastMtR1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(Response, _impl_.output_data_)}},
    }}, {{
      65535, 65535
    }}, {{
      // repeated .manta.proto.OutputData output_data = 1;
      {PROTOBUF_FIELD_OFFSET(Response, _impl_.output_data_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
      // repeated .manta.proto.FilteredData filtered_data = 2;
      {PROTOBUF_FIELD_OFFSET(Response, _impl_.filtered_data_), _Internal::kHasBitsOffset + 1, 1, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::manta::proto::OutputData>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::manta::proto::OutputData_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::manta::proto::FilteredData>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::manta::proto::FilteredData_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr Response::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        output_data_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::manta::proto::Response,
            PROTOBUF_FIELD_OFFSET(::manta::proto::Response, _impl_.output_data_)>()
         }
        ,
        filtered_data_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::manta::proto::Response,
            PROTOBUF_FIELD_OFFSET(::manta::proto::Response, _impl_.filtered_data_)>()
         }
     {}

template <typename>
constexpr Response::Response(::_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 Response::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) Response(arena);
}
constexpr auto Response::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(Response), alignof(Response));
}
constexpr auto Response::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
          &Response::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<Response>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &Response::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<Response>(), &Response::ByteSizeLong,
              &Response::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(Response, _impl_._cached_size_),
          true,
      },
      "manta.proto.Response",
  };
}
struct ResponseGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr ResponseGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 Response_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(Response::InternalGenerateClassData_(
            _default, &Response_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<Response>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~ResponseGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) Response _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<Response>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(ResponseGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

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

constexpr Request::ParseTableT_ Request::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(Request, _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
      4,  // 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<::manta::proto::Request>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // repeated .manta.proto.InputData input_data = 4;
      {::_pbi::TcParser::FastMtR1,
       {34, 0, 2,
        PROTOBUF_FIELD_OFFSET(Request, _impl_.input_data_)}},
      // optional .manta.proto.FeatureName feature_name = 1;
      {::_pbi::TcParser::FastEvS1,
       {8, 3, 3,
        PROTOBUF_FIELD_OFFSET(Request, _impl_.feature_name_)}},
      // optional .manta.proto.ClientInfo client_info = 2;
      {::_pbi::TcParser::FastMtS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(Request, _impl_.client_info_)}},
      // optional .manta.proto.RequestConfig request_config = 3;
      {::_pbi::TcParser::FastMtS1,
       {26, 2, 1,
        PROTOBUF_FIELD_OFFSET(Request, _impl_.request_config_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional .manta.proto.FeatureName feature_name = 1;
      {PROTOBUF_FIELD_OFFSET(Request, _impl_.feature_name_), _Internal::kHasBitsOffset + 3, 3, (0 | ::_fl::kFcOptional | ::_fl::kEnum)},
      // optional .manta.proto.ClientInfo client_info = 2;
      {PROTOBUF_FIELD_OFFSET(Request, _impl_.client_info_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional .manta.proto.RequestConfig request_config = 3;
      {PROTOBUF_FIELD_OFFSET(Request, _impl_.request_config_), _Internal::kHasBitsOffset + 2, 1, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // repeated .manta.proto.InputData input_data = 4;
      {PROTOBUF_FIELD_OFFSET(Request, _impl_.input_data_), _Internal::kHasBitsOffset + 0, 2, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::manta::proto::ClientInfo>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::manta::proto::ClientInfo_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::manta::proto::RequestConfig>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::manta::proto::RequestConfig_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::manta::proto::InputData>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::manta::proto::InputData_globals_},
        #endif
        {::_pbi::FieldAuxEnumData{}, ::manta::proto::FeatureName_internal_data_},
    }},
    {{
    }},
  };
}


inline constexpr Request::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        input_data_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::manta::proto::Request,
            PROTOBUF_FIELD_OFFSET(::manta::proto::Request, _impl_.input_data_)>()
         }
        ,
        client_info_{nullptr},
        request_config_{nullptr},
        feature_name_{static_cast< ::manta::proto::FeatureName >(300)} {}

template <typename>
constexpr Request::Request(::_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 Request::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) Request(arena);
}
constexpr auto Request::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(Request), alignof(Request));
}
constexpr auto Request::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
          &Request::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<Request>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &Request::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<Request>(), &Request::ByteSizeLong,
              &Request::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(Request, _impl_._cached_size_),
          true,
      },
      "manta.proto.Request",
  };
}
struct RequestGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr RequestGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 Request_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(Request::InternalGenerateClassData_(
            _default, &Request_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<Request>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~RequestGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) Request _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<Request>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(RequestGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST RequestGlobalsTypeInternal Request_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* Request_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return Request_globals_.GetClassData();
#else
  return Request_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
}  // namespace proto
}  // namespace manta
namespace manta {
namespace proto {
PROTOBUF_CONSTINIT const uint32_t ClientInfo_ClientType_internal_data_[] = {
    65538u, 0u, };
static const char ClientInfo_ClientType_names[] = {
    "CHROME"
};

static const ::google::protobuf::internal::EnumEntry ClientInfo_ClientType_entries[] = {
    {{&ClientInfo_ClientType_names[0], 6}, 2},
};

static const int ClientInfo_ClientType_entries_by_number[] = {
    0,  // 2 -> CHROME
};

bool ClientInfo_ClientType_Parse(::absl::string_view name,
                                  ClientInfo_ClientType* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      ClientInfo_ClientType_entries, 1, name, &int_value);
  if (success) {
    *value = static_cast<ClientInfo_ClientType>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    ClientInfo_ClientType_strings[1] = {};

const ::std::string& ClientInfo_ClientType_Name(ClientInfo_ClientType value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      ClientInfo_ClientType_entries, ClientInfo_ClientType_entries_by_number, 1,
      ClientInfo_ClientType_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(ClientInfo_ClientType_entries,
                                  ClientInfo_ClientType_entries_by_number,
                                  1, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : ClientInfo_ClientType_strings[idx].get();
}
PROTOBUF_CONSTINIT const uint32_t ChromeClientInfo_Channel_internal_data_[] = {
    327680u, 0u, };
static const char ChromeClientInfo_Channel_names[] = {
    "BETA"
    "CANARY"
    "DEV"
    "STABLE"
    "UNKNOWN"
};

static const ::google::protobuf::internal::EnumEntry ChromeClientInfo_Channel_entries[] = {
    {{&ChromeClientInfo_Channel_names[0], 4}, 3},
    {{&ChromeClientInfo_Channel_names[4], 6}, 1},
    {{&ChromeClientInfo_Channel_names[10], 3}, 2},
    {{&ChromeClientInfo_Channel_names[13], 6}, 4},
    {{&ChromeClientInfo_Channel_names[19], 7}, 0},
};

static const int ChromeClientInfo_Channel_entries_by_number[] = {
    4,  // 0 -> UNKNOWN
    1,  // 1 -> CANARY
    2,  // 2 -> DEV
    0,  // 3 -> BETA
    3,  // 4 -> STABLE
};

bool ChromeClientInfo_Channel_Parse(::absl::string_view name,
                                  ChromeClientInfo_Channel* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      ChromeClientInfo_Channel_entries, 5, name, &int_value);
  if (success) {
    *value = static_cast<ChromeClientInfo_Channel>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    ChromeClientInfo_Channel_strings[5] = {};

const ::std::string& ChromeClientInfo_Channel_Name(ChromeClientInfo_Channel value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      ChromeClientInfo_Channel_entries, ChromeClientInfo_Channel_entries_by_number, 5,
      ChromeClientInfo_Channel_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(ChromeClientInfo_Channel_entries,
                                  ChromeClientInfo_Channel_entries_by_number,
                                  5, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : ChromeClientInfo_Channel_strings[idx].get();
}
PROTOBUF_CONSTINIT const uint32_t RequestConfig_Tone_internal_data_[] = {
    589824u, 0u, };
static const char RequestConfig_Tone_names[] = {
    "ELABORATE"
    "EMOJIFY"
    "FORMALIZE"
    "FREEFORM_REWRITE"
    "FREEFORM_WRITE"
    "PROOFREAD"
    "REPHRASE"
    "SHORTEN"
    "UNSPECIFIED"
};

static const ::google::protobuf::internal::EnumEntry RequestConfig_Tone_entries[] = {
    {{&RequestConfig_Tone_names[0], 9}, 2},
    {{&RequestConfig_Tone_names[9], 7}, 5},
    {{&RequestConfig_Tone_names[16], 9}, 4},
    {{&RequestConfig_Tone_names[25], 16}, 6},
    {{&RequestConfig_Tone_names[41], 14}, 7},
    {{&RequestConfig_Tone_names[55], 9}, 8},
    {{&RequestConfig_Tone_names[64], 8}, 3},
    {{&RequestConfig_Tone_names[72], 7}, 1},
    {{&RequestConfig_Tone_names[79], 11}, 0},
};

static const int RequestConfig_Tone_entries_by_number[] = {
    8,  // 0 -> UNSPECIFIED
    7,  // 1 -> SHORTEN
    0,  // 2 -> ELABORATE
    6,  // 3 -> REPHRASE
    2,  // 4 -> FORMALIZE
    1,  // 5 -> EMOJIFY
    3,  // 6 -> FREEFORM_REWRITE
    4,  // 7 -> FREEFORM_WRITE
    5,  // 8 -> PROOFREAD
};

bool RequestConfig_Tone_Parse(::absl::string_view name,
                                  RequestConfig_Tone* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      RequestConfig_Tone_entries, 9, name, &int_value);
  if (success) {
    *value = static_cast<RequestConfig_Tone>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    RequestConfig_Tone_strings[9] = {};

const ::std::string& RequestConfig_Tone_Name(RequestConfig_Tone value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      RequestConfig_Tone_entries, RequestConfig_Tone_entries_by_number, 9,
      RequestConfig_Tone_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(RequestConfig_Tone_entries,
                                  RequestConfig_Tone_entries_by_number,
                                  9, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : RequestConfig_Tone_strings[idx].get();
}
PROTOBUF_CONSTINIT const uint32_t FeatureName_internal_data_[] = {
    262444u, 65568u, 31488u, 700u, };
static const char FeatureName_names[] = {
    "ACCESSIBILITY_IMAGE_DESCRIPTION"
    "CHROMEOS_LOBSTER"
    "CHROMEOS_READER_ELUCIDATION"
    "CHROMEOS_READER_Q_AND_A"
    "CHROMEOS_READER_SUMMARY"
    "CHROMEOS_READER_TOC"
    "CHROMEOS_SCANNER"
    "CHROMEOS_VC_BACKGROUNDS"
    "CHROMEOS_WALLPAPER"
    "CHROMEOS_WALRUS"
    "TEXT_TEST"
};

static const ::google::protobuf::internal::EnumEntry FeatureName_entries[] = {
    {{&FeatureName_names[0], 31}, 700},
    {{&FeatureName_names[31], 16}, 315},
    {{&FeatureName_names[47], 27}, 317},
    {{&FeatureName_names[74], 23}, 313},
    {{&FeatureName_names[97], 23}, 303},
    {{&FeatureName_names[120], 19}, 312},
    {{&FeatureName_names[139], 16}, 316},
    {{&FeatureName_names[155], 23}, 300},
    {{&FeatureName_names[178], 18}, 301},
    {{&FeatureName_names[196], 15}, 318},
    {{&FeatureName_names[211], 9}, 302},
};

static const int FeatureName_entries_by_number[] = {
    7,  // 300 -> CHROMEOS_VC_BACKGROUNDS
    8,  // 301 -> CHROMEOS_WALLPAPER
    10,  // 302 -> TEXT_TEST
    4,  // 303 -> CHROMEOS_READER_SUMMARY
    5,  // 312 -> CHROMEOS_READER_TOC
    3,  // 313 -> CHROMEOS_READER_Q_AND_A
    1,  // 315 -> CHROMEOS_LOBSTER
    6,  // 316 -> CHROMEOS_SCANNER
    2,  // 317 -> CHROMEOS_READER_ELUCIDATION
    9,  // 318 -> CHROMEOS_WALRUS
    0,  // 700 -> ACCESSIBILITY_IMAGE_DESCRIPTION
};

bool FeatureName_Parse(::absl::string_view name,
                                  FeatureName* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      FeatureName_entries, 11, name, &int_value);
  if (success) {
    *value = static_cast<FeatureName>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    FeatureName_strings[11] = {};

const ::std::string& FeatureName_Name(FeatureName value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      FeatureName_entries, FeatureName_entries_by_number, 11,
      FeatureName_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(FeatureName_entries,
                                  FeatureName_entries_by_number,
                                  11, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : FeatureName_strings[idx].get();
}
PROTOBUF_CONSTINIT const uint32_t ImageResolution_internal_data_[] = {
    196609u, 32u, 256u, };
static const char ImageResolution_names[] = {
    "RESOLUTION_1024"
    "RESOLUTION_256"
    "RESOLUTION_64"
    "RESOLUTION_LARGE"
};

static const ::google::protobuf::internal::EnumEntry ImageResolution_entries[] = {
    {{&ImageResolution_names[0], 15}, 3},
    {{&ImageResolution_names[15], 14}, 2},
    {{&ImageResolution_names[29], 13}, 1},
    {{&ImageResolution_names[42], 16}, 12},
};

static const int ImageResolution_entries_by_number[] = {
    2,  // 1 -> RESOLUTION_64
    1,  // 2 -> RESOLUTION_256
    0,  // 3 -> RESOLUTION_1024
    3,  // 12 -> RESOLUTION_LARGE
};

bool ImageResolution_Parse(::absl::string_view name,
                                  ImageResolution* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      ImageResolution_entries, 4, name, &int_value);
  if (success) {
    *value = static_cast<ImageResolution>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    ImageResolution_strings[4] = {};

const ::std::string& ImageResolution_Name(ImageResolution value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      ImageResolution_entries, ImageResolution_entries_by_number, 4,
      ImageResolution_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(ImageResolution_entries,
                                  ImageResolution_entries_by_number,
                                  4, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : ImageResolution_strings[idx].get();
}
PROTOBUF_CONSTINIT const uint32_t AspectRatio_internal_data_[] = {
    262144u, 0u, };
static const char AspectRatio_names[] = {
    "ASPECT_RATIO_16_10"
    "ASPECT_RATIO_16_9"
    "ASPECT_RATIO_4_3"
    "ASPECT_RATIO_UNSPECIFIED"
};

static const ::google::protobuf::internal::EnumEntry AspectRatio_entries[] = {
    {{&AspectRatio_names[0], 18}, 2},
    {{&AspectRatio_names[18], 17}, 1},
    {{&AspectRatio_names[35], 16}, 3},
    {{&AspectRatio_names[51], 24}, 0},
};

static const int AspectRatio_entries_by_number[] = {
    3,  // 0 -> ASPECT_RATIO_UNSPECIFIED
    1,  // 1 -> ASPECT_RATIO_16_9
    0,  // 2 -> ASPECT_RATIO_16_10
    2,  // 3 -> ASPECT_RATIO_4_3
};

bool AspectRatio_Parse(::absl::string_view name,
                                  AspectRatio* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      AspectRatio_entries, 4, name, &int_value);
  if (success) {
    *value = static_cast<AspectRatio>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    AspectRatio_strings[4] = {};

const ::std::string& AspectRatio_Name(AspectRatio value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      AspectRatio_entries, AspectRatio_entries_by_number, 4,
      AspectRatio_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(AspectRatio_entries,
                                  AspectRatio_entries_by_number,
                                  4, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : AspectRatio_strings[idx].get();
}
PROTOBUF_CONSTINIT const uint32_t FilteredReason_internal_data_[] = {
    327680u, 32u, 8u, };
static const char FilteredReason_names[] = {
    "IMAGE_SAFETY"
    "IMAGE_SAFETY_PERSON"
    "TEXT_BLOCKLIST"
    "TEXT_LOW_QUALITY"
    "TEXT_SAFETY"
    "UNSPECIFIED"
};

static const ::google::protobuf::internal::EnumEntry FilteredReason_entries[] = {
    {{&FilteredReason_names[0], 12}, 1},
    {{&FilteredReason_names[12], 19}, 8},
    {{&FilteredReason_names[31], 14}, 4},
    {{&FilteredReason_names[45], 16}, 3},
    {{&FilteredReason_names[61], 11}, 2},
    {{&FilteredReason_names[72], 11}, 0},
};

static const int FilteredReason_entries_by_number[] = {
    5,  // 0 -> UNSPECIFIED
    0,  // 1 -> IMAGE_SAFETY
    4,  // 2 -> TEXT_SAFETY
    3,  // 3 -> TEXT_LOW_QUALITY
    2,  // 4 -> TEXT_BLOCKLIST
    1,  // 8 -> IMAGE_SAFETY_PERSON
};

bool FilteredReason_Parse(::absl::string_view name,
                                  FilteredReason* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      FilteredReason_entries, 6, name, &int_value);
  if (success) {
    *value = static_cast<FilteredReason>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    FilteredReason_strings[6] = {};

const ::std::string& FilteredReason_Name(FilteredReason value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      FilteredReason_entries, FilteredReason_entries_by_number, 6,
      FilteredReason_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(FilteredReason_entries,
                                  FilteredReason_entries_by_number,
                                  6, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : FilteredReason_strings[idx].get();
}
// ===================================================================

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

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  ClientInfo* 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_.chrome_client_info_ = (CheckHasBit(cached_has_bits, 0x00000001U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.chrome_client_info_)
                : nullptr;
  _impl_.client_type_ = from._impl_.client_type_;

  // @@protoc_insertion_point(copy_constructor:manta.proto.ClientInfo)
}
PROTOBUF_NDEBUG_INLINE ClientInfo::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        client_type_{static_cast< ::manta::proto::ClientInfo_ClientType >(2)} {}

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite ClientInfo_class_data_ =
    ClientInfo::InternalGenerateClassData_(ClientInfo_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ClientInfo::GetClassData() const {
  return ClientInfo_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ClientInfo::GetClassData() const {
  return ClientInfo_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const ClientInfo::ParseTableT_
    ClientInfo::_table_ =
        ClientInfo::InternalGenerateParseTable_(ClientInfo_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void ClientInfo::Clear() {
// @@protoc_insertion_point(message_clear_start:manta.proto.ClientInfo)
  ::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, 0x00000003U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      ABSL_DCHECK(_impl_.chrome_client_info_ != nullptr);
      _impl_.chrome_client_info_->Clear();
    }
    _impl_.client_type_ = 2;
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional .manta.proto.ClientInfo.ClientType client_type = 1;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        1, this_._internal_client_type(), target);
  }

  // optional .manta.proto.ChromeClientInfo chrome_client_info = 4;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        4, *this_._impl_.chrome_client_info_, this_._impl_.chrome_client_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:manta.proto.ClientInfo)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t ClientInfo::ByteSizeLong(const MessageLite& base) {
  const ClientInfo& this_ = static_cast<const ClientInfo&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t ClientInfo::ByteSizeLong() const {
  const ClientInfo& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:manta.proto.ClientInfo)
  ::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)) {
    // optional .manta.proto.ChromeClientInfo chrome_client_info = 4;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.chrome_client_info_);
    }
    // optional .manta.proto.ClientInfo.ClientType client_type = 1;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_client_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 ClientInfo::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<ClientInfo*>(&to_msg);
  auto& from = static_cast<const ClientInfo&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:manta.proto.ClientInfo)
  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_.chrome_client_info_ != nullptr);
      if (_this->_impl_.chrome_client_info_ == nullptr) {
        _this->_impl_.chrome_client_info_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.chrome_client_info_);
      } else {
        _this->_impl_.chrome_client_info_->MergeFrom(*from._impl_.chrome_client_info_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_impl_.client_type_ = from._impl_.client_type_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void ClientInfo::InternalSwap(ClientInfo* 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(ClientInfo, _impl_.client_type_)
      + sizeof(ClientInfo::_impl_.client_type_)
      - PROTOBUF_FIELD_OFFSET(ClientInfo, _impl_.chrome_client_info_)>(
          reinterpret_cast<char*>(&_impl_.chrome_client_info_),
          reinterpret_cast<char*>(&other->_impl_.chrome_client_info_));
}

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

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

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

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

  // @@protoc_insertion_point(copy_constructor:manta.proto.ChromeClientInfo)
}
PROTOBUF_NDEBUG_INLINE ChromeClientInfo::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        chrome_version_(arena),
        locale_(arena) {}

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite ChromeClientInfo_class_data_ =
    ChromeClientInfo::InternalGenerateClassData_(ChromeClientInfo_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ChromeClientInfo::GetClassData() const {
  return ChromeClientInfo_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ChromeClientInfo::GetClassData() const {
  return ChromeClientInfo_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const ChromeClientInfo::ParseTableT_
    ChromeClientInfo::_table_ =
        ChromeClientInfo::InternalGenerateParseTable_(ChromeClientInfo_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void ChromeClientInfo::Clear() {
// @@protoc_insertion_point(message_clear_start:manta.proto.ChromeClientInfo)
  ::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, 0x00000003U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.chrome_version_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.locale_.ClearNonDefaultToEmpty();
    }
  }
  _impl_.chrome_channel_ = 0;
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional string chrome_version = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    const ::std::string& _s = this_._internal_chrome_version();
    target = stream->WriteStringMaybeAliased(1, _s, target);
  }

  // optional string locale = 4;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    const ::std::string& _s = this_._internal_locale();
    target = stream->WriteStringMaybeAliased(4, _s, target);
  }

  // optional .manta.proto.ChromeClientInfo.Channel chrome_channel = 5;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        5, this_._internal_chrome_channel(), 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:manta.proto.ChromeClientInfo)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t ChromeClientInfo::ByteSizeLong(const MessageLite& base) {
  const ChromeClientInfo& this_ = static_cast<const ChromeClientInfo&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t ChromeClientInfo::ByteSizeLong() const {
  const ChromeClientInfo& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:manta.proto.ChromeClientInfo)
  ::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)) {
    // optional string chrome_version = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_chrome_version());
    }
    // optional string locale = 4;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_locale());
    }
    // optional .manta.proto.ChromeClientInfo.Channel chrome_channel = 5;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_chrome_channel());
    }
  }
  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 ChromeClientInfo::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<ChromeClientInfo*>(&to_msg);
  auto& from = static_cast<const ChromeClientInfo&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:manta.proto.ChromeClientInfo)
  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)) {
      _this->_internal_set_chrome_version(from._internal_chrome_version());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_locale(from._internal_locale());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_impl_.chrome_channel_ = from._impl_.chrome_channel_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void ChromeClientInfo::InternalSwap(ChromeClientInfo* 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_.chrome_version_, &other->_impl_.chrome_version_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.locale_, &other->_impl_.locale_, arena);
  swap(_impl_.chrome_channel_, other->_impl_.chrome_channel_);
}

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

ImageDimensions::ImageDimensions(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, ImageDimensions_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:manta.proto.ImageDimensions)
}
ImageDimensions::ImageDimensions(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const ImageDimensions& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, ImageDimensions_get_class_data()),
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena),
#endif  // PROTOBUF_CUSTOM_VTABLE
      _impl_(from._impl_) {
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}
PROTOBUF_NDEBUG_INLINE ImageDimensions::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0} {}

inline void ImageDimensions::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, width_),
           0,
           offsetof(Impl_, height_) -
               offsetof(Impl_, width_) +
               sizeof(Impl_::height_));
}
ImageDimensions::~ImageDimensions() {
  // @@protoc_insertion_point(destructor:manta.proto.ImageDimensions)
  SharedDtor(*this);
}
inline void ImageDimensions::SharedDtor(MessageLite& self) {
  ImageDimensions& this_ = static_cast<ImageDimensions&>(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 ImageDimensions_class_data_ =
    ImageDimensions::InternalGenerateClassData_(ImageDimensions_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ImageDimensions::GetClassData() const {
  return ImageDimensions_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ImageDimensions::GetClassData() const {
  return ImageDimensions_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const ImageDimensions::ParseTableT_
    ImageDimensions::_table_ =
        ImageDimensions::InternalGenerateParseTable_(ImageDimensions_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void ImageDimensions::Clear() {
// @@protoc_insertion_point(message_clear_start:manta.proto.ImageDimensions)
  ::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, 0x00000003U)) {
    ::memset(&_impl_.width_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.height_) -
        reinterpret_cast<char*>(&_impl_.width_)) + sizeof(_impl_.height_));
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional uint32 width = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
        1, this_._internal_width(), target);
  }

  // optional uint32 height = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
        2, this_._internal_height(), 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:manta.proto.ImageDimensions)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t ImageDimensions::ByteSizeLong(const MessageLite& base) {
  const ImageDimensions& this_ = static_cast<const ImageDimensions&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t ImageDimensions::ByteSizeLong() const {
  const ImageDimensions& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:manta.proto.ImageDimensions)
  ::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)) {
    // optional uint32 width = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
          this_._internal_width());
    }
    // optional uint32 height = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
          this_._internal_height());
    }
  }
  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 ImageDimensions::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<ImageDimensions*>(&to_msg);
  auto& from = static_cast<const ImageDimensions&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:manta.proto.ImageDimensions)
  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->_impl_.width_ = from._impl_.width_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_impl_.height_ = from._impl_.height_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void ImageDimensions::InternalSwap(ImageDimensions* 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(ImageDimensions, _impl_.height_)
      + sizeof(ImageDimensions::_impl_.height_)
      - PROTOBUF_FIELD_OFFSET(ImageDimensions, _impl_.width_)>(
          reinterpret_cast<char*>(&_impl_.width_),
          reinterpret_cast<char*>(&other->_impl_.width_));
}

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

void RequestConfig::clear_specific_options() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.specific_options_ != nullptr) _impl_.specific_options_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
RequestConfig::RequestConfig(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, RequestConfig_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:manta.proto.RequestConfig)
}
PROTOBUF_NDEBUG_INLINE RequestConfig::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::manta::proto::RequestConfig& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0} {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  RequestConfig* 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_.image_dimensions_ = (CheckHasBit(cached_has_bits, 0x00000001U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.image_dimensions_)
                : nullptr;
  _impl_.specific_options_ = (CheckHasBit(cached_has_bits, 0x00000002U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.specific_options_)
                : nullptr;
  ::memcpy(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, generation_seed_),
           reinterpret_cast<const char*>(&from._impl_) +
               offsetof(Impl_, generation_seed_),
           offsetof(Impl_, image_resolution_) -
               offsetof(Impl_, generation_seed_) +
               sizeof(Impl_::image_resolution_));

  // @@protoc_insertion_point(copy_constructor:manta.proto.RequestConfig)
}
PROTOBUF_NDEBUG_INLINE RequestConfig::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        image_resolution_{static_cast< ::manta::proto::ImageResolution >(1)} {}

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite RequestConfig_class_data_ =
    RequestConfig::InternalGenerateClassData_(RequestConfig_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
RequestConfig::GetClassData() const {
  return RequestConfig_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
RequestConfig::GetClassData() const {
  return RequestConfig_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const RequestConfig::ParseTableT_
    RequestConfig::_table_ =
        RequestConfig::InternalGenerateParseTable_(RequestConfig_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void RequestConfig::Clear() {
// @@protoc_insertion_point(message_clear_start:manta.proto.RequestConfig)
  ::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, 0x00000003U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      ABSL_DCHECK(_impl_.image_dimensions_ != nullptr);
      _impl_.image_dimensions_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(_impl_.specific_options_ != nullptr);
      _impl_.specific_options_->Clear();
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x0000007cU)) {
    ::memset(&_impl_.generation_seed_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.aspect_ratio_) -
        reinterpret_cast<char*>(&_impl_.generation_seed_)) + sizeof(_impl_.aspect_ratio_));
    _impl_.image_resolution_ = 1;
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional uint32 generation_seed = 1;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
        1, this_._internal_generation_seed(), target);
  }

  // optional .manta.proto.ImageResolution image_resolution = 2;
  if (CheckHasBit(cached_has_bits, 0x00000040U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        2, this_._internal_image_resolution(), target);
  }

  // optional uint32 num_outputs = 3;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
        3, this_._internal_num_outputs(), target);
  }

  // optional .manta.proto.RequestConfig.Tone tone = 5;
  if (CheckHasBit(cached_has_bits, 0x00000010U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        5, this_._internal_tone(), target);
  }

  // optional .manta.proto.ImageDimensions image_dimensions = 7;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        7, *this_._impl_.image_dimensions_, this_._impl_.image_dimensions_->GetCachedSize(), target,
        stream);
  }

  // optional .manta.proto.AspectRatio aspect_ratio = 8;
  if (CheckHasBit(cached_has_bits, 0x00000020U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        8, this_._internal_aspect_ratio(), target);
  }

  // optional .manta.proto.Proto3Any specific_options = 9;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        9, *this_._impl_.specific_options_, this_._impl_.specific_options_->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:manta.proto.RequestConfig)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t RequestConfig::ByteSizeLong(const MessageLite& base) {
  const RequestConfig& this_ = static_cast<const RequestConfig&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t RequestConfig::ByteSizeLong() const {
  const RequestConfig& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:manta.proto.RequestConfig)
  ::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, 0x0000007fU)) {
    // optional .manta.proto.ImageDimensions image_dimensions = 7;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.image_dimensions_);
    }
    // optional .manta.proto.Proto3Any specific_options = 9;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.specific_options_);
    }
    // optional uint32 generation_seed = 1;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
          this_._internal_generation_seed());
    }
    // optional uint32 num_outputs = 3;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
          this_._internal_num_outputs());
    }
    // optional .manta.proto.RequestConfig.Tone tone = 5;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_tone());
    }
    // optional .manta.proto.AspectRatio aspect_ratio = 8;
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_aspect_ratio());
    }
    // optional .manta.proto.ImageResolution image_resolution = 2;
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_image_resolution());
    }
  }
  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 RequestConfig::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<RequestConfig*>(&to_msg);
  auto& from = static_cast<const RequestConfig&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:manta.proto.RequestConfig)
  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, 0x0000007fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      ABSL_DCHECK(from._impl_.image_dimensions_ != nullptr);
      if (_this->_impl_.image_dimensions_ == nullptr) {
        _this->_impl_.image_dimensions_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.image_dimensions_);
      } else {
        _this->_impl_.image_dimensions_->MergeFrom(*from._impl_.image_dimensions_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(from._impl_.specific_options_ != nullptr);
      if (_this->_impl_.specific_options_ == nullptr) {
        _this->_impl_.specific_options_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.specific_options_);
      } else {
        _this->_impl_.specific_options_->MergeFrom(*from._impl_.specific_options_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_impl_.generation_seed_ = from._impl_.generation_seed_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_impl_.num_outputs_ = from._impl_.num_outputs_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _this->_impl_.tone_ = from._impl_.tone_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _this->_impl_.aspect_ratio_ = from._impl_.aspect_ratio_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      _this->_impl_.image_resolution_ = from._impl_.image_resolution_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void RequestConfig::InternalSwap(RequestConfig* 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(RequestConfig, _impl_.image_resolution_)
      + sizeof(RequestConfig::_impl_.image_resolution_)
      - PROTOBUF_FIELD_OFFSET(RequestConfig, _impl_.image_dimensions_)>(
          reinterpret_cast<char*>(&_impl_.image_dimensions_),
          reinterpret_cast<char*>(&other->_impl_.image_dimensions_));
}

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

void InputData::set_allocated_image(::manta::proto::Image* PROTOBUF_NULLABLE image) {
  ::google::protobuf::Arena* message_arena = GetArena();
  clear_input_data();
  if (image) {
    ::google::protobuf::Arena* submessage_arena = reinterpret_cast<::google::protobuf::MessageLite*>(image)->GetArena();
    if (message_arena != submessage_arena) {
      image = ::google::protobuf::internal::GetOwnedMessage(message_arena, image, submessage_arena);
    }
    set_has_image();
    _impl_.input_data_.image_ = image;
  }
  // @@protoc_insertion_point(field_set_allocated:manta.proto.InputData.image)
}
void InputData::clear_image() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (input_data_case() == kImage) {
    if (GetArena() == nullptr) {
      delete _impl_.input_data_.image_;
    } else if (::google::protobuf::internal::DebugHardenClearOneofMessageOnArena()) {
      if (_impl_.input_data_.image_ != nullptr) {
        _impl_.input_data_.image_->Clear();
      }
    }
    clear_has_input_data();
  }
}
void InputData::set_allocated_custom(::manta::proto::Proto3Any* PROTOBUF_NULLABLE custom) {
  ::google::protobuf::Arena* message_arena = GetArena();
  clear_input_data();
  if (custom) {
    ::google::protobuf::Arena* submessage_arena = reinterpret_cast<::google::protobuf::MessageLite*>(custom)->GetArena();
    if (message_arena != submessage_arena) {
      custom = ::google::protobuf::internal::GetOwnedMessage(message_arena, custom, submessage_arena);
    }
    set_has_custom();
    _impl_.input_data_.custom_ = custom;
  }
  // @@protoc_insertion_point(field_set_allocated:manta.proto.InputData.custom)
}
void InputData::clear_custom() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (input_data_case() == kCustom) {
    if (GetArena() == nullptr) {
      delete _impl_.input_data_.custom_;
    } else if (::google::protobuf::internal::DebugHardenClearOneofMessageOnArena()) {
      if (_impl_.input_data_.custom_ != nullptr) {
        _impl_.input_data_.custom_->Clear();
      }
    }
    clear_has_input_data();
  }
}
InputData::InputData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, InputData_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:manta.proto.InputData)
}
PROTOBUF_NDEBUG_INLINE InputData::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::manta::proto::InputData& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        tag_(arena, from.tag_),
        input_data_{},
        _oneof_case_{from._oneof_case_[0]} {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  InputData* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  switch (input_data_case()) {
    case INPUT_DATA_NOT_SET:
      break;
      case kText:
        new (&_impl_.input_data_.text_) decltype(_impl_.input_data_.text_){arena, from._impl_.input_data_.text_};
        break;
      case kImage:
        _impl_.input_data_.image_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.input_data_.image_);
        break;
      case kCustom:
        _impl_.input_data_.custom_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.input_data_.custom_);
        break;
  }

  // @@protoc_insertion_point(copy_constructor:manta.proto.InputData)
}
PROTOBUF_NDEBUG_INLINE InputData::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        tag_(arena),
        input_data_{},
        _oneof_case_{} {}

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

void InputData::clear_input_data() {
// @@protoc_insertion_point(one_of_clear_start:manta.proto.InputData)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  switch (input_data_case()) {
    case kText: {
      _impl_.input_data_.text_.Destroy();
      break;
    }
    case kImage: {
      if (GetArena() == nullptr) {
        delete _impl_.input_data_.image_;
      } else if (::google::protobuf::internal::DebugHardenClearOneofMessageOnArena()) {
        if (_impl_.input_data_.image_ != nullptr) {
          _impl_.input_data_.image_->Clear();
        }
      }
      break;
    }
    case kCustom: {
      if (GetArena() == nullptr) {
        delete _impl_.input_data_.custom_;
      } else if (::google::protobuf::internal::DebugHardenClearOneofMessageOnArena()) {
        if (_impl_.input_data_.custom_ != nullptr) {
          _impl_.input_data_.custom_->Clear();
        }
      }
      break;
    }
    case INPUT_DATA_NOT_SET: {
      break;
    }
  }
  _impl_._oneof_case_[0] = INPUT_DATA_NOT_SET;
}


#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite InputData_class_data_ =
    InputData::InternalGenerateClassData_(InputData_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
InputData::GetClassData() const {
  return InputData_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
InputData::GetClassData() const {
  return InputData_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const InputData::ParseTableT_
    InputData::_table_ =
        InputData::InternalGenerateParseTable_(InputData_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void InputData::Clear() {
// @@protoc_insertion_point(message_clear_start:manta.proto.InputData)
  ::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_.tag_.ClearNonDefaultToEmpty();
  }
  clear_input_data();
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  switch (this_.input_data_case()) {
    case kText: {
      const ::std::string& _s = this_._internal_text();
      target = stream->WriteStringMaybeAliased(1, _s, target);
      break;
    }
    case kImage: {
      target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
          2, *this_._impl_.input_data_.image_, this_._impl_.input_data_.image_->GetCachedSize(), target,
          stream);
      break;
    }
    case kCustom: {
      target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
          3, *this_._impl_.input_data_.custom_, this_._impl_.input_data_.custom_->GetCachedSize(), target,
          stream);
      break;
    }
    default:
      break;
  }
  cached_has_bits = this_._impl_._has_bits_[0];
  // optional string tag = 4;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    const ::std::string& _s = this_._internal_tag();
    target = stream->WriteStringMaybeAliased(4, _s, 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:manta.proto.InputData)
  return target;
}

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

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

   {
    // optional string tag = 4;
    cached_has_bits = this_._impl_._has_bits_[0];
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_tag());
    }
  }
  switch (this_.input_data_case()) {
    // string text = 1;
    case kText: {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_text());
      break;
    }
    // .manta.proto.Image image = 2;
    case kImage: {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.input_data_.image_);
      break;
    }
    // .manta.proto.Proto3Any custom = 3;
    case kCustom: {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.input_data_.custom_);
      break;
    }
    case INPUT_DATA_NOT_SET: {
      break;
    }
  }
  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 InputData::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<InputData*>(&to_msg);
  auto& from = static_cast<const InputData&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:manta.proto.InputData)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    _this->_internal_set_tag(from._internal_tag());
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  if (const uint32_t oneof_from_case =
          from._impl_._oneof_case_[0]) {
    const uint32_t oneof_to_case = _this->_impl_._oneof_case_[0];
    const bool oneof_needs_init = oneof_to_case != oneof_from_case;
    if (oneof_needs_init) {
      if (oneof_to_case != 0) {
        _this->clear_input_data();
      }
      _this->_impl_._oneof_case_[0] = oneof_from_case;
    }

    switch (oneof_from_case) {
      case kText: {
        if (oneof_needs_init) {
          _this->_impl_.input_data_.text_.InitDefault();
        }
        _this->_impl_.input_data_.text_.Set(from._internal_text(), arena);
        break;
      }
      case kImage: {
        if (oneof_needs_init) {
          _this->_impl_.input_data_.image_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.input_data_.image_);
        } else {
          _this->_impl_.input_data_.image_->MergeFrom(*from._impl_.input_data_.image_);
        }
        break;
      }
      case kCustom: {
        if (oneof_needs_init) {
          _this->_impl_.input_data_.custom_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.input_data_.custom_);
        } else {
          _this->_impl_.input_data_.custom_->MergeFrom(*from._impl_.input_data_.custom_);
        }
        break;
      }
      case INPUT_DATA_NOT_SET:
        break;
    }
  }
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void InputData::InternalSwap(InputData* 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_.tag_, &other->_impl_.tag_, arena);
  swap(_impl_.input_data_, other->_impl_.input_data_);
  swap(_impl_._oneof_case_[0], other->_impl_._oneof_case_[0]);
}

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

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

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  Request* 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_.client_info_ = (CheckHasBit(cached_has_bits, 0x00000002U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.client_info_)
                : nullptr;
  _impl_.request_config_ = (CheckHasBit(cached_has_bits, 0x00000004U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.request_config_)
                : nullptr;
  _impl_.feature_name_ = from._impl_.feature_name_;

  // @@protoc_insertion_point(copy_constructor:manta.proto.Request)
}
PROTOBUF_NDEBUG_INLINE Request::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        input_data_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::manta::proto::Request,
            PROTOBUF_FIELD_OFFSET(::manta::proto::Request, _impl_.input_data_)>()
         }
        ,
        feature_name_{static_cast< ::manta::proto::FeatureName >(300)} {}

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite Request_class_data_ =
    Request::InternalGenerateClassData_(Request_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
Request::GetClassData() const {
  return Request_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
Request::GetClassData() const {
  return Request_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const Request::ParseTableT_
    Request::_table_ =
        Request::InternalGenerateParseTable_(Request_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void Request::Clear() {
// @@protoc_insertion_point(message_clear_start:manta.proto.Request)
  ::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, 0x0000000fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.input_data_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(_impl_.client_info_ != nullptr);
      _impl_.client_info_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(_impl_.request_config_ != nullptr);
      _impl_.request_config_->Clear();
    }
    _impl_.feature_name_ = 300;
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional .manta.proto.FeatureName feature_name = 1;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        1, this_._internal_feature_name(), target);
  }

  // optional .manta.proto.ClientInfo client_info = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        2, *this_._impl_.client_info_, this_._impl_.client_info_->GetCachedSize(), target,
        stream);
  }

  // optional .manta.proto.RequestConfig request_config = 3;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        3, *this_._impl_.request_config_, this_._impl_.request_config_->GetCachedSize(), target,
        stream);
  }

  // repeated .manta.proto.InputData input_data = 4;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_input_data_size());
         i < n; i++) {
      const auto& repfield = this_._internal_input_data().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              4, repfield, repfield.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:manta.proto.Request)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t Request::ByteSizeLong(const MessageLite& base) {
  const Request& this_ = static_cast<const Request&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t Request::ByteSizeLong() const {
  const Request& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:manta.proto.Request)
  ::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)) {
    // repeated .manta.proto.InputData input_data = 4;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1UL * this_._internal_input_data_size();
      for (const auto& msg : this_._internal_input_data()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
    // optional .manta.proto.ClientInfo client_info = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.client_info_);
    }
    // optional .manta.proto.RequestConfig request_config = 3;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.request_config_);
    }
    // optional .manta.proto.FeatureName feature_name = 1;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_feature_name());
    }
  }
  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 Request::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<Request*>(&to_msg);
  auto& from = static_cast<const Request&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:manta.proto.Request)
  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)) {
      _this->_internal_mutable_input_data()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_input_data());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(from._impl_.client_info_ != nullptr);
      if (_this->_impl_.client_info_ == nullptr) {
        _this->_impl_.client_info_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.client_info_);
      } else {
        _this->_impl_.client_info_->MergeFrom(*from._impl_.client_info_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(from._impl_.request_config_ != nullptr);
      if (_this->_impl_.request_config_ == nullptr) {
        _this->_impl_.request_config_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.request_config_);
      } else {
        _this->_impl_.request_config_->MergeFrom(*from._impl_.request_config_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_impl_.feature_name_ = from._impl_.feature_name_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void Request::InternalSwap(Request* 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_.input_data_.InternalSwap(&other->_impl_.input_data_);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(Request, _impl_.feature_name_)
      + sizeof(Request::_impl_.feature_name_)
      - PROTOBUF_FIELD_OFFSET(Request, _impl_.client_info_)>(
          reinterpret_cast<char*>(&_impl_.client_info_),
          reinterpret_cast<char*>(&other->_impl_.client_info_));
}

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

void OutputData::set_allocated_image(::manta::proto::Image* PROTOBUF_NULLABLE image) {
  ::google::protobuf::Arena* message_arena = GetArena();
  clear_output_data();
  if (image) {
    ::google::protobuf::Arena* submessage_arena = reinterpret_cast<::google::protobuf::MessageLite*>(image)->GetArena();
    if (message_arena != submessage_arena) {
      image = ::google::protobuf::internal::GetOwnedMessage(message_arena, image, submessage_arena);
    }
    set_has_image();
    _impl_.output_data_.image_ = image;
  }
  // @@protoc_insertion_point(field_set_allocated:manta.proto.OutputData.image)
}
void OutputData::clear_image() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (output_data_case() == kImage) {
    if (GetArena() == nullptr) {
      delete _impl_.output_data_.image_;
    } else if (::google::protobuf::internal::DebugHardenClearOneofMessageOnArena()) {
      if (_impl_.output_data_.image_ != nullptr) {
        _impl_.output_data_.image_->Clear();
      }
    }
    clear_has_output_data();
  }
}
void OutputData::set_allocated_custom(::manta::proto::Proto3Any* PROTOBUF_NULLABLE custom) {
  ::google::protobuf::Arena* message_arena = GetArena();
  clear_output_data();
  if (custom) {
    ::google::protobuf::Arena* submessage_arena = reinterpret_cast<::google::protobuf::MessageLite*>(custom)->GetArena();
    if (message_arena != submessage_arena) {
      custom = ::google::protobuf::internal::GetOwnedMessage(message_arena, custom, submessage_arena);
    }
    set_has_custom();
    _impl_.output_data_.custom_ = custom;
  }
  // @@protoc_insertion_point(field_set_allocated:manta.proto.OutputData.custom)
}
void OutputData::clear_custom() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (output_data_case() == kCustom) {
    if (GetArena() == nullptr) {
      delete _impl_.output_data_.custom_;
    } else if (::google::protobuf::internal::DebugHardenClearOneofMessageOnArena()) {
      if (_impl_.output_data_.custom_ != nullptr) {
        _impl_.output_data_.custom_->Clear();
      }
    }
    clear_has_output_data();
  }
}
OutputData::OutputData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, OutputData_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:manta.proto.OutputData)
}
PROTOBUF_NDEBUG_INLINE OutputData::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::manta::proto::OutputData& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        generative_prompt_(arena, from.generative_prompt_),
        output_data_{},
        _oneof_case_{from._oneof_case_[0]} {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  OutputData* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  ::memcpy(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, score_),
           reinterpret_cast<const char*>(&from._impl_) +
               offsetof(Impl_, score_),
           offsetof(Impl_, generation_seed_) -
               offsetof(Impl_, score_) +
               sizeof(Impl_::generation_seed_));
  switch (output_data_case()) {
    case OUTPUT_DATA_NOT_SET:
      break;
      case kText:
        new (&_impl_.output_data_.text_) decltype(_impl_.output_data_.text_){arena, from._impl_.output_data_.text_};
        break;
      case kImage:
        _impl_.output_data_.image_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.output_data_.image_);
        break;
      case kCustom:
        _impl_.output_data_.custom_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.output_data_.custom_);
        break;
  }

  // @@protoc_insertion_point(copy_constructor:manta.proto.OutputData)
}
PROTOBUF_NDEBUG_INLINE OutputData::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        generative_prompt_(arena),
        output_data_{},
        _oneof_case_{} {}

inline void OutputData::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, score_),
           0,
           offsetof(Impl_, generation_seed_) -
               offsetof(Impl_, score_) +
               sizeof(Impl_::generation_seed_));
}
OutputData::~OutputData() {
  // @@protoc_insertion_point(destructor:manta.proto.OutputData)
  SharedDtor(*this);
}
inline void OutputData::SharedDtor(MessageLite& self) {
  OutputData& this_ = static_cast<OutputData&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.generative_prompt_.Destroy();
  if (this_.has_output_data()) {
    this_.clear_output_data();
  }
  this_._impl_.~Impl_();
}

void OutputData::clear_output_data() {
// @@protoc_insertion_point(one_of_clear_start:manta.proto.OutputData)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  switch (output_data_case()) {
    case kText: {
      _impl_.output_data_.text_.Destroy();
      break;
    }
    case kImage: {
      if (GetArena() == nullptr) {
        delete _impl_.output_data_.image_;
      } else if (::google::protobuf::internal::DebugHardenClearOneofMessageOnArena()) {
        if (_impl_.output_data_.image_ != nullptr) {
          _impl_.output_data_.image_->Clear();
        }
      }
      break;
    }
    case kCustom: {
      if (GetArena() == nullptr) {
        delete _impl_.output_data_.custom_;
      } else if (::google::protobuf::internal::DebugHardenClearOneofMessageOnArena()) {
        if (_impl_.output_data_.custom_ != nullptr) {
          _impl_.output_data_.custom_->Clear();
        }
      }
      break;
    }
    case OUTPUT_DATA_NOT_SET: {
      break;
    }
  }
  _impl_._oneof_case_[0] = OUTPUT_DATA_NOT_SET;
}


#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite OutputData_class_data_ =
    OutputData::InternalGenerateClassData_(OutputData_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
OutputData::GetClassData() const {
  return OutputData_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
OutputData::GetClassData() const {
  return OutputData_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const OutputData::ParseTableT_
    OutputData::_table_ =
        OutputData::InternalGenerateParseTable_(OutputData_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void OutputData::Clear() {
// @@protoc_insertion_point(message_clear_start:manta.proto.OutputData)
  ::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_.generative_prompt_.ClearNonDefaultToEmpty();
  }
  if (BatchCheckHasBit(cached_has_bits, 0x00000006U)) {
    ::memset(&_impl_.score_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.generation_seed_) -
        reinterpret_cast<char*>(&_impl_.score_)) + sizeof(_impl_.generation_seed_));
  }
  clear_output_data();
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  switch (this_.output_data_case()) {
    case kText: {
      const ::std::string& _s = this_._internal_text();
      target = stream->WriteStringMaybeAliased(1, _s, target);
      break;
    }
    case kImage: {
      target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
          2, *this_._impl_.output_data_.image_, this_._impl_.output_data_.image_->GetCachedSize(), target,
          stream);
      break;
    }
    case kCustom: {
      target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
          3, *this_._impl_.output_data_.custom_, this_._impl_.output_data_.custom_->GetCachedSize(), target,
          stream);
      break;
    }
    default:
      break;
  }
  cached_has_bits = this_._impl_._has_bits_[0];
  // optional float score = 5;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteFloatToArray(
        5, this_._internal_score(), target);
  }

  // optional uint32 generation_seed = 6;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
        6, this_._internal_generation_seed(), target);
  }

  // optional string generative_prompt = 8;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    const ::std::string& _s = this_._internal_generative_prompt();
    target = stream->WriteStringMaybeAliased(8, _s, 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:manta.proto.OutputData)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t OutputData::ByteSizeLong(const MessageLite& base) {
  const OutputData& this_ = static_cast<const OutputData&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t OutputData::ByteSizeLong() const {
  const OutputData& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:manta.proto.OutputData)
  ::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];
  total_size += static_cast<bool>(0x00000002U & cached_has_bits) * 5;
  if (BatchCheckHasBit(cached_has_bits, 0x00000005U)) {
    // optional string generative_prompt = 8;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_generative_prompt());
    }
    // optional uint32 generation_seed = 6;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
          this_._internal_generation_seed());
    }
  }
  switch (this_.output_data_case()) {
    // string text = 1;
    case kText: {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_text());
      break;
    }
    // .manta.proto.Image image = 2;
    case kImage: {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.output_data_.image_);
      break;
    }
    // .manta.proto.Proto3Any custom = 3;
    case kCustom: {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.output_data_.custom_);
      break;
    }
    case OUTPUT_DATA_NOT_SET: {
      break;
    }
  }
  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 OutputData::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<OutputData*>(&to_msg);
  auto& from = static_cast<const OutputData&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:manta.proto.OutputData)
  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)) {
      _this->_internal_set_generative_prompt(from._internal_generative_prompt());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_impl_.score_ = from._impl_.score_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_impl_.generation_seed_ = from._impl_.generation_seed_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  if (const uint32_t oneof_from_case =
          from._impl_._oneof_case_[0]) {
    const uint32_t oneof_to_case = _this->_impl_._oneof_case_[0];
    const bool oneof_needs_init = oneof_to_case != oneof_from_case;
    if (oneof_needs_init) {
      if (oneof_to_case != 0) {
        _this->clear_output_data();
      }
      _this->_impl_._oneof_case_[0] = oneof_from_case;
    }

    switch (oneof_from_case) {
      case kText: {
        if (oneof_needs_init) {
          _this->_impl_.output_data_.text_.InitDefault();
        }
        _this->_impl_.output_data_.text_.Set(from._internal_text(), arena);
        break;
      }
      case kImage: {
        if (oneof_needs_init) {
          _this->_impl_.output_data_.image_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.output_data_.image_);
        } else {
          _this->_impl_.output_data_.image_->MergeFrom(*from._impl_.output_data_.image_);
        }
        break;
      }
      case kCustom: {
        if (oneof_needs_init) {
          _this->_impl_.output_data_.custom_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.output_data_.custom_);
        } else {
          _this->_impl_.output_data_.custom_->MergeFrom(*from._impl_.output_data_.custom_);
        }
        break;
      }
      case OUTPUT_DATA_NOT_SET:
        break;
    }
  }
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void OutputData::InternalSwap(OutputData* 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_.generative_prompt_, &other->_impl_.generative_prompt_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(OutputData, _impl_.generation_seed_)
      + sizeof(OutputData::_impl_.generation_seed_)
      - PROTOBUF_FIELD_OFFSET(OutputData, _impl_.score_)>(
          reinterpret_cast<char*>(&_impl_.score_),
          reinterpret_cast<char*>(&other->_impl_.score_));
  swap(_impl_.output_data_, other->_impl_.output_data_);
  swap(_impl_._oneof_case_[0], other->_impl_._oneof_case_[0]);
}

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

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

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  FilteredData* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  ::memcpy(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, is_output_data_),
           reinterpret_cast<const char*>(&from._impl_) +
               offsetof(Impl_, is_output_data_),
           offsetof(Impl_, reason_) -
               offsetof(Impl_, is_output_data_) +
               sizeof(Impl_::reason_));

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

inline void FilteredData::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, is_output_data_),
           0,
           offsetof(Impl_, reason_) -
               offsetof(Impl_, is_output_data_) +
               sizeof(Impl_::reason_));
}
FilteredData::~FilteredData() {
  // @@protoc_insertion_point(destructor:manta.proto.FilteredData)
  SharedDtor(*this);
}
inline void FilteredData::SharedDtor(MessageLite& self) {
  FilteredData& this_ = static_cast<FilteredData&>(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 FilteredData_class_data_ =
    FilteredData::InternalGenerateClassData_(FilteredData_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
FilteredData::GetClassData() const {
  return FilteredData_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
FilteredData::GetClassData() const {
  return FilteredData_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const FilteredData::ParseTableT_
    FilteredData::_table_ =
        FilteredData::InternalGenerateParseTable_(FilteredData_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void FilteredData::Clear() {
// @@protoc_insertion_point(message_clear_start:manta.proto.FilteredData)
  ::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_.additional_reasons_.Clear();
  }
  if (BatchCheckHasBit(cached_has_bits, 0x00000006U)) {
    ::memset(&_impl_.is_output_data_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.reason_) -
        reinterpret_cast<char*>(&_impl_.is_output_data_)) + sizeof(_impl_.reason_));
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional bool is_output_data = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        2, this_._internal_is_output_data(), target);
  }

  // optional .manta.proto.FilteredReason reason = 3;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        3, this_._internal_reason(), target);
  }

  // repeated .manta.proto.FilteredReason additional_reasons = 5;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (int i = 0, n = this_._internal_additional_reasons_size(); i < n; ++i) {
      target = stream->EnsureSpace(target);
      target = ::_pbi::WireFormatLite::WriteEnumToArray(
          5, static_cast<::manta::proto::FilteredReason>(this_._internal_additional_reasons().Get(i)),
          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:manta.proto.FilteredData)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t FilteredData::ByteSizeLong(const MessageLite& base) {
  const FilteredData& this_ = static_cast<const FilteredData&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t FilteredData::ByteSizeLong() const {
  const FilteredData& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:manta.proto.FilteredData)
  ::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];
  total_size += static_cast<bool>(0x00000002U & cached_has_bits) * 2;
  if (BatchCheckHasBit(cached_has_bits, 0x00000005U)) {
    // repeated .manta.proto.FilteredReason additional_reasons = 5;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      ::size_t data_size =
          ::_pbi::WireFormatLite::EnumSize(this_._internal_additional_reasons());
      ::size_t tag_size = ::size_t{1} *
          ::_pbi::FromIntSize(this_._internal_additional_reasons_size());
      total_size += data_size + tag_size;
    }
    // optional .manta.proto.FilteredReason reason = 3;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_reason());
    }
  }
  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 FilteredData::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<FilteredData*>(&to_msg);
  auto& from = static_cast<const FilteredData&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:manta.proto.FilteredData)
  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)) {
      _this->_internal_mutable_additional_reasons()->MergeFrom(from._internal_additional_reasons());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_impl_.is_output_data_ = from._impl_.is_output_data_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_impl_.reason_ = from._impl_.reason_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void FilteredData::InternalSwap(FilteredData* 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_.additional_reasons_.InternalSwap(&other->_impl_.additional_reasons_);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(FilteredData, _impl_.reason_)
      + sizeof(FilteredData::_impl_.reason_)
      - PROTOBUF_FIELD_OFFSET(FilteredData, _impl_.is_output_data_)>(
          reinterpret_cast<char*>(&_impl_.is_output_data_),
          reinterpret_cast<char*>(&other->_impl_.is_output_data_));
}

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

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

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

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

  // @@protoc_insertion_point(copy_constructor:manta.proto.Response)
}
PROTOBUF_NDEBUG_INLINE Response::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        output_data_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::manta::proto::Response,
            PROTOBUF_FIELD_OFFSET(::manta::proto::Response, _impl_.output_data_)>()
         }
        ,
        filtered_data_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::manta::proto::Response,
            PROTOBUF_FIELD_OFFSET(::manta::proto::Response, _impl_.filtered_data_)>()
         }
     {}

inline void Response::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
}
Response::~Response() {
  // @@protoc_insertion_point(destructor:manta.proto.Response)
  SharedDtor(*this);
}
inline void Response::SharedDtor(MessageLite& self) {
  Response& this_ = static_cast<Response&>(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 Response_class_data_ =
    Response::InternalGenerateClassData_(Response_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
Response::GetClassData() const {
  return Response_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
Response::GetClassData() const {
  return Response_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const Response::ParseTableT_
    Response::_table_ =
        Response::InternalGenerateParseTable_(Response_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void Response::Clear() {
// @@protoc_insertion_point(message_clear_start:manta.proto.Response)
  ::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, 0x00000003U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.output_data_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.filtered_data_.Clear();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // repeated .manta.proto.OutputData output_data = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_output_data_size());
         i < n; i++) {
      const auto& repfield = this_._internal_output_data().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              1, repfield, repfield.GetCachedSize(),
              target, stream);
    }
  }

  // repeated .manta.proto.FilteredData filtered_data = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_filtered_data_size());
         i < n; i++) {
      const auto& repfield = this_._internal_filtered_data().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              2, repfield, repfield.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:manta.proto.Response)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t Response::ByteSizeLong(const MessageLite& base) {
  const Response& this_ = static_cast<const Response&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t Response::ByteSizeLong() const {
  const Response& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:manta.proto.Response)
  ::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 .manta.proto.OutputData output_data = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1UL * this_._internal_output_data_size();
      for (const auto& msg : this_._internal_output_data()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
    // repeated .manta.proto.FilteredData filtered_data = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1UL * this_._internal_filtered_data_size();
      for (const auto& msg : this_._internal_filtered_data()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
  }
  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 Response::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<Response*>(&to_msg);
  auto& from = static_cast<const Response&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:manta.proto.Response)
  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_output_data()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_output_data());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_mutable_filtered_data()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_filtered_data());
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void Response::InternalSwap(Response* 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_.output_data_.InternalSwap(&other->_impl_.output_data_);
  _impl_.filtered_data_.InternalSwap(&other->_impl_.filtered_data_);
}

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