chromium/out/Default/gen/components/feature_engagement/internal/proto/feature_event.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: feature_event.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_feature_5fevent_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_feature_5fevent_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>  // IWYU pragma: export
#include <google/protobuf/extension_set.h>  // IWYU pragma: export
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_feature_5fevent_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_feature_5fevent_2eproto {};
namespace feature_engagement {
class Event;
struct EventDefaultTypeInternal;
extern EventDefaultTypeInternal _Event_default_instance_;
class Event_Count;
struct Event_CountDefaultTypeInternal;
extern Event_CountDefaultTypeInternal _Event_Count_default_instance_;
}  // namespace feature_engagement
PROTOBUF_NAMESPACE_OPEN
template<> ::feature_engagement::Event* Arena::CreateMaybeMessage<::feature_engagement::Event>(Arena*);
template<> ::feature_engagement::Event_Count* Arena::CreateMaybeMessage<::feature_engagement::Event_Count>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace feature_engagement {

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

class Event_Count final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:feature_engagement.Event.Count) */ {};
// -------------------------------------------------------------------

class Event final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:feature_engagement.Event) */ {};
// ===================================================================


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

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

// optional uint32 day = 1;
inline bool Event_Count::_internal_has_day() const {}
inline bool Event_Count::has_day() const {}
inline void Event_Count::clear_day() {}
inline uint32_t Event_Count::_internal_day() const {}
inline uint32_t Event_Count::day() const {}
inline void Event_Count::_internal_set_day(uint32_t value) {}
inline void Event_Count::set_day(uint32_t value) {}

// optional uint32 count = 2;
inline bool Event_Count::_internal_has_count() const {}
inline bool Event_Count::has_count() const {}
inline void Event_Count::clear_count() {}
inline uint32_t Event_Count::_internal_count() const {}
inline uint32_t Event_Count::count() const {}
inline void Event_Count::_internal_set_count(uint32_t value) {}
inline void Event_Count::set_count(uint32_t value) {}

// optional uint32 snooze_count = 3;
inline bool Event_Count::_internal_has_snooze_count() const {}
inline bool Event_Count::has_snooze_count() const {}
inline void Event_Count::clear_snooze_count() {}
inline uint32_t Event_Count::_internal_snooze_count() const {}
inline uint32_t Event_Count::snooze_count() const {}
inline void Event_Count::_internal_set_snooze_count(uint32_t value) {}
inline void Event_Count::set_snooze_count(uint32_t value) {}

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

// Event

// optional string name = 1;
inline bool Event::_internal_has_name() const {}
inline bool Event::has_name() const {}
inline void Event::clear_name() {}
inline const std::string& Event::name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void Event::set_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* Event::mutable_name() {}
inline const std::string& Event::_internal_name() const {}
inline void Event::_internal_set_name(const std::string& value) {}
inline std::string* Event::_internal_mutable_name() {}
inline std::string* Event::release_name() {}
inline void Event::set_allocated_name(std::string* name) {}

// repeated .feature_engagement.Event.Count events = 2;
inline int Event::_internal_events_size() const {}
inline int Event::events_size() const {}
inline void Event::clear_events() {}
inline ::feature_engagement::Event_Count* Event::mutable_events(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::feature_engagement::Event_Count >*
Event::mutable_events() {}
inline const ::feature_engagement::Event_Count& Event::_internal_events(int index) const {}
inline const ::feature_engagement::Event_Count& Event::events(int index) const {}
inline ::feature_engagement::Event_Count* Event::_internal_add_events() {}
inline ::feature_engagement::Event_Count* Event::add_events() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::feature_engagement::Event_Count >&
Event::events() const {}

// optional int64 last_snooze_time_us = 3;
inline bool Event::_internal_has_last_snooze_time_us() const {}
inline bool Event::has_last_snooze_time_us() const {}
inline void Event::clear_last_snooze_time_us() {}
inline int64_t Event::_internal_last_snooze_time_us() const {}
inline int64_t Event::last_snooze_time_us() const {}
inline void Event::_internal_set_last_snooze_time_us(int64_t value) {}
inline void Event::set_last_snooze_time_us(int64_t value) {}

// optional bool snooze_dismissed = 4;
inline bool Event::_internal_has_snooze_dismissed() const {}
inline bool Event::has_snooze_dismissed() const {}
inline void Event::clear_snooze_dismissed() {}
inline bool Event::_internal_snooze_dismissed() const {}
inline bool Event::snooze_dismissed() const {}
inline void Event::_internal_set_snooze_dismissed(bool value) {}
inline void Event::set_snooze_dismissed(bool value) {}

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace feature_engagement

// @@protoc_insertion_point(global_scope)

#include <google/protobuf/port_undef.inc>
#endif  // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_feature_5fevent_2eproto