// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: keyapis/bell/v1/keyapis_bell_system_v1.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_keyapis_2fbell_2fv1_2fkeyapis_5fbell_5fsystem_5fv1_2eproto_2epb_2eh
#define GOOGLE_PROTOBUF_INCLUDED_keyapis_2fbell_2fv1_2fkeyapis_5fbell_5fsystem_5fv1_2eproto_2epb_2eh

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

#include "google/protobuf/port_def.inc"
#if PROTOBUF_VERSION < 4023000
#error "This file was generated by a newer version of protoc which is"
#error "incompatible with your Protocol Buffer headers. Please update"
#error "your headers."
#endif  // PROTOBUF_VERSION

#if 4023001 < PROTOBUF_MIN_PROTOC_VERSION
#error "This file was generated by an older version of protoc which is"
#error "incompatible with your Protocol Buffer headers. Please"
#error "regenerate this file with a newer version of protoc."
#endif  // PROTOBUF_MIN_PROTOC_VERSION
#include "google/protobuf/port_undef.inc"
#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/arenastring.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/api/annotations.pb.h"
// @@protoc_insertion_point(includes)

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

#define PROTOBUF_INTERNAL_EXPORT_keyapis_2fbell_2fv1_2fkeyapis_5fbell_5fsystem_5fv1_2eproto

PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_keyapis_2fbell_2fv1_2fkeyapis_5fbell_5fsystem_5fv1_2eproto {
  static const ::uint32_t offsets[];
};
namespace keyapis {
namespace bell {
namespace v1 {
class GetSystemStatusRequest;
struct GetSystemStatusRequestDefaultTypeInternal;
extern GetSystemStatusRequestDefaultTypeInternal _GetSystemStatusRequest_default_instance_;
class GetSystemStatusResponse;
struct GetSystemStatusResponseDefaultTypeInternal;
extern GetSystemStatusResponseDefaultTypeInternal _GetSystemStatusResponse_default_instance_;
}  // namespace v1
}  // namespace bell
}  // namespace keyapis
PROTOBUF_NAMESPACE_OPEN
template <>
::keyapis::bell::v1::GetSystemStatusRequest* Arena::CreateMaybeMessage<::keyapis::bell::v1::GetSystemStatusRequest>(Arena*);
template <>
::keyapis::bell::v1::GetSystemStatusResponse* Arena::CreateMaybeMessage<::keyapis::bell::v1::GetSystemStatusResponse>(Arena*);
PROTOBUF_NAMESPACE_CLOSE

namespace keyapis {
namespace bell {
namespace v1 {

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


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

class GetSystemStatusRequest final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:keyapis.bell.v1.GetSystemStatusRequest) */ {
 public:
  inline GetSystemStatusRequest() : GetSystemStatusRequest(nullptr) {}
  ~GetSystemStatusRequest() override;
  template<typename = void>
  explicit PROTOBUF_CONSTEXPR GetSystemStatusRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);

  GetSystemStatusRequest(const GetSystemStatusRequest& from);
  GetSystemStatusRequest(GetSystemStatusRequest&& from) noexcept
    : GetSystemStatusRequest() {
    *this = ::std::move(from);
  }

  inline GetSystemStatusRequest& operator=(const GetSystemStatusRequest& from) {
    CopyFrom(from);
    return *this;
  }
  inline GetSystemStatusRequest& operator=(GetSystemStatusRequest&& from) noexcept {
    if (this == &from) return *this;
    if (GetOwningArena() == from.GetOwningArena()
  #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
        && GetOwningArena() != nullptr
  #endif  // !PROTOBUF_FORCE_COPY_IN_MOVE
    ) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

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

  static const GetSystemStatusRequest& default_instance() {
    return *internal_default_instance();
  }
  static inline const GetSystemStatusRequest* internal_default_instance() {
    return reinterpret_cast<const GetSystemStatusRequest*>(
               &_GetSystemStatusRequest_default_instance_);
  }
  static constexpr int kIndexInFileMessages =
    0;

  friend void swap(GetSystemStatusRequest& a, GetSystemStatusRequest& b) {
    a.Swap(&b);
  }
  inline void Swap(GetSystemStatusRequest* other) {
    if (other == this) return;
  #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
    if (GetOwningArena() != nullptr &&
        GetOwningArena() == other->GetOwningArena()) {
   #else  // PROTOBUF_FORCE_COPY_IN_SWAP
    if (GetOwningArena() == other->GetOwningArena()) {
  #endif  // !PROTOBUF_FORCE_COPY_IN_SWAP
      InternalSwap(other);
    } else {
      ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(GetSystemStatusRequest* other) {
    if (other == this) return;
    ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
    InternalSwap(other);
  }

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

  GetSystemStatusRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
    return CreateMaybeMessage<GetSystemStatusRequest>(arena);
  }
  void CheckTypeAndMergeFrom(const ::PROTOBUF_NAMESPACE_ID::MessageLite& from)  final;
  void CopyFrom(const GetSystemStatusRequest& from);
  void MergeFrom(const GetSystemStatusRequest& from);
  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  bool IsInitialized() const final;

  ::size_t ByteSizeLong() const final;
  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  ::uint8_t* _InternalSerialize(
      ::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
  int GetCachedSize() const final { return _impl_._cached_size_.Get(); }

  private:
  void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  void SharedDtor();
  void SetCachedSize(int size) const;
  void InternalSwap(GetSystemStatusRequest* other);

  private:
  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  static ::absl::string_view FullMessageName() {
    return "keyapis.bell.v1.GetSystemStatusRequest";
  }
  protected:
  explicit GetSystemStatusRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  public:

  std::string GetTypeName() const final;

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

  // accessors -------------------------------------------------------

  // @@protoc_insertion_point(class_scope:keyapis.bell.v1.GetSystemStatusRequest)
 private:
  class _Internal;

  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
  typedef void InternalArenaConstructable_;
  typedef void DestructorSkippable_;
  struct Impl_ {
    mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_keyapis_2fbell_2fv1_2fkeyapis_5fbell_5fsystem_5fv1_2eproto;
};// -------------------------------------------------------------------

class GetSystemStatusResponse final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:keyapis.bell.v1.GetSystemStatusResponse) */ {
 public:
  inline GetSystemStatusResponse() : GetSystemStatusResponse(nullptr) {}
  ~GetSystemStatusResponse() override;
  template<typename = void>
  explicit PROTOBUF_CONSTEXPR GetSystemStatusResponse(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);

  GetSystemStatusResponse(const GetSystemStatusResponse& from);
  GetSystemStatusResponse(GetSystemStatusResponse&& from) noexcept
    : GetSystemStatusResponse() {
    *this = ::std::move(from);
  }

  inline GetSystemStatusResponse& operator=(const GetSystemStatusResponse& from) {
    CopyFrom(from);
    return *this;
  }
  inline GetSystemStatusResponse& operator=(GetSystemStatusResponse&& from) noexcept {
    if (this == &from) return *this;
    if (GetOwningArena() == from.GetOwningArena()
  #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
        && GetOwningArena() != nullptr
  #endif  // !PROTOBUF_FORCE_COPY_IN_MOVE
    ) {
      InternalSwap(&from);
    } else {
      CopyFrom(from);
    }
    return *this;
  }

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

  static const GetSystemStatusResponse& default_instance() {
    return *internal_default_instance();
  }
  static inline const GetSystemStatusResponse* internal_default_instance() {
    return reinterpret_cast<const GetSystemStatusResponse*>(
               &_GetSystemStatusResponse_default_instance_);
  }
  static constexpr int kIndexInFileMessages =
    1;

  friend void swap(GetSystemStatusResponse& a, GetSystemStatusResponse& b) {
    a.Swap(&b);
  }
  inline void Swap(GetSystemStatusResponse* other) {
    if (other == this) return;
  #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
    if (GetOwningArena() != nullptr &&
        GetOwningArena() == other->GetOwningArena()) {
   #else  // PROTOBUF_FORCE_COPY_IN_SWAP
    if (GetOwningArena() == other->GetOwningArena()) {
  #endif  // !PROTOBUF_FORCE_COPY_IN_SWAP
      InternalSwap(other);
    } else {
      ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
    }
  }
  void UnsafeArenaSwap(GetSystemStatusResponse* other) {
    if (other == this) return;
    ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
    InternalSwap(other);
  }

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

  GetSystemStatusResponse* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
    return CreateMaybeMessage<GetSystemStatusResponse>(arena);
  }
  void CheckTypeAndMergeFrom(const ::PROTOBUF_NAMESPACE_ID::MessageLite& from)  final;
  void CopyFrom(const GetSystemStatusResponse& from);
  void MergeFrom(const GetSystemStatusResponse& from);
  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  bool IsInitialized() const final;

  ::size_t ByteSizeLong() const final;
  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  ::uint8_t* _InternalSerialize(
      ::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
  int GetCachedSize() const final { return _impl_._cached_size_.Get(); }

  private:
  void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  void SharedDtor();
  void SetCachedSize(int size) const;
  void InternalSwap(GetSystemStatusResponse* other);

  private:
  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  static ::absl::string_view FullMessageName() {
    return "keyapis.bell.v1.GetSystemStatusResponse";
  }
  protected:
  explicit GetSystemStatusResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  public:

  std::string GetTypeName() const final;

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

  // accessors -------------------------------------------------------

  // @@protoc_insertion_point(class_scope:keyapis.bell.v1.GetSystemStatusResponse)
 private:
  class _Internal;

  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
  typedef void InternalArenaConstructable_;
  typedef void DestructorSkippable_;
  struct Impl_ {
    mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_keyapis_2fbell_2fv1_2fkeyapis_5fbell_5fsystem_5fv1_2eproto;
};

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




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


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

// GetSystemStatusRequest

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

// GetSystemStatusResponse

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

// @@protoc_insertion_point(namespace_scope)
}  // namespace v1
}  // namespace bell
}  // namespace keyapis


// @@protoc_insertion_point(global_scope)

#include "google/protobuf/port_undef.inc"

#endif  // GOOGLE_PROTOBUF_INCLUDED_keyapis_2fbell_2fv1_2fkeyapis_5fbell_5fsystem_5fv1_2eproto_2epb_2eh
