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

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

constexpr SupportedDelegationsProto::ParseTableT_ SupportedDelegationsProto::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(SupportedDelegationsProto, _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
      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<::content::SupportedDelegationsProto>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional bool payer_email = 4;
      {::_pbi::TcParser::FastV8S1,
       {32, 3, 0,
        PROTOBUF_FIELD_OFFSET(SupportedDelegationsProto, _impl_.payer_email_)}},
      // optional bool shipping_address = 1;
      {::_pbi::TcParser::FastV8S1,
       {8, 0, 0,
        PROTOBUF_FIELD_OFFSET(SupportedDelegationsProto, _impl_.shipping_address_)}},
      // optional bool payer_name = 2;
      {::_pbi::TcParser::FastV8S1,
       {16, 1, 0,
        PROTOBUF_FIELD_OFFSET(SupportedDelegationsProto, _impl_.payer_name_)}},
      // optional bool payer_phone = 3;
      {::_pbi::TcParser::FastV8S1,
       {24, 2, 0,
        PROTOBUF_FIELD_OFFSET(SupportedDelegationsProto, _impl_.payer_phone_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional bool shipping_address = 1;
      {PROTOBUF_FIELD_OFFSET(SupportedDelegationsProto, _impl_.shipping_address_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // optional bool payer_name = 2;
      {PROTOBUF_FIELD_OFFSET(SupportedDelegationsProto, _impl_.payer_name_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // optional bool payer_phone = 3;
      {PROTOBUF_FIELD_OFFSET(SupportedDelegationsProto, _impl_.payer_phone_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // optional bool payer_email = 4;
      {PROTOBUF_FIELD_OFFSET(SupportedDelegationsProto, _impl_.payer_email_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
    }},
    // no aux_entries
    {{
    }},
  };
}


inline constexpr SupportedDelegationsProto::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        shipping_address_{false},
        payer_name_{false},
        payer_phone_{false},
        payer_email_{false} {}

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

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

constexpr StoredRelatedApplicationProto::ParseTableT_ StoredRelatedApplicationProto::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(StoredRelatedApplicationProto, _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<::content::StoredRelatedApplicationProto>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional string id = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(StoredRelatedApplicationProto, _impl_.id_)}},
      // optional string platform = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(StoredRelatedApplicationProto, _impl_.platform_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional string platform = 1;
      {PROTOBUF_FIELD_OFFSET(StoredRelatedApplicationProto, _impl_.platform_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string id = 2;
      {PROTOBUF_FIELD_OFFSET(StoredRelatedApplicationProto, _impl_.id_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
    }},
    // no aux_entries
    {{
    }},
  };
}


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

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

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

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


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

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

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

constexpr StoredPaymentInstrumentImageObject::ParseTableT_ StoredPaymentInstrumentImageObject::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(StoredPaymentInstrumentImageObject, _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<::content::StoredPaymentInstrumentImageObject>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      {::_pbi::TcParser::MiniParse, {}},
      // optional string src = 1;
      {::_pbi::TcParser::FastBS1,
       {10, 1, 0,
        PROTOBUF_FIELD_OFFSET(StoredPaymentInstrumentImageObject, _impl_.src_)}},
      // optional string type = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 2, 0,
        PROTOBUF_FIELD_OFFSET(StoredPaymentInstrumentImageObject, _impl_.type_)}},
      // repeated .content.ImageSizeProto sizes = 3;
      {::_pbi::TcParser::FastMtR1,
       {26, 0, 0,
        PROTOBUF_FIELD_OFFSET(StoredPaymentInstrumentImageObject, _impl_.sizes_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional string src = 1;
      {PROTOBUF_FIELD_OFFSET(StoredPaymentInstrumentImageObject, _impl_.src_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string type = 2;
      {PROTOBUF_FIELD_OFFSET(StoredPaymentInstrumentImageObject, _impl_.type_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // repeated .content.ImageSizeProto sizes = 3;
      {PROTOBUF_FIELD_OFFSET(StoredPaymentInstrumentImageObject, _impl_.sizes_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::content::ImageSizeProto>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::content::ImageSizeProto_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr StoredPaymentInstrumentImageObject::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        sizes_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::content::StoredPaymentInstrumentImageObject,
            PROTOBUF_FIELD_OFFSET(::content::StoredPaymentInstrumentImageObject, _impl_.sizes_)>()
         }
        ,
        src_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        type_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()) {}

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

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

constexpr StoredPaymentAppProto::ParseTableT_ StoredPaymentAppProto::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(StoredPaymentAppProto, _impl_._has_bits_),
      0, // no _extensions_
      8, 56,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967040,  // skipmap
      offsetof(ParseTableT_, field_entries),
      8,  // 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<::content::StoredPaymentAppProto>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional .content.SupportedDelegationsProto supported_delegations = 8;
      {::_pbi::TcParser::FastMtS1,
       {66, 5, 1,
        PROTOBUF_FIELD_OFFSET(StoredPaymentAppProto, _impl_.supported_delegations_)}},
      // optional int64 registration_id = 1;
      {::_pbi::TcParser::FastV64S1,
       {8, 6, 0,
        PROTOBUF_FIELD_OFFSET(StoredPaymentAppProto, _impl_.registration_id_)}},
      // optional string scope = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(StoredPaymentAppProto, _impl_.scope_)}},
      // optional string name = 3;
      {::_pbi::TcParser::FastBS1,
       {26, 2, 0,
        PROTOBUF_FIELD_OFFSET(StoredPaymentAppProto, _impl_.name_)}},
      // optional string icon = 4;
      {::_pbi::TcParser::FastBS1,
       {34, 3, 0,
        PROTOBUF_FIELD_OFFSET(StoredPaymentAppProto, _impl_.icon_)}},
      // optional bool prefer_related_applications = 5;
      {::_pbi::TcParser::FastV8S1,
       {40, 7, 0,
        PROTOBUF_FIELD_OFFSET(StoredPaymentAppProto, _impl_.prefer_related_applications_)}},
      // repeated .content.StoredRelatedApplicationProto related_applications = 6;
      {::_pbi::TcParser::FastMtR1,
       {50, 0, 0,
        PROTOBUF_FIELD_OFFSET(StoredPaymentAppProto, _impl_.related_applications_)}},
      // optional string user_hint = 7;
      {::_pbi::TcParser::FastBS1,
       {58, 4, 0,
        PROTOBUF_FIELD_OFFSET(StoredPaymentAppProto, _impl_.user_hint_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional int64 registration_id = 1;
      {PROTOBUF_FIELD_OFFSET(StoredPaymentAppProto, _impl_.registration_id_), _Internal::kHasBitsOffset + 6, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional string scope = 2;
      {PROTOBUF_FIELD_OFFSET(StoredPaymentAppProto, _impl_.scope_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string name = 3;
      {PROTOBUF_FIELD_OFFSET(StoredPaymentAppProto, _impl_.name_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string icon = 4;
      {PROTOBUF_FIELD_OFFSET(StoredPaymentAppProto, _impl_.icon_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional bool prefer_related_applications = 5;
      {PROTOBUF_FIELD_OFFSET(StoredPaymentAppProto, _impl_.prefer_related_applications_), _Internal::kHasBitsOffset + 7, 0, (0 | ::_fl::kFcOptional | ::_fl::kBool)},
      // repeated .content.StoredRelatedApplicationProto related_applications = 6;
      {PROTOBUF_FIELD_OFFSET(StoredPaymentAppProto, _impl_.related_applications_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional string user_hint = 7;
      {PROTOBUF_FIELD_OFFSET(StoredPaymentAppProto, _impl_.user_hint_), _Internal::kHasBitsOffset + 4, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional .content.SupportedDelegationsProto supported_delegations = 8;
      {PROTOBUF_FIELD_OFFSET(StoredPaymentAppProto, _impl_.supported_delegations_), _Internal::kHasBitsOffset + 5, 1, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::content::StoredRelatedApplicationProto>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::content::StoredRelatedApplicationProto_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::content::SupportedDelegationsProto>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::content::SupportedDelegationsProto_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr StoredPaymentAppProto::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        related_applications_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::content::StoredPaymentAppProto,
            PROTOBUF_FIELD_OFFSET(::content::StoredPaymentAppProto, _impl_.related_applications_)>()
         }
        ,
        scope_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        name_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        icon_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        user_hint_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        supported_delegations_{nullptr},
        registration_id_{::int64_t{0}},
        prefer_related_applications_{false} {}

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

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

constexpr StoredPaymentInstrumentProto::ParseTableT_ StoredPaymentInstrumentProto::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(StoredPaymentInstrumentProto, _impl_._has_bits_),
      0, // no _extensions_
      8, 56,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967040,  // skipmap
      offsetof(ParseTableT_, field_entries),
      8,  // 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<::content::StoredPaymentInstrumentProto>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // repeated int32 supported_card_networks = 8;
      {::_pbi::TcParser::FastV32R1,
       {64, 1, 0,
        PROTOBUF_FIELD_OFFSET(StoredPaymentInstrumentProto, _impl_.supported_card_networks_)}},
      // optional int64 registration_id = 1;
      {::_pbi::TcParser::FastV64S1,
       {8, 7, 0,
        PROTOBUF_FIELD_OFFSET(StoredPaymentInstrumentProto, _impl_.registration_id_)}},
      // optional string instrument_key = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 2, 0,
        PROTOBUF_FIELD_OFFSET(StoredPaymentInstrumentProto, _impl_.instrument_key_)}},
      // optional string name = 3;
      {::_pbi::TcParser::FastBS1,
       {26, 3, 0,
        PROTOBUF_FIELD_OFFSET(StoredPaymentInstrumentProto, _impl_.name_)}},
      // optional string method = 4;
      {::_pbi::TcParser::FastBS1,
       {34, 4, 0,
        PROTOBUF_FIELD_OFFSET(StoredPaymentInstrumentProto, _impl_.method_)}},
      // optional string stringified_capabilities = 5;
      {::_pbi::TcParser::FastBS1,
       {42, 5, 0,
        PROTOBUF_FIELD_OFFSET(StoredPaymentInstrumentProto, _impl_.stringified_capabilities_)}},
      // repeated .content.StoredPaymentInstrumentImageObject icons = 6;
      {::_pbi::TcParser::FastMtR1,
       {50, 0, 0,
        PROTOBUF_FIELD_OFFSET(StoredPaymentInstrumentProto, _impl_.icons_)}},
      // optional string decoded_instrument_icon = 7;
      {::_pbi::TcParser::FastBS1,
       {58, 6, 0,
        PROTOBUF_FIELD_OFFSET(StoredPaymentInstrumentProto, _impl_.decoded_instrument_icon_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional int64 registration_id = 1;
      {PROTOBUF_FIELD_OFFSET(StoredPaymentInstrumentProto, _impl_.registration_id_), _Internal::kHasBitsOffset + 7, 0, (0 | ::_fl::kFcOptional | ::_fl::kInt64)},
      // optional string instrument_key = 2;
      {PROTOBUF_FIELD_OFFSET(StoredPaymentInstrumentProto, _impl_.instrument_key_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string name = 3;
      {PROTOBUF_FIELD_OFFSET(StoredPaymentInstrumentProto, _impl_.name_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string method = 4;
      {PROTOBUF_FIELD_OFFSET(StoredPaymentInstrumentProto, _impl_.method_), _Internal::kHasBitsOffset + 4, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional string stringified_capabilities = 5;
      {PROTOBUF_FIELD_OFFSET(StoredPaymentInstrumentProto, _impl_.stringified_capabilities_), _Internal::kHasBitsOffset + 5, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // repeated .content.StoredPaymentInstrumentImageObject icons = 6;
      {PROTOBUF_FIELD_OFFSET(StoredPaymentInstrumentProto, _impl_.icons_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional string decoded_instrument_icon = 7;
      {PROTOBUF_FIELD_OFFSET(StoredPaymentInstrumentProto, _impl_.decoded_instrument_icon_), _Internal::kHasBitsOffset + 6, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // repeated int32 supported_card_networks = 8;
      {PROTOBUF_FIELD_OFFSET(StoredPaymentInstrumentProto, _impl_.supported_card_networks_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcRepeated | ::_fl::kInt32)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::content::StoredPaymentInstrumentImageObject>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::content::StoredPaymentInstrumentImageObject_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr StoredPaymentInstrumentProto::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        icons_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::content::StoredPaymentInstrumentProto,
            PROTOBUF_FIELD_OFFSET(::content::StoredPaymentInstrumentProto, _impl_.icons_)>()
         }
        ,
        supported_card_networks_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::content::StoredPaymentInstrumentProto,
            PROTOBUF_FIELD_OFFSET(::content::StoredPaymentInstrumentProto, _impl_.supported_card_networks_)>()
         }
        ,
        instrument_key_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        name_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        method_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        stringified_capabilities_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        decoded_instrument_icon_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        registration_id_{::int64_t{0}} {}

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

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST StoredPaymentInstrumentProtoGlobalsTypeInternal StoredPaymentInstrumentProto_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* StoredPaymentInstrumentProto_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return StoredPaymentInstrumentProto_globals_.GetClassData();
#else
  return StoredPaymentInstrumentProto_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
}  // namespace content
namespace content {
// ===================================================================

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

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

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

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    ::memset(&_impl_.width_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.height_) -
        reinterpret_cast<char*>(&_impl_.width_)) + sizeof(_impl_.height_));
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

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

  // optional uint64 height = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
        2, this_._internal_height(), target);
  }

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

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t ImageSizeProto::ByteSizeLong(const MessageLite& base) {
  const ImageSizeProto& this_ = static_cast<const ImageSizeProto&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t ImageSizeProto::ByteSizeLong() const {
  const ImageSizeProto& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:content.ImageSizeProto)
  ::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 uint64 width = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
          this_._internal_width());
    }
    // optional uint64 height = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
          this_._internal_height());
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

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

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

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


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

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

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

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

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

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite StoredPaymentInstrumentImageObject_class_data_ =
    StoredPaymentInstrumentImageObject::InternalGenerateClassData_(StoredPaymentInstrumentImageObject_globals_._default);

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

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

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

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

  // repeated .content.ImageSizeProto sizes = 3;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_sizes_size());
         i < n; i++) {
      const auto& repfield = this_._internal_sizes().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              3, repfield, repfield.GetCachedSize(),
              target, stream);
    }
  }

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

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t StoredPaymentInstrumentImageObject::ByteSizeLong(const MessageLite& base) {
  const StoredPaymentInstrumentImageObject& this_ = static_cast<const StoredPaymentInstrumentImageObject&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t StoredPaymentInstrumentImageObject::ByteSizeLong() const {
  const StoredPaymentInstrumentImageObject& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:content.StoredPaymentInstrumentImageObject)
  ::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)) {
    // repeated .content.ImageSizeProto sizes = 3;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1UL * this_._internal_sizes_size();
      for (const auto& msg : this_._internal_sizes()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
    // optional string src = 1;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_src());
    }
    // optional string type = 2;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_type());
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

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

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000007U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_mutable_sizes()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_sizes());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_src(from._internal_src());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_internal_set_type(from._internal_type());
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void StoredPaymentInstrumentImageObject::InternalSwap(StoredPaymentInstrumentImageObject* 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_.sizes_.InternalSwap(&other->_impl_.sizes_);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.src_, &other->_impl_.src_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.type_, &other->_impl_.type_, arena);
}

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

StoredPaymentInstrumentProto::StoredPaymentInstrumentProto(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, StoredPaymentInstrumentProto_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:content.StoredPaymentInstrumentProto)
}
PROTOBUF_NDEBUG_INLINE StoredPaymentInstrumentProto::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::content::StoredPaymentInstrumentProto& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        icons_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::content::StoredPaymentInstrumentProto,
              PROTOBUF_FIELD_OFFSET(::content::StoredPaymentInstrumentProto, _impl_.icons_)>()
          , from.icons_
        }
        ,
        supported_card_networks_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::content::StoredPaymentInstrumentProto,
              PROTOBUF_FIELD_OFFSET(::content::StoredPaymentInstrumentProto, _impl_.supported_card_networks_)>()
          , from.supported_card_networks_
        }
        ,
        instrument_key_(arena, from.instrument_key_),
        name_(arena, from.name_),
        method_(arena, from.method_),
        stringified_capabilities_(arena, from.stringified_capabilities_),
        decoded_instrument_icon_(arena, from.decoded_instrument_icon_) {}

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

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

  // @@protoc_insertion_point(copy_constructor:content.StoredPaymentInstrumentProto)
}
PROTOBUF_NDEBUG_INLINE StoredPaymentInstrumentProto::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        icons_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::content::StoredPaymentInstrumentProto,
            PROTOBUF_FIELD_OFFSET(::content::StoredPaymentInstrumentProto, _impl_.icons_)>()
         }
        ,
        supported_card_networks_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::content::StoredPaymentInstrumentProto,
            PROTOBUF_FIELD_OFFSET(::content::StoredPaymentInstrumentProto, _impl_.supported_card_networks_)>()
         }
        ,
        instrument_key_(arena),
        name_(arena),
        method_(arena),
        stringified_capabilities_(arena),
        decoded_instrument_icon_(arena) {}

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite StoredPaymentInstrumentProto_class_data_ =
    StoredPaymentInstrumentProto::InternalGenerateClassData_(StoredPaymentInstrumentProto_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
StoredPaymentInstrumentProto::GetClassData() const {
  return StoredPaymentInstrumentProto_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
StoredPaymentInstrumentProto::GetClassData() const {
  return StoredPaymentInstrumentProto_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const StoredPaymentInstrumentProto::ParseTableT_
    StoredPaymentInstrumentProto::_table_ =
        StoredPaymentInstrumentProto::InternalGenerateParseTable_(StoredPaymentInstrumentProto_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void StoredPaymentInstrumentProto::Clear() {
// @@protoc_insertion_point(message_clear_start:content.StoredPaymentInstrumentProto)
  ::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_.icons_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.supported_card_networks_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _impl_.instrument_key_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _impl_.name_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _impl_.method_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _impl_.stringified_capabilities_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      _impl_.decoded_instrument_icon_.ClearNonDefaultToEmpty();
    }
  }
  _impl_.registration_id_ = ::int64_t{0};
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

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

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

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

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

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

  // repeated .content.StoredPaymentInstrumentImageObject icons = 6;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_icons_size());
         i < n; i++) {
      const auto& repfield = this_._internal_icons().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              6, repfield, repfield.GetCachedSize(),
              target, stream);
    }
  }

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

  // repeated int32 supported_card_networks = 8;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    for (int i = 0, n = this_._internal_supported_card_networks_size(); i < n; ++i) {
      target = stream->EnsureSpace(target);
      target = ::_pbi::WireFormatLite::WriteInt32ToArray(
          8, this_._internal_supported_card_networks().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:content.StoredPaymentInstrumentProto)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t StoredPaymentInstrumentProto::ByteSizeLong(const MessageLite& base) {
  const StoredPaymentInstrumentProto& this_ = static_cast<const StoredPaymentInstrumentProto&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t StoredPaymentInstrumentProto::ByteSizeLong() const {
  const StoredPaymentInstrumentProto& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:content.StoredPaymentInstrumentProto)
  ::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, 0x000000ffU)) {
    // repeated .content.StoredPaymentInstrumentImageObject icons = 6;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1UL * this_._internal_icons_size();
      for (const auto& msg : this_._internal_icons()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
    // repeated int32 supported_card_networks = 8;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ::size_t data_size = ::_pbi::WireFormatLite::Int32Size(
          this_._internal_supported_card_networks());
      ::size_t tag_size = ::size_t{1} *
          ::_pbi::FromIntSize(this_._internal_supported_card_networks_size());
      total_size += tag_size + data_size;
    }
    // optional string instrument_key = 2;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_instrument_key());
    }
    // optional string name = 3;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_name());
    }
    // optional string method = 4;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_method());
    }
    // optional string stringified_capabilities = 5;
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_stringified_capabilities());
    }
    // optional string decoded_instrument_icon = 7;
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_decoded_instrument_icon());
    }
    // optional int64 registration_id = 1;
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_registration_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 StoredPaymentInstrumentProto::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<StoredPaymentInstrumentProto*>(&to_msg);
  auto& from = static_cast<const StoredPaymentInstrumentProto&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:content.StoredPaymentInstrumentProto)
  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_icons()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_icons());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_mutable_supported_card_networks()->MergeFrom(from._internal_supported_card_networks());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_internal_set_instrument_key(from._internal_instrument_key());
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_internal_set_name(from._internal_name());
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _this->_internal_set_method(from._internal_method());
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      _this->_internal_set_stringified_capabilities(from._internal_stringified_capabilities());
    }
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      _this->_internal_set_decoded_instrument_icon(from._internal_decoded_instrument_icon());
    }
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      _this->_impl_.registration_id_ = from._impl_.registration_id_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void StoredPaymentInstrumentProto::InternalSwap(StoredPaymentInstrumentProto* 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_.icons_.InternalSwap(&other->_impl_.icons_);
  _impl_.supported_card_networks_.InternalSwap(&other->_impl_.supported_card_networks_);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.instrument_key_, &other->_impl_.instrument_key_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.name_, &other->_impl_.name_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.method_, &other->_impl_.method_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.stringified_capabilities_, &other->_impl_.stringified_capabilities_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.decoded_instrument_icon_, &other->_impl_.decoded_instrument_icon_, arena);
  swap(_impl_.registration_id_, other->_impl_.registration_id_);
}

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

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

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

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

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite StoredRelatedApplicationProto_class_data_ =
    StoredRelatedApplicationProto::InternalGenerateClassData_(StoredRelatedApplicationProto_globals_._default);

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

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

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

  // optional string id = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    const ::std::string& _s = this_._internal_id();
    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:content.StoredRelatedApplicationProto)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t StoredRelatedApplicationProto::ByteSizeLong(const MessageLite& base) {
  const StoredRelatedApplicationProto& this_ = static_cast<const StoredRelatedApplicationProto&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t StoredRelatedApplicationProto::ByteSizeLong() const {
  const StoredRelatedApplicationProto& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:content.StoredRelatedApplicationProto)
  ::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 platform = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_platform());
    }
    // optional string id = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_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 StoredRelatedApplicationProto::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<StoredRelatedApplicationProto*>(&to_msg);
  auto& from = static_cast<const StoredRelatedApplicationProto&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:content.StoredRelatedApplicationProto)
  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_platform(from._internal_platform());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_id(from._internal_id());
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


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

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

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

inline void SupportedDelegationsProto::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, shipping_address_),
           0,
           offsetof(Impl_, payer_email_) -
               offsetof(Impl_, shipping_address_) +
               sizeof(Impl_::payer_email_));
}
SupportedDelegationsProto::~SupportedDelegationsProto() {
  // @@protoc_insertion_point(destructor:content.SupportedDelegationsProto)
  SharedDtor(*this);
}
inline void SupportedDelegationsProto::SharedDtor(MessageLite& self) {
  SupportedDelegationsProto& this_ = static_cast<SupportedDelegationsProto&>(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 SupportedDelegationsProto_class_data_ =
    SupportedDelegationsProto::InternalGenerateClassData_(SupportedDelegationsProto_globals_._default);

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

  ::memset(&_impl_.shipping_address_, 0, static_cast<::size_t>(
      reinterpret_cast<char*>(&_impl_.payer_email_) -
      reinterpret_cast<char*>(&_impl_.shipping_address_)) + sizeof(_impl_.payer_email_));
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional bool shipping_address = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        1, this_._internal_shipping_address(), target);
  }

  // optional bool payer_name = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        2, this_._internal_payer_name(), target);
  }

  // optional bool payer_phone = 3;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        3, this_._internal_payer_phone(), target);
  }

  // optional bool payer_email = 4;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        4, this_._internal_payer_email(), 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:content.SupportedDelegationsProto)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t SupportedDelegationsProto::ByteSizeLong(const MessageLite& base) {
  const SupportedDelegationsProto& this_ = static_cast<const SupportedDelegationsProto&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t SupportedDelegationsProto::ByteSizeLong() const {
  const SupportedDelegationsProto& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:content.SupportedDelegationsProto)
  ::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(0x0000000fU & cached_has_bits) * 2;
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void SupportedDelegationsProto::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<SupportedDelegationsProto*>(&to_msg);
  auto& from = static_cast<const SupportedDelegationsProto&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(class_specific_merge_from_start:content.SupportedDelegationsProto)
  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->_impl_.shipping_address_ = from._impl_.shipping_address_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_impl_.payer_name_ = from._impl_.payer_name_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_impl_.payer_phone_ = from._impl_.payer_phone_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_impl_.payer_email_ = from._impl_.payer_email_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


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

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

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

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

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

  // @@protoc_insertion_point(copy_constructor:content.StoredPaymentAppProto)
}
PROTOBUF_NDEBUG_INLINE StoredPaymentAppProto::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        related_applications_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::content::StoredPaymentAppProto,
            PROTOBUF_FIELD_OFFSET(::content::StoredPaymentAppProto, _impl_.related_applications_)>()
         }
        ,
        scope_(arena),
        name_(arena),
        icon_(arena),
        user_hint_(arena) {}

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

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite StoredPaymentAppProto_class_data_ =
    StoredPaymentAppProto::InternalGenerateClassData_(StoredPaymentAppProto_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
StoredPaymentAppProto::GetClassData() const {
  return StoredPaymentAppProto_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
StoredPaymentAppProto::GetClassData() const {
  return StoredPaymentAppProto_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const StoredPaymentAppProto::ParseTableT_
    StoredPaymentAppProto::_table_ =
        StoredPaymentAppProto::InternalGenerateParseTable_(StoredPaymentAppProto_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void StoredPaymentAppProto::Clear() {
// @@protoc_insertion_point(message_clear_start:content.StoredPaymentAppProto)
  ::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, 0x0000003fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.related_applications_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.scope_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _impl_.name_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _impl_.icon_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _impl_.user_hint_.ClearNonDefaultToEmpty();
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      ABSL_DCHECK(_impl_.supported_delegations_ != nullptr);
      _impl_.supported_delegations_->Clear();
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x000000c0U)) {
    ::memset(&_impl_.registration_id_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.prefer_related_applications_) -
        reinterpret_cast<char*>(&_impl_.registration_id_)) + sizeof(_impl_.prefer_related_applications_));
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

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

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

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

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

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

  // optional bool prefer_related_applications = 5;
  if (CheckHasBit(cached_has_bits, 0x00000080U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteBoolToArray(
        5, this_._internal_prefer_related_applications(), target);
  }

  // repeated .content.StoredRelatedApplicationProto related_applications = 6;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (unsigned i = 0, n = static_cast<unsigned>(
                             this_._internal_related_applications_size());
         i < n; i++) {
      const auto& repfield = this_._internal_related_applications().Get(i);
      target =
          ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
              6, repfield, repfield.GetCachedSize(),
              target, stream);
    }
  }

  // optional string user_hint = 7;
  if (CheckHasBit(cached_has_bits, 0x00000010U)) {
    const ::std::string& _s = this_._internal_user_hint();
    target = stream->WriteStringMaybeAliased(7, _s, target);
  }

  // optional .content.SupportedDelegationsProto supported_delegations = 8;
  if (CheckHasBit(cached_has_bits, 0x00000020U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        8, *this_._impl_.supported_delegations_, this_._impl_.supported_delegations_->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:content.StoredPaymentAppProto)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t StoredPaymentAppProto::ByteSizeLong(const MessageLite& base) {
  const StoredPaymentAppProto& this_ = static_cast<const StoredPaymentAppProto&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t StoredPaymentAppProto::ByteSizeLong() const {
  const StoredPaymentAppProto& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:content.StoredPaymentAppProto)
  ::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>(0x00000080U & cached_has_bits) * 2;
  if (BatchCheckHasBit(cached_has_bits, 0x0000007fU)) {
    // repeated .content.StoredRelatedApplicationProto related_applications = 6;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1UL * this_._internal_related_applications_size();
      for (const auto& msg : this_._internal_related_applications()) {
        total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(msg);
      }
    }
    // optional string scope = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_scope());
    }
    // optional string name = 3;
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_name());
    }
    // optional string icon = 4;
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_icon());
    }
    // optional string user_hint = 7;
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
                                      this_._internal_user_hint());
    }
    // optional .content.SupportedDelegationsProto supported_delegations = 8;
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.supported_delegations_);
    }
    // optional int64 registration_id = 1;
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
          this_._internal_registration_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 StoredPaymentAppProto::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<StoredPaymentAppProto*>(&to_msg);
  auto& from = static_cast<const StoredPaymentAppProto&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:content.StoredPaymentAppProto)
  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_related_applications()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_related_applications());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_scope(from._internal_scope());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_internal_set_name(from._internal_name());
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_internal_set_icon(from._internal_icon());
    }
    if (CheckHasBit(cached_has_bits, 0x00000010U)) {
      _this->_internal_set_user_hint(from._internal_user_hint());
    }
    if (CheckHasBit(cached_has_bits, 0x00000020U)) {
      ABSL_DCHECK(from._impl_.supported_delegations_ != nullptr);
      if (_this->_impl_.supported_delegations_ == nullptr) {
        _this->_impl_.supported_delegations_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.supported_delegations_);
      } else {
        _this->_impl_.supported_delegations_->MergeFrom(*from._impl_.supported_delegations_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000040U)) {
      _this->_impl_.registration_id_ = from._impl_.registration_id_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000080U)) {
      _this->_impl_.prefer_related_applications_ = from._impl_.prefer_related_applications_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

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


void StoredPaymentAppProto::InternalSwap(StoredPaymentAppProto* 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_.related_applications_.InternalSwap(&other->_impl_.related_applications_);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.scope_, &other->_impl_.scope_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.name_, &other->_impl_.name_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.icon_, &other->_impl_.icon_, arena);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.user_hint_, &other->_impl_.user_hint_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(StoredPaymentAppProto, _impl_.prefer_related_applications_)
      + sizeof(StoredPaymentAppProto::_impl_.prefer_related_applications_)
      - PROTOBUF_FIELD_OFFSET(StoredPaymentAppProto, _impl_.supported_delegations_)>(
          reinterpret_cast<char*>(&_impl_.supported_delegations_),
          reinterpret_cast<char*>(&other->_impl_.supported_delegations_));
}

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