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

#ifndef third_5fparty_2fmetrics_5fproto_2fcustom_5ftab_5fsession_2eproto_2epb_2eh
#define third_5fparty_2fmetrics_5fproto_2fcustom_5ftab_5fsession_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_third_5fparty_2fmetrics_5fproto_2fcustom_5ftab_5fsession_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_third_5fparty_2fmetrics_5fproto_2fcustom_5ftab_5fsession_2eproto {
  static const ::uint32_t offsets[];
};
namespace metrics {
class CustomTabSessionProto;
struct CustomTabSessionProtoGlobalsTypeInternal;
#ifndef PROTOBUF_MESSAGE_GLOBALS
extern CustomTabSessionProtoGlobalsTypeInternal CustomTabSessionProto_globals_;
extern const ::google::protobuf::internal::ClassDataLite CustomTabSessionProto_class_data_;
#else
extern const CustomTabSessionProtoGlobalsTypeInternal CustomTabSessionProto_globals_;
#endif  // PROTOBUF_MESSAGE_GLOBALS
}  // namespace metrics
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google

namespace metrics {

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


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

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

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

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

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

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

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

  explicit CustomTabSessionProto(::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
  CustomTabSessionProto(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const CustomTabSessionProto& from);
  CustomTabSessionProto(
      ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, CustomTabSessionProto&& from) noexcept
      : CustomTabSessionProto(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 {
    kPackageNameFieldNumber = 2,
    kTimeSecFieldNumber = 1,
    kSessionDurationSecFieldNumber = 3,
    kDidUserInteractFieldNumber = 4,
    kWasUserClosedFieldNumber = 5,
    kIsPartialFieldNumber = 6,
  };
  // string package_name = 2;
  bool has_package_name()
      const;
  void clear_package_name() ;
  const ::std::string& package_name() const;
  template <typename Arg_ = const ::std::string&, typename... Args_>
  void set_package_name(Arg_&& arg, Args_... args);
  ::std::string* PROTOBUF_NONNULL mutable_package_name();
  ::std::string* PROTOBUF_NULLABLE release_package_name();
  void set_allocated_package_name(::std::string* PROTOBUF_NULLABLE value);

  private:
  const ::std::string& _internal_package_name() const;
  PROTOBUF_ALWAYS_INLINE void _internal_set_package_name(const ::std::string& value);
  ::std::string* PROTOBUF_NONNULL _internal_mutable_package_name();

  public:
  // int64 time_sec = 1;
  bool has_time_sec()
      const;
  void clear_time_sec() ;
  ::int64_t time_sec() const;
  void set_time_sec(::int64_t value);

  private:
  ::int64_t _internal_time_sec() const;
  void _internal_set_time_sec(::int64_t value);

  public:
  // int32 session_duration_sec = 3;
  bool has_session_duration_sec()
      const;
  void clear_session_duration_sec() ;
  ::int32_t session_duration_sec() const;
  void set_session_duration_sec(::int32_t value);

  private:
  ::int32_t _internal_session_duration_sec() const;
  void _internal_set_session_duration_sec(::int32_t value);

  public:
  // bool did_user_interact = 4;
  bool has_did_user_interact()
      const;
  void clear_did_user_interact() ;
  bool did_user_interact() const;
  void set_did_user_interact(bool value);

  private:
  bool _internal_did_user_interact() const;
  void _internal_set_did_user_interact(bool value);

  public:
  // bool was_user_closed = 5;
  bool has_was_user_closed()
      const;
  void clear_was_user_closed() ;
  bool was_user_closed() const;
  void set_was_user_closed(bool value);

  private:
  bool _internal_was_user_closed() const;
  void _internal_set_was_user_closed(bool value);

  public:
  // bool is_partial = 6;
  bool has_is_partial()
      const;
  void clear_is_partial() ;
  bool is_partial() const;
  void set_is_partial(bool value);

  private:
  bool _internal_is_partial() const;
  void _internal_set_is_partial(bool value);

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

  friend class ::google::protobuf::MessageLite;
  friend class ::google::protobuf::Arena;
  friend ::google::protobuf::internal::PrivateAccess;
  template <typename T>
  friend class ::google::protobuf::Arena::InternalHelper;
  using InternalArenaConstructable_ = void;
  using DestructorSkippable_ = void;
  struct Impl_ {
    inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility,
                                    ::google::protobuf::internal::ConstantInitialized) noexcept;
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena);
    inline explicit Impl_(
        ::google::protobuf::internal::InternalVisibility visibility,
        ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
        const CustomTabSessionProto& from_msg);
    ::google::protobuf::internal::HasBits<1> _has_bits_;
    ::google::protobuf::internal::CachedSize _cached_size_;
    ::google::protobuf::internal::ArenaStringPtr package_name_;
    ::int64_t time_sec_;
    ::int32_t session_duration_sec_;
    bool did_user_interact_;
    bool was_user_closed_;
    bool is_partial_;
    PROTOBUF_TSAN_DECLARE_MEMBER
  };
  union { Impl_ _impl_; };
  friend struct ::TableStruct_third_5fparty_2fmetrics_5fproto_2fcustom_5ftab_5fsession_2eproto;
};

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




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


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

// CustomTabSessionProto

// int64 time_sec = 1;
inline bool CustomTabSessionProto::has_time_sec() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000002U);
  return value;
}
inline void CustomTabSessionProto::clear_time_sec() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.time_sec_ = ::int64_t{0};
  ClearHasBit(_impl_._has_bits_[0], 0x00000002U);
}
inline ::int64_t CustomTabSessionProto::time_sec() const {
  // @@protoc_insertion_point(field_get:metrics.CustomTabSessionProto.time_sec)
  return _internal_time_sec();
}
inline void CustomTabSessionProto::set_time_sec(::int64_t value) {
  _internal_set_time_sec(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000002U);
  // @@protoc_insertion_point(field_set:metrics.CustomTabSessionProto.time_sec)
}
inline ::int64_t CustomTabSessionProto::_internal_time_sec() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.time_sec_;
}
inline void CustomTabSessionProto::_internal_set_time_sec(::int64_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.time_sec_ = value;
}

// string package_name = 2;
inline bool CustomTabSessionProto::has_package_name() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000001U);
  return value;
}
inline void CustomTabSessionProto::clear_package_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.package_name_.ClearToEmpty();
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
}
inline const ::std::string& CustomTabSessionProto::package_name() const
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  // @@protoc_insertion_point(field_get:metrics.CustomTabSessionProto.package_name)
  return _internal_package_name();
}
template <typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void CustomTabSessionProto::set_package_name(Arg_&& arg, Args_... args) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  _impl_.package_name_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
  // @@protoc_insertion_point(field_set:metrics.CustomTabSessionProto.package_name)
}
inline ::std::string* PROTOBUF_NONNULL CustomTabSessionProto::mutable_package_name()
    ABSL_ATTRIBUTE_LIFETIME_BOUND {
  SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  ::std::string* _s = _internal_mutable_package_name();
  // @@protoc_insertion_point(field_mutable:metrics.CustomTabSessionProto.package_name)
  return _s;
}
inline const ::std::string& CustomTabSessionProto::_internal_package_name() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.package_name_.Get();
}
inline void CustomTabSessionProto::_internal_set_package_name(const ::std::string& value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.package_name_.Set(value, GetArena());
}
inline ::std::string* PROTOBUF_NONNULL CustomTabSessionProto::_internal_mutable_package_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  return _impl_.package_name_.Mutable( GetArena());
}
inline ::std::string* PROTOBUF_NULLABLE CustomTabSessionProto::release_package_name() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  // @@protoc_insertion_point(field_release:metrics.CustomTabSessionProto.package_name)
  if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) {
    return nullptr;
  }
  ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  auto* released = _impl_.package_name_.Release();
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) {
    _impl_.package_name_.Set("", GetArena());
  }
  return released;
}
inline void CustomTabSessionProto::set_allocated_package_name(::std::string* PROTOBUF_NULLABLE value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  if (value != nullptr) {
    SetHasBit(_impl_._has_bits_[0], 0x00000001U);
  } else {
    ClearHasBit(_impl_._has_bits_[0], 0x00000001U);
  }
  _impl_.package_name_.SetAllocated(value, GetArena());
  if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.package_name_.IsDefault()) {
    _impl_.package_name_.Set("", GetArena());
  }
  // @@protoc_insertion_point(field_set_allocated:metrics.CustomTabSessionProto.package_name)
}

// int32 session_duration_sec = 3;
inline bool CustomTabSessionProto::has_session_duration_sec() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000004U);
  return value;
}
inline void CustomTabSessionProto::clear_session_duration_sec() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.session_duration_sec_ = 0;
  ClearHasBit(_impl_._has_bits_[0], 0x00000004U);
}
inline ::int32_t CustomTabSessionProto::session_duration_sec() const {
  // @@protoc_insertion_point(field_get:metrics.CustomTabSessionProto.session_duration_sec)
  return _internal_session_duration_sec();
}
inline void CustomTabSessionProto::set_session_duration_sec(::int32_t value) {
  _internal_set_session_duration_sec(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000004U);
  // @@protoc_insertion_point(field_set:metrics.CustomTabSessionProto.session_duration_sec)
}
inline ::int32_t CustomTabSessionProto::_internal_session_duration_sec() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.session_duration_sec_;
}
inline void CustomTabSessionProto::_internal_set_session_duration_sec(::int32_t value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.session_duration_sec_ = value;
}

// bool did_user_interact = 4;
inline bool CustomTabSessionProto::has_did_user_interact() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000008U);
  return value;
}
inline void CustomTabSessionProto::clear_did_user_interact() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.did_user_interact_ = false;
  ClearHasBit(_impl_._has_bits_[0], 0x00000008U);
}
inline bool CustomTabSessionProto::did_user_interact() const {
  // @@protoc_insertion_point(field_get:metrics.CustomTabSessionProto.did_user_interact)
  return _internal_did_user_interact();
}
inline void CustomTabSessionProto::set_did_user_interact(bool value) {
  _internal_set_did_user_interact(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000008U);
  // @@protoc_insertion_point(field_set:metrics.CustomTabSessionProto.did_user_interact)
}
inline bool CustomTabSessionProto::_internal_did_user_interact() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.did_user_interact_;
}
inline void CustomTabSessionProto::_internal_set_did_user_interact(bool value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.did_user_interact_ = value;
}

// bool was_user_closed = 5;
inline bool CustomTabSessionProto::has_was_user_closed() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000010U);
  return value;
}
inline void CustomTabSessionProto::clear_was_user_closed() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.was_user_closed_ = false;
  ClearHasBit(_impl_._has_bits_[0], 0x00000010U);
}
inline bool CustomTabSessionProto::was_user_closed() const {
  // @@protoc_insertion_point(field_get:metrics.CustomTabSessionProto.was_user_closed)
  return _internal_was_user_closed();
}
inline void CustomTabSessionProto::set_was_user_closed(bool value) {
  _internal_set_was_user_closed(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000010U);
  // @@protoc_insertion_point(field_set:metrics.CustomTabSessionProto.was_user_closed)
}
inline bool CustomTabSessionProto::_internal_was_user_closed() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.was_user_closed_;
}
inline void CustomTabSessionProto::_internal_set_was_user_closed(bool value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.was_user_closed_ = value;
}

// bool is_partial = 6;
inline bool CustomTabSessionProto::has_is_partial() const {
  bool value = CheckHasBit(_impl_._has_bits_[0], 0x00000020U);
  return value;
}
inline void CustomTabSessionProto::clear_is_partial() {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.is_partial_ = false;
  ClearHasBit(_impl_._has_bits_[0], 0x00000020U);
}
inline bool CustomTabSessionProto::is_partial() const {
  // @@protoc_insertion_point(field_get:metrics.CustomTabSessionProto.is_partial)
  return _internal_is_partial();
}
inline void CustomTabSessionProto::set_is_partial(bool value) {
  _internal_set_is_partial(value);
  SetHasBit(_impl_._has_bits_[0], 0x00000020U);
  // @@protoc_insertion_point(field_set:metrics.CustomTabSessionProto.is_partial)
}
inline bool CustomTabSessionProto::_internal_is_partial() const {
  ::google::protobuf::internal::TSanRead(&_impl_);
  return _impl_.is_partial_;
}
inline void CustomTabSessionProto::_internal_set_is_partial(bool value) {
  ::google::protobuf::internal::TSanWrite(&_impl_);
  _impl_.is_partial_ = value;
}

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

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


// @@protoc_insertion_point(global_scope)

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

#endif  // third_5fparty_2fmetrics_5fproto_2fcustom_5ftab_5fsession_2eproto_2epb_2eh
