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

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

constexpr SourceInfo::ParseTableT_ SourceInfo::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(SourceInfo, _impl_._has_bits_),
      0, // no _extensions_
      2, 8,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967292,  // skipmap
      offsetof(ParseTableT_, field_entries),
      2,  // num_field_entries
      1,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::reporting::SourceInfo>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional string source_version = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 0, 0,
        PROTOBUF_FIELD_OFFSET(SourceInfo, _impl_.source_version_)}},
      // optional .reporting.SourceInfo.Source source = 1;
      {::_pbi::TcParser::FastEr0S1,
       {8, 1, 2,
        PROTOBUF_FIELD_OFFSET(SourceInfo, _impl_.source_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional .reporting.SourceInfo.Source source = 1;
      {PROTOBUF_FIELD_OFFSET(SourceInfo, _impl_.source_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kEnumRange)},
      // optional string source_version = 2;
      {PROTOBUF_FIELD_OFFSET(SourceInfo, _impl_.source_version_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
    }},
    {{
        {0, 2},
    }},
    {{
    }},
  };
}


inline constexpr SourceInfo::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        source_version_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        source_{static_cast< ::reporting::SourceInfo_Source >(0)} {}

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

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

constexpr SignedEncryptionInfo::ParseTableT_ SignedEncryptionInfo::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(SignedEncryptionInfo, _impl_._has_bits_),
      0, // no _extensions_
      3, 24,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967288,  // skipmap
      offsetof(ParseTableT_, field_entries),
      3,  // num_field_entries
      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<::reporting::SignedEncryptionInfo>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // optional bytes public_asymmetric_key = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(SignedEncryptionInfo, _impl_.public_asymmetric_key_)}},
      // optional int32 public_key_id = 2;
      {::_pbi::TcParser::FastV32S1,
       {16, 2, 0,
        PROTOBUF_FIELD_OFFSET(SignedEncryptionInfo, _impl_.public_key_id_)}},
      // optional bytes signature = 3;
      {::_pbi::TcParser::FastBS1,
       {26, 1, 0,
        PROTOBUF_FIELD_OFFSET(SignedEncryptionInfo, _impl_.signature_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional bytes public_asymmetric_key = 1;
      {PROTOBUF_FIELD_OFFSET(SignedEncryptionInfo, _impl_.public_asymmetric_key_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional int32 public_key_id = 2;
      {PROTOBUF_FIELD_OFFSET(SignedEncryptionInfo, _impl_.public_key_id_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt32)},
      // optional bytes signature = 3;
      {PROTOBUF_FIELD_OFFSET(SignedEncryptionInfo, _impl_.signature_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
    }},
    // no aux_entries
    {{
    }},
  };
}


inline constexpr SignedEncryptionInfo::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        public_asymmetric_key_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        signature_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        public_key_id_{0} {}

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

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

constexpr SequenceInformation::ParseTableT_ SequenceInformation::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(SequenceInformation, _impl_._has_bits_),
      0, // no _extensions_
      4, 24,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967280,  // skipmap
      offsetof(ParseTableT_, field_entries),
      4,  // num_field_entries
      1,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::reporting::SequenceInformation>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional string generation_guid = 4;
      {::_pbi::TcParser::FastBS1,
       {34, 0, 0,
        PROTOBUF_FIELD_OFFSET(SequenceInformation, _impl_.generation_guid_)}},
      // optional int64 sequencing_id = 1;
      {::_pbi::TcParser::FastV64S1,
       {8, 1, 0,
        PROTOBUF_FIELD_OFFSET(SequenceInformation, _impl_.sequencing_id_)}},
      // optional int64 generation_id = 2;
      {::_pbi::TcParser::FastV64S1,
       {16, 2, 0,
        PROTOBUF_FIELD_OFFSET(SequenceInformation, _impl_.generation_id_)}},
      // optional .reporting.Priority priority = 3;
      {::_pbi::TcParser::FastEr0S1,
       {24, 3, 7,
        PROTOBUF_FIELD_OFFSET(SequenceInformation, _impl_.priority_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional int64 sequencing_id = 1;
      {PROTOBUF_FIELD_OFFSET(SequenceInformation, _impl_.sequencing_id_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional int64 generation_id = 2;
      {PROTOBUF_FIELD_OFFSET(SequenceInformation, _impl_.generation_id_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional .reporting.Priority priority = 3;
      {PROTOBUF_FIELD_OFFSET(SequenceInformation, _impl_.priority_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kEnumRange)},
      // optional string generation_guid = 4;
      {PROTOBUF_FIELD_OFFSET(SequenceInformation, _impl_.generation_guid_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
    }},
    {{
        {0, 7},
    }},
    {{
    }},
  };
}


inline constexpr SequenceInformation::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        generation_guid_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        sequencing_id_{::int64_t{0}},
        generation_id_{::int64_t{0}},
        priority_{static_cast< ::reporting::Priority >(0)} {}

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

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

constexpr ListOfBlockedDestinations::ParseTableT_ ListOfBlockedDestinations::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(ListOfBlockedDestinations, _impl_._has_bits_),
      0, // no _extensions_
      1, 0,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967294,  // skipmap
      offsetof(ParseTableT_, field_entries),
      1,  // 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<::reporting::ListOfBlockedDestinations>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // repeated .reporting.Destination destinations = 1;
      {::_pbi::TcParser::FastEvR1,
       {8, 0, 0,
        PROTOBUF_FIELD_OFFSET(ListOfBlockedDestinations, _impl_.destinations_)}},
    }}, {{
      65535, 65535
    }}, {{
      // repeated .reporting.Destination destinations = 1;
      {PROTOBUF_FIELD_OFFSET(ListOfBlockedDestinations, _impl_.destinations_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kEnum)},
    }},
    {{
        {::_pbi::FieldAuxEnumData{}, ::reporting::Destination_internal_data_},
    }},
    {{
    }},
  };
}


inline constexpr ListOfBlockedDestinations::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        destinations_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::reporting::ListOfBlockedDestinations,
            PROTOBUF_FIELD_OFFSET(::reporting::ListOfBlockedDestinations, _impl_.destinations_)>()
         }
     {}

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

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

constexpr EncryptionInfo::ParseTableT_ EncryptionInfo::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(EncryptionInfo, _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<::reporting::EncryptionInfo>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional int64 public_key_id = 2;
      {::_pbi::TcParser::FastV64S1,
       {16, 1, 0,
        PROTOBUF_FIELD_OFFSET(EncryptionInfo, _impl_.public_key_id_)}},
      // optional bytes encryption_key = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(EncryptionInfo, _impl_.encryption_key_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional bytes encryption_key = 1;
      {PROTOBUF_FIELD_OFFSET(EncryptionInfo, _impl_.encryption_key_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional int64 public_key_id = 2;
      {PROTOBUF_FIELD_OFFSET(EncryptionInfo, _impl_.public_key_id_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
    }},
    // no aux_entries
    {{
    }},
  };
}


inline constexpr EncryptionInfo::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        encryption_key_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        public_key_id_{::int64_t{0}} {}

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

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

constexpr CompressionInformation::ParseTableT_ CompressionInformation::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(CompressionInformation, _impl_._has_bits_),
      0, // no _extensions_
      1, 0,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967294,  // skipmap
      offsetof(ParseTableT_, field_entries),
      1,  // 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<::reporting::CompressionInformation>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional .reporting.CompressionInformation.CompressionAlgorithm compression_algorithm = 1;
      {::_pbi::TcParser::FastEr0S1,
       {8, 0, 1,
        PROTOBUF_FIELD_OFFSET(CompressionInformation, _impl_.compression_algorithm_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional .reporting.CompressionInformation.CompressionAlgorithm compression_algorithm = 1;
      {PROTOBUF_FIELD_OFFSET(CompressionInformation, _impl_.compression_algorithm_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kEnumRange)},
    }},
    {{
        {0, 1},
    }},
    {{
    }},
  };
}


inline constexpr CompressionInformation::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        compression_algorithm_{static_cast< ::reporting::CompressionInformation_CompressionAlgorithm >(0)} {}

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

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

constexpr Record::ParseTableT_ Record::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(Record, _impl_._has_bits_),
      0, // no _extensions_
      7, 56,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967168,  // skipmap
      offsetof(ParseTableT_, field_entries),
      7,  // 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<::reporting::Record>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // optional bytes data = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(Record, _impl_.data_)}},
      // optional .reporting.Destination destination = 2;
      {::_pbi::TcParser::FastEvS1,
       {16, 4, 1,
        PROTOBUF_FIELD_OFFSET(Record, _impl_.destination_)}},
      // optional string dm_token = 3;
      {::_pbi::TcParser::FastBS1,
       {26, 1, 0,
        PROTOBUF_FIELD_OFFSET(Record, _impl_.dm_token_)}},
      // optional int64 timestamp_us = 4;
      {::_pbi::TcParser::FastV64S1,
       {32, 3, 0,
        PROTOBUF_FIELD_OFFSET(Record, _impl_.timestamp_us_)}},
      // optional int64 reserved_space = 5;
      {::_pbi::TcParser::FastV64S1,
       {40, 6, 0,
        PROTOBUF_FIELD_OFFSET(Record, _impl_.reserved_space_)}},
      // optional bool needs_local_unencrypted_copy = 6;
      {::_pbi::TcParser::FastV8S1,
       {48, 5, 0,
        PROTOBUF_FIELD_OFFSET(Record, _impl_.needs_local_unencrypted_copy_)}},
      // optional .reporting.SourceInfo source_info = 7;
      {::_pbi::TcParser::FastMtS1,
       {58, 2, 0,
        PROTOBUF_FIELD_OFFSET(Record, _impl_.source_info_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional bytes data = 1;
      {PROTOBUF_FIELD_OFFSET(Record, _impl_.data_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional .reporting.Destination destination = 2;
      {PROTOBUF_FIELD_OFFSET(Record, _impl_.destination_), _Internal::kHasBitsOffset + 4, 1, (0 | ::_fl::kFcOptional | ::_fl::kEnum)},
      // optional string dm_token = 3;
      {PROTOBUF_FIELD_OFFSET(Record, _impl_.dm_token_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional int64 timestamp_us = 4;
      {PROTOBUF_FIELD_OFFSET(Record, _impl_.timestamp_us_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional int64 reserved_space = 5;
      {PROTOBUF_FIELD_OFFSET(Record, _impl_.reserved_space_), _Internal::kHasBitsOffset + 6, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional bool needs_local_unencrypted_copy = 6;
      {PROTOBUF_FIELD_OFFSET(Record, _impl_.needs_local_unencrypted_copy_), _Internal::kHasBitsOffset + 5, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // optional .reporting.SourceInfo source_info = 7;
      {PROTOBUF_FIELD_OFFSET(Record, _impl_.source_info_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::reporting::SourceInfo>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::reporting::SourceInfo_globals_},
        #endif
        {::_pbi::FieldAuxEnumData{}, ::reporting::Destination_internal_data_},
    }},
    {{
    }},
  };
}


inline constexpr Record::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        data_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        dm_token_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        source_info_{nullptr},
        timestamp_us_{::int64_t{0}},
        destination_{static_cast< ::reporting::Destination >(0)},
        needs_local_unencrypted_copy_{false},
        reserved_space_{::int64_t{0}} {}

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

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

constexpr WrappedRecord::ParseTableT_ WrappedRecord::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(WrappedRecord, _impl_._has_bits_),
      0, // no _extensions_
      3, 24,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967288,  // skipmap
      offsetof(ParseTableT_, field_entries),
      3,  // num_field_entries
      1,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::reporting::WrappedRecord>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // optional .reporting.Record record = 1;
      {::_pbi::TcParser::FastMtS1,
       {10, 2, 0,
        PROTOBUF_FIELD_OFFSET(WrappedRecord, _impl_.record_)}},
      // optional bytes record_digest = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 0, 0,
        PROTOBUF_FIELD_OFFSET(WrappedRecord, _impl_.record_digest_)}},
      // optional bytes last_record_digest = 3;
      {::_pbi::TcParser::FastBS1,
       {26, 1, 0,
        PROTOBUF_FIELD_OFFSET(WrappedRecord, _impl_.last_record_digest_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional .reporting.Record record = 1;
      {PROTOBUF_FIELD_OFFSET(WrappedRecord, _impl_.record_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional bytes record_digest = 2;
      {PROTOBUF_FIELD_OFFSET(WrappedRecord, _impl_.record_digest_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional bytes last_record_digest = 3;
      {PROTOBUF_FIELD_OFFSET(WrappedRecord, _impl_.last_record_digest_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::reporting::Record>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::reporting::Record_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr WrappedRecord::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        record_digest_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        last_record_digest_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        record_{nullptr} {}

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

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

constexpr EncryptedRecord::ParseTableT_ EncryptedRecord::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(EncryptedRecord, _impl_._has_bits_),
      0, // no _extensions_
      7, 56,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967168,  // skipmap
      offsetof(ParseTableT_, field_entries),
      7,  // num_field_entries
      6,  // 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<::reporting::EncryptedRecord>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // optional bytes encrypted_wrapped_record = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(EncryptedRecord, _impl_.encrypted_wrapped_record_)}},
      // optional .reporting.EncryptionInfo encryption_info = 2;
      {::_pbi::TcParser::FastMtS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(EncryptedRecord, _impl_.encryption_info_)}},
      // optional .reporting.SequenceInformation sequence_information = 3;
      {::_pbi::TcParser::FastMtS1,
       {26, 2, 1,
        PROTOBUF_FIELD_OFFSET(EncryptedRecord, _impl_.sequence_information_)}},
      // optional .reporting.CompressionInformation compression_information = 4;
      {::_pbi::TcParser::FastMtS1,
       {34, 3, 2,
        PROTOBUF_FIELD_OFFSET(EncryptedRecord, _impl_.compression_information_)}},
      // optional .reporting.SequenceInformation sequencing_information = 5 [deprecated = true];
      {::_pbi::TcParser::FastMtS1,
       {42, 4, 3,
        PROTOBUF_FIELD_OFFSET(EncryptedRecord, _impl_.sequencing_information_)}},
      // optional .reporting.ERPHealthData erp_health_data = 6;
      {::_pbi::TcParser::FastMtS1,
       {50, 5, 4,
        PROTOBUF_FIELD_OFFSET(EncryptedRecord, _impl_.erp_health_data_)}},
      // optional .reporting.Record record_copy = 7;
      {::_pbi::TcParser::FastMtS1,
       {58, 6, 5,
        PROTOBUF_FIELD_OFFSET(EncryptedRecord, _impl_.record_copy_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional bytes encrypted_wrapped_record = 1;
      {PROTOBUF_FIELD_OFFSET(EncryptedRecord, _impl_.encrypted_wrapped_record_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional .reporting.EncryptionInfo encryption_info = 2;
      {PROTOBUF_FIELD_OFFSET(EncryptedRecord, _impl_.encryption_info_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional .reporting.SequenceInformation sequence_information = 3;
      {PROTOBUF_FIELD_OFFSET(EncryptedRecord, _impl_.sequence_information_), _Internal::kHasBitsOffset + 2, 1, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional .reporting.CompressionInformation compression_information = 4;
      {PROTOBUF_FIELD_OFFSET(EncryptedRecord, _impl_.compression_information_), _Internal::kHasBitsOffset + 3, 2, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional .reporting.SequenceInformation sequencing_information = 5 [deprecated = true];
      {PROTOBUF_FIELD_OFFSET(EncryptedRecord, _impl_.sequencing_information_), _Internal::kHasBitsOffset + 4, 3, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional .reporting.ERPHealthData erp_health_data = 6;
      {PROTOBUF_FIELD_OFFSET(EncryptedRecord, _impl_.erp_health_data_), _Internal::kHasBitsOffset + 5, 4, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional .reporting.Record record_copy = 7;
      {PROTOBUF_FIELD_OFFSET(EncryptedRecord, _impl_.record_copy_), _Internal::kHasBitsOffset + 6, 5, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::reporting::EncryptionInfo>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::reporting::EncryptionInfo_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::reporting::SequenceInformation>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::reporting::SequenceInformation_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::reporting::CompressionInformation>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::reporting::CompressionInformation_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::reporting::SequenceInformation>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::reporting::SequenceInformation_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::reporting::ERPHealthData>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::reporting::ERPHealthData_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::reporting::Record>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::reporting::Record_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr EncryptedRecord::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        encrypted_wrapped_record_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        encryption_info_{nullptr},
        sequence_information_{nullptr},
        compression_information_{nullptr},
        sequencing_information_{nullptr},
        erp_health_data_{nullptr},
        record_copy_{nullptr} {}

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

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST EncryptedRecordGlobalsTypeInternal EncryptedRecord_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* EncryptedRecord_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return EncryptedRecord_globals_.GetClassData();
#else
  return EncryptedRecord_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
}  // namespace reporting
namespace reporting {
PROTOBUF_CONSTINIT const uint32_t SourceInfo_Source_internal_data_[] = {
    196608u, 0u, };
static const char SourceInfo_Source_names[] = {
    "ASH"
    "LACROS"
    "SOURCE_UNSPECIFIED"
};

static const ::google::protobuf::internal::EnumEntry SourceInfo_Source_entries[] = {
    {{&SourceInfo_Source_names[0], 3}, 1},
    {{&SourceInfo_Source_names[3], 6}, 2},
    {{&SourceInfo_Source_names[9], 18}, 0},
};

static const int SourceInfo_Source_entries_by_number[] = {
    2,  // 0 -> SOURCE_UNSPECIFIED
    0,  // 1 -> ASH
    1,  // 2 -> LACROS
};

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

const ::std::string& SourceInfo_Source_Name(SourceInfo_Source value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      SourceInfo_Source_entries, SourceInfo_Source_entries_by_number, 3,
      SourceInfo_Source_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(SourceInfo_Source_entries,
                                  SourceInfo_Source_entries_by_number,
                                  3, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : SourceInfo_Source_strings[idx].get();
}
PROTOBUF_CONSTINIT const uint32_t CompressionInformation_CompressionAlgorithm_internal_data_[] = {
    131072u, 0u, };
static const char CompressionInformation_CompressionAlgorithm_names[] = {
    "COMPRESSION_NONE"
    "COMPRESSION_SNAPPY"
};

static const ::google::protobuf::internal::EnumEntry CompressionInformation_CompressionAlgorithm_entries[] = {
    {{&CompressionInformation_CompressionAlgorithm_names[0], 16}, 0},
    {{&CompressionInformation_CompressionAlgorithm_names[16], 18}, 1},
};

static const int CompressionInformation_CompressionAlgorithm_entries_by_number[] = {
    0,  // 0 -> COMPRESSION_NONE
    1,  // 1 -> COMPRESSION_SNAPPY
};

bool CompressionInformation_CompressionAlgorithm_Parse(::absl::string_view name,
                                  CompressionInformation_CompressionAlgorithm* PROTOBUF_NONNULL value) {
  int int_value;
  bool success = ::google::protobuf::internal::LookUpEnumValue(
      CompressionInformation_CompressionAlgorithm_entries, 2, name, &int_value);
  if (success) {
    *value = static_cast<CompressionInformation_CompressionAlgorithm>(int_value);
  }
  return success;
}
static ::google::protobuf::internal::ExplicitlyConstructed<::std::string>
    CompressionInformation_CompressionAlgorithm_strings[2] = {};

const ::std::string& CompressionInformation_CompressionAlgorithm_Name(CompressionInformation_CompressionAlgorithm value) {
  static const bool kDummy = ::google::protobuf::internal::InitializeEnumStrings(
      CompressionInformation_CompressionAlgorithm_entries, CompressionInformation_CompressionAlgorithm_entries_by_number, 2,
      CompressionInformation_CompressionAlgorithm_strings);
  (void)kDummy;

  int idx = ::google::protobuf::internal::LookUpEnumName(CompressionInformation_CompressionAlgorithm_entries,
                                  CompressionInformation_CompressionAlgorithm_entries_by_number,
                                  2, value);
  return idx == -1 ? ::google::protobuf::internal::GetEmptyString() : CompressionInformation_CompressionAlgorithm_strings[idx].get();
}
// ===================================================================

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

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  Record* 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_.source_info_ = (CheckHasBit(cached_has_bits, 0x00000004U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.source_info_)
                : nullptr;
  ::memcpy(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, timestamp_us_),
           reinterpret_cast<const char*>(&from._impl_) +
               offsetof(Impl_, timestamp_us_),
           offsetof(Impl_, reserved_space_) -
               offsetof(Impl_, timestamp_us_) +
               sizeof(Impl_::reserved_space_));

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

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite Record_class_data_ =
    Record::InternalGenerateClassData_(Record_globals_._default);

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

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000007U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.data_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.dm_token_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(_impl_.source_info_ != nullptr);
      _impl_.source_info_->Clear();
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x00000078U)) {
    ::memset(&_impl_.timestamp_us_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.reserved_space_) -
        reinterpret_cast<char*>(&_impl_.timestamp_us_)) + sizeof(_impl_.reserved_space_));
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

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

  // optional .reporting.Destination destination = 2;
  if (CheckHasBit(cached_has_bits, 0x00000010U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        2, this_._internal_destination(), target);
  }

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

  // optional int64 timestamp_us = 4;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<4>(
            stream, this_._internal_timestamp_us(), target);
  }

  // optional int64 reserved_space = 5;
  if (CheckHasBit(cached_has_bits, 0x00000040U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<5>(
            stream, this_._internal_reserved_space(), target);
  }

  // optional bool needs_local_unencrypted_copy = 6;
  if (CheckHasBit(cached_has_bits, 0x00000020U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        6, this_._internal_needs_local_unencrypted_copy(), target);
  }

  // optional .reporting.SourceInfo source_info = 7;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        7, *this_._impl_.source_info_, this_._impl_.source_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:reporting.Record)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t Record::ByteSizeLong(const MessageLite& base) {
  const Record& this_ = static_cast<const Record&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t Record::ByteSizeLong() const {
  const Record& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:reporting.Record)
  ::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>(0x00000020U & cached_has_bits) * 2;
  if (BatchCheckHasBit(cached_has_bits, 0x0000005fU)) {
    // optional bytes data = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
                                      this_._internal_data());
    }
    // optional string dm_token = 3;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_dm_token());
    }
    // optional .reporting.SourceInfo source_info = 7;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.source_info_);
    }
    // optional int64 timestamp_us = 4;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_timestamp_us());
    }
    // optional .reporting.Destination destination = 2;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_destination());
    }
    // optional int64 reserved_space = 5;
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_reserved_space());
    }
  }
  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 Record::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<Record*>(&to_msg);
  auto& from = static_cast<const Record&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:reporting.Record)
  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)) {
      _this->_internal_set_data(from._internal_data());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_dm_token(from._internal_dm_token());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(from._impl_.source_info_ != nullptr);
      if (_this->_impl_.source_info_ == nullptr) {
        _this->_impl_.source_info_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.source_info_);
      } else {
        _this->_impl_.source_info_->MergeFrom(*from._impl_.source_info_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_impl_.timestamp_us_ = from._impl_.timestamp_us_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _this->_impl_.destination_ = from._impl_.destination_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _this->_impl_.needs_local_unencrypted_copy_ = from._impl_.needs_local_unencrypted_copy_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      _this->_impl_.reserved_space_ = from._impl_.reserved_space_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void Record::InternalSwap(Record* 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_.data_, &other->_impl_.data_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.dm_token_, &other->_impl_.dm_token_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(Record, _impl_.reserved_space_)
      + sizeof(Record::_impl_.reserved_space_)
      - PROTOBUF_FIELD_OFFSET(Record, _impl_.source_info_)>(
          reinterpret_cast<char*>(&_impl_.source_info_),
          reinterpret_cast<char*>(&other->_impl_.source_info_));
}

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

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

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

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

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

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite SourceInfo_class_data_ =
    SourceInfo::InternalGenerateClassData_(SourceInfo_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
SourceInfo::GetClassData() const {
  return SourceInfo_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
SourceInfo::GetClassData() const {
  return SourceInfo_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const SourceInfo::ParseTableT_
    SourceInfo::_table_ =
        SourceInfo::InternalGenerateParseTable_(SourceInfo_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void SourceInfo::Clear() {
// @@protoc_insertion_point(message_clear_start:reporting.SourceInfo)
  ::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_.source_version_.ClearNonDefaultToEmpty();
  }
  _impl_.source_ = 0;
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional .reporting.SourceInfo.Source source = 1;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        1, this_._internal_source(), target);
  }

  // optional string source_version = 2;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    const ::std::string& _s = this_._internal_source_version();
    target = stream->WriteStringMaybeAliased(2, _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:reporting.SourceInfo)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t SourceInfo::ByteSizeLong(const MessageLite& base) {
  const SourceInfo& this_ = static_cast<const SourceInfo&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t SourceInfo::ByteSizeLong() const {
  const SourceInfo& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:reporting.SourceInfo)
  ::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 string source_version = 2;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_source_version());
    }
    // optional .reporting.SourceInfo.Source source = 1;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_source());
    }
  }
  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 SourceInfo::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<SourceInfo*>(&to_msg);
  auto& from = static_cast<const SourceInfo&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:reporting.SourceInfo)
  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_set_source_version(from._internal_source_version());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_impl_.source_ = from._impl_.source_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void SourceInfo::InternalSwap(SourceInfo* 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_.source_version_, &other->_impl_.source_version_, arena);
  swap(_impl_.source_, other->_impl_.source_);
}

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

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

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

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

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

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite WrappedRecord_class_data_ =
    WrappedRecord::InternalGenerateClassData_(WrappedRecord_globals_._default);

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

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

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional .reporting.Record record = 1;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        1, *this_._impl_.record_, this_._impl_.record_->GetCachedSize(), target,
        stream);
  }

  // optional bytes record_digest = 2;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    const ::std::string& _s = this_._internal_record_digest();
    target = stream->WriteBytesMaybeAliased(2, _s, target);
  }

  // optional bytes last_record_digest = 3;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    const ::std::string& _s = this_._internal_last_record_digest();
    target = stream->WriteBytesMaybeAliased(3, _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:reporting.WrappedRecord)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t WrappedRecord::ByteSizeLong(const MessageLite& base) {
  const WrappedRecord& this_ = static_cast<const WrappedRecord&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t WrappedRecord::ByteSizeLong() const {
  const WrappedRecord& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:reporting.WrappedRecord)
  ::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 bytes record_digest = 2;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
                                      this_._internal_record_digest());
    }
    // optional bytes last_record_digest = 3;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
                                      this_._internal_last_record_digest());
    }
    // optional .reporting.Record record = 1;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.record_);
    }
  }
  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 WrappedRecord::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<WrappedRecord*>(&to_msg);
  auto& from = static_cast<const WrappedRecord&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:reporting.WrappedRecord)
  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_record_digest(from._internal_record_digest());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_last_record_digest(from._internal_last_record_digest());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(from._impl_.record_ != nullptr);
      if (_this->_impl_.record_ == nullptr) {
        _this->_impl_.record_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.record_);
      } else {
        _this->_impl_.record_->MergeFrom(*from._impl_.record_);
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void WrappedRecord::InternalSwap(WrappedRecord* 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_.record_digest_, &other->_impl_.record_digest_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.last_record_digest_, &other->_impl_.last_record_digest_, arena);
  swap(_impl_.record_, other->_impl_.record_);
}

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

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

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

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

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

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite EncryptionInfo_class_data_ =
    EncryptionInfo::InternalGenerateClassData_(EncryptionInfo_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
EncryptionInfo::GetClassData() const {
  return EncryptionInfo_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
EncryptionInfo::GetClassData() const {
  return EncryptionInfo_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const EncryptionInfo::ParseTableT_
    EncryptionInfo::_table_ =
        EncryptionInfo::InternalGenerateParseTable_(EncryptionInfo_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void EncryptionInfo::Clear() {
// @@protoc_insertion_point(message_clear_start:reporting.EncryptionInfo)
  ::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_.encryption_key_.ClearNonDefaultToEmpty();
  }
  _impl_.public_key_id_ = ::int64_t{0};
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

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

  // optional int64 public_key_id = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<2>(
            stream, this_._internal_public_key_id(), 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:reporting.EncryptionInfo)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t EncryptionInfo::ByteSizeLong(const MessageLite& base) {
  const EncryptionInfo& this_ = static_cast<const EncryptionInfo&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t EncryptionInfo::ByteSizeLong() const {
  const EncryptionInfo& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:reporting.EncryptionInfo)
  ::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 bytes encryption_key = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
                                      this_._internal_encryption_key());
    }
    // optional int64 public_key_id = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_public_key_id());
    }
  }
  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 EncryptionInfo::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<EncryptionInfo*>(&to_msg);
  auto& from = static_cast<const EncryptionInfo&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:reporting.EncryptionInfo)
  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_set_encryption_key(from._internal_encryption_key());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_impl_.public_key_id_ = from._impl_.public_key_id_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void EncryptionInfo::InternalSwap(EncryptionInfo* 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_.encryption_key_, &other->_impl_.encryption_key_, arena);
  swap(_impl_.public_key_id_, other->_impl_.public_key_id_);
}

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

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

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SequenceInformation* 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_, sequencing_id_),
           reinterpret_cast<const char*>(&from._impl_) +
               offsetof(Impl_, sequencing_id_),
           offsetof(Impl_, priority_) -
               offsetof(Impl_, sequencing_id_) +
               sizeof(Impl_::priority_));

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

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite SequenceInformation_class_data_ =
    SequenceInformation::InternalGenerateClassData_(SequenceInformation_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
SequenceInformation::GetClassData() const {
  return SequenceInformation_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
SequenceInformation::GetClassData() const {
  return SequenceInformation_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const SequenceInformation::ParseTableT_
    SequenceInformation::_table_ =
        SequenceInformation::InternalGenerateParseTable_(SequenceInformation_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void SequenceInformation::Clear() {
// @@protoc_insertion_point(message_clear_start:reporting.SequenceInformation)
  ::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_.generation_guid_.ClearNonDefaultToEmpty();
  }
  if (BatchCheckHasBit(cached_has_bits, 0x0000000eU)) {
    ::memset(&_impl_.sequencing_id_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.priority_) -
        reinterpret_cast<char*>(&_impl_.sequencing_id_)) + sizeof(_impl_.priority_));
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional int64 sequencing_id = 1;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<1>(
            stream, this_._internal_sequencing_id(), target);
  }

  // optional int64 generation_id = 2;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<2>(
            stream, this_._internal_generation_id(), target);
  }

  // optional .reporting.Priority priority = 3;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        3, this_._internal_priority(), target);
  }

  // optional string generation_guid = 4;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    const ::std::string& _s = this_._internal_generation_guid();
    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:reporting.SequenceInformation)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t SequenceInformation::ByteSizeLong(const MessageLite& base) {
  const SequenceInformation& this_ = static_cast<const SequenceInformation&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t SequenceInformation::ByteSizeLong() const {
  const SequenceInformation& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:reporting.SequenceInformation)
  ::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)) {
    // optional string generation_guid = 4;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_generation_guid());
    }
    // optional int64 sequencing_id = 1;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_sequencing_id());
    }
    // optional int64 generation_id = 2;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_generation_id());
    }
    // optional .reporting.Priority priority = 3;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_priority());
    }
  }
  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 SequenceInformation::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<SequenceInformation*>(&to_msg);
  auto& from = static_cast<const SequenceInformation&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:reporting.SequenceInformation)
  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_set_generation_guid(from._internal_generation_guid());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_impl_.sequencing_id_ = from._impl_.sequencing_id_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_impl_.generation_id_ = from._impl_.generation_id_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_impl_.priority_ = from._impl_.priority_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void SequenceInformation::InternalSwap(SequenceInformation* 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_.generation_guid_, &other->_impl_.generation_guid_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(SequenceInformation, _impl_.priority_)
      + sizeof(SequenceInformation::_impl_.priority_)
      - PROTOBUF_FIELD_OFFSET(SequenceInformation, _impl_.sequencing_id_)>(
          reinterpret_cast<char*>(&_impl_.sequencing_id_),
          reinterpret_cast<char*>(&other->_impl_.sequencing_id_));
}

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

void EncryptedRecord::clear_erp_health_data() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.erp_health_data_ != nullptr) _impl_.erp_health_data_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000020U);
}
EncryptedRecord::EncryptedRecord(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, EncryptedRecord_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:reporting.EncryptedRecord)
}
PROTOBUF_NDEBUG_INLINE EncryptedRecord::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::reporting::EncryptedRecord& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        encrypted_wrapped_record_(arena, from.encrypted_wrapped_record_) {}

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  EncryptedRecord* 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_.encryption_info_ = (CheckHasBit(cached_has_bits, 0x00000002U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.encryption_info_)
                : nullptr;
  _impl_.sequence_information_ = (CheckHasBit(cached_has_bits, 0x00000004U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.sequence_information_)
                : nullptr;
  _impl_.compression_information_ = (CheckHasBit(cached_has_bits, 0x00000008U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.compression_information_)
                : nullptr;
  _impl_.sequencing_information_ = (CheckHasBit(cached_has_bits, 0x00000010U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.sequencing_information_)
                : nullptr;
  _impl_.erp_health_data_ = (CheckHasBit(cached_has_bits, 0x00000020U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.erp_health_data_)
                : nullptr;
  _impl_.record_copy_ = (CheckHasBit(cached_has_bits, 0x00000040U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.record_copy_)
                : nullptr;

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

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite EncryptedRecord_class_data_ =
    EncryptedRecord::InternalGenerateClassData_(EncryptedRecord_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
EncryptedRecord::GetClassData() const {
  return EncryptedRecord_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
EncryptedRecord::GetClassData() const {
  return EncryptedRecord_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const EncryptedRecord::ParseTableT_
    EncryptedRecord::_table_ =
        EncryptedRecord::InternalGenerateParseTable_(EncryptedRecord_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void EncryptedRecord::Clear() {
// @@protoc_insertion_point(message_clear_start:reporting.EncryptedRecord)
  ::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, 0x0000007fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.encrypted_wrapped_record_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(_impl_.encryption_info_ != nullptr);
      _impl_.encryption_info_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(_impl_.sequence_information_ != nullptr);
      _impl_.sequence_information_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      ABSL_DCHECK(_impl_.compression_information_ != nullptr);
      _impl_.compression_information_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      ABSL_DCHECK(_impl_.sequencing_information_ != nullptr);
      _impl_.sequencing_information_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      ABSL_DCHECK(_impl_.erp_health_data_ != nullptr);
      _impl_.erp_health_data_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      ABSL_DCHECK(_impl_.record_copy_ != nullptr);
      _impl_.record_copy_->Clear();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

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

  // optional .reporting.EncryptionInfo encryption_info = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        2, *this_._impl_.encryption_info_, this_._impl_.encryption_info_->GetCachedSize(), target,
        stream);
  }

  // optional .reporting.SequenceInformation sequence_information = 3;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        3, *this_._impl_.sequence_information_, this_._impl_.sequence_information_->GetCachedSize(), target,
        stream);
  }

  // optional .reporting.CompressionInformation compression_information = 4;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        4, *this_._impl_.compression_information_, this_._impl_.compression_information_->GetCachedSize(), target,
        stream);
  }

  // optional .reporting.SequenceInformation sequencing_information = 5 [deprecated = true];
  if (CheckHasBit(cached_has_bits, 0x00000010U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        5, *this_._impl_.sequencing_information_, this_._impl_.sequencing_information_->GetCachedSize(), target,
        stream);
  }

  // optional .reporting.ERPHealthData erp_health_data = 6;
  if (CheckHasBit(cached_has_bits, 0x00000020U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        6, *this_._impl_.erp_health_data_, this_._impl_.erp_health_data_->GetCachedSize(), target,
        stream);
  }

  // optional .reporting.Record record_copy = 7;
  if (CheckHasBit(cached_has_bits, 0x00000040U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        7, *this_._impl_.record_copy_, this_._impl_.record_copy_->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:reporting.EncryptedRecord)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t EncryptedRecord::ByteSizeLong(const MessageLite& base) {
  const EncryptedRecord& this_ = static_cast<const EncryptedRecord&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t EncryptedRecord::ByteSizeLong() const {
  const EncryptedRecord& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:reporting.EncryptedRecord)
  ::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 bytes encrypted_wrapped_record = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
                                      this_._internal_encrypted_wrapped_record());
    }
    // optional .reporting.EncryptionInfo encryption_info = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.encryption_info_);
    }
    // optional .reporting.SequenceInformation sequence_information = 3;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.sequence_information_);
    }
    // optional .reporting.CompressionInformation compression_information = 4;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.compression_information_);
    }
    // optional .reporting.SequenceInformation sequencing_information = 5 [deprecated = true];
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.sequencing_information_);
    }
    // optional .reporting.ERPHealthData erp_health_data = 6;
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.erp_health_data_);
    }
    // optional .reporting.Record record_copy = 7;
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.record_copy_);
    }
  }
  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 EncryptedRecord::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<EncryptedRecord*>(&to_msg);
  auto& from = static_cast<const EncryptedRecord&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:reporting.EncryptedRecord)
  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)) {
      _this->_internal_set_encrypted_wrapped_record(from._internal_encrypted_wrapped_record());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(from._impl_.encryption_info_ != nullptr);
      if (_this->_impl_.encryption_info_ == nullptr) {
        _this->_impl_.encryption_info_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.encryption_info_);
      } else {
        _this->_impl_.encryption_info_->MergeFrom(*from._impl_.encryption_info_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      ABSL_DCHECK(from._impl_.sequence_information_ != nullptr);
      if (_this->_impl_.sequence_information_ == nullptr) {
        _this->_impl_.sequence_information_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.sequence_information_);
      } else {
        _this->_impl_.sequence_information_->MergeFrom(*from._impl_.sequence_information_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      ABSL_DCHECK(from._impl_.compression_information_ != nullptr);
      if (_this->_impl_.compression_information_ == nullptr) {
        _this->_impl_.compression_information_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.compression_information_);
      } else {
        _this->_impl_.compression_information_->MergeFrom(*from._impl_.compression_information_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      ABSL_DCHECK(from._impl_.sequencing_information_ != nullptr);
      if (_this->_impl_.sequencing_information_ == nullptr) {
        _this->_impl_.sequencing_information_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.sequencing_information_);
      } else {
        _this->_impl_.sequencing_information_->MergeFrom(*from._impl_.sequencing_information_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      ABSL_DCHECK(from._impl_.erp_health_data_ != nullptr);
      if (_this->_impl_.erp_health_data_ == nullptr) {
        _this->_impl_.erp_health_data_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.erp_health_data_);
      } else {
        _this->_impl_.erp_health_data_->MergeFrom(*from._impl_.erp_health_data_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      ABSL_DCHECK(from._impl_.record_copy_ != nullptr);
      if (_this->_impl_.record_copy_ == nullptr) {
        _this->_impl_.record_copy_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.record_copy_);
      } else {
        _this->_impl_.record_copy_->MergeFrom(*from._impl_.record_copy_);
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void EncryptedRecord::InternalSwap(EncryptedRecord* 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_.encrypted_wrapped_record_, &other->_impl_.encrypted_wrapped_record_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(EncryptedRecord, _impl_.record_copy_)
      + sizeof(EncryptedRecord::_impl_.record_copy_)
      - PROTOBUF_FIELD_OFFSET(EncryptedRecord, _impl_.encryption_info_)>(
          reinterpret_cast<char*>(&_impl_.encryption_info_),
          reinterpret_cast<char*>(&other->_impl_.encryption_info_));
}

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

CompressionInformation::CompressionInformation(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, CompressionInformation_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:reporting.CompressionInformation)
}
CompressionInformation::CompressionInformation(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const CompressionInformation& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, CompressionInformation_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 CompressionInformation::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0} {}

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

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

  _impl_.compression_algorithm_ = 0;
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional .reporting.CompressionInformation.CompressionAlgorithm compression_algorithm = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteEnumToArray(
        1, this_._internal_compression_algorithm(), 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:reporting.CompressionInformation)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t CompressionInformation::ByteSizeLong(const MessageLite& base) {
  const CompressionInformation& this_ = static_cast<const CompressionInformation&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t CompressionInformation::ByteSizeLong() const {
  const CompressionInformation& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:reporting.CompressionInformation)
  ::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 .reporting.CompressionInformation.CompressionAlgorithm compression_algorithm = 1;
    cached_has_bits = this_._impl_._has_bits_[0];
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 +
                    ::_pbi::WireFormatLite::EnumSize(this_._internal_compression_algorithm());
    }
  }
  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 CompressionInformation::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<CompressionInformation*>(&to_msg);
  auto& from = static_cast<const CompressionInformation&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:reporting.CompressionInformation)
  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->_impl_.compression_algorithm_ = from._impl_.compression_algorithm_;
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


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

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

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

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

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

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

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite SignedEncryptionInfo_class_data_ =
    SignedEncryptionInfo::InternalGenerateClassData_(SignedEncryptionInfo_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
SignedEncryptionInfo::GetClassData() const {
  return SignedEncryptionInfo_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
SignedEncryptionInfo::GetClassData() const {
  return SignedEncryptionInfo_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const SignedEncryptionInfo::ParseTableT_
    SignedEncryptionInfo::_table_ =
        SignedEncryptionInfo::InternalGenerateParseTable_(SignedEncryptionInfo_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void SignedEncryptionInfo::Clear() {
// @@protoc_insertion_point(message_clear_start:reporting.SignedEncryptionInfo)
  ::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_.public_asymmetric_key_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.signature_.ClearNonDefaultToEmpty();
    }
  }
  _impl_.public_key_id_ = 0;
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

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

  // optional int32 public_key_id = 2;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt32ToArrayWithField<2>(
            stream, this_._internal_public_key_id(), target);
  }

  // optional bytes signature = 3;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    const ::std::string& _s = this_._internal_signature();
    target = stream->WriteBytesMaybeAliased(3, _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:reporting.SignedEncryptionInfo)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t SignedEncryptionInfo::ByteSizeLong(const MessageLite& base) {
  const SignedEncryptionInfo& this_ = static_cast<const SignedEncryptionInfo&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t SignedEncryptionInfo::ByteSizeLong() const {
  const SignedEncryptionInfo& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:reporting.SignedEncryptionInfo)
  ::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 bytes public_asymmetric_key = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
                                      this_._internal_public_asymmetric_key());
    }
    // optional bytes signature = 3;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
                                      this_._internal_signature());
    }
    // optional int32 public_key_id = 2;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
          this_._internal_public_key_id());
    }
  }
  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 SignedEncryptionInfo::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<SignedEncryptionInfo*>(&to_msg);
  auto& from = static_cast<const SignedEncryptionInfo&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:reporting.SignedEncryptionInfo)
  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_public_asymmetric_key(from._internal_public_asymmetric_key());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_signature(from._internal_signature());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_impl_.public_key_id_ = from._impl_.public_key_id_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void SignedEncryptionInfo::InternalSwap(SignedEncryptionInfo* 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_.public_asymmetric_key_, &other->_impl_.public_asymmetric_key_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.signature_, &other->_impl_.signature_, arena);
  swap(_impl_.public_key_id_, other->_impl_.public_key_id_);
}

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

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

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  ListOfBlockedDestinations* 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:reporting.ListOfBlockedDestinations)
}
PROTOBUF_NDEBUG_INLINE ListOfBlockedDestinations::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        destinations_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::reporting::ListOfBlockedDestinations,
            PROTOBUF_FIELD_OFFSET(::reporting::ListOfBlockedDestinations, _impl_.destinations_)>()
         }
     {}

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

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ListOfBlockedDestinations::GetClassData() const {
  return ListOfBlockedDestinations_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
ListOfBlockedDestinations::GetClassData() const {
  return ListOfBlockedDestinations_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const ListOfBlockedDestinations::ParseTableT_
    ListOfBlockedDestinations::_table_ =
        ListOfBlockedDestinations::InternalGenerateParseTable_(ListOfBlockedDestinations_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void ListOfBlockedDestinations::Clear() {
// @@protoc_insertion_point(message_clear_start:reporting.ListOfBlockedDestinations)
  ::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_.destinations_.Clear();
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // repeated .reporting.Destination destinations = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (int i = 0, n = this_._internal_destinations_size(); i < n; ++i) {
      target = stream->EnsureSpace(target);
      target = ::_pbi::WireFormatLite::WriteEnumToArray(
          1, static_cast<::reporting::Destination>(this_._internal_destinations().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:reporting.ListOfBlockedDestinations)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t ListOfBlockedDestinations::ByteSizeLong(const MessageLite& base) {
  const ListOfBlockedDestinations& this_ = static_cast<const ListOfBlockedDestinations&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t ListOfBlockedDestinations::ByteSizeLong() const {
  const ListOfBlockedDestinations& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:reporting.ListOfBlockedDestinations)
  ::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_);
   {
    // repeated .reporting.Destination destinations = 1;
    cached_has_bits = this_._impl_._has_bits_[0];
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      ::size_t data_size =
          ::_pbi::WireFormatLite::EnumSize(this_._internal_destinations());
      ::size_t tag_size = ::size_t{1} *
          ::_pbi::FromIntSize(this_._internal_destinations_size());
      total_size += data_size + tag_size;
    }
  }
  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 ListOfBlockedDestinations::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<ListOfBlockedDestinations*>(&to_msg);
  auto& from = static_cast<const ListOfBlockedDestinations&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:reporting.ListOfBlockedDestinations)
  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_mutable_destinations()->MergeFrom(from._internal_destinations());
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


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

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