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

#ifndef peer_5fconnection_5fmessages_2eproto_2epb_2eh
#define peer_5fconnection_5fmessages_2eproto_2epb_2eh

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

// clang-format off
#include "google/protobuf/runtime_version.h"
#if PROTOBUF_VERSION != 7035001
#error "Protobuf C++ gencode is built with an incompatible version of"
#error "Protobuf C++ headers/runtime. See"
#error "https://protobuf.dev/support/cross-version-runtime-guarantee/#cpp"
#endif
#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/arenastring.h"
#include "google/protobuf/generated_message_tctable_decl.h"
#include "google/protobuf/generated_message_util.h"
#include "google/protobuf/metadata_lite.h"
#include "google/protobuf/message_lite.h"
#include "google/protobuf/repeated_field.h"  // IWYU pragma: export
#include "google/protobuf/extension_set.h"  // IWYU pragma: export
// @@protoc_insertion_point(includes)

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

#define PROTOBUF_INTERNAL_EXPORT_peer_5fconnection_5fmessages_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_peer_5fconnection_5fmessages_2eproto {
  static const ::uint32_t offsets[];
};
namespace components_sharing_message {
class PeerConnectionAnswerMessage;
struct PeerConnectionAnswerMessageGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern PeerConnectionAnswerMessageGlobalsTypeInternal PeerConnectionAnswerMessage_globals_;
extern const ::google::protobuf::internal::ClassDataLite PeerConnectionAnswerMessage_class_data_;
#else
extern const PeerConnectionAnswerMessageGlobalsTypeInternal PeerConnectionAnswerMessage_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class PeerConnectionIceCandidate;
struct PeerConnectionIceCandidateGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern PeerConnectionIceCandidateGlobalsTypeInternal PeerConnectionIceCandidate_globals_;
extern const ::google::protobuf::internal::ClassDataLite PeerConnectionIceCandidate_class_data_;
#else
extern const PeerConnectionIceCandidateGlobalsTypeInternal PeerConnectionIceCandidate_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class PeerConnectionIceCandidatesMessage;
struct PeerConnectionIceCandidatesMessageGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern PeerConnectionIceCandidatesMessageGlobalsTypeInternal PeerConnectionIceCandidatesMessage_globals_;
extern const ::google::protobuf::internal::ClassDataLite PeerConnectionIceCandidatesMessage_class_data_;
#else
extern const PeerConnectionIceCandidatesMessageGlobalsTypeInternal PeerConnectionIceCandidatesMessage_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class PeerConnectionOfferMessage;
struct PeerConnectionOfferMessageGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern PeerConnectionOfferMessageGlobalsTypeInternal PeerConnectionOfferMessage_globals_;
extern const ::google::protobuf::internal::ClassDataLite PeerConnectionOfferMessage_class_data_;
#else
extern const PeerConnectionOfferMessageGlobalsTypeInternal PeerConnectionOfferMessage_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace components_sharing_message
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google

namespace components_sharing_message {

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


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

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

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

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

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

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

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

  explicit PeerConnectionOfferMessage(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  PeerConnectionOfferMessage(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const PeerConnectionOfferMessage& from);
  PeerConnectionOfferMessage(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, PeerConnectionOfferMessage&& from) noexcept
      : PeerConnectionOfferMessage(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 {
    kSdpFieldNumber = 1,
  };
  // string sdp = 1;
  void clear_sdp() ;
  const ::std::string& sdp() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_sdp(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_sdp();
  ::std::string* PROTOBUF_NULLABLE release_sdp();
  void set_allocated_sdp(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_sdp() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_sdp(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_sdp();

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

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

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

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

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

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

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

  explicit PeerConnectionIceCandidate(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  PeerConnectionIceCandidate(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const PeerConnectionIceCandidate& from);
  PeerConnectionIceCandidate(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, PeerConnectionIceCandidate&& from) noexcept
      : PeerConnectionIceCandidate(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 {
    kCandidateFieldNumber = 1,
    kSdpMidFieldNumber = 2,
    kSdpMlineIndexFieldNumber = 3,
  };
  // string candidate = 1;
  void clear_candidate() ;
  const ::std::string& candidate() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_candidate(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_candidate();
  ::std::string* PROTOBUF_NULLABLE release_candidate();
  void set_allocated_candidate(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_candidate() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_candidate(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_candidate();

  public:
  // string sdp_mid = 2;
  void clear_sdp_mid() ;
  const ::std::string& sdp_mid() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_sdp_mid(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_sdp_mid();
  ::std::string* PROTOBUF_NULLABLE release_sdp_mid();
  void set_allocated_sdp_mid(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_sdp_mid() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_sdp_mid(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_sdp_mid();

  public:
  // int32 sdp_mline_index = 3;
  void clear_sdp_mline_index() ;
  ::int32_t sdp_mline_index() const;
  void set_sdp_mline_index(::int32_t value);

  private:
  ::int32_t _internal_sdp_mline_index() const;
  void _internal_set_sdp_mline_index(::int32_t value);

  public:
  // @@protoc_insertion_point(class_scope:components_sharing_message.PeerConnectionIceCandidate)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<2, 3,
                          0, 78,
                          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 PeerConnectionIceCandidate& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr candidate_;
    ::google::protobuf::internal::ArenaStringPtr sdp_mid_;
    ::int32_t sdp_mline_index_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_peer_5fconnection_5fmessages_2eproto;
};
// -------------------------------------------------------------------

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

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

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

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

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

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

  explicit PeerConnectionAnswerMessage(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  PeerConnectionAnswerMessage(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const PeerConnectionAnswerMessage& from);
  PeerConnectionAnswerMessage(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, PeerConnectionAnswerMessage&& from) noexcept
      : PeerConnectionAnswerMessage(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 {
    kSdpFieldNumber = 1,
  };
  // string sdp = 1;
  void clear_sdp() ;
  const ::std::string& sdp() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_sdp(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_sdp();
  ::std::string* PROTOBUF_NULLABLE release_sdp();
  void set_allocated_sdp(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_sdp() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_sdp(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_sdp();

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

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

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

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

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

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

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

  explicit PeerConnectionIceCandidatesMessage(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  PeerConnectionIceCandidatesMessage(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const PeerConnectionIceCandidatesMessage& from);
  PeerConnectionIceCandidatesMessage(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, PeerConnectionIceCandidatesMessage&& from) noexcept
      : PeerConnectionIceCandidatesMessage(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 {
    kIceCandidatesFieldNumber = 1,
  };
  // repeated .components_sharing_message.PeerConnectionIceCandidate ice_candidates = 1;
  int ice_candidates_size()
      const;
  private:
  int _internal_ice_candidates_size() const;

  public:
  void clear_ice_candidates() ;
  const ::components_sharing_message::PeerConnectionIceCandidate& ice_candidates(int index) const;
  ::components_sharing_message::PeerConnectionIceCandidate* PROTOBUF_NONNULL mutable_ice_candidates(int index);
  ::components_sharing_message::PeerConnectionIceCandidate* PROTOBUF_NONNULL add_ice_candidates();
  const ::google::protobuf::RepeatedPtrField<::components_sharing_message::PeerConnectionIceCandidate>&
  ice_candidates() const;
  ::google::protobuf::RepeatedPtrField<::components_sharing_message::PeerConnectionIceCandidate>* PROTOBUF_NONNULL
  mutable_ice_candidates();

  private:
  const ::google::protobuf::RepeatedPtrField<::components_sharing_message::PeerConnectionIceCandidate>& _internal_ice_candidates() const;
  ::google::protobuf::RepeatedPtrField<::components_sharing_message::PeerConnectionIceCandidate>* PROTOBUF_NONNULL _internal_mutable_ice_candidates();

  public:
  // @@protoc_insertion_point(class_scope:components_sharing_message.PeerConnectionIceCandidatesMessage)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<0, 1,
                          1, 0,
                          2>;
  static constexpr ParseTableT_ InternalGenerateParseTable_(
      const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data);
  friend class ::google::protobuf::internal::TcParser;
  #ifndef PROTOBUF_MESSAGE_GLOBALS
  static const ParseTableT_ _table_;
  #endif

  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  friend ::google::protobuf::internal::PrivateAccess;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility,
                                    ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
        const PeerConnectionIceCandidatesMessage& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::RepeatedPtrField< ::components_sharing_message::PeerConnectionIceCandidate > ice_candidates_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_peer_5fconnection_5fmessages_2eproto;
};

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




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


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

// PeerConnectionOfferMessage

// string sdp = 1;
inline void PeerConnectionOfferMessage::clear_sdp() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.sdp_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& PeerConnectionOfferMessage::sdp() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:components_sharing_message.PeerConnectionOfferMessage.sdp)
  return _internal_sdp();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void PeerConnectionOfferMessage::set_sdp(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.sdp_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:components_sharing_message.PeerConnectionOfferMessage.sdp)
}
inline ::std::string* PROTOBUF_NONNULL PeerConnectionOfferMessage::mutable_sdp()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_sdp();
  // @@protoc_insertion_point(field_mutable:components_sharing_message.PeerConnectionOfferMessage.sdp)
  return _s;
}
inline const ::std::string& PeerConnectionOfferMessage::_internal_sdp() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.sdp_.Get();
}
inline void PeerConnectionOfferMessage::_internal_set_sdp(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.sdp_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL PeerConnectionOfferMessage::_internal_mutable_sdp() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.sdp_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE PeerConnectionOfferMessage::release_sdp() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:components_sharing_message.PeerConnectionOfferMessage.sdp)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.sdp_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.sdp_.Set("", GetArena());
  }
  return released;
}
inline void PeerConnectionOfferMessage::set_allocated_sdp(::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_.sdp_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.sdp_.IsDefault()) {
    _impl_.sdp_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:components_sharing_message.PeerConnectionOfferMessage.sdp)
}

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

// PeerConnectionAnswerMessage

// string sdp = 1;
inline void PeerConnectionAnswerMessage::clear_sdp() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.sdp_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& PeerConnectionAnswerMessage::sdp() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:components_sharing_message.PeerConnectionAnswerMessage.sdp)
  return _internal_sdp();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void PeerConnectionAnswerMessage::set_sdp(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.sdp_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:components_sharing_message.PeerConnectionAnswerMessage.sdp)
}
inline ::std::string* PROTOBUF_NONNULL PeerConnectionAnswerMessage::mutable_sdp()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_sdp();
  // @@protoc_insertion_point(field_mutable:components_sharing_message.PeerConnectionAnswerMessage.sdp)
  return _s;
}
inline const ::std::string& PeerConnectionAnswerMessage::_internal_sdp() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.sdp_.Get();
}
inline void PeerConnectionAnswerMessage::_internal_set_sdp(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.sdp_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL PeerConnectionAnswerMessage::_internal_mutable_sdp() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.sdp_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE PeerConnectionAnswerMessage::release_sdp() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:components_sharing_message.PeerConnectionAnswerMessage.sdp)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.sdp_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.sdp_.Set("", GetArena());
  }
  return released;
}
inline void PeerConnectionAnswerMessage::set_allocated_sdp(::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_.sdp_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.sdp_.IsDefault()) {
    _impl_.sdp_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:components_sharing_message.PeerConnectionAnswerMessage.sdp)
}

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

// PeerConnectionIceCandidate

// string candidate = 1;
inline void PeerConnectionIceCandidate::clear_candidate() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.candidate_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& PeerConnectionIceCandidate::candidate() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:components_sharing_message.PeerConnectionIceCandidate.candidate)
  return _internal_candidate();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void PeerConnectionIceCandidate::set_candidate(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.candidate_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:components_sharing_message.PeerConnectionIceCandidate.candidate)
}
inline ::std::string* PROTOBUF_NONNULL PeerConnectionIceCandidate::mutable_candidate()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_candidate();
  // @@protoc_insertion_point(field_mutable:components_sharing_message.PeerConnectionIceCandidate.candidate)
  return _s;
}
inline const ::std::string& PeerConnectionIceCandidate::_internal_candidate() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.candidate_.Get();
}
inline void PeerConnectionIceCandidate::_internal_set_candidate(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.candidate_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL PeerConnectionIceCandidate::_internal_mutable_candidate() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.candidate_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE PeerConnectionIceCandidate::release_candidate() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:components_sharing_message.PeerConnectionIceCandidate.candidate)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.candidate_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.candidate_.Set("", GetArena());
  }
  return released;
}
inline void PeerConnectionIceCandidate::set_allocated_candidate(::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_.candidate_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.candidate_.IsDefault()) {
    _impl_.candidate_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:components_sharing_message.PeerConnectionIceCandidate.candidate)
}

// string sdp_mid = 2;
inline void PeerConnectionIceCandidate::clear_sdp_mid() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.sdp_mid_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& PeerConnectionIceCandidate::sdp_mid() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:components_sharing_message.PeerConnectionIceCandidate.sdp_mid)
  return _internal_sdp_mid();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void PeerConnectionIceCandidate::set_sdp_mid(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.sdp_mid_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:components_sharing_message.PeerConnectionIceCandidate.sdp_mid)
}
inline ::std::string* PROTOBUF_NONNULL PeerConnectionIceCandidate::mutable_sdp_mid()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_sdp_mid();
  // @@protoc_insertion_point(field_mutable:components_sharing_message.PeerConnectionIceCandidate.sdp_mid)
  return _s;
}
inline const ::std::string& PeerConnectionIceCandidate::_internal_sdp_mid() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.sdp_mid_.Get();
}
inline void PeerConnectionIceCandidate::_internal_set_sdp_mid(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.sdp_mid_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL PeerConnectionIceCandidate::_internal_mutable_sdp_mid() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.sdp_mid_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE PeerConnectionIceCandidate::release_sdp_mid() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:components_sharing_message.PeerConnectionIceCandidate.sdp_mid)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.sdp_mid_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.sdp_mid_.Set("", GetArena());
  }
  return released;
}
inline void PeerConnectionIceCandidate::set_allocated_sdp_mid(::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_.sdp_mid_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.sdp_mid_.IsDefault()) {
    _impl_.sdp_mid_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:components_sharing_message.PeerConnectionIceCandidate.sdp_mid)
}

// int32 sdp_mline_index = 3;
inline void PeerConnectionIceCandidate::clear_sdp_mline_index() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.sdp_mline_index_ = 0;
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline ::int32_t PeerConnectionIceCandidate::sdp_mline_index() const {
  // @@protoc_insertion_point(field_get:components_sharing_message.PeerConnectionIceCandidate.sdp_mline_index)
  return _internal_sdp_mline_index();
}
inline void PeerConnectionIceCandidate::set_sdp_mline_index(::int32_t value) {
  _internal_set_sdp_mline_index(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_set:components_sharing_message.PeerConnectionIceCandidate.sdp_mline_index)
}
inline ::int32_t PeerConnectionIceCandidate::_internal_sdp_mline_index() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.sdp_mline_index_;
}
inline void PeerConnectionIceCandidate::_internal_set_sdp_mline_index(::int32_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.sdp_mline_index_ = value;
}

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

// PeerConnectionIceCandidatesMessage

// repeated .components_sharing_message.PeerConnectionIceCandidate ice_candidates = 1;
inline int PeerConnectionIceCandidatesMessage::_internal_ice_candidates_size() const {
  return _internal_ice_candidates().size();
}
inline int PeerConnectionIceCandidatesMessage::ice_candidates_size() const {
  return _internal_ice_candidates_size();
}
inline void PeerConnectionIceCandidatesMessage::clear_ice_candidates() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.ice_candidates_.Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::components_sharing_message::PeerConnectionIceCandidate& PeerConnectionIceCandidatesMessage::ice_candidates(int index) const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:components_sharing_message.PeerConnectionIceCandidatesMessage.ice_candidates)
  return _internal_ice_candidates().Get(index);
}
inline ::components_sharing_message::PeerConnectionIceCandidate* PROTOBUF_NONNULL PeerConnectionIceCandidatesMessage::mutable_ice_candidates(int index)
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_mutable:components_sharing_message.PeerConnectionIceCandidatesMessage.ice_candidates)
  return _internal_mutable_ice_candidates()->Mutable(index);
}
inline ::components_sharing_message::PeerConnectionIceCandidate* PROTOBUF_NONNULL PeerConnectionIceCandidatesMessage::add_ice_candidates()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::components_sharing_message::PeerConnectionIceCandidate* _add =
      _internal_mutable_ice_candidates()->InternalAddWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), GetArena());
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_add:components_sharing_message.PeerConnectionIceCandidatesMessage.ice_candidates)
  return _add;
}
inline const ::google::protobuf::RepeatedPtrField<::components_sharing_message::PeerConnectionIceCandidate>& PeerConnectionIceCandidatesMessage::ice_candidates() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_list:components_sharing_message.PeerConnectionIceCandidatesMessage.ice_candidates)
  return _internal_ice_candidates();
}
inline ::google::protobuf::RepeatedPtrField<::components_sharing_message::PeerConnectionIceCandidate>* PROTOBUF_NONNULL
PeerConnectionIceCandidatesMessage::mutable_ice_candidates() ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  // @@protoc_insertion_point(field_mutable_list:components_sharing_message.PeerConnectionIceCandidatesMessage.ice_candidates)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _internal_mutable_ice_candidates();
}
inline const ::google::protobuf::RepeatedPtrField<::components_sharing_message::PeerConnectionIceCandidate>&
PeerConnectionIceCandidatesMessage::_internal_ice_candidates() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.ice_candidates_;
}
inline ::google::protobuf::RepeatedPtrField<::components_sharing_message::PeerConnectionIceCandidate>* PROTOBUF_NONNULL
PeerConnectionIceCandidatesMessage::_internal_mutable_ice_candidates() {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return &_impl_.ice_candidates_;
}

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

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


// @@protoc_insertion_point(global_scope)

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

#endif  // peer_5fconnection_5fmessages_2eproto_2epb_2eh
