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

#ifndef ephemeral_5fkey_5fservice_2eproto_2epb_2eh
#define ephemeral_5fkey_5fservice_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 "components/sync/protocol/agile_encryption_keys.pb.h"
#include "google/protobuf/timestamp.pb.h"
// @@protoc_insertion_point(includes)

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

#define PROTOBUF_INTERNAL_EXPORT_ephemeral_5fkey_5fservice_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_ephemeral_5fkey_5fservice_2eproto {
  static const ::uint32_t offsets[];
};
namespace sync_tab_context {
class GenerateEphemeralKeyRequest;
struct GenerateEphemeralKeyRequestGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern GenerateEphemeralKeyRequestGlobalsTypeInternal GenerateEphemeralKeyRequest_globals_;
extern const ::google::protobuf::internal::ClassDataLite GenerateEphemeralKeyRequest_class_data_;
#else
extern const GenerateEphemeralKeyRequestGlobalsTypeInternal GenerateEphemeralKeyRequest_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class GenerateEphemeralKeyResponse;
struct GenerateEphemeralKeyResponseGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern GenerateEphemeralKeyResponseGlobalsTypeInternal GenerateEphemeralKeyResponse_globals_;
extern const ::google::protobuf::internal::ClassDataLite GenerateEphemeralKeyResponse_class_data_;
#else
extern const GenerateEphemeralKeyResponseGlobalsTypeInternal GenerateEphemeralKeyResponse_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace sync_tab_context
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google

namespace sync_tab_context {

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


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

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

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

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

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

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

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

  explicit GenerateEphemeralKeyRequest(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  GenerateEphemeralKeyRequest(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const GenerateEphemeralKeyRequest& from);
  GenerateEphemeralKeyRequest(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, GenerateEphemeralKeyRequest&& from) noexcept
      : GenerateEphemeralKeyRequest(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 -------------------------------------------------------
  // @@protoc_insertion_point(class_scope:sync_tab_context.GenerateEphemeralKeyRequest)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<0, 0,
                          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 GenerateEphemeralKeyRequest& from_msg);
    ::google::protobuf::internal::CachedSize _cached_size_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_ephemeral_5fkey_5fservice_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

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

  explicit GenerateEphemeralKeyResponse(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  GenerateEphemeralKeyResponse(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const GenerateEphemeralKeyResponse& from);
  GenerateEphemeralKeyResponse(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, GenerateEphemeralKeyResponse&& from) noexcept
      : GenerateEphemeralKeyResponse(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 {
    kNameFieldNumber = 2,
    kAgileSymmetricKeySetFieldNumber = 1,
    kExpireTimeFieldNumber = 4,
  };
  // optional string name = 2;
  bool has_name()
      const;
  void clear_name() ;
  const ::std::string& name() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_name(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_name();
  ::std::string* PROTOBUF_NULLABLE release_name();
  void set_allocated_name(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_name() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_name(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_name();

  public:
  // optional .sync_pb.AgileSymmetricKeySet agile_symmetric_key_set = 1;
  bool has_agile_symmetric_key_set()
      const;
  void clear_agile_symmetric_key_set() ;
  const ::sync_pb::AgileSymmetricKeySet& agile_symmetric_key_set() const;
  ::sync_pb::AgileSymmetricKeySet* PROTOBUF_NULLABLE release_agile_symmetric_key_set();
  ::sync_pb::AgileSymmetricKeySet* PROTOBUF_NONNULL mutable_agile_symmetric_key_set();
  void set_allocated_agile_symmetric_key_set(::sync_pb::AgileSymmetricKeySet* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_agile_symmetric_key_set(::sync_pb::AgileSymmetricKeySet* PROTOBUF_NULLABLE value);
  ::sync_pb::AgileSymmetricKeySet* PROTOBUF_NULLABLE unsafe_arena_release_agile_symmetric_key_set();

  private:
  const ::sync_pb::AgileSymmetricKeySet& _internal_agile_symmetric_key_set() const;
  ::sync_pb::AgileSymmetricKeySet* PROTOBUF_NONNULL _internal_mutable_agile_symmetric_key_set();

  public:
  // optional .google.protobuf.Timestamp expire_time = 4;
  bool has_expire_time()
      const;
  void clear_expire_time() ;
  const ::google::protobuf::Timestamp& expire_time() const;
  ::google::protobuf::Timestamp* PROTOBUF_NULLABLE release_expire_time();
  ::google::protobuf::Timestamp* PROTOBUF_NONNULL mutable_expire_time();
  void set_allocated_expire_time(::google::protobuf::Timestamp* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_expire_time(::google::protobuf::Timestamp* PROTOBUF_NULLABLE value);
  ::google::protobuf::Timestamp* PROTOBUF_NULLABLE unsafe_arena_release_expire_time();

  private:
  const ::google::protobuf::Timestamp& _internal_expire_time() const;
  ::google::protobuf::Timestamp* PROTOBUF_NONNULL _internal_mutable_expire_time();

  public:
  // @@protoc_insertion_point(class_scope:sync_tab_context.GenerateEphemeralKeyResponse)
 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 GenerateEphemeralKeyResponse& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr name_;
    ::sync_pb::AgileSymmetricKeySet* PROTOBUF_NULLABLE agile_symmetric_key_set_;
    ::google::protobuf::Timestamp* PROTOBUF_NULLABLE expire_time_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_ephemeral_5fkey_5fservice_2eproto;
};

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




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


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

// GenerateEphemeralKeyRequest

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

// GenerateEphemeralKeyResponse

// optional .sync_pb.AgileSymmetricKeySet agile_symmetric_key_set = 1;
inline bool GenerateEphemeralKeyResponse::has_agile_symmetric_key_set() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  PROTOBUF_ASSUME(!value || _impl_.agile_symmetric_key_set_ != nullptr);
  return value;
}
inline const ::sync_pb::AgileSymmetricKeySet& GenerateEphemeralKeyResponse::_internal_agile_symmetric_key_set() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::sync_pb::AgileSymmetricKeySet* p = _impl_.agile_symmetric_key_set_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::sync_pb::AgileSymmetricKeySet>(&::sync_pb::AgileSymmetricKeySet_globals_);
}
inline const ::sync_pb::AgileSymmetricKeySet& GenerateEphemeralKeyResponse::agile_symmetric_key_set() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:sync_tab_context.GenerateEphemeralKeyResponse.agile_symmetric_key_set)
  return _internal_agile_symmetric_key_set();
}
inline void GenerateEphemeralKeyResponse::unsafe_arena_set_allocated_agile_symmetric_key_set(
    ::sync_pb::AgileSymmetricKeySet* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.agile_symmetric_key_set_);
  }
  _impl_.agile_symmetric_key_set_ = reinterpret_cast<::sync_pb::AgileSymmetricKeySet*>(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:sync_tab_context.GenerateEphemeralKeyResponse.agile_symmetric_key_set)
}
inline ::sync_pb::AgileSymmetricKeySet* PROTOBUF_NULLABLE GenerateEphemeralKeyResponse::release_agile_symmetric_key_set() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::sync_pb::AgileSymmetricKeySet* released = _impl_.agile_symmetric_key_set_;
  _impl_.agile_symmetric_key_set_ = 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 ::sync_pb::AgileSymmetricKeySet* PROTOBUF_NULLABLE GenerateEphemeralKeyResponse::unsafe_arena_release_agile_symmetric_key_set() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:sync_tab_context.GenerateEphemeralKeyResponse.agile_symmetric_key_set)

  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::sync_pb::AgileSymmetricKeySet* temp = _impl_.agile_symmetric_key_set_;
  _impl_.agile_symmetric_key_set_ = nullptr;
  return temp;
}
inline ::sync_pb::AgileSymmetricKeySet* PROTOBUF_NONNULL GenerateEphemeralKeyResponse::_internal_mutable_agile_symmetric_key_set() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.agile_symmetric_key_set_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::sync_pb::AgileSymmetricKeySet>(GetArena());
    _impl_.agile_symmetric_key_set_ = reinterpret_cast<::sync_pb::AgileSymmetricKeySet*>(p);
  }
  return _impl_.agile_symmetric_key_set_;
}
inline ::sync_pb::AgileSymmetricKeySet* PROTOBUF_NONNULL GenerateEphemeralKeyResponse::mutable_agile_symmetric_key_set()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::sync_pb::AgileSymmetricKeySet* _msg = _internal_mutable_agile_symmetric_key_set();
  // @@protoc_insertion_point(field_mutable:sync_tab_context.GenerateEphemeralKeyResponse.agile_symmetric_key_set)
  return _msg;
}
inline void GenerateEphemeralKeyResponse::set_allocated_agile_symmetric_key_set(::sync_pb::AgileSymmetricKeySet* 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_.agile_symmetric_key_set_);
  }

  if (value != nullptr) {
    ::google::protobuf::Arena* submessage_arena = reinterpret_cast<::google::protobuf::MessageLite*>(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_.agile_symmetric_key_set_ = reinterpret_cast<::sync_pb::AgileSymmetricKeySet*>(value);
  // @@protoc_insertion_point(field_set_allocated:sync_tab_context.GenerateEphemeralKeyResponse.agile_symmetric_key_set)
}

// optional string name = 2;
inline bool GenerateEphemeralKeyResponse::has_name() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void GenerateEphemeralKeyResponse::clear_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.name_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& GenerateEphemeralKeyResponse::name() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:sync_tab_context.GenerateEphemeralKeyResponse.name)
  return _internal_name();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void GenerateEphemeralKeyResponse::set_name(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:sync_tab_context.GenerateEphemeralKeyResponse.name)
}
inline ::std::string* PROTOBUF_NONNULL GenerateEphemeralKeyResponse::mutable_name()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_name();
  // @@protoc_insertion_point(field_mutable:sync_tab_context.GenerateEphemeralKeyResponse.name)
  return _s;
}
inline const ::std::string& GenerateEphemeralKeyResponse::_internal_name() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.name_.Get();
}
inline void GenerateEphemeralKeyResponse::_internal_set_name(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.name_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL GenerateEphemeralKeyResponse::_internal_mutable_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.name_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE GenerateEphemeralKeyResponse::release_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:sync_tab_context.GenerateEphemeralKeyResponse.name)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.name_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.name_.Set("", GetArena());
  }
  return released;
}
inline void GenerateEphemeralKeyResponse::set_allocated_name(::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_.name_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.name_.IsDefault()) {
    _impl_.name_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:sync_tab_context.GenerateEphemeralKeyResponse.name)
}

// optional .google.protobuf.Timestamp expire_time = 4;
inline bool GenerateEphemeralKeyResponse::has_expire_time() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  PROTOBUF_ASSUME(!value || _impl_.expire_time_ != nullptr);
  return value;
}
inline const ::google::protobuf::Timestamp& GenerateEphemeralKeyResponse::_internal_expire_time() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::google::protobuf::Timestamp* p = _impl_.expire_time_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::google::protobuf::Timestamp>(&::google::protobuf::Timestamp_globals_);
}
inline const ::google::protobuf::Timestamp& GenerateEphemeralKeyResponse::expire_time() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:sync_tab_context.GenerateEphemeralKeyResponse.expire_time)
  return _internal_expire_time();
}
inline void GenerateEphemeralKeyResponse::unsafe_arena_set_allocated_expire_time(
    ::google::protobuf::Timestamp* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.expire_time_);
  }
  _impl_.expire_time_ = reinterpret_cast<::google::protobuf::Timestamp*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:sync_tab_context.GenerateEphemeralKeyResponse.expire_time)
}
inline ::google::protobuf::Timestamp* PROTOBUF_NULLABLE GenerateEphemeralKeyResponse::release_expire_time() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::google::protobuf::Timestamp* released = _impl_.expire_time_;
  _impl_.expire_time_ = 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 ::google::protobuf::Timestamp* PROTOBUF_NULLABLE GenerateEphemeralKeyResponse::unsafe_arena_release_expire_time() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:sync_tab_context.GenerateEphemeralKeyResponse.expire_time)

  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::google::protobuf::Timestamp* temp = _impl_.expire_time_;
  _impl_.expire_time_ = nullptr;
  return temp;
}
inline ::google::protobuf::Timestamp* PROTOBUF_NONNULL GenerateEphemeralKeyResponse::_internal_mutable_expire_time() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.expire_time_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::google::protobuf::Timestamp>(GetArena());
    _impl_.expire_time_ = reinterpret_cast<::google::protobuf::Timestamp*>(p);
  }
  return _impl_.expire_time_;
}
inline ::google::protobuf::Timestamp* PROTOBUF_NONNULL GenerateEphemeralKeyResponse::mutable_expire_time()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::google::protobuf::Timestamp* _msg = _internal_mutable_expire_time();
  // @@protoc_insertion_point(field_mutable:sync_tab_context.GenerateEphemeralKeyResponse.expire_time)
  return _msg;
}
inline void GenerateEphemeralKeyResponse::set_allocated_expire_time(::google::protobuf::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_.expire_time_);
  }

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

  _impl_.expire_time_ = reinterpret_cast<::google::protobuf::Timestamp*>(value);
  // @@protoc_insertion_point(field_set_allocated:sync_tab_context.GenerateEphemeralKeyResponse.expire_time)
}

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

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


// @@protoc_insertion_point(global_scope)

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

#endif  // ephemeral_5fkey_5fservice_2eproto_2epb_2eh
