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

#ifndef bound_5foauth_5ftoken_2eproto_2epb_2eh
#define bound_5foauth_5ftoken_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_bound_5foauth_5ftoken_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_bound_5foauth_5ftoken_2eproto {
  static const ::uint32_t offsets[];
};
namespace gaia {
class BoundOAuthToken;
struct BoundOAuthTokenGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern BoundOAuthTokenGlobalsTypeInternal BoundOAuthToken_globals_;
extern const ::google::protobuf::internal::ClassDataLite BoundOAuthToken_class_data_;
#else
extern const BoundOAuthTokenGlobalsTypeInternal BoundOAuthToken_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class MultiOAuthHeader;
struct MultiOAuthHeaderGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern MultiOAuthHeaderGlobalsTypeInternal MultiOAuthHeader_globals_;
extern const ::google::protobuf::internal::ClassDataLite MultiOAuthHeader_class_data_;
#else
extern const MultiOAuthHeaderGlobalsTypeInternal MultiOAuthHeader_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class MultiOAuthHeader_AccountRequest;
struct MultiOAuthHeader_AccountRequestGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern MultiOAuthHeader_AccountRequestGlobalsTypeInternal MultiOAuthHeader_AccountRequest_globals_;
extern const ::google::protobuf::internal::ClassDataLite MultiOAuthHeader_AccountRequest_class_data_;
#else
extern const MultiOAuthHeader_AccountRequestGlobalsTypeInternal MultiOAuthHeader_AccountRequest_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace gaia
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google

namespace gaia {

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


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

class  MultiOAuthHeader_AccountRequest final : public ::google::protobuf::MessageLite
/* @@protoc_insertion_point(class_definition:gaia.MultiOAuthHeader.AccountRequest) */ {
 public:
  inline MultiOAuthHeader_AccountRequest() : MultiOAuthHeader_AccountRequest(nullptr) {}
  ~MultiOAuthHeader_AccountRequest() PROTOBUF_FINAL;

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

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

  inline MultiOAuthHeader_AccountRequest(const MultiOAuthHeader_AccountRequest& from) : MultiOAuthHeader_AccountRequest(nullptr, from) {}
  inline MultiOAuthHeader_AccountRequest(MultiOAuthHeader_AccountRequest&& from) noexcept : MultiOAuthHeader_AccountRequest(nullptr, ::std::move(from)) {}
  inline MultiOAuthHeader_AccountRequest& operator=(const MultiOAuthHeader_AccountRequest& from) {
    CopyFrom(from);
    return *this;
  }
  inline MultiOAuthHeader_AccountRequest& operator=(MultiOAuthHeader_AccountRequest&& 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 MultiOAuthHeader_AccountRequest& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<MultiOAuthHeader_AccountRequest>(&MultiOAuthHeader_AccountRequest_globals_);
  }
  static constexpr int kIndexInFileMessages = 1;
  friend void swap(MultiOAuthHeader_AccountRequest& a, MultiOAuthHeader_AccountRequest& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(MultiOAuthHeader_AccountRequest* 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(MultiOAuthHeader_AccountRequest* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

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

  MultiOAuthHeader_AccountRequest* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<MultiOAuthHeader_AccountRequest>(arena);
  }
  void CopyFrom(const MultiOAuthHeader_AccountRequest& from);
  void MergeFrom(const MultiOAuthHeader_AccountRequest& from) { MultiOAuthHeader_AccountRequest::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(MultiOAuthHeader_AccountRequest* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "gaia.MultiOAuthHeader.AccountRequest"; }

  explicit MultiOAuthHeader_AccountRequest(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  MultiOAuthHeader_AccountRequest(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const MultiOAuthHeader_AccountRequest& from);
  MultiOAuthHeader_AccountRequest(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, MultiOAuthHeader_AccountRequest&& from) noexcept
      : MultiOAuthHeader_AccountRequest(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 {
    kGaiaIdFieldNumber = 1,
    kTokenFieldNumber = 2,
    kTokenBindingAssertionFieldNumber = 3,
  };
  // optional string gaia_id = 1;
  bool has_gaia_id()
      const;
  void clear_gaia_id() ;
  const ::std::string& gaia_id() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_gaia_id(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_gaia_id();
  ::std::string* PROTOBUF_NULLABLE release_gaia_id();
  void set_allocated_gaia_id(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_gaia_id() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_gaia_id(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_gaia_id();

  public:
  // optional string token = 2;
  bool has_token()
      const;
  void clear_token() ;
  const ::std::string& token() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_token(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_token();
  ::std::string* PROTOBUF_NULLABLE release_token();
  void set_allocated_token(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_token() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_token(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_token();

  public:
  // optional bytes token_binding_assertion = 3;
  bool has_token_binding_assertion()
      const;
  void clear_token_binding_assertion() ;
  const ::std::string& token_binding_assertion() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_token_binding_assertion(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_token_binding_assertion();
  ::std::string* PROTOBUF_NULLABLE release_token_binding_assertion();
  void set_allocated_token_binding_assertion(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_token_binding_assertion() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_token_binding_assertion(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_token_binding_assertion();

  public:
  // @@protoc_insertion_point(class_scope:gaia.MultiOAuthHeader.AccountRequest)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<2, 3,
                          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 MultiOAuthHeader_AccountRequest& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr gaia_id_;
    ::google::protobuf::internal::ArenaStringPtr token_;
    ::google::protobuf::internal::ArenaStringPtr token_binding_assertion_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_bound_5foauth_5ftoken_2eproto;
};
// -------------------------------------------------------------------

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

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

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

  inline BoundOAuthToken(const BoundOAuthToken& from) : BoundOAuthToken(nullptr, from) {}
  inline BoundOAuthToken(BoundOAuthToken&& from) noexcept : BoundOAuthToken(nullptr, ::std::move(from)) {}
  inline BoundOAuthToken& operator=(const BoundOAuthToken& from) {
    CopyFrom(from);
    return *this;
  }
  inline BoundOAuthToken& operator=(BoundOAuthToken&& 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 BoundOAuthToken& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<BoundOAuthToken>(&BoundOAuthToken_globals_);
  }
  static constexpr int kIndexInFileMessages = 0;
  friend void swap(BoundOAuthToken& a, BoundOAuthToken& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(BoundOAuthToken* 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(BoundOAuthToken* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

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

  BoundOAuthToken* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<BoundOAuthToken>(arena);
  }
  void CopyFrom(const BoundOAuthToken& from);
  void MergeFrom(const BoundOAuthToken& from) { BoundOAuthToken::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(BoundOAuthToken* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "gaia.BoundOAuthToken"; }

  explicit BoundOAuthToken(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  BoundOAuthToken(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const BoundOAuthToken& from);
  BoundOAuthToken(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, BoundOAuthToken&& from) noexcept
      : BoundOAuthToken(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 {
    kGaiaIdFieldNumber = 1,
    kTokenFieldNumber = 2,
    kTokenBindingAssertionFieldNumber = 3,
  };
  // optional string gaia_id = 1;
  bool has_gaia_id()
      const;
  void clear_gaia_id() ;
  const ::std::string& gaia_id() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_gaia_id(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_gaia_id();
  ::std::string* PROTOBUF_NULLABLE release_gaia_id();
  void set_allocated_gaia_id(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_gaia_id() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_gaia_id(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_gaia_id();

  public:
  // optional string token = 2;
  bool has_token()
      const;
  void clear_token() ;
  const ::std::string& token() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_token(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_token();
  ::std::string* PROTOBUF_NULLABLE release_token();
  void set_allocated_token(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_token() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_token(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_token();

  public:
  // optional string token_binding_assertion = 3;
  bool has_token_binding_assertion()
      const;
  void clear_token_binding_assertion() ;
  const ::std::string& token_binding_assertion() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_token_binding_assertion(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_token_binding_assertion();
  ::std::string* PROTOBUF_NULLABLE release_token_binding_assertion();
  void set_allocated_token_binding_assertion(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_token_binding_assertion() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_token_binding_assertion(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_token_binding_assertion();

  public:
  // @@protoc_insertion_point(class_scope:gaia.BoundOAuthToken)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<2, 3,
                          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 BoundOAuthToken& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr gaia_id_;
    ::google::protobuf::internal::ArenaStringPtr token_;
    ::google::protobuf::internal::ArenaStringPtr token_binding_assertion_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_bound_5foauth_5ftoken_2eproto;
};
// -------------------------------------------------------------------

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

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

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

  inline MultiOAuthHeader(const MultiOAuthHeader& from) : MultiOAuthHeader(nullptr, from) {}
  inline MultiOAuthHeader(MultiOAuthHeader&& from) noexcept : MultiOAuthHeader(nullptr, ::std::move(from)) {}
  inline MultiOAuthHeader& operator=(const MultiOAuthHeader& from) {
    CopyFrom(from);
    return *this;
  }
  inline MultiOAuthHeader& operator=(MultiOAuthHeader&& 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 MultiOAuthHeader& default_instance() {
    return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<MultiOAuthHeader>(&MultiOAuthHeader_globals_);
  }
  static constexpr int kIndexInFileMessages = 2;
  friend void swap(MultiOAuthHeader& a, MultiOAuthHeader& b) { a.Swap(&b); }
  PROTOBUF_NOINLINE void Swap(MultiOAuthHeader* 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(MultiOAuthHeader* PROTOBUF_NONNULL other) {
    if (other == this) return;
    ABSL_DCHECK(GetArena() == other->GetArena());
    InternalSwap(other);
  }

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

  MultiOAuthHeader* PROTOBUF_NONNULL
  New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const {
    return ::google::protobuf::MessageLite::DefaultConstruct<MultiOAuthHeader>(arena);
  }
  void CopyFrom(const MultiOAuthHeader& from);
  void MergeFrom(const MultiOAuthHeader& from) { MultiOAuthHeader::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(MultiOAuthHeader* PROTOBUF_NONNULL other);
 private:
  template <typename T>
  friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)();
  static ::absl::string_view FullMessageName() { return "gaia.MultiOAuthHeader"; }

  explicit MultiOAuthHeader(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  MultiOAuthHeader(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const MultiOAuthHeader& from);
  MultiOAuthHeader(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, MultiOAuthHeader&& from) noexcept
      : MultiOAuthHeader(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 ----------------------------------------------------
  using AccountRequest = MultiOAuthHeader_AccountRequest;

  // accessors -------------------------------------------------------
  enum : int {
    kAccountRequestsFieldNumber = 1,
  };
  // repeated .gaia.MultiOAuthHeader.AccountRequest account_requests = 1;
  int account_requests_size()
      const;
  private:
  int _internal_account_requests_size() const;

  public:
  void clear_account_requests() ;
  const ::gaia::MultiOAuthHeader_AccountRequest& account_requests(int index) const;
  ::gaia::MultiOAuthHeader_AccountRequest* PROTOBUF_NONNULL mutable_account_requests(int index);
  ::gaia::MultiOAuthHeader_AccountRequest* PROTOBUF_NONNULL add_account_requests();
  const ::google::protobuf::RepeatedPtrField<::gaia::MultiOAuthHeader_AccountRequest>&
  account_requests() const;
  ::google::protobuf::RepeatedPtrField<::gaia::MultiOAuthHeader_AccountRequest>* PROTOBUF_NONNULL
  mutable_account_requests();

  private:
  const ::google::protobuf::RepeatedPtrField<::gaia::MultiOAuthHeader_AccountRequest>& _internal_account_requests() const;
  ::google::protobuf::RepeatedPtrField<::gaia::MultiOAuthHeader_AccountRequest>* PROTOBUF_NONNULL _internal_mutable_account_requests();

  public:
  // @@protoc_insertion_point(class_scope:gaia.MultiOAuthHeader)
 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 MultiOAuthHeader& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField< ::gaia::MultiOAuthHeader_AccountRequest > account_requests_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_bound_5foauth_5ftoken_2eproto;
};

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




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


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

// BoundOAuthToken

// optional string gaia_id = 1;
inline bool BoundOAuthToken::has_gaia_id() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void BoundOAuthToken::clear_gaia_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.gaia_id_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& BoundOAuthToken::gaia_id() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:gaia.BoundOAuthToken.gaia_id)
  return _internal_gaia_id();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void BoundOAuthToken::set_gaia_id(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.gaia_id_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:gaia.BoundOAuthToken.gaia_id)
}
inline ::std::string* PROTOBUF_NONNULL BoundOAuthToken::mutable_gaia_id()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_gaia_id();
  // @@protoc_insertion_point(field_mutable:gaia.BoundOAuthToken.gaia_id)
  return _s;
}
inline const ::std::string& BoundOAuthToken::_internal_gaia_id() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.gaia_id_.Get();
}
inline void BoundOAuthToken::_internal_set_gaia_id(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.gaia_id_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL BoundOAuthToken::_internal_mutable_gaia_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.gaia_id_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE BoundOAuthToken::release_gaia_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:gaia.BoundOAuthToken.gaia_id)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.gaia_id_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.gaia_id_.Set("", GetArena());
  }
  return released;
}
inline void BoundOAuthToken::set_allocated_gaia_id(::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_.gaia_id_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.gaia_id_.IsDefault()) {
    _impl_.gaia_id_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:gaia.BoundOAuthToken.gaia_id)
}

// optional string token = 2;
inline bool BoundOAuthToken::has_token() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void BoundOAuthToken::clear_token() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.token_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& BoundOAuthToken::token() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:gaia.BoundOAuthToken.token)
  return _internal_token();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void BoundOAuthToken::set_token(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.token_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:gaia.BoundOAuthToken.token)
}
inline ::std::string* PROTOBUF_NONNULL BoundOAuthToken::mutable_token()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_token();
  // @@protoc_insertion_point(field_mutable:gaia.BoundOAuthToken.token)
  return _s;
}
inline const ::std::string& BoundOAuthToken::_internal_token() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.token_.Get();
}
inline void BoundOAuthToken::_internal_set_token(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.token_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL BoundOAuthToken::_internal_mutable_token() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.token_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE BoundOAuthToken::release_token() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:gaia.BoundOAuthToken.token)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.token_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.token_.Set("", GetArena());
  }
  return released;
}
inline void BoundOAuthToken::set_allocated_token(::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_.token_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.token_.IsDefault()) {
    _impl_.token_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:gaia.BoundOAuthToken.token)
}

// optional string token_binding_assertion = 3;
inline bool BoundOAuthToken::has_token_binding_assertion() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  return value;
}
inline void BoundOAuthToken::clear_token_binding_assertion() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.token_binding_assertion_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline const ::std::string& BoundOAuthToken::token_binding_assertion() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:gaia.BoundOAuthToken.token_binding_assertion)
  return _internal_token_binding_assertion();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void BoundOAuthToken::set_token_binding_assertion(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  _impl_.token_binding_assertion_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:gaia.BoundOAuthToken.token_binding_assertion)
}
inline ::std::string* PROTOBUF_NONNULL BoundOAuthToken::mutable_token_binding_assertion()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::std::string* _s = _internal_mutable_token_binding_assertion();
  // @@protoc_insertion_point(field_mutable:gaia.BoundOAuthToken.token_binding_assertion)
  return _s;
}
inline const ::std::string& BoundOAuthToken::_internal_token_binding_assertion() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.token_binding_assertion_.Get();
}
inline void BoundOAuthToken::_internal_set_token_binding_assertion(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.token_binding_assertion_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL BoundOAuthToken::_internal_mutable_token_binding_assertion() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.token_binding_assertion_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE BoundOAuthToken::release_token_binding_assertion() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:gaia.BoundOAuthToken.token_binding_assertion)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000004U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  auto* released = _impl_.token_binding_assertion_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.token_binding_assertion_.Set("", GetArena());
  }
  return released;
}
inline void BoundOAuthToken::set_allocated_token_binding_assertion(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  }
  _impl_.token_binding_assertion_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.token_binding_assertion_.IsDefault()) {
    _impl_.token_binding_assertion_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:gaia.BoundOAuthToken.token_binding_assertion)
}

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

// MultiOAuthHeader_AccountRequest

// optional string gaia_id = 1;
inline bool MultiOAuthHeader_AccountRequest::has_gaia_id() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void MultiOAuthHeader_AccountRequest::clear_gaia_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.gaia_id_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& MultiOAuthHeader_AccountRequest::gaia_id() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:gaia.MultiOAuthHeader.AccountRequest.gaia_id)
  return _internal_gaia_id();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void MultiOAuthHeader_AccountRequest::set_gaia_id(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.gaia_id_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:gaia.MultiOAuthHeader.AccountRequest.gaia_id)
}
inline ::std::string* PROTOBUF_NONNULL MultiOAuthHeader_AccountRequest::mutable_gaia_id()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_gaia_id();
  // @@protoc_insertion_point(field_mutable:gaia.MultiOAuthHeader.AccountRequest.gaia_id)
  return _s;
}
inline const ::std::string& MultiOAuthHeader_AccountRequest::_internal_gaia_id() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.gaia_id_.Get();
}
inline void MultiOAuthHeader_AccountRequest::_internal_set_gaia_id(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.gaia_id_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL MultiOAuthHeader_AccountRequest::_internal_mutable_gaia_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.gaia_id_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE MultiOAuthHeader_AccountRequest::release_gaia_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:gaia.MultiOAuthHeader.AccountRequest.gaia_id)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.gaia_id_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.gaia_id_.Set("", GetArena());
  }
  return released;
}
inline void MultiOAuthHeader_AccountRequest::set_allocated_gaia_id(::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_.gaia_id_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.gaia_id_.IsDefault()) {
    _impl_.gaia_id_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:gaia.MultiOAuthHeader.AccountRequest.gaia_id)
}

// optional string token = 2;
inline bool MultiOAuthHeader_AccountRequest::has_token() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void MultiOAuthHeader_AccountRequest::clear_token() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.token_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& MultiOAuthHeader_AccountRequest::token() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:gaia.MultiOAuthHeader.AccountRequest.token)
  return _internal_token();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void MultiOAuthHeader_AccountRequest::set_token(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.token_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:gaia.MultiOAuthHeader.AccountRequest.token)
}
inline ::std::string* PROTOBUF_NONNULL MultiOAuthHeader_AccountRequest::mutable_token()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_token();
  // @@protoc_insertion_point(field_mutable:gaia.MultiOAuthHeader.AccountRequest.token)
  return _s;
}
inline const ::std::string& MultiOAuthHeader_AccountRequest::_internal_token() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.token_.Get();
}
inline void MultiOAuthHeader_AccountRequest::_internal_set_token(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.token_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL MultiOAuthHeader_AccountRequest::_internal_mutable_token() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.token_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE MultiOAuthHeader_AccountRequest::release_token() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:gaia.MultiOAuthHeader.AccountRequest.token)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.token_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.token_.Set("", GetArena());
  }
  return released;
}
inline void MultiOAuthHeader_AccountRequest::set_allocated_token(::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_.token_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.token_.IsDefault()) {
    _impl_.token_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:gaia.MultiOAuthHeader.AccountRequest.token)
}

// optional bytes token_binding_assertion = 3;
inline bool MultiOAuthHeader_AccountRequest::has_token_binding_assertion() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  return value;
}
inline void MultiOAuthHeader_AccountRequest::clear_token_binding_assertion() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.token_binding_assertion_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline const ::std::string& MultiOAuthHeader_AccountRequest::token_binding_assertion() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:gaia.MultiOAuthHeader.AccountRequest.token_binding_assertion)
  return _internal_token_binding_assertion();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void MultiOAuthHeader_AccountRequest::set_token_binding_assertion(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  _impl_.token_binding_assertion_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:gaia.MultiOAuthHeader.AccountRequest.token_binding_assertion)
}
inline ::std::string* PROTOBUF_NONNULL MultiOAuthHeader_AccountRequest::mutable_token_binding_assertion()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::std::string* _s = _internal_mutable_token_binding_assertion();
  // @@protoc_insertion_point(field_mutable:gaia.MultiOAuthHeader.AccountRequest.token_binding_assertion)
  return _s;
}
inline const ::std::string& MultiOAuthHeader_AccountRequest::_internal_token_binding_assertion() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.token_binding_assertion_.Get();
}
inline void MultiOAuthHeader_AccountRequest::_internal_set_token_binding_assertion(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.token_binding_assertion_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL MultiOAuthHeader_AccountRequest::_internal_mutable_token_binding_assertion() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.token_binding_assertion_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE MultiOAuthHeader_AccountRequest::release_token_binding_assertion() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:gaia.MultiOAuthHeader.AccountRequest.token_binding_assertion)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000004U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  auto* released = _impl_.token_binding_assertion_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.token_binding_assertion_.Set("", GetArena());
  }
  return released;
}
inline void MultiOAuthHeader_AccountRequest::set_allocated_token_binding_assertion(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  }
  _impl_.token_binding_assertion_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.token_binding_assertion_.IsDefault()) {
    _impl_.token_binding_assertion_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:gaia.MultiOAuthHeader.AccountRequest.token_binding_assertion)
}

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

// MultiOAuthHeader

// repeated .gaia.MultiOAuthHeader.AccountRequest account_requests = 1;
inline int MultiOAuthHeader::_internal_account_requests_size() const {
  return _internal_account_requests().size();
}
inline int MultiOAuthHeader::account_requests_size() const {
  return _internal_account_requests_size();
}
inline void MultiOAuthHeader::clear_account_requests() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.account_requests_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::gaia::MultiOAuthHeader_AccountRequest& MultiOAuthHeader::account_requests(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:gaia.MultiOAuthHeader.account_requests)
  return _internal_account_requests().Get(index);
}
inline ::gaia::MultiOAuthHeader_AccountRequest* PROTOBUF_NONNULL MultiOAuthHeader::mutable_account_requests(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:gaia.MultiOAuthHeader.account_requests)
  return _internal_mutable_account_requests()->Mutable(index);
}
inline ::gaia::MultiOAuthHeader_AccountRequest* PROTOBUF_NONNULL MultiOAuthHeader::add_account_requests()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::gaia::MultiOAuthHeader_AccountRequest* _add =
      _internal_mutable_account_requests()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:gaia.MultiOAuthHeader.account_requests)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::gaia::MultiOAuthHeader_AccountRequest>& MultiOAuthHeader::account_requests() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:gaia.MultiOAuthHeader.account_requests)
  return _internal_account_requests();
}
inline ::google::protobuf::RepeatedPtrField<::gaia::MultiOAuthHeader_AccountRequest>* PROTOBUF_NONNULL
MultiOAuthHeader::mutable_account_requests() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:gaia.MultiOAuthHeader.account_requests)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_account_requests();
}
inline const ::google::protobuf::RepeatedPtrField<::gaia::MultiOAuthHeader_AccountRequest>&
MultiOAuthHeader::_internal_account_requests() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.account_requests_;
}
inline ::google::protobuf::RepeatedPtrField<::gaia::MultiOAuthHeader_AccountRequest>* PROTOBUF_NONNULL
MultiOAuthHeader::_internal_mutable_account_requests() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.account_requests_;
}

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

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


// @@protoc_insertion_point(global_scope)

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

#endif  // bound_5foauth_5ftoken_2eproto_2epb_2eh
