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

#ifndef website_5fevent_2eproto_2epb_2eh
#define website_5fevent_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
#include "google/protobuf/generated_enum_util.h"
// @@protoc_insertion_point(includes)

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

#define PROTOBUF_INTERNAL_EXPORT_website_5fevent_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_website_5fevent_2eproto {
  static const ::uint32_t offsets[];
};
namespace usage_stats {
enum WebsiteEvent_EventType : int;
extern const uint32_t WebsiteEvent_EventType_internal_data_[];
class Suspension;
struct SuspensionGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern SuspensionGlobalsTypeInternal Suspension_globals_;
extern const ::google::protobuf::internal::ClassDataLite Suspension_class_data_;
#else
extern const SuspensionGlobalsTypeInternal Suspension_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class Timestamp;
struct TimestampGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern TimestampGlobalsTypeInternal Timestamp_globals_;
extern const ::google::protobuf::internal::ClassDataLite Timestamp_class_data_;
#else
extern const TimestampGlobalsTypeInternal Timestamp_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class TokenMapping;
struct TokenMappingGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern TokenMappingGlobalsTypeInternal TokenMapping_globals_;
extern const ::google::protobuf::internal::ClassDataLite TokenMapping_class_data_;
#else
extern const TokenMappingGlobalsTypeInternal TokenMapping_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class WebsiteEvent;
struct WebsiteEventGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern WebsiteEventGlobalsTypeInternal WebsiteEvent_globals_;
extern const ::google::protobuf::internal::ClassDataLite WebsiteEvent_class_data_;
#else
extern const WebsiteEventGlobalsTypeInternal WebsiteEvent_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace usage_stats
namespace google {
namespace protobuf {
template <>
internal::EnumTraitsT<::usage_stats::WebsiteEvent_EventType_internal_data_>
    internal::EnumTraitsImpl::value<::usage_stats::WebsiteEvent_EventType>;
}  // namespace protobuf
}  // namespace google

namespace usage_stats {
enum WebsiteEvent_EventType : int {
  WebsiteEvent_EventType_UNKNOWN = 0,
  WebsiteEvent_EventType_START_BROWSING = 1,
  WebsiteEvent_EventType_STOP_BROWSING = 2,
};

extern const uint32_t WebsiteEvent_EventType_internal_data_[];
inline constexpr WebsiteEvent_EventType WebsiteEvent_EventType_EventType_MIN =
    static_cast<WebsiteEvent_EventType>(0);
inline constexpr WebsiteEvent_EventType WebsiteEvent_EventType_EventType_MAX =
    static_cast<WebsiteEvent_EventType>(2);
inline bool WebsiteEvent_EventType_IsValid(int value) {
  return 0 <= value && value <= 2;
}
inline constexpr int WebsiteEvent_EventType_EventType_ARRAYSIZE = 2 + 1;
const ::std::string& WebsiteEvent_EventType_Name(WebsiteEvent_EventType value);
template <typename T>
const ::std::string& WebsiteEvent_EventType_Name(T value) {
  static_assert(::std::is_same<T, WebsiteEvent_EventType>::value ||
                    ::std::is_integral<T>::value,
                "Incorrect type passed to EventType_Name().");
  return WebsiteEvent_EventType_Name(static_cast<WebsiteEvent_EventType>(value));
}
bool WebsiteEvent_EventType_Parse(
    ::absl::string_view name, WebsiteEvent_EventType* PROTOBUF_NONNULL value);
using ::google::protobuf::internal::generated_enum::AbslParseFlag;
using ::google::protobuf::internal::generated_enum::AbslUnparseFlag;

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


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

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

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

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

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

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

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

  explicit TokenMapping(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  TokenMapping(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const TokenMapping& from);
  TokenMapping(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, TokenMapping&& from) noexcept
      : TokenMapping(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 {
    kTokenFieldNumber = 1,
    kFqdnFieldNumber = 2,
  };
  // optional string token = 1;
  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 fqdn = 2;
  bool has_fqdn()
      const;
  void clear_fqdn() ;
  const ::std::string& fqdn() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_fqdn(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_fqdn();
  ::std::string* PROTOBUF_NULLABLE release_fqdn();
  void set_allocated_fqdn(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_fqdn() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_fqdn(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_fqdn();

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

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

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

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

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

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

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

  explicit Timestamp(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  Timestamp(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Timestamp& from);
  Timestamp(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, Timestamp&& from) noexcept
      : Timestamp(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 {
    kSecondsFieldNumber = 1,
    kNanosFieldNumber = 2,
  };
  // optional int64 seconds = 1;
  bool has_seconds()
      const;
  void clear_seconds() ;
  ::int64_t seconds() const;
  void set_seconds(::int64_t value);

  private:
  ::int64_t _internal_seconds() const;
  void _internal_set_seconds(::int64_t value);

  public:
  // optional int32 nanos = 2;
  bool has_nanos()
      const;
  void clear_nanos() ;
  ::int32_t nanos() const;
  void set_nanos(::int32_t value);

  private:
  ::int32_t _internal_nanos() const;
  void _internal_set_nanos(::int32_t value);

  public:
  // @@protoc_insertion_point(class_scope:usage_stats.Timestamp)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<1, 2,
                          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 Timestamp& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::int64_t seconds_;
    ::int32_t nanos_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_website_5fevent_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

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

  explicit Suspension(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  Suspension(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Suspension& from);
  Suspension(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, Suspension&& from) noexcept
      : Suspension(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 {
    kFqdnFieldNumber = 1,
  };
  // optional string fqdn = 1;
  bool has_fqdn()
      const;
  void clear_fqdn() ;
  const ::std::string& fqdn() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_fqdn(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_fqdn();
  ::std::string* PROTOBUF_NULLABLE release_fqdn();
  void set_allocated_fqdn(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_fqdn() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_fqdn(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_fqdn();

  public:
  // @@protoc_insertion_point(class_scope:usage_stats.Suspension)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<0, 1,
                          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 Suspension& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr fqdn_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_website_5fevent_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

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

  explicit WebsiteEvent(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  WebsiteEvent(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const WebsiteEvent& from);
  WebsiteEvent(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, WebsiteEvent&& from) noexcept
      : WebsiteEvent(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 EventType = WebsiteEvent_EventType;
  static constexpr EventType UNKNOWN = WebsiteEvent_EventType_UNKNOWN;
  static constexpr EventType START_BROWSING = WebsiteEvent_EventType_START_BROWSING;
  static constexpr EventType STOP_BROWSING = WebsiteEvent_EventType_STOP_BROWSING;
  static inline bool EventType_IsValid(int value) {
    return WebsiteEvent_EventType_IsValid(value);
  }
  static constexpr EventType EventType_MIN = WebsiteEvent_EventType_EventType_MIN;
  static constexpr EventType EventType_MAX = WebsiteEvent_EventType_EventType_MAX;
  static constexpr int EventType_ARRAYSIZE = WebsiteEvent_EventType_EventType_ARRAYSIZE;
  template <typename T>
  static inline const ::std::string& EventType_Name(T value) {
    return WebsiteEvent_EventType_Name(value);
  }
  static inline bool EventType_Parse(
      ::absl::string_view name, EventType* PROTOBUF_NONNULL value) {
    return WebsiteEvent_EventType_Parse(name, value);
  }

  // accessors -------------------------------------------------------
  enum : int {
    kFqdnFieldNumber = 1,
    kTimestampFieldNumber = 2,
    kTypeFieldNumber = 3,
  };
  // optional string fqdn = 1;
  bool has_fqdn()
      const;
  void clear_fqdn() ;
  const ::std::string& fqdn() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_fqdn(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_fqdn();
  ::std::string* PROTOBUF_NULLABLE release_fqdn();
  void set_allocated_fqdn(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_fqdn() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_fqdn(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_fqdn();

  public:
  // optional .usage_stats.Timestamp timestamp = 2;
  bool has_timestamp()
      const;
  void clear_timestamp() ;
  const ::usage_stats::Timestamp& timestamp() const;
  ::usage_stats::Timestamp* PROTOBUF_NULLABLE release_timestamp();
  ::usage_stats::Timestamp* PROTOBUF_NONNULL mutable_timestamp();
  void set_allocated_timestamp(::usage_stats::Timestamp* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_timestamp(::usage_stats::Timestamp* PROTOBUF_NULLABLE value);
  ::usage_stats::Timestamp* PROTOBUF_NULLABLE unsafe_arena_release_timestamp();

  private:
  const ::usage_stats::Timestamp& _internal_timestamp() const;
  ::usage_stats::Timestamp* PROTOBUF_NONNULL _internal_mutable_timestamp();

  public:
  // optional .usage_stats.WebsiteEvent.EventType type = 3;
  bool has_type()
      const;
  void clear_type() ;
  ::usage_stats::WebsiteEvent_EventType type() const;
  void set_type(::usage_stats::WebsiteEvent_EventType value);

  private:
  ::usage_stats::WebsiteEvent_EventType _internal_type() const;
  void _internal_set_type(::usage_stats::WebsiteEvent_EventType value);

  public:
  // @@protoc_insertion_point(class_scope:usage_stats.WebsiteEvent)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<2, 3,
                          2, 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 WebsiteEvent& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr fqdn_;
    ::usage_stats::Timestamp* PROTOBUF_NULLABLE timestamp_;
    int type_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_website_5fevent_2eproto;
};

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




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


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

// WebsiteEvent

// optional string fqdn = 1;
inline bool WebsiteEvent::has_fqdn() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void WebsiteEvent::clear_fqdn() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.fqdn_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& WebsiteEvent::fqdn() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:usage_stats.WebsiteEvent.fqdn)
  return _internal_fqdn();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void WebsiteEvent::set_fqdn(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.fqdn_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:usage_stats.WebsiteEvent.fqdn)
}
inline ::std::string* PROTOBUF_NONNULL WebsiteEvent::mutable_fqdn()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_fqdn();
  // @@protoc_insertion_point(field_mutable:usage_stats.WebsiteEvent.fqdn)
  return _s;
}
inline const ::std::string& WebsiteEvent::_internal_fqdn() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.fqdn_.Get();
}
inline void WebsiteEvent::_internal_set_fqdn(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.fqdn_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL WebsiteEvent::_internal_mutable_fqdn() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.fqdn_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE WebsiteEvent::release_fqdn() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:usage_stats.WebsiteEvent.fqdn)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.fqdn_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.fqdn_.Set("", GetArena());
  }
  return released;
}
inline void WebsiteEvent::set_allocated_fqdn(::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_.fqdn_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.fqdn_.IsDefault()) {
    _impl_.fqdn_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:usage_stats.WebsiteEvent.fqdn)
}

// optional .usage_stats.Timestamp timestamp = 2;
inline bool WebsiteEvent::has_timestamp() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  PROTOBUF_ASSUME(!value || _impl_.timestamp_ != nullptr);
  return value;
}
inline void WebsiteEvent::clear_timestamp() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.timestamp_ != nullptr) _impl_.timestamp_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::usage_stats::Timestamp& WebsiteEvent::_internal_timestamp() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::usage_stats::Timestamp* p = _impl_.timestamp_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::usage_stats::Timestamp>(&::usage_stats::Timestamp_globals_);
}
inline const ::usage_stats::Timestamp& WebsiteEvent::timestamp() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:usage_stats.WebsiteEvent.timestamp)
  return _internal_timestamp();
}
inline void WebsiteEvent::unsafe_arena_set_allocated_timestamp(
    ::usage_stats::Timestamp* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.timestamp_);
  }
  _impl_.timestamp_ = reinterpret_cast<::usage_stats::Timestamp*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:usage_stats.WebsiteEvent.timestamp)
}
inline ::usage_stats::Timestamp* PROTOBUF_NULLABLE WebsiteEvent::release_timestamp() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::usage_stats::Timestamp* released = _impl_.timestamp_;
  _impl_.timestamp_ = nullptr;
  if (::google::protobuf::internal::DebugHardenForceCopyInRelease()) {
    auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released);
    released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    if (GetArena() == nullptr) {
      delete old;
    }
  } else {
    if (GetArena() != nullptr) {
      released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    }
  }
  return released;
}
inline ::usage_stats::Timestamp* PROTOBUF_NULLABLE WebsiteEvent::unsafe_arena_release_timestamp() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:usage_stats.WebsiteEvent.timestamp)

  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::usage_stats::Timestamp* temp = _impl_.timestamp_;
  _impl_.timestamp_ = nullptr;
  return temp;
}
inline ::usage_stats::Timestamp* PROTOBUF_NONNULL WebsiteEvent::_internal_mutable_timestamp() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.timestamp_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::usage_stats::Timestamp>(GetArena());
    _impl_.timestamp_ = reinterpret_cast<::usage_stats::Timestamp*>(p);
  }
  return _impl_.timestamp_;
}
inline ::usage_stats::Timestamp* PROTOBUF_NONNULL WebsiteEvent::mutable_timestamp()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::usage_stats::Timestamp* _msg = _internal_mutable_timestamp();
  // @@protoc_insertion_point(field_mutable:usage_stats.WebsiteEvent.timestamp)
  return _msg;
}
inline void WebsiteEvent::set_allocated_timestamp(::usage_stats::Timestamp* PROTOBUF_NULLABLE value) {
  ::google::protobuf::Arena* message_arena = GetArena();
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (message_arena == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.timestamp_);
  }

  if (value != nullptr) {
    ::google::protobuf::Arena* submessage_arena = value->GetArena();
    if (message_arena != submessage_arena) {
      value = ::google::protobuf::internal::GetOwnedMessage(message_arena, value, submessage_arena);
    }
    SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  }

  _impl_.timestamp_ = reinterpret_cast<::usage_stats::Timestamp*>(value);
  // @@protoc_insertion_point(field_set_allocated:usage_stats.WebsiteEvent.timestamp)
}

// optional .usage_stats.WebsiteEvent.EventType type = 3;
inline bool WebsiteEvent::has_type() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  return value;
}
inline void WebsiteEvent::clear_type() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.type_ = 0;
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline ::usage_stats::WebsiteEvent_EventType WebsiteEvent::type() const {
  // @@protoc_insertion_point(field_get:usage_stats.WebsiteEvent.type)
  return _internal_type();
}
inline void WebsiteEvent::set_type(::usage_stats::WebsiteEvent_EventType value) {
  _internal_set_type(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_set:usage_stats.WebsiteEvent.type)
}
inline ::usage_stats::WebsiteEvent_EventType WebsiteEvent::_internal_type() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return static_cast<::usage_stats::WebsiteEvent_EventType>(_impl_.type_);
}
inline void WebsiteEvent::_internal_set_type(::usage_stats::WebsiteEvent_EventType value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);

                                          assert(::google::protobuf::internal::ValidateEnum(
                                              value, ::usage_stats::WebsiteEvent_EventType_internal_data_));
                                          _impl_.type_ = value;
}

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

// Timestamp

// optional int64 seconds = 1;
inline bool Timestamp::has_seconds() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void Timestamp::clear_seconds() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.seconds_ = ::int64_t{0};
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline ::int64_t Timestamp::seconds() const {
  // @@protoc_insertion_point(field_get:usage_stats.Timestamp.seconds)
  return _internal_seconds();
}
inline void Timestamp::set_seconds(::int64_t value) {
  _internal_set_seconds(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_set:usage_stats.Timestamp.seconds)
}
inline ::int64_t Timestamp::_internal_seconds() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.seconds_;
}
inline void Timestamp::_internal_set_seconds(::int64_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.seconds_ = value;
}

// optional int32 nanos = 2;
inline bool Timestamp::has_nanos() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void Timestamp::clear_nanos() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.nanos_ = 0;
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline ::int32_t Timestamp::nanos() const {
  // @@protoc_insertion_point(field_get:usage_stats.Timestamp.nanos)
  return _internal_nanos();
}
inline void Timestamp::set_nanos(::int32_t value) {
  _internal_set_nanos(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_set:usage_stats.Timestamp.nanos)
}
inline ::int32_t Timestamp::_internal_nanos() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.nanos_;
}
inline void Timestamp::_internal_set_nanos(::int32_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.nanos_ = value;
}

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

// TokenMapping

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

// optional string fqdn = 2;
inline bool TokenMapping::has_fqdn() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void TokenMapping::clear_fqdn() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.fqdn_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& TokenMapping::fqdn() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:usage_stats.TokenMapping.fqdn)
  return _internal_fqdn();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void TokenMapping::set_fqdn(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.fqdn_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:usage_stats.TokenMapping.fqdn)
}
inline ::std::string* PROTOBUF_NONNULL TokenMapping::mutable_fqdn()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_fqdn();
  // @@protoc_insertion_point(field_mutable:usage_stats.TokenMapping.fqdn)
  return _s;
}
inline const ::std::string& TokenMapping::_internal_fqdn() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.fqdn_.Get();
}
inline void TokenMapping::_internal_set_fqdn(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.fqdn_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL TokenMapping::_internal_mutable_fqdn() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.fqdn_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE TokenMapping::release_fqdn() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:usage_stats.TokenMapping.fqdn)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.fqdn_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.fqdn_.Set("", GetArena());
  }
  return released;
}
inline void TokenMapping::set_allocated_fqdn(::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_.fqdn_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.fqdn_.IsDefault()) {
    _impl_.fqdn_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:usage_stats.TokenMapping.fqdn)
}

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

// Suspension

// optional string fqdn = 1;
inline bool Suspension::has_fqdn() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void Suspension::clear_fqdn() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.fqdn_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& Suspension::fqdn() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:usage_stats.Suspension.fqdn)
  return _internal_fqdn();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void Suspension::set_fqdn(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.fqdn_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:usage_stats.Suspension.fqdn)
}
inline ::std::string* PROTOBUF_NONNULL Suspension::mutable_fqdn()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_fqdn();
  // @@protoc_insertion_point(field_mutable:usage_stats.Suspension.fqdn)
  return _s;
}
inline const ::std::string& Suspension::_internal_fqdn() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.fqdn_.Get();
}
inline void Suspension::_internal_set_fqdn(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.fqdn_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL Suspension::_internal_mutable_fqdn() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.fqdn_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE Suspension::release_fqdn() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:usage_stats.Suspension.fqdn)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.fqdn_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.fqdn_.Set("", GetArena());
  }
  return released;
}
inline void Suspension::set_allocated_fqdn(::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_.fqdn_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.fqdn_.IsDefault()) {
    _impl_.fqdn_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:usage_stats.Suspension.fqdn)
}

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

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


namespace google {
namespace protobuf {

template <>
struct is_proto_enum<::usage_stats::WebsiteEvent_EventType> : std::true_type {};
template <>
struct internal::LiteEnumFuncs<::usage_stats::WebsiteEvent_EventType> {
  static constexpr bool kIsDefined = true;
  static constexpr auto kParseFunc = ::usage_stats::WebsiteEvent_EventType_Parse;
  static constexpr auto kNameFunc = ::usage_stats::WebsiteEvent_EventType_Name<int>;
};

}  // namespace protobuf
}  // namespace google

// @@protoc_insertion_point(global_scope)

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

#endif  // website_5fevent_2eproto_2epb_2eh
