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

#ifndef lens_5foverlay_5fcontent_5fmetadata_2eproto_2epb_2eh
#define lens_5foverlay_5fcontent_5fmetadata_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_lens_5foverlay_5fcontent_5fmetadata_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_lens_5foverlay_5fcontent_5fmetadata_2eproto {
  static const ::uint32_t offsets[];
};
namespace lens {
class DriveMetadata;
struct DriveMetadataGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern DriveMetadataGlobalsTypeInternal DriveMetadata_globals_;
extern const ::google::protobuf::internal::ClassDataLite DriveMetadata_class_data_;
#else
extern const DriveMetadataGlobalsTypeInternal DriveMetadata_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
class LensOverlayContentMetadata;
struct LensOverlayContentMetadataGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern LensOverlayContentMetadataGlobalsTypeInternal LensOverlayContentMetadata_globals_;
extern const ::google::protobuf::internal::ClassDataLite LensOverlayContentMetadata_class_data_;
#else
extern const LensOverlayContentMetadataGlobalsTypeInternal LensOverlayContentMetadata_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace lens
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google

namespace lens {

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


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

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

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

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

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

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

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

  explicit DriveMetadata(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  DriveMetadata(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const DriveMetadata& from);
  DriveMetadata(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, DriveMetadata&& from) noexcept
      : DriveMetadata(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 {
    kDriveIdFieldNumber = 1,
    kResourceKeyFieldNumber = 2,
  };
  // string drive_id = 1;
  void clear_drive_id() ;
  const ::std::string& drive_id() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_drive_id(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_drive_id();
  ::std::string* PROTOBUF_NULLABLE release_drive_id();
  void set_allocated_drive_id(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_drive_id() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_drive_id(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_drive_id();

  public:
  // string resource_key = 2 [deprecated = true];
  void clear_resource_key() ;
  const ::std::string& resource_key() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_resource_key(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_resource_key();
  ::std::string* PROTOBUF_NULLABLE release_resource_key();
  void set_allocated_resource_key(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_resource_key() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_resource_key(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_resource_key();

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

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

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

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

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

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

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

  explicit LensOverlayContentMetadata(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  LensOverlayContentMetadata(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const LensOverlayContentMetadata& from);
  LensOverlayContentMetadata(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, LensOverlayContentMetadata&& from) noexcept
      : LensOverlayContentMetadata(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 {
    kContentTitleFieldNumber = 1,
    kFileNameFieldNumber = 2,
    kDriveMetadataFieldNumber = 6,
  };
  // string content_title = 1;
  void clear_content_title() ;
  const ::std::string& content_title() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_content_title(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_content_title();
  ::std::string* PROTOBUF_NULLABLE release_content_title();
  void set_allocated_content_title(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_content_title() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_content_title(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_content_title();

  public:
  // string file_name = 2;
  void clear_file_name() ;
  const ::std::string& file_name() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_file_name(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_file_name();
  ::std::string* PROTOBUF_NULLABLE release_file_name();
  void set_allocated_file_name(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_file_name() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_file_name(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_file_name();

  public:
  // .lens.DriveMetadata drive_metadata = 6;
  bool has_drive_metadata()
      const;
  void clear_drive_metadata() ;
  const ::lens::DriveMetadata& drive_metadata() const;
  ::lens::DriveMetadata* PROTOBUF_NULLABLE release_drive_metadata();
  ::lens::DriveMetadata* PROTOBUF_NONNULL mutable_drive_metadata();
  void set_allocated_drive_metadata(::lens::DriveMetadata* PROTOBUF_NULLABLE value);
  void unsafe_arena_set_allocated_drive_metadata(::lens::DriveMetadata* PROTOBUF_NULLABLE value);
  ::lens::DriveMetadata* PROTOBUF_NULLABLE unsafe_arena_release_drive_metadata();

  private:
  const ::lens::DriveMetadata& _internal_drive_metadata() const;
  ::lens::DriveMetadata* PROTOBUF_NONNULL _internal_mutable_drive_metadata();

  public:
  // @@protoc_insertion_point(class_scope:lens.LensOverlayContentMetadata)
 private:
  class _Internal;
  using ParseTableT_ =
      ::google::protobuf::internal::TcParseTable<1, 3,
                          1, 62,
                          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 LensOverlayContentMetadata& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr content_title_;
    ::google::protobuf::internal::ArenaStringPtr file_name_;
    ::lens::DriveMetadata* PROTOBUF_NULLABLE drive_metadata_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_lens_5foverlay_5fcontent_5fmetadata_2eproto;
};

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




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


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

// LensOverlayContentMetadata

// string content_title = 1;
inline void LensOverlayContentMetadata::clear_content_title() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.content_title_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& LensOverlayContentMetadata::content_title() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:lens.LensOverlayContentMetadata.content_title)
  return _internal_content_title();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void LensOverlayContentMetadata::set_content_title(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.content_title_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:lens.LensOverlayContentMetadata.content_title)
}
inline ::std::string* PROTOBUF_NONNULL LensOverlayContentMetadata::mutable_content_title()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_content_title();
  // @@protoc_insertion_point(field_mutable:lens.LensOverlayContentMetadata.content_title)
  return _s;
}
inline const ::std::string& LensOverlayContentMetadata::_internal_content_title() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.content_title_.Get();
}
inline void LensOverlayContentMetadata::_internal_set_content_title(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.content_title_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL LensOverlayContentMetadata::_internal_mutable_content_title() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.content_title_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE LensOverlayContentMetadata::release_content_title() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:lens.LensOverlayContentMetadata.content_title)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.content_title_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.content_title_.Set("", GetArena());
  }
  return released;
}
inline void LensOverlayContentMetadata::set_allocated_content_title(::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_.content_title_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.content_title_.IsDefault()) {
    _impl_.content_title_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:lens.LensOverlayContentMetadata.content_title)
}

// string file_name = 2;
inline void LensOverlayContentMetadata::clear_file_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.file_name_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& LensOverlayContentMetadata::file_name() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:lens.LensOverlayContentMetadata.file_name)
  return _internal_file_name();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void LensOverlayContentMetadata::set_file_name(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.file_name_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:lens.LensOverlayContentMetadata.file_name)
}
inline ::std::string* PROTOBUF_NONNULL LensOverlayContentMetadata::mutable_file_name()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_file_name();
  // @@protoc_insertion_point(field_mutable:lens.LensOverlayContentMetadata.file_name)
  return _s;
}
inline const ::std::string& LensOverlayContentMetadata::_internal_file_name() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.file_name_.Get();
}
inline void LensOverlayContentMetadata::_internal_set_file_name(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.file_name_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL LensOverlayContentMetadata::_internal_mutable_file_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.file_name_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE LensOverlayContentMetadata::release_file_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:lens.LensOverlayContentMetadata.file_name)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.file_name_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.file_name_.Set("", GetArena());
  }
  return released;
}
inline void LensOverlayContentMetadata::set_allocated_file_name(::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_.file_name_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.file_name_.IsDefault()) {
    _impl_.file_name_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:lens.LensOverlayContentMetadata.file_name)
}

// .lens.DriveMetadata drive_metadata = 6;
inline bool LensOverlayContentMetadata::has_drive_metadata() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  PROTOBUF_ASSUME(!value || _impl_.drive_metadata_ != nullptr);
  return value;
}
inline void LensOverlayContentMetadata::clear_drive_metadata() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.drive_metadata_ != nullptr) _impl_.drive_metadata_->Clear();
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline const ::lens::DriveMetadata& LensOverlayContentMetadata::_internal_drive_metadata() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  const ::lens::DriveMetadata* p = _impl_.drive_metadata_;
  return p != nullptr ? *p : *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<::lens::DriveMetadata>(&::lens::DriveMetadata_globals_);
}
inline const ::lens::DriveMetadata& LensOverlayContentMetadata::drive_metadata() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:lens.LensOverlayContentMetadata.drive_metadata)
  return _internal_drive_metadata();
}
inline void LensOverlayContentMetadata::unsafe_arena_set_allocated_drive_metadata(
    ::lens::DriveMetadata* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (GetArena() == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.drive_metadata_);
  }
  _impl_.drive_metadata_ = reinterpret_cast<::lens::DriveMetadata*>(value);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  }
  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:lens.LensOverlayContentMetadata.drive_metadata)
}
inline ::lens::DriveMetadata* PROTOBUF_NULLABLE LensOverlayContentMetadata::release_drive_metadata() {
  ::google::protobuf::internal::TSanWrite(&_impl_);

  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::lens::DriveMetadata* released = _impl_.drive_metadata_;
  _impl_.drive_metadata_ = nullptr;
  if (::google::protobuf::internal::DebugHardenForceCopyInRelease()) {
    auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released);
    released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    if (GetArena() == nullptr) {
      delete old;
    }
  } else {
    if (GetArena() != nullptr) {
      released = ::google::protobuf::internal::DuplicateIfNonNull(released);
    }
  }
  return released;
}
inline ::lens::DriveMetadata* PROTOBUF_NULLABLE LensOverlayContentMetadata::unsafe_arena_release_drive_metadata() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:lens.LensOverlayContentMetadata.drive_metadata)

  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::lens::DriveMetadata* temp = _impl_.drive_metadata_;
  _impl_.drive_metadata_ = nullptr;
  return temp;
}
inline ::lens::DriveMetadata* PROTOBUF_NONNULL LensOverlayContentMetadata::_internal_mutable_drive_metadata() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (_impl_.drive_metadata_ == nullptr) {
    auto* p = ::google::protobuf::MessageLite::DefaultConstruct<::lens::DriveMetadata>(GetArena());
    _impl_.drive_metadata_ = reinterpret_cast<::lens::DriveMetadata*>(p);
  }
  return _impl_.drive_metadata_;
}
inline ::lens::DriveMetadata* PROTOBUF_NONNULL LensOverlayContentMetadata::mutable_drive_metadata()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  ::lens::DriveMetadata* _msg = _internal_mutable_drive_metadata();
  // @@protoc_insertion_point(field_mutable:lens.LensOverlayContentMetadata.drive_metadata)
  return _msg;
}
inline void LensOverlayContentMetadata::set_allocated_drive_metadata(::lens::DriveMetadata* PROTOBUF_NULLABLE value) {
  ::google::protobuf::Arena* message_arena = GetArena();
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (message_arena == nullptr) {
    delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.drive_metadata_);
  }

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

  _impl_.drive_metadata_ = reinterpret_cast<::lens::DriveMetadata*>(value);
  // @@protoc_insertion_point(field_set_allocated:lens.LensOverlayContentMetadata.drive_metadata)
}

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

// DriveMetadata

// string drive_id = 1;
inline void DriveMetadata::clear_drive_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.drive_id_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& DriveMetadata::drive_id() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:lens.DriveMetadata.drive_id)
  return _internal_drive_id();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void DriveMetadata::set_drive_id(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.drive_id_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:lens.DriveMetadata.drive_id)
}
inline ::std::string* PROTOBUF_NONNULL DriveMetadata::mutable_drive_id()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_drive_id();
  // @@protoc_insertion_point(field_mutable:lens.DriveMetadata.drive_id)
  return _s;
}
inline const ::std::string& DriveMetadata::_internal_drive_id() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.drive_id_.Get();
}
inline void DriveMetadata::_internal_set_drive_id(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.drive_id_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL DriveMetadata::_internal_mutable_drive_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.drive_id_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE DriveMetadata::release_drive_id() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:lens.DriveMetadata.drive_id)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.drive_id_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.drive_id_.Set("", GetArena());
  }
  return released;
}
inline void DriveMetadata::set_allocated_drive_id(::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_.drive_id_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.drive_id_.IsDefault()) {
    _impl_.drive_id_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:lens.DriveMetadata.drive_id)
}

// string resource_key = 2 [deprecated = true];
inline void DriveMetadata::clear_resource_key() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.resource_key_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline const ::std::string& DriveMetadata::resource_key() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:lens.DriveMetadata.resource_key)
  return _internal_resource_key();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void DriveMetadata::set_resource_key(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  _impl_.resource_key_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:lens.DriveMetadata.resource_key)
}
inline ::std::string* PROTOBUF_NONNULL DriveMetadata::mutable_resource_key()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  ::std::string* _s = _internal_mutable_resource_key();
  // @@protoc_insertion_point(field_mutable:lens.DriveMetadata.resource_key)
  return _s;
}
inline const ::std::string& DriveMetadata::_internal_resource_key() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.resource_key_.Get();
}
inline void DriveMetadata::_internal_set_resource_key(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.resource_key_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL DriveMetadata::_internal_mutable_resource_key() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.resource_key_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE DriveMetadata::release_resource_key() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:lens.DriveMetadata.resource_key)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000002U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
  auto* released = _impl_.resource_key_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.resource_key_.Set("", GetArena());
  }
  return released;
}
inline void DriveMetadata::set_allocated_resource_key(::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_.resource_key_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.resource_key_.IsDefault()) {
    _impl_.resource_key_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:lens.DriveMetadata.resource_key)
}

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

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


// @@protoc_insertion_point(global_scope)

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

#endif  // lens_5foverlay_5fcontent_5fmetadata_2eproto_2epb_2eh
