chromium/out/Default/gen/components/feed/core/proto/v2/wire/info_card.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: components/feed/core/proto/v2/wire/info_card.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_components_2ffeed_2fcore_2fproto_2fv2_2fwire_2finfo_5fcard_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_components_2ffeed_2fcore_2fproto_2fv2_2fwire_2finfo_5fcard_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
#include <google/protobuf/generated_enum_util.h>
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_components_2ffeed_2fcore_2fproto_2fv2_2fwire_2finfo_5fcard_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_components_2ffeed_2fcore_2fproto_2fv2_2fwire_2finfo_5fcard_2eproto {};
namespace feedwire {
class InfoCardServingInfo;
struct InfoCardServingInfoDefaultTypeInternal;
extern InfoCardServingInfoDefaultTypeInternal _InfoCardServingInfo_default_instance_;
class InfoCardTrackingState;
struct InfoCardTrackingStateDefaultTypeInternal;
extern InfoCardTrackingStateDefaultTypeInternal _InfoCardTrackingState_default_instance_;
}  // namespace feedwire
PROTOBUF_NAMESPACE_OPEN
template<> ::feedwire::InfoCardServingInfo* Arena::CreateMaybeMessage<::feedwire::InfoCardServingInfo>(Arena*);
template<> ::feedwire::InfoCardTrackingState* Arena::CreateMaybeMessage<::feedwire::InfoCardTrackingState>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace feedwire {

enum InfoCardType : int {};
bool InfoCardType_IsValid(int value);
constexpr InfoCardType InfoCardType_MIN =;
constexpr InfoCardType InfoCardType_MAX =;
constexpr int InfoCardType_ARRAYSIZE =;

const std::string& InfoCardType_Name(InfoCardType value);
template<typename T>
inline const std::string& InfoCardType_Name(T enum_t_value) {}
bool InfoCardType_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, InfoCardType* value);
// ===================================================================

class InfoCardTrackingState final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:feedwire.InfoCardTrackingState) */ {};
// -------------------------------------------------------------------

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


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

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

// optional int32 type = 1;
inline bool InfoCardTrackingState::_internal_has_type() const {}
inline bool InfoCardTrackingState::has_type() const {}
inline void InfoCardTrackingState::clear_type() {}
inline int32_t InfoCardTrackingState::_internal_type() const {}
inline int32_t InfoCardTrackingState::type() const {}
inline void InfoCardTrackingState::_internal_set_type(int32_t value) {}
inline void InfoCardTrackingState::set_type(int32_t value) {}

// optional int32 explicitly_dismissed_count = 2;
inline bool InfoCardTrackingState::_internal_has_explicitly_dismissed_count() const {}
inline bool InfoCardTrackingState::has_explicitly_dismissed_count() const {}
inline void InfoCardTrackingState::clear_explicitly_dismissed_count() {}
inline int32_t InfoCardTrackingState::_internal_explicitly_dismissed_count() const {}
inline int32_t InfoCardTrackingState::explicitly_dismissed_count() const {}
inline void InfoCardTrackingState::_internal_set_explicitly_dismissed_count(int32_t value) {}
inline void InfoCardTrackingState::set_explicitly_dismissed_count(int32_t value) {}

// optional int32 view_count = 3;
inline bool InfoCardTrackingState::_internal_has_view_count() const {}
inline bool InfoCardTrackingState::has_view_count() const {}
inline void InfoCardTrackingState::clear_view_count() {}
inline int32_t InfoCardTrackingState::_internal_view_count() const {}
inline int32_t InfoCardTrackingState::view_count() const {}
inline void InfoCardTrackingState::_internal_set_view_count(int32_t value) {}
inline void InfoCardTrackingState::set_view_count(int32_t value) {}

// optional int32 click_count = 4;
inline bool InfoCardTrackingState::_internal_has_click_count() const {}
inline bool InfoCardTrackingState::has_click_count() const {}
inline void InfoCardTrackingState::clear_click_count() {}
inline int32_t InfoCardTrackingState::_internal_click_count() const {}
inline int32_t InfoCardTrackingState::click_count() const {}
inline void InfoCardTrackingState::_internal_set_click_count(int32_t value) {}
inline void InfoCardTrackingState::set_click_count(int32_t value) {}

// optional int64 first_view_timestamp = 5;
inline bool InfoCardTrackingState::_internal_has_first_view_timestamp() const {}
inline bool InfoCardTrackingState::has_first_view_timestamp() const {}
inline void InfoCardTrackingState::clear_first_view_timestamp() {}
inline int64_t InfoCardTrackingState::_internal_first_view_timestamp() const {}
inline int64_t InfoCardTrackingState::first_view_timestamp() const {}
inline void InfoCardTrackingState::_internal_set_first_view_timestamp(int64_t value) {}
inline void InfoCardTrackingState::set_first_view_timestamp(int64_t value) {}

// optional int64 last_view_timestamp = 6;
inline bool InfoCardTrackingState::_internal_has_last_view_timestamp() const {}
inline bool InfoCardTrackingState::has_last_view_timestamp() const {}
inline void InfoCardTrackingState::clear_last_view_timestamp() {}
inline int64_t InfoCardTrackingState::_internal_last_view_timestamp() const {}
inline int64_t InfoCardTrackingState::last_view_timestamp() const {}
inline void InfoCardTrackingState::_internal_set_last_view_timestamp(int64_t value) {}
inline void InfoCardTrackingState::set_last_view_timestamp(int64_t value) {}

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

// InfoCardServingInfo

// repeated int32 fulfilled_info_card_types = 1 [packed = true];
inline int InfoCardServingInfo::_internal_fulfilled_info_card_types_size() const {}
inline int InfoCardServingInfo::fulfilled_info_card_types_size() const {}
inline void InfoCardServingInfo::clear_fulfilled_info_card_types() {}
inline int32_t InfoCardServingInfo::_internal_fulfilled_info_card_types(int index) const {}
inline int32_t InfoCardServingInfo::fulfilled_info_card_types(int index) const {}
inline void InfoCardServingInfo::set_fulfilled_info_card_types(int index, int32_t value) {}
inline void InfoCardServingInfo::_internal_add_fulfilled_info_card_types(int32_t value) {}
inline void InfoCardServingInfo::add_fulfilled_info_card_types(int32_t value) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >&
InfoCardServingInfo::_internal_fulfilled_info_card_types() const {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >&
InfoCardServingInfo::fulfilled_info_card_types() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >*
InfoCardServingInfo::_internal_mutable_fulfilled_info_card_types() {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< int32_t >*
InfoCardServingInfo::mutable_fulfilled_info_card_types() {}

// repeated int64 known_info_card_types = 2 [packed = true];
inline int InfoCardServingInfo::_internal_known_info_card_types_size() const {}
inline int InfoCardServingInfo::known_info_card_types_size() const {}
inline void InfoCardServingInfo::clear_known_info_card_types() {}
inline int64_t InfoCardServingInfo::_internal_known_info_card_types(int index) const {}
inline int64_t InfoCardServingInfo::known_info_card_types(int index) const {}
inline void InfoCardServingInfo::set_known_info_card_types(int index, int64_t value) {}
inline void InfoCardServingInfo::_internal_add_known_info_card_types(int64_t value) {}
inline void InfoCardServingInfo::add_known_info_card_types(int64_t value) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t >&
InfoCardServingInfo::_internal_known_info_card_types() const {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t >&
InfoCardServingInfo::known_info_card_types() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t >*
InfoCardServingInfo::_internal_mutable_known_info_card_types() {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t >*
InfoCardServingInfo::mutable_known_info_card_types() {}

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace feedwire

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::feedwire::InfoCardType> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

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