#ifndef GOOGLE_PROTOBUF_INCLUDED_custom_5ftab_5fsession_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_custom_5ftab_5fsession_2eproto
#include <limits>
#include <string>
#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 3021000
#error This file was generated by a newer version of protoc which is
#error incompatible with your Protocol Buffer headers. Please update
#error your headers.
#endif
#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif
#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_custom_5ftab_5fsession_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}
PROTOBUF_NAMESPACE_CLOSE
struct TableStruct_custom_5ftab_5fsession_2eproto { … };
namespace metrics {
class CustomTabSessionProto;
struct CustomTabSessionProtoDefaultTypeInternal;
extern CustomTabSessionProtoDefaultTypeInternal _CustomTabSessionProto_default_instance_;
}
PROTOBUF_NAMESPACE_OPEN
template<> ::metrics::CustomTabSessionProto* Arena::CreateMaybeMessage<::metrics::CustomTabSessionProto>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace metrics {
class CustomTabSessionProto final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif
inline bool CustomTabSessionProto::_internal_has_time_sec() const { … }
inline bool CustomTabSessionProto::has_time_sec() const { … }
inline void CustomTabSessionProto::clear_time_sec() { … }
inline int64_t CustomTabSessionProto::_internal_time_sec() const { … }
inline int64_t CustomTabSessionProto::time_sec() const { … }
inline void CustomTabSessionProto::_internal_set_time_sec(int64_t value) { … }
inline void CustomTabSessionProto::set_time_sec(int64_t value) { … }
inline bool CustomTabSessionProto::_internal_has_package_name() const { … }
inline bool CustomTabSessionProto::has_package_name() const { … }
inline void CustomTabSessionProto::clear_package_name() { … }
inline const std::string& CustomTabSessionProto::package_name() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void CustomTabSessionProto::set_package_name(ArgT0&& arg0, ArgT... args) { … }
inline std::string* CustomTabSessionProto::mutable_package_name() { … }
inline const std::string& CustomTabSessionProto::_internal_package_name() const { … }
inline void CustomTabSessionProto::_internal_set_package_name(const std::string& value) { … }
inline std::string* CustomTabSessionProto::_internal_mutable_package_name() { … }
inline std::string* CustomTabSessionProto::release_package_name() { … }
inline void CustomTabSessionProto::set_allocated_package_name(std::string* package_name) { … }
inline bool CustomTabSessionProto::_internal_has_session_duration_sec() const { … }
inline bool CustomTabSessionProto::has_session_duration_sec() const { … }
inline void CustomTabSessionProto::clear_session_duration_sec() { … }
inline int32_t CustomTabSessionProto::_internal_session_duration_sec() const { … }
inline int32_t CustomTabSessionProto::session_duration_sec() const { … }
inline void CustomTabSessionProto::_internal_set_session_duration_sec(int32_t value) { … }
inline void CustomTabSessionProto::set_session_duration_sec(int32_t value) { … }
inline bool CustomTabSessionProto::_internal_has_did_user_interact() const { … }
inline bool CustomTabSessionProto::has_did_user_interact() const { … }
inline void CustomTabSessionProto::clear_did_user_interact() { … }
inline bool CustomTabSessionProto::_internal_did_user_interact() const { … }
inline bool CustomTabSessionProto::did_user_interact() const { … }
inline void CustomTabSessionProto::_internal_set_did_user_interact(bool value) { … }
inline void CustomTabSessionProto::set_did_user_interact(bool value) { … }
inline bool CustomTabSessionProto::_internal_has_was_user_closed() const { … }
inline bool CustomTabSessionProto::has_was_user_closed() const { … }
inline void CustomTabSessionProto::clear_was_user_closed() { … }
inline bool CustomTabSessionProto::_internal_was_user_closed() const { … }
inline bool CustomTabSessionProto::was_user_closed() const { … }
inline void CustomTabSessionProto::_internal_set_was_user_closed(bool value) { … }
inline void CustomTabSessionProto::set_was_user_closed(bool value) { … }
inline bool CustomTabSessionProto::_internal_has_is_partial() const { … }
inline bool CustomTabSessionProto::has_is_partial() const { … }
inline void CustomTabSessionProto::clear_is_partial() { … }
inline bool CustomTabSessionProto::_internal_is_partial() const { … }
inline bool CustomTabSessionProto::is_partial() const { … }
inline void CustomTabSessionProto::_internal_set_is_partial(bool value) { … }
inline void CustomTabSessionProto::set_is_partial(bool value) { … }
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif
}
#include <google/protobuf/port_undef.inc>
#endif