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

#include "keyapis/iot_connect/v1/keyapis_iot_connect_manage_v1.pb.h"

#include <algorithm>
#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/extension_set.h"
#include "google/protobuf/wire_format_lite.h"
#include "google/protobuf/io/zero_copy_stream_impl_lite.h"
// @@protoc_insertion_point(includes)

// Must be included last.
#include "google/protobuf/port_def.inc"
PROTOBUF_PRAGMA_INIT_SEG
namespace _pb = ::PROTOBUF_NAMESPACE_ID;
namespace _pbi = ::PROTOBUF_NAMESPACE_ID::internal;
namespace keyapis {
namespace iot_connect {
namespace v1 {
template <typename>
PROTOBUF_CONSTEXPR PostManageStateRequest::PostManageStateRequest(
    ::_pbi::ConstantInitialized): _impl_{
    /*decltype(_impl_.key_)*/ {
    &::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized {}
  }

  , /*decltype(_impl_._cached_size_)*/{}} {}
struct PostManageStateRequestDefaultTypeInternal {
  PROTOBUF_CONSTEXPR PostManageStateRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
  ~PostManageStateRequestDefaultTypeInternal() {}
  union {
    PostManageStateRequest _instance;
  };
};

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PostManageStateRequestDefaultTypeInternal _PostManageStateRequest_default_instance_;
template <typename>
PROTOBUF_CONSTEXPR PostManageStateResponse::PostManageStateResponse(
    ::_pbi::ConstantInitialized): _impl_{
    /*decltype(_impl_._cached_size_)*/{}} {}
struct PostManageStateResponseDefaultTypeInternal {
  PROTOBUF_CONSTEXPR PostManageStateResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
  ~PostManageStateResponseDefaultTypeInternal() {}
  union {
    PostManageStateResponse _instance;
  };
};

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PostManageStateResponseDefaultTypeInternal _PostManageStateResponse_default_instance_;
template <typename>
PROTOBUF_CONSTEXPR PostManageUnlinkUserRequest::PostManageUnlinkUserRequest(
    ::_pbi::ConstantInitialized): _impl_{
    /*decltype(_impl_._cached_size_)*/{}} {}
struct PostManageUnlinkUserRequestDefaultTypeInternal {
  PROTOBUF_CONSTEXPR PostManageUnlinkUserRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
  ~PostManageUnlinkUserRequestDefaultTypeInternal() {}
  union {
    PostManageUnlinkUserRequest _instance;
  };
};

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PostManageUnlinkUserRequestDefaultTypeInternal _PostManageUnlinkUserRequest_default_instance_;
template <typename>
PROTOBUF_CONSTEXPR PostManageUnlinkUserResponse::PostManageUnlinkUserResponse(
    ::_pbi::ConstantInitialized): _impl_{
    /*decltype(_impl_._cached_size_)*/{}} {}
struct PostManageUnlinkUserResponseDefaultTypeInternal {
  PROTOBUF_CONSTEXPR PostManageUnlinkUserResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
  ~PostManageUnlinkUserResponseDefaultTypeInternal() {}
  union {
    PostManageUnlinkUserResponse _instance;
  };
};

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PostManageUnlinkUserResponseDefaultTypeInternal _PostManageUnlinkUserResponse_default_instance_;
}  // namespace v1
}  // namespace iot_connect
}  // namespace keyapis
namespace keyapis {
namespace iot_connect {
namespace v1 {
// ===================================================================

class PostManageStateRequest::_Internal {
 public:
};

PostManageStateRequest::PostManageStateRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena)
  : ::PROTOBUF_NAMESPACE_ID::MessageLite(arena) {
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:keyapis.iot_connect.v1.PostManageStateRequest)
}
PostManageStateRequest::PostManageStateRequest(const PostManageStateRequest& from)
  : ::PROTOBUF_NAMESPACE_ID::MessageLite() {
  PostManageStateRequest* const _this = this; (void)_this;
  new (&_impl_) Impl_{
      decltype(_impl_.key_) {}

    , /*decltype(_impl_._cached_size_)*/{}};

  _internal_metadata_.MergeFrom<std::string>(from._internal_metadata_);
  _impl_.key_.InitDefault();
  #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
        _impl_.key_.Set("", GetArenaForAllocation());
  #endif  // PROTOBUF_FORCE_COPY_DEFAULT_STRING
  if (!from._internal_key().empty()) {
    _this->_impl_.key_.Set(from._internal_key(), _this->GetArenaForAllocation());
  }
  // @@protoc_insertion_point(copy_constructor:keyapis.iot_connect.v1.PostManageStateRequest)
}

inline void PostManageStateRequest::SharedCtor(::_pb::Arena* arena) {
  (void)arena;
  new (&_impl_) Impl_{
      decltype(_impl_.key_) {}

    , /*decltype(_impl_._cached_size_)*/{}
  };
  _impl_.key_.InitDefault();
  #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
        _impl_.key_.Set("", GetArenaForAllocation());
  #endif  // PROTOBUF_FORCE_COPY_DEFAULT_STRING
}

PostManageStateRequest::~PostManageStateRequest() {
  // @@protoc_insertion_point(destructor:keyapis.iot_connect.v1.PostManageStateRequest)
  if (auto *arena = _internal_metadata_.DeleteReturnArena<std::string>()) {
  (void)arena;
    return;
  }
  SharedDtor();
}

inline void PostManageStateRequest::SharedDtor() {
  ABSL_DCHECK(GetArenaForAllocation() == nullptr);
  _impl_.key_.Destroy();
}

void PostManageStateRequest::SetCachedSize(int size) const {
  _impl_._cached_size_.Set(size);
}

void PostManageStateRequest::Clear() {
// @@protoc_insertion_point(message_clear_start:keyapis.iot_connect.v1.PostManageStateRequest)
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  _impl_.key_.ClearToEmpty();
  _internal_metadata_.Clear<std::string>();
}

const char* PostManageStateRequest::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  while (!ctx->Done(&ptr)) {
    ::uint32_t tag;
    ptr = ::_pbi::ReadTag(ptr, &tag);
    switch (tag >> 3) {
      // string key = 1;
      case 1:
        if (PROTOBUF_PREDICT_TRUE(static_cast<::uint8_t>(tag) == 10)) {
          auto str = _internal_mutable_key();
          ptr = ::_pbi::InlineGreedyStringParser(str, ptr, ctx);
          CHK_(ptr);
          CHK_(::_pbi::VerifyUTF8(str, nullptr));
        } else {
          goto handle_unusual;
        }
        continue;
      default:
        goto handle_unusual;
    }  // switch
  handle_unusual:
    if ((tag == 0) || ((tag & 7) == 4)) {
      CHK_(ptr);
      ctx->SetLastTag(tag);
      goto message_done;
    }
    ptr = UnknownFieldParse(
        tag,
        _internal_metadata_.mutable_unknown_fields<std::string>(),
        ptr, ctx);
    CHK_(ptr != nullptr);
  }  // while
message_done:
  return ptr;
failure:
  ptr = nullptr;
  goto message_done;
#undef CHK_
}

::uint8_t* PostManageStateRequest::_InternalSerialize(
    ::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const {
  // @@protoc_insertion_point(serialize_to_array_start:keyapis.iot_connect.v1.PostManageStateRequest)
  ::uint32_t cached_has_bits = 0;
  (void) cached_has_bits;

  // string key = 1;
  if (!this->_internal_key().empty()) {
    const std::string& _s = this->_internal_key();
    ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
        _s.data(), static_cast<int>(_s.length()), ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE, "keyapis.iot_connect.v1.PostManageStateRequest.key");
    target = stream->WriteStringMaybeAliased(1, _s, target);
  }

  if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(_internal_metadata_.unknown_fields<std::string>(::PROTOBUF_NAMESPACE_ID::internal::GetEmptyString).data(),
        static_cast<int>(_internal_metadata_.unknown_fields<std::string>(::PROTOBUF_NAMESPACE_ID::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:keyapis.iot_connect.v1.PostManageStateRequest)
  return target;
}

::size_t PostManageStateRequest::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:keyapis.iot_connect.v1.PostManageStateRequest)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  // string key = 1;
  if (!this->_internal_key().empty()) {
    total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
                                    this->_internal_key());
  }

  if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
    total_size += _internal_metadata_.unknown_fields<std::string>(::PROTOBUF_NAMESPACE_ID::internal::GetEmptyString).size();
  }
  int cached_size = ::_pbi::ToCachedSize(total_size);
  SetCachedSize(cached_size);
  return total_size;
}

void PostManageStateRequest::CheckTypeAndMergeFrom(
    const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) {
  MergeFrom(*::_pbi::DownCast<const PostManageStateRequest*>(
      &from));
}

void PostManageStateRequest::MergeFrom(const PostManageStateRequest& from) {
  PostManageStateRequest* const _this = this;
  // @@protoc_insertion_point(class_specific_merge_from_start:keyapis.iot_connect.v1.PostManageStateRequest)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void) cached_has_bits;

  if (!from._internal_key().empty()) {
    _this->_internal_set_key(from._internal_key());
  }
  _this->_internal_metadata_.MergeFrom<std::string>(from._internal_metadata_);
}

void PostManageStateRequest::CopyFrom(const PostManageStateRequest& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:keyapis.iot_connect.v1.PostManageStateRequest)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}

bool PostManageStateRequest::IsInitialized() const {
  return true;
}

void PostManageStateRequest::InternalSwap(PostManageStateRequest* other) {
  using std::swap;
  auto* lhs_arena = GetArenaForAllocation();
  auto* rhs_arena = other->GetArenaForAllocation();
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.key_, lhs_arena,
                                       &other->_impl_.key_, rhs_arena);
}

std::string PostManageStateRequest::GetTypeName() const {
  return "keyapis.iot_connect.v1.PostManageStateRequest";
}

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

class PostManageStateResponse::_Internal {
 public:
};

PostManageStateResponse::PostManageStateResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena)
  : ::PROTOBUF_NAMESPACE_ID::MessageLite(arena) {
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:keyapis.iot_connect.v1.PostManageStateResponse)
}
PostManageStateResponse::PostManageStateResponse(const PostManageStateResponse& from)
  : ::PROTOBUF_NAMESPACE_ID::MessageLite(), _impl_(from._impl_) {
  _internal_metadata_.MergeFrom<std::string>(
      from._internal_metadata_);
  // @@protoc_insertion_point(copy_constructor:keyapis.iot_connect.v1.PostManageStateResponse)
}

inline void PostManageStateResponse::SharedCtor(::_pb::Arena* arena) {
  (void)arena;
  new (&_impl_) Impl_{
      /*decltype(_impl_._cached_size_)*/{}
  };
}

PostManageStateResponse::~PostManageStateResponse() {
  // @@protoc_insertion_point(destructor:keyapis.iot_connect.v1.PostManageStateResponse)
  if (auto *arena = _internal_metadata_.DeleteReturnArena<std::string>()) {
  (void)arena;
    return;
  }
  SharedDtor();
}

inline void PostManageStateResponse::SharedDtor() {
  ABSL_DCHECK(GetArenaForAllocation() == nullptr);
}

void PostManageStateResponse::SetCachedSize(int size) const {
  _impl_._cached_size_.Set(size);
}

void PostManageStateResponse::Clear() {
// @@protoc_insertion_point(message_clear_start:keyapis.iot_connect.v1.PostManageStateResponse)
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  _internal_metadata_.Clear<std::string>();
}

const char* PostManageStateResponse::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  while (!ctx->Done(&ptr)) {
    ::uint32_t tag;
    ptr = ::_pbi::ReadTag(ptr, &tag);
    if ((tag == 0) || ((tag & 7) == 4)) {
      CHK_(ptr);
      ctx->SetLastTag(tag);
      goto message_done;
    }
    ptr = UnknownFieldParse(
        tag,
        _internal_metadata_.mutable_unknown_fields<std::string>(),
        ptr, ctx);
    CHK_(ptr != nullptr);
  }  // while
message_done:
  return ptr;
failure:
  ptr = nullptr;
  goto message_done;
#undef CHK_
}

::uint8_t* PostManageStateResponse::_InternalSerialize(
    ::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const {
  // @@protoc_insertion_point(serialize_to_array_start:keyapis.iot_connect.v1.PostManageStateResponse)
  ::uint32_t cached_has_bits = 0;
  (void) cached_has_bits;

  if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(_internal_metadata_.unknown_fields<std::string>(::PROTOBUF_NAMESPACE_ID::internal::GetEmptyString).data(),
        static_cast<int>(_internal_metadata_.unknown_fields<std::string>(::PROTOBUF_NAMESPACE_ID::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:keyapis.iot_connect.v1.PostManageStateResponse)
  return target;
}

::size_t PostManageStateResponse::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:keyapis.iot_connect.v1.PostManageStateResponse)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
    total_size += _internal_metadata_.unknown_fields<std::string>(::PROTOBUF_NAMESPACE_ID::internal::GetEmptyString).size();
  }
  int cached_size = ::_pbi::ToCachedSize(total_size);
  SetCachedSize(cached_size);
  return total_size;
}

void PostManageStateResponse::CheckTypeAndMergeFrom(
    const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) {
  MergeFrom(*::_pbi::DownCast<const PostManageStateResponse*>(
      &from));
}

void PostManageStateResponse::MergeFrom(const PostManageStateResponse& from) {
  PostManageStateResponse* const _this = this;
  // @@protoc_insertion_point(class_specific_merge_from_start:keyapis.iot_connect.v1.PostManageStateResponse)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void) cached_has_bits;

  _this->_internal_metadata_.MergeFrom<std::string>(from._internal_metadata_);
}

void PostManageStateResponse::CopyFrom(const PostManageStateResponse& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:keyapis.iot_connect.v1.PostManageStateResponse)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}

bool PostManageStateResponse::IsInitialized() const {
  return true;
}

void PostManageStateResponse::InternalSwap(PostManageStateResponse* other) {
  using std::swap;
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
}

std::string PostManageStateResponse::GetTypeName() const {
  return "keyapis.iot_connect.v1.PostManageStateResponse";
}

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

class PostManageUnlinkUserRequest::_Internal {
 public:
};

PostManageUnlinkUserRequest::PostManageUnlinkUserRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena)
  : ::PROTOBUF_NAMESPACE_ID::MessageLite(arena) {
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:keyapis.iot_connect.v1.PostManageUnlinkUserRequest)
}
PostManageUnlinkUserRequest::PostManageUnlinkUserRequest(const PostManageUnlinkUserRequest& from)
  : ::PROTOBUF_NAMESPACE_ID::MessageLite(), _impl_(from._impl_) {
  _internal_metadata_.MergeFrom<std::string>(
      from._internal_metadata_);
  // @@protoc_insertion_point(copy_constructor:keyapis.iot_connect.v1.PostManageUnlinkUserRequest)
}

inline void PostManageUnlinkUserRequest::SharedCtor(::_pb::Arena* arena) {
  (void)arena;
  new (&_impl_) Impl_{
      /*decltype(_impl_._cached_size_)*/{}
  };
}

PostManageUnlinkUserRequest::~PostManageUnlinkUserRequest() {
  // @@protoc_insertion_point(destructor:keyapis.iot_connect.v1.PostManageUnlinkUserRequest)
  if (auto *arena = _internal_metadata_.DeleteReturnArena<std::string>()) {
  (void)arena;
    return;
  }
  SharedDtor();
}

inline void PostManageUnlinkUserRequest::SharedDtor() {
  ABSL_DCHECK(GetArenaForAllocation() == nullptr);
}

void PostManageUnlinkUserRequest::SetCachedSize(int size) const {
  _impl_._cached_size_.Set(size);
}

void PostManageUnlinkUserRequest::Clear() {
// @@protoc_insertion_point(message_clear_start:keyapis.iot_connect.v1.PostManageUnlinkUserRequest)
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  _internal_metadata_.Clear<std::string>();
}

const char* PostManageUnlinkUserRequest::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  while (!ctx->Done(&ptr)) {
    ::uint32_t tag;
    ptr = ::_pbi::ReadTag(ptr, &tag);
    if ((tag == 0) || ((tag & 7) == 4)) {
      CHK_(ptr);
      ctx->SetLastTag(tag);
      goto message_done;
    }
    ptr = UnknownFieldParse(
        tag,
        _internal_metadata_.mutable_unknown_fields<std::string>(),
        ptr, ctx);
    CHK_(ptr != nullptr);
  }  // while
message_done:
  return ptr;
failure:
  ptr = nullptr;
  goto message_done;
#undef CHK_
}

::uint8_t* PostManageUnlinkUserRequest::_InternalSerialize(
    ::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const {
  // @@protoc_insertion_point(serialize_to_array_start:keyapis.iot_connect.v1.PostManageUnlinkUserRequest)
  ::uint32_t cached_has_bits = 0;
  (void) cached_has_bits;

  if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(_internal_metadata_.unknown_fields<std::string>(::PROTOBUF_NAMESPACE_ID::internal::GetEmptyString).data(),
        static_cast<int>(_internal_metadata_.unknown_fields<std::string>(::PROTOBUF_NAMESPACE_ID::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:keyapis.iot_connect.v1.PostManageUnlinkUserRequest)
  return target;
}

::size_t PostManageUnlinkUserRequest::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:keyapis.iot_connect.v1.PostManageUnlinkUserRequest)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
    total_size += _internal_metadata_.unknown_fields<std::string>(::PROTOBUF_NAMESPACE_ID::internal::GetEmptyString).size();
  }
  int cached_size = ::_pbi::ToCachedSize(total_size);
  SetCachedSize(cached_size);
  return total_size;
}

void PostManageUnlinkUserRequest::CheckTypeAndMergeFrom(
    const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) {
  MergeFrom(*::_pbi::DownCast<const PostManageUnlinkUserRequest*>(
      &from));
}

void PostManageUnlinkUserRequest::MergeFrom(const PostManageUnlinkUserRequest& from) {
  PostManageUnlinkUserRequest* const _this = this;
  // @@protoc_insertion_point(class_specific_merge_from_start:keyapis.iot_connect.v1.PostManageUnlinkUserRequest)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void) cached_has_bits;

  _this->_internal_metadata_.MergeFrom<std::string>(from._internal_metadata_);
}

void PostManageUnlinkUserRequest::CopyFrom(const PostManageUnlinkUserRequest& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:keyapis.iot_connect.v1.PostManageUnlinkUserRequest)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}

bool PostManageUnlinkUserRequest::IsInitialized() const {
  return true;
}

void PostManageUnlinkUserRequest::InternalSwap(PostManageUnlinkUserRequest* other) {
  using std::swap;
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
}

std::string PostManageUnlinkUserRequest::GetTypeName() const {
  return "keyapis.iot_connect.v1.PostManageUnlinkUserRequest";
}

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

class PostManageUnlinkUserResponse::_Internal {
 public:
};

PostManageUnlinkUserResponse::PostManageUnlinkUserResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena)
  : ::PROTOBUF_NAMESPACE_ID::MessageLite(arena) {
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:keyapis.iot_connect.v1.PostManageUnlinkUserResponse)
}
PostManageUnlinkUserResponse::PostManageUnlinkUserResponse(const PostManageUnlinkUserResponse& from)
  : ::PROTOBUF_NAMESPACE_ID::MessageLite(), _impl_(from._impl_) {
  _internal_metadata_.MergeFrom<std::string>(
      from._internal_metadata_);
  // @@protoc_insertion_point(copy_constructor:keyapis.iot_connect.v1.PostManageUnlinkUserResponse)
}

inline void PostManageUnlinkUserResponse::SharedCtor(::_pb::Arena* arena) {
  (void)arena;
  new (&_impl_) Impl_{
      /*decltype(_impl_._cached_size_)*/{}
  };
}

PostManageUnlinkUserResponse::~PostManageUnlinkUserResponse() {
  // @@protoc_insertion_point(destructor:keyapis.iot_connect.v1.PostManageUnlinkUserResponse)
  if (auto *arena = _internal_metadata_.DeleteReturnArena<std::string>()) {
  (void)arena;
    return;
  }
  SharedDtor();
}

inline void PostManageUnlinkUserResponse::SharedDtor() {
  ABSL_DCHECK(GetArenaForAllocation() == nullptr);
}

void PostManageUnlinkUserResponse::SetCachedSize(int size) const {
  _impl_._cached_size_.Set(size);
}

void PostManageUnlinkUserResponse::Clear() {
// @@protoc_insertion_point(message_clear_start:keyapis.iot_connect.v1.PostManageUnlinkUserResponse)
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  _internal_metadata_.Clear<std::string>();
}

const char* PostManageUnlinkUserResponse::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
  while (!ctx->Done(&ptr)) {
    ::uint32_t tag;
    ptr = ::_pbi::ReadTag(ptr, &tag);
    if ((tag == 0) || ((tag & 7) == 4)) {
      CHK_(ptr);
      ctx->SetLastTag(tag);
      goto message_done;
    }
    ptr = UnknownFieldParse(
        tag,
        _internal_metadata_.mutable_unknown_fields<std::string>(),
        ptr, ctx);
    CHK_(ptr != nullptr);
  }  // while
message_done:
  return ptr;
failure:
  ptr = nullptr;
  goto message_done;
#undef CHK_
}

::uint8_t* PostManageUnlinkUserResponse::_InternalSerialize(
    ::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const {
  // @@protoc_insertion_point(serialize_to_array_start:keyapis.iot_connect.v1.PostManageUnlinkUserResponse)
  ::uint32_t cached_has_bits = 0;
  (void) cached_has_bits;

  if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(_internal_metadata_.unknown_fields<std::string>(::PROTOBUF_NAMESPACE_ID::internal::GetEmptyString).data(),
        static_cast<int>(_internal_metadata_.unknown_fields<std::string>(::PROTOBUF_NAMESPACE_ID::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:keyapis.iot_connect.v1.PostManageUnlinkUserResponse)
  return target;
}

::size_t PostManageUnlinkUserResponse::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:keyapis.iot_connect.v1.PostManageUnlinkUserResponse)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
    total_size += _internal_metadata_.unknown_fields<std::string>(::PROTOBUF_NAMESPACE_ID::internal::GetEmptyString).size();
  }
  int cached_size = ::_pbi::ToCachedSize(total_size);
  SetCachedSize(cached_size);
  return total_size;
}

void PostManageUnlinkUserResponse::CheckTypeAndMergeFrom(
    const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) {
  MergeFrom(*::_pbi::DownCast<const PostManageUnlinkUserResponse*>(
      &from));
}

void PostManageUnlinkUserResponse::MergeFrom(const PostManageUnlinkUserResponse& from) {
  PostManageUnlinkUserResponse* const _this = this;
  // @@protoc_insertion_point(class_specific_merge_from_start:keyapis.iot_connect.v1.PostManageUnlinkUserResponse)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void) cached_has_bits;

  _this->_internal_metadata_.MergeFrom<std::string>(from._internal_metadata_);
}

void PostManageUnlinkUserResponse::CopyFrom(const PostManageUnlinkUserResponse& from) {
// @@protoc_insertion_point(class_specific_copy_from_start:keyapis.iot_connect.v1.PostManageUnlinkUserResponse)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}

bool PostManageUnlinkUserResponse::IsInitialized() const {
  return true;
}

void PostManageUnlinkUserResponse::InternalSwap(PostManageUnlinkUserResponse* other) {
  using std::swap;
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
}

std::string PostManageUnlinkUserResponse::GetTypeName() const {
  return "keyapis.iot_connect.v1.PostManageUnlinkUserResponse";
}

// @@protoc_insertion_point(namespace_scope)
}  // namespace v1
}  // namespace iot_connect
}  // namespace keyapis
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::keyapis::iot_connect::v1::PostManageStateRequest*
Arena::CreateMaybeMessage< ::keyapis::iot_connect::v1::PostManageStateRequest >(Arena* arena) {
  return Arena::CreateMessageInternal< ::keyapis::iot_connect::v1::PostManageStateRequest >(arena);
}
template<> PROTOBUF_NOINLINE ::keyapis::iot_connect::v1::PostManageStateResponse*
Arena::CreateMaybeMessage< ::keyapis::iot_connect::v1::PostManageStateResponse >(Arena* arena) {
  return Arena::CreateMessageInternal< ::keyapis::iot_connect::v1::PostManageStateResponse >(arena);
}
template<> PROTOBUF_NOINLINE ::keyapis::iot_connect::v1::PostManageUnlinkUserRequest*
Arena::CreateMaybeMessage< ::keyapis::iot_connect::v1::PostManageUnlinkUserRequest >(Arena* arena) {
  return Arena::CreateMessageInternal< ::keyapis::iot_connect::v1::PostManageUnlinkUserRequest >(arena);
}
template<> PROTOBUF_NOINLINE ::keyapis::iot_connect::v1::PostManageUnlinkUserResponse*
Arena::CreateMaybeMessage< ::keyapis::iot_connect::v1::PostManageUnlinkUserResponse >(Arena* arena) {
  return Arena::CreateMessageInternal< ::keyapis::iot_connect::v1::PostManageUnlinkUserResponse >(arena);
}
PROTOBUF_NAMESPACE_CLOSE
// @@protoc_insertion_point(global_scope)
#include "google/protobuf/port_undef.inc"
