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

#include "checkin.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 checkin_proto {
class GservicesSetting::_Internal {
 public:
  using HasBits = decltype(::std::declval<GservicesSetting>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(GservicesSetting, _impl_._has_bits_);
  static bool MissingRequiredFields(const HasBits& has_bits) {
    return ((has_bits[0] & 0x00000003) ^ 0x00000003) != 0;
  }
};

constexpr GservicesSetting::ParseTableT_ GservicesSetting::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(GservicesSetting, _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<::checkin_proto::GservicesSetting>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // required bytes value = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(GservicesSetting, _impl_.value_)}},
      // required bytes name = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(GservicesSetting, _impl_.name_)}},
    }}, {{
      65535, 65535
    }}, {{
      // required bytes name = 1;
      {PROTOBUF_FIELD_OFFSET(GservicesSetting, _impl_.name_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // required bytes value = 2;
      {PROTOBUF_FIELD_OFFSET(GservicesSetting, _impl_.value_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
    }},
    // no aux_entries
    {{
    }},
  };
}


inline constexpr GservicesSetting::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        name_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        value_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()) {}

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

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT GCM_EXPORT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST GservicesSettingGlobalsTypeInternal GservicesSetting_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* GservicesSetting_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return GservicesSetting_globals_.GetClassData();
#else
  return GservicesSetting_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class AndroidCheckinResponse::_Internal {
 public:
  using HasBits = decltype(::std::declval<AndroidCheckinResponse>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(AndroidCheckinResponse, _impl_._has_bits_);
  static bool MissingRequiredFields(const HasBits& has_bits) {
    return ((has_bits[0] & 0x00000080) ^ 0x00000080) != 0;
  }
};

constexpr AndroidCheckinResponse::ParseTableT_ AndroidCheckinResponse::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(AndroidCheckinResponse, _impl_._has_bits_),
      0, // no _extensions_
      11, 120,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294965250,  // skipmap
      offsetof(ParseTableT_, field_entries),
      10,  // 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<::checkin_proto::AndroidCheckinResponse>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // required bool stats_ok = 1;
      {::_pbi::TcParser::FastV8S1,
       {8, 7, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinResponse, _impl_.stats_ok_)}},
      {::_pbi::TcParser::MiniParse, {}},
      // optional int64 time_msec = 3;
      {::_pbi::TcParser::FastV64S1,
       {24, 4, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinResponse, _impl_.time_msec_)}},
      // optional string digest = 4;
      {::_pbi::TcParser::FastBS1,
       {34, 2, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinResponse, _impl_.digest_)}},
      // repeated .checkin_proto.GservicesSetting setting = 5;
      {::_pbi::TcParser::FastMtR1,
       {42, 0, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinResponse, _impl_.setting_)}},
      // optional bool market_ok = 6;
      {::_pbi::TcParser::FastV8S1,
       {48, 8, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinResponse, _impl_.market_ok_)}},
      // optional fixed64 android_id = 7;
      {::_pbi::TcParser::FastF64S1,
       {57, 5, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinResponse, _impl_.android_id_)}},
      // optional fixed64 security_token = 8;
      {::_pbi::TcParser::FastF64S1,
       {65, 6, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinResponse, _impl_.security_token_)}},
      // optional bool settings_diff = 9;
      {::_pbi::TcParser::FastV8S1,
       {72, 9, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinResponse, _impl_.settings_diff_)}},
      // repeated string delete_setting = 10;
      {::_pbi::TcParser::FastBR1,
       {82, 1, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinResponse, _impl_.delete_setting_)}},
      // optional string version_info = 11;
      {::_pbi::TcParser::FastBS1,
       {90, 3, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinResponse, _impl_.version_info_)}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
    }}, {{
      65535, 65535
    }}, {{
      // required bool stats_ok = 1;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinResponse, _impl_.stats_ok_), _Internal::kHasBitsOffset + 7, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // optional int64 time_msec = 3;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinResponse, _impl_.time_msec_), _Internal::kHasBitsOffset + 4, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional string digest = 4;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinResponse, _impl_.digest_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // repeated .checkin_proto.GservicesSetting setting = 5;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinResponse, _impl_.setting_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional bool market_ok = 6;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinResponse, _impl_.market_ok_), _Internal::kHasBitsOffset + 8, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // optional fixed64 android_id = 7;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinResponse, _impl_.android_id_), _Internal::kHasBitsOffset + 5, 0, (0 | ::_fl::kFcOptional | ::_fl::kFixed64)},
      // optional fixed64 security_token = 8;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinResponse, _impl_.security_token_), _Internal::kHasBitsOffset + 6, 0, (0 | ::_fl::kFcOptional | ::_fl::kFixed64)},
      // optional bool settings_diff = 9;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinResponse, _impl_.settings_diff_), _Internal::kHasBitsOffset + 9, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // repeated string delete_setting = 10;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinResponse, _impl_.delete_setting_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcRepeated | ::_fl::kBytes | ::_fl::kRepSString)},
      // optional string version_info = 11;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinResponse, _impl_.version_info_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::checkin_proto::GservicesSetting>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::checkin_proto::GservicesSetting_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr AndroidCheckinResponse::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        setting_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::checkin_proto::AndroidCheckinResponse,
            PROTOBUF_FIELD_OFFSET(::checkin_proto::AndroidCheckinResponse, _impl_.setting_)>()
         }
        ,
        delete_setting_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::checkin_proto::AndroidCheckinResponse,
            PROTOBUF_FIELD_OFFSET(::checkin_proto::AndroidCheckinResponse, _impl_.delete_setting_)>()
         }
        ,
        digest_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        version_info_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        time_msec_{::int64_t{0}},
        android_id_{::uint64_t{0u}},
        security_token_{::uint64_t{0u}},
        stats_ok_{false},
        market_ok_{false},
        settings_diff_{false} {}

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

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT GCM_EXPORT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST AndroidCheckinResponseGlobalsTypeInternal AndroidCheckinResponse_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* AndroidCheckinResponse_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return AndroidCheckinResponse_globals_.GetClassData();
#else
  return AndroidCheckinResponse_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class AndroidCheckinRequest::_Internal {
 public:
  using HasBits = decltype(::std::declval<AndroidCheckinRequest>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_._has_bits_);
  static bool MissingRequiredFields(const HasBits& has_bits) {
    return ((has_bits[0] & 0x00004000) ^ 0x00004000) != 0;
  }
};

constexpr AndroidCheckinRequest::ParseTableT_ AndroidCheckinRequest::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_._has_bits_),
      0, // no _extensions_
      22, 248,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4290904064,  // skipmap
      offsetof(ParseTableT_, field_entries),
      21,  // 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<::checkin_proto::AndroidCheckinRequest>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // optional string imei = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 4, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.imei_)}},
      // optional int64 id = 2;
      {::_pbi::TcParser::FastV64S1,
       {16, 15, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.id_)}},
      // optional string digest = 3;
      {::_pbi::TcParser::FastBS1,
       {26, 5, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.digest_)}},
      // required .checkin_proto.AndroidCheckinProto checkin = 4;
      {::_pbi::TcParser::FastMtS1,
       {34, 14, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.checkin_)}},
      // optional string desired_build = 5;
      {::_pbi::TcParser::FastBS1,
       {42, 6, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.desired_build_)}},
      // optional string locale = 6;
      {::_pbi::TcParser::FastBS1,
       {50, 7, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.locale_)}},
      // optional int64 logging_id = 7;
      {::_pbi::TcParser::FastV64S1,
       {56, 16, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.logging_id_)}},
      // optional string market_checkin = 8;
      {::_pbi::TcParser::FastBS1,
       {66, 8, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.market_checkin_)}},
      // repeated string mac_addr = 9;
      {::_pbi::TcParser::FastBR1,
       {74, 0, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.mac_addr_)}},
      // optional string meid = 10;
      {::_pbi::TcParser::FastBS1,
       {82, 9, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.meid_)}},
      // repeated string account_cookie = 11;
      {::_pbi::TcParser::FastBR1,
       {90, 1, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.account_cookie_)}},
      // optional string time_zone = 12;
      {::_pbi::TcParser::FastBS1,
       {98, 10, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.time_zone_)}},
      // optional fixed64 security_token = 13;
      {::_pbi::TcParser::FastF64S1,
       {105, 17, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.security_token_)}},
      // optional int32 version = 14;
      {::_pbi::TcParser::FastV32S1,
       {112, 18, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.version_)}},
      // repeated string ota_cert = 15;
      {::_pbi::TcParser::FastBR1,
       {122, 2, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.ota_cert_)}},
      // optional string serial_number = 16;
      {::_pbi::TcParser::FastBS2,
       {386, 11, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.serial_number_)}},
      // optional string esn = 17;
      {::_pbi::TcParser::FastBS2,
       {394, 12, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.esn_)}},
      {::_pbi::TcParser::MiniParse, {}},
      // repeated string mac_addr_type = 19;
      {::_pbi::TcParser::FastBR2,
       {410, 3, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.mac_addr_type_)}},
      // optional int32 fragment = 20;
      {::_pbi::TcParser::FastV32S2,
       {416, 19, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.fragment_)}},
      // optional string user_name = 21;
      {::_pbi::TcParser::FastBS2,
       {426, 13, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.user_name_)}},
      // optional int32 user_serial_number = 22;
      {::_pbi::TcParser::FastV32S2,
       {432, 20, 0,
        PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.user_serial_number_)}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
      {::_pbi::TcParser::MiniParse, {}},
    }}, {{
      65535, 65535
    }}, {{
      // optional string imei = 1;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.imei_), _Internal::kHasBitsOffset + 4, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional int64 id = 2;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.id_), _Internal::kHasBitsOffset + 15, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional string digest = 3;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.digest_), _Internal::kHasBitsOffset + 5, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // required .checkin_proto.AndroidCheckinProto checkin = 4;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.checkin_), _Internal::kHasBitsOffset + 14, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional string desired_build = 5;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.desired_build_), _Internal::kHasBitsOffset + 6, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string locale = 6;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.locale_), _Internal::kHasBitsOffset + 7, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional int64 logging_id = 7;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.logging_id_), _Internal::kHasBitsOffset + 16, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional string market_checkin = 8;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.market_checkin_), _Internal::kHasBitsOffset + 8, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // repeated string mac_addr = 9;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.mac_addr_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kBytes | ::_fl::kRepSString)},
      // optional string meid = 10;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.meid_), _Internal::kHasBitsOffset + 9, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // repeated string account_cookie = 11;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.account_cookie_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcRepeated | ::_fl::kBytes | ::_fl::kRepSString)},
      // optional string time_zone = 12;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.time_zone_), _Internal::kHasBitsOffset + 10, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional fixed64 security_token = 13;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.security_token_), _Internal::kHasBitsOffset + 17, 0, (0 | ::_fl::kFcOptional | ::_fl::kFixed64)},
      // optional int32 version = 14;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.version_), _Internal::kHasBitsOffset + 18, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt32)},
      // repeated string ota_cert = 15;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.ota_cert_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcRepeated | ::_fl::kBytes | ::_fl::kRepSString)},
      // optional string serial_number = 16;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.serial_number_), _Internal::kHasBitsOffset + 11, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string esn = 17;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.esn_), _Internal::kHasBitsOffset + 12, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // repeated string mac_addr_type = 19;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.mac_addr_type_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcRepeated | ::_fl::kBytes | ::_fl::kRepSString)},
      // optional int32 fragment = 20;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.fragment_), _Internal::kHasBitsOffset + 19, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt32)},
      // optional string user_name = 21;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.user_name_), _Internal::kHasBitsOffset + 13, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional int32 user_serial_number = 22;
      {PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.user_serial_number_), _Internal::kHasBitsOffset + 20, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt32)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::checkin_proto::AndroidCheckinProto>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::checkin_proto::AndroidCheckinProto_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr AndroidCheckinRequest::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        mac_addr_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::checkin_proto::AndroidCheckinRequest,
            PROTOBUF_FIELD_OFFSET(::checkin_proto::AndroidCheckinRequest, _impl_.mac_addr_)>()
         }
        ,
        account_cookie_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::checkin_proto::AndroidCheckinRequest,
            PROTOBUF_FIELD_OFFSET(::checkin_proto::AndroidCheckinRequest, _impl_.account_cookie_)>()
         }
        ,
        ota_cert_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::checkin_proto::AndroidCheckinRequest,
            PROTOBUF_FIELD_OFFSET(::checkin_proto::AndroidCheckinRequest, _impl_.ota_cert_)>()
         }
        ,
        mac_addr_type_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::checkin_proto::AndroidCheckinRequest,
            PROTOBUF_FIELD_OFFSET(::checkin_proto::AndroidCheckinRequest, _impl_.mac_addr_type_)>()
         }
        ,
        imei_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        digest_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        desired_build_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        locale_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        market_checkin_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        meid_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        time_zone_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        serial_number_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        esn_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        user_name_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        checkin_{nullptr},
        id_{::int64_t{0}},
        logging_id_{::int64_t{0}},
        security_token_{::uint64_t{0u}},
        version_{0},
        fragment_{0},
        user_serial_number_{0} {}

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

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT GCM_EXPORT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST AndroidCheckinRequestGlobalsTypeInternal AndroidCheckinRequest_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* AndroidCheckinRequest_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return AndroidCheckinRequest_globals_.GetClassData();
#else
  return AndroidCheckinRequest_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
}  // namespace checkin_proto
namespace checkin_proto {
// ===================================================================

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

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

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  GservicesSetting* 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:checkin_proto.GservicesSetting)
}
PROTOBUF_NDEBUG_INLINE GservicesSetting::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        name_(arena),
        value_(arena) {}

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite GservicesSetting_class_data_ =
    GservicesSetting::InternalGenerateClassData_(GservicesSetting_globals_._default);

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

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

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

  // required bytes value = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    const ::std::string& _s = this_._internal_value();
    target = stream->WriteBytesMaybeAliased(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:checkin_proto.GservicesSetting)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t GservicesSetting::ByteSizeLong(const MessageLite& base) {
  const GservicesSetting& this_ = static_cast<const GservicesSetting&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t GservicesSetting::ByteSizeLong() const {
  const GservicesSetting& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:checkin_proto.GservicesSetting)
  ::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)) {
    // required bytes name = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
                                      this_._internal_name());
    }
    // required bytes value = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
                                      this_._internal_value());
    }
  }
  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 GservicesSetting::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<GservicesSetting*>(&to_msg);
  auto& from = static_cast<const GservicesSetting&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:checkin_proto.GservicesSetting)
  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_name(from._internal_name());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_value(from._internal_value());
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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

PROTOBUF_NOINLINE bool GservicesSetting::IsInitializedImpl(
    const MessageLite& msg) {
  auto& this_ = static_cast<const GservicesSetting&>(msg);
  if (_Internal::MissingRequiredFields(this_._impl_._has_bits_)) {
    return false;
  }
  return true;
}

void GservicesSetting::InternalSwap(GservicesSetting* 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_.name_, &other->_impl_.name_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.value_, &other->_impl_.value_, arena);
}

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

void AndroidCheckinRequest::clear_checkin() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.checkin_ != nullptr) _impl_.checkin_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00004000U);
}
AndroidCheckinRequest::AndroidCheckinRequest(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, AndroidCheckinRequest_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:checkin_proto.AndroidCheckinRequest)
}
PROTOBUF_NDEBUG_INLINE AndroidCheckinRequest::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::checkin_proto::AndroidCheckinRequest& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        mac_addr_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::checkin_proto::AndroidCheckinRequest,
              PROTOBUF_FIELD_OFFSET(::checkin_proto::AndroidCheckinRequest, _impl_.mac_addr_)>()
          , from.mac_addr_
        }
        ,
        account_cookie_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::checkin_proto::AndroidCheckinRequest,
              PROTOBUF_FIELD_OFFSET(::checkin_proto::AndroidCheckinRequest, _impl_.account_cookie_)>()
          , from.account_cookie_
        }
        ,
        ota_cert_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::checkin_proto::AndroidCheckinRequest,
              PROTOBUF_FIELD_OFFSET(::checkin_proto::AndroidCheckinRequest, _impl_.ota_cert_)>()
          , from.ota_cert_
        }
        ,
        mac_addr_type_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::checkin_proto::AndroidCheckinRequest,
              PROTOBUF_FIELD_OFFSET(::checkin_proto::AndroidCheckinRequest, _impl_.mac_addr_type_)>()
          , from.mac_addr_type_
        }
        ,
        imei_(arena, from.imei_),
        digest_(arena, from.digest_),
        desired_build_(arena, from.desired_build_),
        locale_(arena, from.locale_),
        market_checkin_(arena, from.market_checkin_),
        meid_(arena, from.meid_),
        time_zone_(arena, from.time_zone_),
        serial_number_(arena, from.serial_number_),
        esn_(arena, from.esn_),
        user_name_(arena, from.user_name_) {}

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

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

  // @@protoc_insertion_point(copy_constructor:checkin_proto.AndroidCheckinRequest)
}
PROTOBUF_NDEBUG_INLINE AndroidCheckinRequest::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        mac_addr_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::checkin_proto::AndroidCheckinRequest,
            PROTOBUF_FIELD_OFFSET(::checkin_proto::AndroidCheckinRequest, _impl_.mac_addr_)>()
         }
        ,
        account_cookie_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::checkin_proto::AndroidCheckinRequest,
            PROTOBUF_FIELD_OFFSET(::checkin_proto::AndroidCheckinRequest, _impl_.account_cookie_)>()
         }
        ,
        ota_cert_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::checkin_proto::AndroidCheckinRequest,
            PROTOBUF_FIELD_OFFSET(::checkin_proto::AndroidCheckinRequest, _impl_.ota_cert_)>()
         }
        ,
        mac_addr_type_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::checkin_proto::AndroidCheckinRequest,
            PROTOBUF_FIELD_OFFSET(::checkin_proto::AndroidCheckinRequest, _impl_.mac_addr_type_)>()
         }
        ,
        imei_(arena),
        digest_(arena),
        desired_build_(arena),
        locale_(arena),
        market_checkin_(arena),
        meid_(arena),
        time_zone_(arena),
        serial_number_(arena),
        esn_(arena),
        user_name_(arena) {}

inline void AndroidCheckinRequest::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, checkin_),
           0,
           offsetof(Impl_, user_serial_number_) -
               offsetof(Impl_, checkin_) +
               sizeof(Impl_::user_serial_number_));
}
AndroidCheckinRequest::~AndroidCheckinRequest() {
  // @@protoc_insertion_point(destructor:checkin_proto.AndroidCheckinRequest)
  SharedDtor(*this);
}
inline void AndroidCheckinRequest::SharedDtor(MessageLite& self) {
  AndroidCheckinRequest& this_ = static_cast<AndroidCheckinRequest&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.imei_.Destroy();
  this_._impl_.digest_.Destroy();
  this_._impl_.desired_build_.Destroy();
  this_._impl_.locale_.Destroy();
  this_._impl_.market_checkin_.Destroy();
  this_._impl_.meid_.Destroy();
  this_._impl_.time_zone_.Destroy();
  this_._impl_.serial_number_.Destroy();
  this_._impl_.esn_.Destroy();
  this_._impl_.user_name_.Destroy();
  delete this_._impl_.checkin_;
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite AndroidCheckinRequest_class_data_ =
    AndroidCheckinRequest::InternalGenerateClassData_(AndroidCheckinRequest_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
AndroidCheckinRequest::GetClassData() const {
  return AndroidCheckinRequest_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
AndroidCheckinRequest::GetClassData() const {
  return AndroidCheckinRequest_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const AndroidCheckinRequest::ParseTableT_
    AndroidCheckinRequest::_table_ =
        AndroidCheckinRequest::InternalGenerateParseTable_(AndroidCheckinRequest_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void AndroidCheckinRequest::Clear() {
// @@protoc_insertion_point(message_clear_start:checkin_proto.AndroidCheckinRequest)
  ::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, 0x000000ffU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.mac_addr_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.account_cookie_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _impl_.ota_cert_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _impl_.mac_addr_type_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _impl_.imei_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _impl_.digest_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      _impl_.desired_build_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      _impl_.locale_.ClearNonDefaultToEmpty();
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x00007f00U)) {
    if (CheckHasBit(cached_has_bits, 0x00000100U)) {
      _impl_.market_checkin_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000200U)) {
      _impl_.meid_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000400U)) {
      _impl_.time_zone_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000800U)) {
      _impl_.serial_number_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00001000U)) {
      _impl_.esn_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00002000U)) {
      _impl_.user_name_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00004000U)) {
      ABSL_DCHECK(_impl_.checkin_ != nullptr);
      _impl_.checkin_->Clear();
    }
  }
  _impl_.id_ = ::int64_t{0};
  if (BatchCheckHasBit(cached_has_bits, 0x001f0000U)) {
    ::memset(&_impl_.logging_id_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.user_serial_number_) -
        reinterpret_cast<char*>(&_impl_.logging_id_)) + sizeof(_impl_.user_serial_number_));
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

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

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

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

  // required .checkin_proto.AndroidCheckinProto checkin = 4;
  if (CheckHasBit(cached_has_bits, 0x00004000U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        4, *this_._impl_.checkin_, this_._impl_.checkin_->GetCachedSize(), target,
        stream);
  }

  // optional string desired_build = 5;
  if (CheckHasBit(cached_has_bits, 0x00000040U)) {
    const ::std::string& _s = this_._internal_desired_build();
    target = stream->WriteStringMaybeAliased(5, _s, target);
  }

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

  // optional int64 logging_id = 7;
  if (CheckHasBit(cached_has_bits, 0x00010000U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<7>(
            stream, this_._internal_logging_id(), target);
  }

  // optional string market_checkin = 8;
  if (CheckHasBit(cached_has_bits, 0x00000100U)) {
    const ::std::string& _s = this_._internal_market_checkin();
    target = stream->WriteStringMaybeAliased(8, _s, target);
  }

  // repeated string mac_addr = 9;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (int i = 0, n = this_._internal_mac_addr_size(); i < n; ++i) {
      const auto& s = this_._internal_mac_addr().Get(i);
      target = stream->WriteString(9, s, target);
    }
  }

  // optional string meid = 10;
  if (CheckHasBit(cached_has_bits, 0x00000200U)) {
    const ::std::string& _s = this_._internal_meid();
    target = stream->WriteStringMaybeAliased(10, _s, target);
  }

  // repeated string account_cookie = 11;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    for (int i = 0, n = this_._internal_account_cookie_size(); i < n; ++i) {
      const auto& s = this_._internal_account_cookie().Get(i);
      target = stream->WriteString(11, s, target);
    }
  }

  // optional string time_zone = 12;
  if (CheckHasBit(cached_has_bits, 0x00000400U)) {
    const ::std::string& _s = this_._internal_time_zone();
    target = stream->WriteStringMaybeAliased(12, _s, target);
  }

  // optional fixed64 security_token = 13;
  if (CheckHasBit(cached_has_bits, 0x00020000U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteFixed64ToArray(
        13, this_._internal_security_token(), target);
  }

  // optional int32 version = 14;
  if (CheckHasBit(cached_has_bits, 0x00040000U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt32ToArrayWithField<14>(
            stream, this_._internal_version(), target);
  }

  // repeated string ota_cert = 15;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    for (int i = 0, n = this_._internal_ota_cert_size(); i < n; ++i) {
      const auto& s = this_._internal_ota_cert().Get(i);
      target = stream->WriteString(15, s, target);
    }
  }

  // optional string serial_number = 16;
  if (CheckHasBit(cached_has_bits, 0x00000800U)) {
    const ::std::string& _s = this_._internal_serial_number();
    target = stream->WriteStringMaybeAliased(16, _s, target);
  }

  // optional string esn = 17;
  if (CheckHasBit(cached_has_bits, 0x00001000U)) {
    const ::std::string& _s = this_._internal_esn();
    target = stream->WriteStringMaybeAliased(17, _s, target);
  }

  // repeated string mac_addr_type = 19;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    for (int i = 0, n = this_._internal_mac_addr_type_size(); i < n; ++i) {
      const auto& s = this_._internal_mac_addr_type().Get(i);
      target = stream->WriteString(19, s, target);
    }
  }

  // optional int32 fragment = 20;
  if (CheckHasBit(cached_has_bits, 0x00080000U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteInt32ToArray(
        20, this_._internal_fragment(), target);
  }

  // optional string user_name = 21;
  if (CheckHasBit(cached_has_bits, 0x00002000U)) {
    const ::std::string& _s = this_._internal_user_name();
    target = stream->WriteStringMaybeAliased(21, _s, target);
  }

  // optional int32 user_serial_number = 22;
  if (CheckHasBit(cached_has_bits, 0x00100000U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteInt32ToArray(
        22, this_._internal_user_serial_number(), 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:checkin_proto.AndroidCheckinRequest)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t AndroidCheckinRequest::ByteSizeLong(const MessageLite& base) {
  const AndroidCheckinRequest& this_ = static_cast<const AndroidCheckinRequest&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t AndroidCheckinRequest::ByteSizeLong() const {
  const AndroidCheckinRequest& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:checkin_proto.AndroidCheckinRequest)
  ::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>(0x00020000U & cached_has_bits) * 9;
  if (BatchCheckHasBit(cached_has_bits, 0x000000ffU)) {
    // repeated string mac_addr = 9;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size +=
          1 * ::google::protobuf::internal::FromIntSize(this_._internal_mac_addr().size());
      for (int i = 0, n = this_._internal_mac_addr().size(); i < n; ++i) {
        total_size += ::google::protobuf::internal::WireFormatLite::StringSize(
            this_._internal_mac_addr().Get(i));
      }
    }
    // repeated string account_cookie = 11;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size +=
          1 * ::google::protobuf::internal::FromIntSize(this_._internal_account_cookie().size());
      for (int i = 0, n = this_._internal_account_cookie().size(); i < n; ++i) {
        total_size += ::google::protobuf::internal::WireFormatLite::StringSize(
            this_._internal_account_cookie().Get(i));
      }
    }
    // repeated string ota_cert = 15;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size +=
          1 * ::google::protobuf::internal::FromIntSize(this_._internal_ota_cert().size());
      for (int i = 0, n = this_._internal_ota_cert().size(); i < n; ++i) {
        total_size += ::google::protobuf::internal::WireFormatLite::StringSize(
            this_._internal_ota_cert().Get(i));
      }
    }
    // repeated string mac_addr_type = 19;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size +=
          2 * ::google::protobuf::internal::FromIntSize(this_._internal_mac_addr_type().size());
      for (int i = 0, n = this_._internal_mac_addr_type().size(); i < n; ++i) {
        total_size += ::google::protobuf::internal::WireFormatLite::StringSize(
            this_._internal_mac_addr_type().Get(i));
      }
    }
    // optional string imei = 1;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_imei());
    }
    // optional string digest = 3;
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_digest());
    }
    // optional string desired_build = 5;
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_desired_build());
    }
    // optional string locale = 6;
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_locale());
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x00003f00U)) {
    // optional string market_checkin = 8;
    if (CheckHasBit(cached_has_bits, 0x00000100U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_market_checkin());
    }
    // optional string meid = 10;
    if (CheckHasBit(cached_has_bits, 0x00000200U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_meid());
    }
    // optional string time_zone = 12;
    if (CheckHasBit(cached_has_bits, 0x00000400U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_time_zone());
    }
    // optional string serial_number = 16;
    if (CheckHasBit(cached_has_bits, 0x00000800U)) {
      total_size += 2 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_serial_number());
    }
    // optional string esn = 17;
    if (CheckHasBit(cached_has_bits, 0x00001000U)) {
      total_size += 2 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_esn());
    }
    // optional string user_name = 21;
    if (CheckHasBit(cached_has_bits, 0x00002000U)) {
      total_size += 2 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_user_name());
    }
  }
   {
    // required .checkin_proto.AndroidCheckinProto checkin = 4;
    if (CheckHasBit(cached_has_bits, 0x00004000U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.checkin_);
    }
  }
   {
    // optional int64 id = 2;
    if (CheckHasBit(cached_has_bits, 0x00008000U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_id());
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x001d0000U)) {
    // optional int64 logging_id = 7;
    if (CheckHasBit(cached_has_bits, 0x00010000U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_logging_id());
    }
    // optional int32 version = 14;
    if (CheckHasBit(cached_has_bits, 0x00040000U)) {
      total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
          this_._internal_version());
    }
    // optional int32 fragment = 20;
    if (CheckHasBit(cached_has_bits, 0x00080000U)) {
      total_size += 2 + ::_pbi::WireFormatLite::Int32Size(
                                      this_._internal_fragment());
    }
    // optional int32 user_serial_number = 22;
    if (CheckHasBit(cached_has_bits, 0x00100000U)) {
      total_size += 2 + ::_pbi::WireFormatLite::Int32Size(
                                      this_._internal_user_serial_number());
    }
  }
  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 AndroidCheckinRequest::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<AndroidCheckinRequest*>(&to_msg);
  auto& from = static_cast<const AndroidCheckinRequest&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:checkin_proto.AndroidCheckinRequest)
  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, 0x000000ffU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_mutable_mac_addr()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_mac_addr());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_mutable_account_cookie()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_account_cookie());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_internal_mutable_ota_cert()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_ota_cert());
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_internal_mutable_mac_addr_type()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_mac_addr_type());
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _this->_internal_set_imei(from._internal_imei());
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _this->_internal_set_digest(from._internal_digest());
    }
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      _this->_internal_set_desired_build(from._internal_desired_build());
    }
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      _this->_internal_set_locale(from._internal_locale());
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x0000ff00U)) {
    if (CheckHasBit(cached_has_bits, 0x00000100U)) {
      _this->_internal_set_market_checkin(from._internal_market_checkin());
    }
    if (CheckHasBit(cached_has_bits, 0x00000200U)) {
      _this->_internal_set_meid(from._internal_meid());
    }
    if (CheckHasBit(cached_has_bits, 0x00000400U)) {
      _this->_internal_set_time_zone(from._internal_time_zone());
    }
    if (CheckHasBit(cached_has_bits, 0x00000800U)) {
      _this->_internal_set_serial_number(from._internal_serial_number());
    }
    if (CheckHasBit(cached_has_bits, 0x00001000U)) {
      _this->_internal_set_esn(from._internal_esn());
    }
    if (CheckHasBit(cached_has_bits, 0x00002000U)) {
      _this->_internal_set_user_name(from._internal_user_name());
    }
    if (CheckHasBit(cached_has_bits, 0x00004000U)) {
      ABSL_DCHECK(from._impl_.checkin_ != nullptr);
      if (_this->_impl_.checkin_ == nullptr) {
        _this->_impl_.checkin_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.checkin_);
      } else {
        _this->_impl_.checkin_->MergeFrom(*from._impl_.checkin_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00008000U)) {
      _this->_impl_.id_ = from._impl_.id_;
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x001f0000U)) {
    if (CheckHasBit(cached_has_bits, 0x00010000U)) {
      _this->_impl_.logging_id_ = from._impl_.logging_id_;
    }
    if (CheckHasBit(cached_has_bits, 0x00020000U)) {
      _this->_impl_.security_token_ = from._impl_.security_token_;
    }
    if (CheckHasBit(cached_has_bits, 0x00040000U)) {
      _this->_impl_.version_ = from._impl_.version_;
    }
    if (CheckHasBit(cached_has_bits, 0x00080000U)) {
      _this->_impl_.fragment_ = from._impl_.fragment_;
    }
    if (CheckHasBit(cached_has_bits, 0x00100000U)) {
      _this->_impl_.user_serial_number_ = from._impl_.user_serial_number_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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

PROTOBUF_NOINLINE bool AndroidCheckinRequest::IsInitializedImpl(
    const MessageLite& msg) {
  auto& this_ = static_cast<const AndroidCheckinRequest&>(msg);
  if (_Internal::MissingRequiredFields(this_._impl_._has_bits_)) {
    return false;
  }
  return true;
}

void AndroidCheckinRequest::InternalSwap(AndroidCheckinRequest* 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]);
  _impl_.mac_addr_.InternalSwap(&other->_impl_.mac_addr_);
  _impl_.account_cookie_.InternalSwap(&other->_impl_.account_cookie_);
  _impl_.ota_cert_.InternalSwap(&other->_impl_.ota_cert_);
  _impl_.mac_addr_type_.InternalSwap(&other->_impl_.mac_addr_type_);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.imei_, &other->_impl_.imei_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.digest_, &other->_impl_.digest_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.desired_build_, &other->_impl_.desired_build_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.locale_, &other->_impl_.locale_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.market_checkin_, &other->_impl_.market_checkin_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.meid_, &other->_impl_.meid_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.time_zone_, &other->_impl_.time_zone_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.serial_number_, &other->_impl_.serial_number_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.esn_, &other->_impl_.esn_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.user_name_, &other->_impl_.user_name_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.user_serial_number_)
      + sizeof(AndroidCheckinRequest::_impl_.user_serial_number_)
      - PROTOBUF_FIELD_OFFSET(AndroidCheckinRequest, _impl_.checkin_)>(
          reinterpret_cast<char*>(&_impl_.checkin_),
          reinterpret_cast<char*>(&other->_impl_.checkin_));
}

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

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

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

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

  // @@protoc_insertion_point(copy_constructor:checkin_proto.AndroidCheckinResponse)
}
PROTOBUF_NDEBUG_INLINE AndroidCheckinResponse::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        setting_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::checkin_proto::AndroidCheckinResponse,
            PROTOBUF_FIELD_OFFSET(::checkin_proto::AndroidCheckinResponse, _impl_.setting_)>()
         }
        ,
        delete_setting_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::checkin_proto::AndroidCheckinResponse,
            PROTOBUF_FIELD_OFFSET(::checkin_proto::AndroidCheckinResponse, _impl_.delete_setting_)>()
         }
        ,
        digest_(arena),
        version_info_(arena) {}

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite AndroidCheckinResponse_class_data_ =
    AndroidCheckinResponse::InternalGenerateClassData_(AndroidCheckinResponse_globals_._default);

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

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000000fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.setting_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.delete_setting_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _impl_.digest_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _impl_.version_info_.ClearNonDefaultToEmpty();
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x000000f0U)) {
    ::memset(&_impl_.time_msec_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.stats_ok_) -
        reinterpret_cast<char*>(&_impl_.time_msec_)) + sizeof(_impl_.stats_ok_));
  }
  if (BatchCheckHasBit(cached_has_bits, 0x00000300U)) {
    ::memset(&_impl_.market_ok_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.settings_diff_) -
        reinterpret_cast<char*>(&_impl_.market_ok_)) + sizeof(_impl_.settings_diff_));
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // required bool stats_ok = 1;
  if (CheckHasBit(cached_has_bits, 0x00000080U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        1, this_._internal_stats_ok(), target);
  }

  // optional int64 time_msec = 3;
  if (CheckHasBit(cached_has_bits, 0x00000010U)) {
    target =
        ::google::protobuf::internal::WireFormatLite::WriteInt64ToArrayWithField<3>(
            stream, this_._internal_time_msec(), target);
  }

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

  // repeated .checkin_proto.GservicesSetting setting = 5;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_setting_size());
         i < n; i++) {
      const auto& repfield = this_._internal_setting().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              5, repfield, repfield.GetCachedSize(),
              target, stream);
    }
  }

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

  // optional fixed64 android_id = 7;
  if (CheckHasBit(cached_has_bits, 0x00000020U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteFixed64ToArray(
        7, this_._internal_android_id(), target);
  }

  // optional fixed64 security_token = 8;
  if (CheckHasBit(cached_has_bits, 0x00000040U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteFixed64ToArray(
        8, this_._internal_security_token(), target);
  }

  // optional bool settings_diff = 9;
  if (CheckHasBit(cached_has_bits, 0x00000200U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        9, this_._internal_settings_diff(), target);
  }

  // repeated string delete_setting = 10;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    for (int i = 0, n = this_._internal_delete_setting_size(); i < n; ++i) {
      const auto& s = this_._internal_delete_setting().Get(i);
      target = stream->WriteString(10, s, target);
    }
  }

  // optional string version_info = 11;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    const ::std::string& _s = this_._internal_version_info();
    target = stream->WriteStringMaybeAliased(11, _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:checkin_proto.AndroidCheckinResponse)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t AndroidCheckinResponse::ByteSizeLong(const MessageLite& base) {
  const AndroidCheckinResponse& this_ = static_cast<const AndroidCheckinResponse&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t AndroidCheckinResponse::ByteSizeLong() const {
  const AndroidCheckinResponse& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:checkin_proto.AndroidCheckinResponse)
  ::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 += ::absl::popcount(0x00000060U & cached_has_bits) * 9;
  total_size += ::absl::popcount(0x00000380U & cached_has_bits) * 2;
  if (BatchCheckHasBit(cached_has_bits, 0x0000001fU)) {
    // repeated .checkin_proto.GservicesSetting setting = 5;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1UL * this_._internal_setting_size();
      for (const auto& msg : this_._internal_setting()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
    // repeated string delete_setting = 10;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size +=
          1 * ::google::protobuf::internal::FromIntSize(this_._internal_delete_setting().size());
      for (int i = 0, n = this_._internal_delete_setting().size(); i < n; ++i) {
        total_size += ::google::protobuf::internal::WireFormatLite::StringSize(
            this_._internal_delete_setting().Get(i));
      }
    }
    // optional string digest = 4;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_digest());
    }
    // optional string version_info = 11;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_version_info());
    }
    // optional int64 time_msec = 3;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_time_msec());
    }
  }
  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 AndroidCheckinResponse::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<AndroidCheckinResponse*>(&to_msg);
  auto& from = static_cast<const AndroidCheckinResponse&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:checkin_proto.AndroidCheckinResponse)
  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, 0x000000ffU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_mutable_setting()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_setting());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_mutable_delete_setting()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_delete_setting());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_internal_set_digest(from._internal_digest());
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_internal_set_version_info(from._internal_version_info());
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _this->_impl_.time_msec_ = from._impl_.time_msec_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _this->_impl_.android_id_ = from._impl_.android_id_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      _this->_impl_.security_token_ = from._impl_.security_token_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      _this->_impl_.stats_ok_ = from._impl_.stats_ok_;
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x00000300U)) {
    if (CheckHasBit(cached_has_bits, 0x00000100U)) {
      _this->_impl_.market_ok_ = from._impl_.market_ok_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000200U)) {
      _this->_impl_.settings_diff_ = from._impl_.settings_diff_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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

PROTOBUF_NOINLINE bool AndroidCheckinResponse::IsInitializedImpl(
    const MessageLite& msg) {
  auto& this_ = static_cast<const AndroidCheckinResponse&>(msg);
  if (_Internal::MissingRequiredFields(this_._impl_._has_bits_)) {
    return false;
  }
  if (!::google::protobuf::internal::AllAreInitialized(this_._internal_setting()))
    return false;
  return true;
}

void AndroidCheckinResponse::InternalSwap(AndroidCheckinResponse* 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]);
  _impl_.setting_.InternalSwap(&other->_impl_.setting_);
  _impl_.delete_setting_.InternalSwap(&other->_impl_.delete_setting_);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.digest_, &other->_impl_.digest_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.version_info_, &other->_impl_.version_info_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(AndroidCheckinResponse, _impl_.settings_diff_)
      + sizeof(AndroidCheckinResponse::_impl_.settings_diff_)
      - PROTOBUF_FIELD_OFFSET(AndroidCheckinResponse, _impl_.time_msec_)>(
          reinterpret_cast<char*>(&_impl_.time_msec_),
          reinterpret_cast<char*>(&other->_impl_.time_msec_));
}

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