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

#ifndef autofill_5fshared_5fstorage_2eproto_2epb_2eh
#define autofill_5fshared_5fstorage_2eproto_2epb_2eh

#include <limits>
#include <string>
#include <type_traits>
#include <utility>

// clang-format off
#include "google/protobuf/runtime_version.h"
#if PROTOBUF_VERSION != 7035001
#error "Protobuf C++ gencode is built with an incompatible version of"
#error "Protobuf C++ headers/runtime. See"
#error "https://protobuf.dev/support/cross-version-runtime-guarantee/#cpp"
#endif
#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/arenastring.h"
#include "google/protobuf/generated_message_tctable_decl.h"
#include "google/protobuf/generated_message_util.h"
#include "google/protobuf/metadata_lite.h"
#include "google/protobuf/message_lite.h"
#include "google/protobuf/repeated_field.h"  // IWYU pragma: export
#include "google/protobuf/extension_set.h"  // IWYU pragma: export
// @@protoc_insertion_point(includes)

// Must be included last.
#include "google/protobuf/port_def.inc"

#define PROTOBUF_INTERNAL_EXPORT_autofill_5fshared_5fstorage_2eproto

namespace google {
namespace protobuf {
namespace internal {
template <typename T>
::absl::string_view GetAnyMessageName();
}  // namespace internal
}  // namespace protobuf
}  // namespace google

// Internal implementation detail -- do not use these members.
struct TableStruct_autofill_5fshared_5fstorage_2eproto {
  static const ::uint32_t offsets[];
};
namespace autofill {
class AutofillCreditCardData;
struct AutofillCreditCardDataGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern AutofillCreditCardDataGlobalsTypeInternal AutofillCreditCardData_globals_;
extern const ::google::protobuf::internal::ClassDataLite AutofillCreditCardData_class_data_;
#else
extern const AutofillCreditCardDataGlobalsTypeInternal AutofillCreditCardData_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class AutofillCreditCardList;
struct AutofillCreditCardListGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern AutofillCreditCardListGlobalsTypeInternal AutofillCreditCardList_globals_;
extern const ::google::protobuf::internal::ClassDataLite AutofillCreditCardList_class_data_;
#else
extern const AutofillCreditCardListGlobalsTypeInternal AutofillCreditCardList_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace autofill
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google

namespace autofill {

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


// -------------------------------------------------------------------

class  AutofillCreditCardData final : public ::google::protobuf::MessageLite
/* @@protoc_insertion_point(class_definition:autofill.AutofillCreditCardData) */ {
 public:
  inline AutofillCreditCardData() : AutofillCreditCardData(nullptr) {}
  ~AutofillCreditCardData() PROTOBUF_FINAL;

#if defined(PROTOBUF_CUSTOM_VTABLE)
  void operator delete(AutofillCreditCardData* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) {
    SharedDtor(*msg);
    ::google::protobuf::internal::SizedDelete(msg, sizeof(AutofillCreditCardData));
  }
#endif

  template <typename = void>
  explicit constexpr AutofillCreditCardData(::google::protobuf::internal::ConstantInitialized,
                           const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
                               class_data);

  inline AutofillCreditCardData(const AutofillCreditCardData& from) : AutofillCreditCardData(nullptr, from) {}
  inline AutofillCreditCardData(AutofillCreditCardData&& from) noexcept : AutofillCreditCardData(nullptr, ::std::move(from)) {}
  inline AutofillCreditCardData& operator=(const AutofillCreditCardData& from) {
    CopyFrom(from);
    return *this;
  }
  inline AutofillCreditCardData& operator=(AutofillCreditCardData&& from) noexcept {
    if (this == &from) return *this;
    if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

  inline const ::std::string& unknown_fields() const
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString);
  }
  inline ::std::string* PROTOBUF_NONNULL
  mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.mutable_unknown_fields<::std::string>();
  }

  static const AutofillCreditCardData& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<AutofillCreditCardData>(&AutofillCreditCardData_globals_);
  }
  static constexpr int kIndexInFileMessages = 0;
  friend void swap(AutofillCreditCardData& a, AutofillCreditCardData& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(AutofillCreditCardData* PROTOBUF_NONNULL other) {
    if (other == this) return;
    if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) {
      InternalSwap(other);
    } else {
      ::google::protobuf::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(AutofillCreditCardData* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

  // implements Message ----------------------------------------------

  AutofillCreditCardData* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<AutofillCreditCardData>(arena);
  }
  void CopyFrom(const AutofillCreditCardData& from);
  void MergeFrom(const AutofillCreditCardData& from) { AutofillCreditCardData::MergeImpl(*this, from); }

  private:
  static void MergeImpl(::google::protobuf::MessageLite& to_msg,
                        const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return true;
  }
  ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
  #if defined(PROTOBUF_CUSTOM_VTABLE)
  private:
  static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
  static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream);

  public:
  ::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
    return _InternalSerialize(*this, target, stream);
  }
  #else   // PROTOBUF_CUSTOM_VTABLE
  ::size_t ByteSizeLong() const final;
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final;
  #endif  // PROTOBUF_CUSTOM_VTABLE
  int GetCachedSize() const {
    return _impl_._cached_size_.Get();
  }

  private:
  void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static void SharedDtor(MessageLite& self);
  void InternalSwap(AutofillCreditCardData* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "autofill.AutofillCreditCardData"; }

  explicit AutofillCreditCardData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  AutofillCreditCardData(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const AutofillCreditCardData& from);
  AutofillCreditCardData(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, AutofillCreditCardData&& from) noexcept
      : AutofillCreditCardData(arena) {
    *this = ::std::move(from);
  }
  const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL;
  static void* PROTOBUF_NONNULL PlacementNew_(
      const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static constexpr auto InternalNewImpl_();

 public:
  static constexpr auto InternalGenerateClassData_(
      const MessageLite& prototype,
      const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr);

  // nested types ----------------------------------------------------

  // accessors -------------------------------------------------------
  enum : int {
    kLastFourFieldNumber = 1,
    kNetworkFieldNumber = 2,
    kExpirationMonthFieldNumber = 3,
    kExpirationYearFieldNumber = 4,
  };
  // optional string last_four = 1;
  bool has_last_four()
      const;
  void clear_last_four() ;
  const ::std::string& last_four() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_last_four(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_last_four();
  ::std::string* PROTOBUF_NULLABLE release_last_four();
  void set_allocated_last_four(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_last_four() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_last_four(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_last_four();

  public:
  // optional string network = 2;
  bool has_network()
      const;
  void clear_network() ;
  const ::std::string& network() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_network(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_network();
  ::std::string* PROTOBUF_NULLABLE release_network();
  void set_allocated_network(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_network() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_network(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_network();

  public:
  // optional uint32 expiration_month = 3;
  bool has_expiration_month()
      const;
  void clear_expiration_month() ;
  ::uint32_t expiration_month() const;
  void set_expiration_month(::uint32_t value);

  private:
  ::uint32_t _internal_expiration_month() const;
  void _internal_set_expiration_month(::uint32_t value);

  public:
  // optional uint32 expiration_year = 4;
  bool has_expiration_year()
      const;
  void clear_expiration_year() ;
  ::uint32_t expiration_year() const;
  void set_expiration_year(::uint32_t value);

  private:
  ::uint32_t _internal_expiration_year() const;
  void _internal_set_expiration_year(::uint32_t value);

  public:
  // @@protoc_insertion_point(class_scope:autofill.AutofillCreditCardData)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<2, 4,
                          0, 0,
                          2>;
  static constexpr ParseTableT_ InternalGenerateParseTable_(
      const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data);
  friend class ::google::protobuf::internal::TcParser;
  #ifndef PROTOBUF_MESSAGE_GLOBALS
  static const ParseTableT_ _table_;
  #endif

  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  friend ::google::protobuf::internal::PrivateAccess;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility,
                                    ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
        const AutofillCreditCardData& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr last_four_;
    ::google::protobuf::internal::ArenaStringPtr network_;
    ::uint32_t expiration_month_;
    ::uint32_t expiration_year_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_autofill_5fshared_5fstorage_2eproto;
};
// -------------------------------------------------------------------

class  AutofillCreditCardList final : public ::google::protobuf::MessageLite
/* @@protoc_insertion_point(class_definition:autofill.AutofillCreditCardList) */ {
 public:
  inline AutofillCreditCardList() : AutofillCreditCardList(nullptr) {}
  ~AutofillCreditCardList() PROTOBUF_FINAL;

#if defined(PROTOBUF_CUSTOM_VTABLE)
  void operator delete(AutofillCreditCardList* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) {
    SharedDtor(*msg);
    ::google::protobuf::internal::SizedDelete(msg, sizeof(AutofillCreditCardList));
  }
#endif

  template <typename = void>
  explicit constexpr AutofillCreditCardList(::google::protobuf::internal::ConstantInitialized,
                           const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
                               class_data);

  inline AutofillCreditCardList(const AutofillCreditCardList& from) : AutofillCreditCardList(nullptr, from) {}
  inline AutofillCreditCardList(AutofillCreditCardList&& from) noexcept : AutofillCreditCardList(nullptr, ::std::move(from)) {}
  inline AutofillCreditCardList& operator=(const AutofillCreditCardList& from) {
    CopyFrom(from);
    return *this;
  }
  inline AutofillCreditCardList& operator=(AutofillCreditCardList&& from) noexcept {
    if (this == &from) return *this;
    if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

  inline const ::std::string& unknown_fields() const
      ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString);
  }
  inline ::std::string* PROTOBUF_NONNULL
  mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND {
    return _internal_metadata_.mutable_unknown_fields<::std::string>();
  }

  static const AutofillCreditCardList& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<AutofillCreditCardList>(&AutofillCreditCardList_globals_);
  }
  static constexpr int kIndexInFileMessages = 1;
  friend void swap(AutofillCreditCardList& a, AutofillCreditCardList& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(AutofillCreditCardList* PROTOBUF_NONNULL other) {
    if (other == this) return;
    if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) {
      InternalSwap(other);
    } else {
      ::google::protobuf::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(AutofillCreditCardList* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

  // implements Message ----------------------------------------------

  AutofillCreditCardList* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<AutofillCreditCardList>(arena);
  }
  void CopyFrom(const AutofillCreditCardList& from);
  void MergeFrom(const AutofillCreditCardList& from) { AutofillCreditCardList::MergeImpl(*this, from); }

  private:
  static void MergeImpl(::google::protobuf::MessageLite& to_msg,
                        const ::google::protobuf::MessageLite& from_msg);

  public:
  bool IsInitialized() const {
    return true;
  }
  ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
  #if defined(PROTOBUF_CUSTOM_VTABLE)
  private:
  static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
  static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream);

  public:
  ::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
    return _InternalSerialize(*this, target, stream);
  }
  #else   // PROTOBUF_CUSTOM_VTABLE
  ::size_t ByteSizeLong() const final;
  ::uint8_t* PROTOBUF_NONNULL _InternalSerialize(
      ::uint8_t* PROTOBUF_NONNULL target,
      ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final;
  #endif  // PROTOBUF_CUSTOM_VTABLE
  int GetCachedSize() const {
    return _impl_._cached_size_.Get();
  }

  private:
  void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static void SharedDtor(MessageLite& self);
  void InternalSwap(AutofillCreditCardList* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "autofill.AutofillCreditCardList"; }

  explicit AutofillCreditCardList(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  AutofillCreditCardList(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const AutofillCreditCardList& from);
  AutofillCreditCardList(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, AutofillCreditCardList&& from) noexcept
      : AutofillCreditCardList(arena) {
    *this = ::std::move(from);
  }
  const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL;
  static void* PROTOBUF_NONNULL PlacementNew_(
      const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  static constexpr auto InternalNewImpl_();

 public:
  static constexpr auto InternalGenerateClassData_(
      const MessageLite& prototype,
      const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr);

  // nested types ----------------------------------------------------

  // accessors -------------------------------------------------------
  enum : int {
    kServerCardsFieldNumber = 1,
  };
  // repeated .autofill.AutofillCreditCardData server_cards = 1;
  int server_cards_size()
      const;
  private:
  int _internal_server_cards_size() const;

  public:
  void clear_server_cards() ;
  const ::autofill::AutofillCreditCardData& server_cards(int index) const;
  ::autofill::AutofillCreditCardData* PROTOBUF_NONNULL mutable_server_cards(int index);
  ::autofill::AutofillCreditCardData* PROTOBUF_NONNULL add_server_cards();
  const ::google::protobuf::RepeatedPtrField<::autofill::AutofillCreditCardData>&
  server_cards() const;
  ::google::protobuf::RepeatedPtrField<::autofill::AutofillCreditCardData>* PROTOBUF_NONNULL
  mutable_server_cards();

  private:
  const ::google::protobuf::RepeatedPtrField<::autofill::AutofillCreditCardData>& _internal_server_cards() const;
  ::google::protobuf::RepeatedPtrField<::autofill::AutofillCreditCardData>* PROTOBUF_NONNULL _internal_mutable_server_cards();

  public:
  // @@protoc_insertion_point(class_scope:autofill.AutofillCreditCardList)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<0, 1,
                          1, 0,
                          2>;
  static constexpr ParseTableT_ InternalGenerateParseTable_(
      const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data);
  friend class ::google::protobuf::internal::TcParser;
  #ifndef PROTOBUF_MESSAGE_GLOBALS
  static const ParseTableT_ _table_;
  #endif

  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  friend ::google::protobuf::internal::PrivateAccess;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility,
                                    ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
        const AutofillCreditCardList& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField< ::autofill::AutofillCreditCardData > server_cards_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_autofill_5fshared_5fstorage_2eproto;
};

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




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


#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif  // __GNUC__
// -------------------------------------------------------------------

// AutofillCreditCardData

// optional string last_four = 1;
inline bool AutofillCreditCardData::has_last_four() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void AutofillCreditCardData::clear_last_four() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.last_four_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& AutofillCreditCardData::last_four() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:autofill.AutofillCreditCardData.last_four)
  return _internal_last_four();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void AutofillCreditCardData::set_last_four(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.last_four_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:autofill.AutofillCreditCardData.last_four)
}
inline ::std::string* PROTOBUF_NONNULL AutofillCreditCardData::mutable_last_four()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_last_four();
  // @@protoc_insertion_point(field_mutable:autofill.AutofillCreditCardData.last_four)
  return _s;
}
inline const ::std::string& AutofillCreditCardData::_internal_last_four() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.last_four_.Get();
}
inline void AutofillCreditCardData::_internal_set_last_four(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.last_four_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL AutofillCreditCardData::_internal_mutable_last_four() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.last_four_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE AutofillCreditCardData::release_last_four() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:autofill.AutofillCreditCardData.last_four)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.last_four_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.last_four_.Set("", GetArena());
  }
  return released;
}
inline void AutofillCreditCardData::set_allocated_last_four(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  }
  _impl_.last_four_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.last_four_.IsDefault()) {
    _impl_.last_four_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:autofill.AutofillCreditCardData.last_four)
}

// optional string network = 2;
inline bool AutofillCreditCardData::has_network() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void AutofillCreditCardData::clear_network() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.network_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& AutofillCreditCardData::network() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:autofill.AutofillCreditCardData.network)
  return _internal_network();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void AutofillCreditCardData::set_network(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.network_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:autofill.AutofillCreditCardData.network)
}
inline ::std::string* PROTOBUF_NONNULL AutofillCreditCardData::mutable_network()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_network();
  // @@protoc_insertion_point(field_mutable:autofill.AutofillCreditCardData.network)
  return _s;
}
inline const ::std::string& AutofillCreditCardData::_internal_network() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.network_.Get();
}
inline void AutofillCreditCardData::_internal_set_network(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.network_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL AutofillCreditCardData::_internal_mutable_network() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.network_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE AutofillCreditCardData::release_network() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:autofill.AutofillCreditCardData.network)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.network_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.network_.Set("", GetArena());
  }
  return released;
}
inline void AutofillCreditCardData::set_allocated_network(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  }
  _impl_.network_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.network_.IsDefault()) {
    _impl_.network_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:autofill.AutofillCreditCardData.network)
}

// optional uint32 expiration_month = 3;
inline bool AutofillCreditCardData::has_expiration_month() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  return value;
}
inline void AutofillCreditCardData::clear_expiration_month() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.expiration_month_ = 0u;
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline ::uint32_t AutofillCreditCardData::expiration_month() const {
  // @@protoc_insertion_point(field_get:autofill.AutofillCreditCardData.expiration_month)
  return _internal_expiration_month();
}
inline void AutofillCreditCardData::set_expiration_month(::uint32_t value) {
  _internal_set_expiration_month(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_set:autofill.AutofillCreditCardData.expiration_month)
}
inline ::uint32_t AutofillCreditCardData::_internal_expiration_month() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.expiration_month_;
}
inline void AutofillCreditCardData::_internal_set_expiration_month(::uint32_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.expiration_month_ = value;
}

// optional uint32 expiration_year = 4;
inline bool AutofillCreditCardData::has_expiration_year() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000008U);
  return value;
}
inline void AutofillCreditCardData::clear_expiration_year() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.expiration_year_ = 0u;
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
}
inline ::uint32_t AutofillCreditCardData::expiration_year() const {
  // @@protoc_insertion_point(field_get:autofill.AutofillCreditCardData.expiration_year)
  return _internal_expiration_year();
}
inline void AutofillCreditCardData::set_expiration_year(::uint32_t value) {
  _internal_set_expiration_year(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  // @@protoc_insertion_point(field_set:autofill.AutofillCreditCardData.expiration_year)
}
inline ::uint32_t AutofillCreditCardData::_internal_expiration_year() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.expiration_year_;
}
inline void AutofillCreditCardData::_internal_set_expiration_year(::uint32_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.expiration_year_ = value;
}

// -------------------------------------------------------------------

// AutofillCreditCardList

// repeated .autofill.AutofillCreditCardData server_cards = 1;
inline int AutofillCreditCardList::_internal_server_cards_size() const {
  return _internal_server_cards().size();
}
inline int AutofillCreditCardList::server_cards_size() const {
  return _internal_server_cards_size();
}
inline void AutofillCreditCardList::clear_server_cards() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.server_cards_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::autofill::AutofillCreditCardData& AutofillCreditCardList::server_cards(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:autofill.AutofillCreditCardList.server_cards)
  return _internal_server_cards().Get(index);
}
inline ::autofill::AutofillCreditCardData* PROTOBUF_NONNULL AutofillCreditCardList::mutable_server_cards(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:autofill.AutofillCreditCardList.server_cards)
  return _internal_mutable_server_cards()->Mutable(index);
}
inline ::autofill::AutofillCreditCardData* PROTOBUF_NONNULL AutofillCreditCardList::add_server_cards()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::autofill::AutofillCreditCardData* _add =
      _internal_mutable_server_cards()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:autofill.AutofillCreditCardList.server_cards)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::autofill::AutofillCreditCardData>& AutofillCreditCardList::server_cards() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:autofill.AutofillCreditCardList.server_cards)
  return _internal_server_cards();
}
inline ::google::protobuf::RepeatedPtrField<::autofill::AutofillCreditCardData>* PROTOBUF_NONNULL
AutofillCreditCardList::mutable_server_cards() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:autofill.AutofillCreditCardList.server_cards)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_server_cards();
}
inline const ::google::protobuf::RepeatedPtrField<::autofill::AutofillCreditCardData>&
AutofillCreditCardList::_internal_server_cards() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.server_cards_;
}
inline ::google::protobuf::RepeatedPtrField<::autofill::AutofillCreditCardData>* PROTOBUF_NONNULL
AutofillCreditCardList::_internal_mutable_server_cards() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.server_cards_;
}

#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif  // __GNUC__

// @@protoc_insertion_point(namespace_scope)
}  // namespace autofill


// @@protoc_insertion_point(global_scope)

#include "google/protobuf/port_undef.inc"
// clang-format on

#endif  // autofill_5fshared_5fstorage_2eproto_2epb_2eh
