chromium/out/Default/gen/content/browser/content_index/content_index.pb.h

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_content_5findex_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_content_5findex_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_content_5findex_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_content_5findex_2eproto {};
namespace content {
namespace proto {
class ContentDescription;
struct ContentDescriptionDefaultTypeInternal;
extern ContentDescriptionDefaultTypeInternal _ContentDescription_default_instance_;
class ContentEntry;
struct ContentEntryDefaultTypeInternal;
extern ContentEntryDefaultTypeInternal _ContentEntry_default_instance_;
class ContentIconDefinition;
struct ContentIconDefinitionDefaultTypeInternal;
extern ContentIconDefinitionDefaultTypeInternal _ContentIconDefinition_default_instance_;
class SerializedIcons;
struct SerializedIconsDefaultTypeInternal;
extern SerializedIconsDefaultTypeInternal _SerializedIcons_default_instance_;
class SerializedIcons_SerializedIcon;
struct SerializedIcons_SerializedIconDefaultTypeInternal;
extern SerializedIcons_SerializedIconDefaultTypeInternal _SerializedIcons_SerializedIcon_default_instance_;
}  // namespace proto
}  // namespace content
PROTOBUF_NAMESPACE_OPEN
template<> ::content::proto::ContentDescription* Arena::CreateMaybeMessage<::content::proto::ContentDescription>(Arena*);
template<> ::content::proto::ContentEntry* Arena::CreateMaybeMessage<::content::proto::ContentEntry>(Arena*);
template<> ::content::proto::ContentIconDefinition* Arena::CreateMaybeMessage<::content::proto::ContentIconDefinition>(Arena*);
template<> ::content::proto::SerializedIcons* Arena::CreateMaybeMessage<::content::proto::SerializedIcons>(Arena*);
template<> ::content::proto::SerializedIcons_SerializedIcon* Arena::CreateMaybeMessage<::content::proto::SerializedIcons_SerializedIcon>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace content {
namespace proto {

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

class ContentIconDefinition final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:content.proto.ContentIconDefinition) */ {};
// -------------------------------------------------------------------

class ContentDescription final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:content.proto.ContentDescription) */ {};
// -------------------------------------------------------------------

class ContentEntry final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:content.proto.ContentEntry) */ {};
// -------------------------------------------------------------------

class SerializedIcons_SerializedIcon final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:content.proto.SerializedIcons.SerializedIcon) */ {};
// -------------------------------------------------------------------

class SerializedIcons final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:content.proto.SerializedIcons) */ {};
// ===================================================================


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

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

// optional string src = 1;
inline bool ContentIconDefinition::_internal_has_src() const {}
inline bool ContentIconDefinition::has_src() const {}
inline void ContentIconDefinition::clear_src() {}
inline const std::string& ContentIconDefinition::src() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ContentIconDefinition::set_src(ArgT0&& arg0, ArgT... args) {}
inline std::string* ContentIconDefinition::mutable_src() {}
inline const std::string& ContentIconDefinition::_internal_src() const {}
inline void ContentIconDefinition::_internal_set_src(const std::string& value) {}
inline std::string* ContentIconDefinition::_internal_mutable_src() {}
inline std::string* ContentIconDefinition::release_src() {}
inline void ContentIconDefinition::set_allocated_src(std::string* src) {}

// optional string sizes = 2;
inline bool ContentIconDefinition::_internal_has_sizes() const {}
inline bool ContentIconDefinition::has_sizes() const {}
inline void ContentIconDefinition::clear_sizes() {}
inline const std::string& ContentIconDefinition::sizes() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ContentIconDefinition::set_sizes(ArgT0&& arg0, ArgT... args) {}
inline std::string* ContentIconDefinition::mutable_sizes() {}
inline const std::string& ContentIconDefinition::_internal_sizes() const {}
inline void ContentIconDefinition::_internal_set_sizes(const std::string& value) {}
inline std::string* ContentIconDefinition::_internal_mutable_sizes() {}
inline std::string* ContentIconDefinition::release_sizes() {}
inline void ContentIconDefinition::set_allocated_sizes(std::string* sizes) {}

// optional string type = 3;
inline bool ContentIconDefinition::_internal_has_type() const {}
inline bool ContentIconDefinition::has_type() const {}
inline void ContentIconDefinition::clear_type() {}
inline const std::string& ContentIconDefinition::type() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ContentIconDefinition::set_type(ArgT0&& arg0, ArgT... args) {}
inline std::string* ContentIconDefinition::mutable_type() {}
inline const std::string& ContentIconDefinition::_internal_type() const {}
inline void ContentIconDefinition::_internal_set_type(const std::string& value) {}
inline std::string* ContentIconDefinition::_internal_mutable_type() {}
inline std::string* ContentIconDefinition::release_type() {}
inline void ContentIconDefinition::set_allocated_type(std::string* type) {}

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

// ContentDescription

// optional string id = 1;
inline bool ContentDescription::_internal_has_id() const {}
inline bool ContentDescription::has_id() const {}
inline void ContentDescription::clear_id() {}
inline const std::string& ContentDescription::id() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ContentDescription::set_id(ArgT0&& arg0, ArgT... args) {}
inline std::string* ContentDescription::mutable_id() {}
inline const std::string& ContentDescription::_internal_id() const {}
inline void ContentDescription::_internal_set_id(const std::string& value) {}
inline std::string* ContentDescription::_internal_mutable_id() {}
inline std::string* ContentDescription::release_id() {}
inline void ContentDescription::set_allocated_id(std::string* id) {}

// optional string title = 2;
inline bool ContentDescription::_internal_has_title() const {}
inline bool ContentDescription::has_title() const {}
inline void ContentDescription::clear_title() {}
inline const std::string& ContentDescription::title() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ContentDescription::set_title(ArgT0&& arg0, ArgT... args) {}
inline std::string* ContentDescription::mutable_title() {}
inline const std::string& ContentDescription::_internal_title() const {}
inline void ContentDescription::_internal_set_title(const std::string& value) {}
inline std::string* ContentDescription::_internal_mutable_title() {}
inline std::string* ContentDescription::release_title() {}
inline void ContentDescription::set_allocated_title(std::string* title) {}

// optional string description = 3;
inline bool ContentDescription::_internal_has_description() const {}
inline bool ContentDescription::has_description() const {}
inline void ContentDescription::clear_description() {}
inline const std::string& ContentDescription::description() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ContentDescription::set_description(ArgT0&& arg0, ArgT... args) {}
inline std::string* ContentDescription::mutable_description() {}
inline const std::string& ContentDescription::_internal_description() const {}
inline void ContentDescription::_internal_set_description(const std::string& value) {}
inline std::string* ContentDescription::_internal_mutable_description() {}
inline std::string* ContentDescription::release_description() {}
inline void ContentDescription::set_allocated_description(std::string* description) {}

// optional int32 category = 4;
inline bool ContentDescription::_internal_has_category() const {}
inline bool ContentDescription::has_category() const {}
inline void ContentDescription::clear_category() {}
inline int32_t ContentDescription::_internal_category() const {}
inline int32_t ContentDescription::category() const {}
inline void ContentDescription::_internal_set_category(int32_t value) {}
inline void ContentDescription::set_category(int32_t value) {}

// repeated .content.proto.ContentIconDefinition icons = 5;
inline int ContentDescription::_internal_icons_size() const {}
inline int ContentDescription::icons_size() const {}
inline void ContentDescription::clear_icons() {}
inline ::content::proto::ContentIconDefinition* ContentDescription::mutable_icons(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::content::proto::ContentIconDefinition >*
ContentDescription::mutable_icons() {}
inline const ::content::proto::ContentIconDefinition& ContentDescription::_internal_icons(int index) const {}
inline const ::content::proto::ContentIconDefinition& ContentDescription::icons(int index) const {}
inline ::content::proto::ContentIconDefinition* ContentDescription::_internal_add_icons() {}
inline ::content::proto::ContentIconDefinition* ContentDescription::add_icons() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::content::proto::ContentIconDefinition >&
ContentDescription::icons() const {}

// optional string launch_url = 6;
inline bool ContentDescription::_internal_has_launch_url() const {}
inline bool ContentDescription::has_launch_url() const {}
inline void ContentDescription::clear_launch_url() {}
inline const std::string& ContentDescription::launch_url() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ContentDescription::set_launch_url(ArgT0&& arg0, ArgT... args) {}
inline std::string* ContentDescription::mutable_launch_url() {}
inline const std::string& ContentDescription::_internal_launch_url() const {}
inline void ContentDescription::_internal_set_launch_url(const std::string& value) {}
inline std::string* ContentDescription::_internal_mutable_launch_url() {}
inline std::string* ContentDescription::release_launch_url() {}
inline void ContentDescription::set_allocated_launch_url(std::string* launch_url) {}

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

// ContentEntry

// optional .content.proto.ContentDescription description = 1;
inline bool ContentEntry::_internal_has_description() const {}
inline bool ContentEntry::has_description() const {}
inline void ContentEntry::clear_description() {}
inline const ::content::proto::ContentDescription& ContentEntry::_internal_description() const {}
inline const ::content::proto::ContentDescription& ContentEntry::description() const {}
inline void ContentEntry::unsafe_arena_set_allocated_description(
    ::content::proto::ContentDescription* description) {}
inline ::content::proto::ContentDescription* ContentEntry::release_description() {}
inline ::content::proto::ContentDescription* ContentEntry::unsafe_arena_release_description() {}
inline ::content::proto::ContentDescription* ContentEntry::_internal_mutable_description() {}
inline ::content::proto::ContentDescription* ContentEntry::mutable_description() {}
inline void ContentEntry::set_allocated_description(::content::proto::ContentDescription* description) {}

// optional int64 timestamp = 2;
inline bool ContentEntry::_internal_has_timestamp() const {}
inline bool ContentEntry::has_timestamp() const {}
inline void ContentEntry::clear_timestamp() {}
inline int64_t ContentEntry::_internal_timestamp() const {}
inline int64_t ContentEntry::timestamp() const {}
inline void ContentEntry::_internal_set_timestamp(int64_t value) {}
inline void ContentEntry::set_timestamp(int64_t value) {}

// optional string launch_url = 3;
inline bool ContentEntry::_internal_has_launch_url() const {}
inline bool ContentEntry::has_launch_url() const {}
inline void ContentEntry::clear_launch_url() {}
inline const std::string& ContentEntry::launch_url() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ContentEntry::set_launch_url(ArgT0&& arg0, ArgT... args) {}
inline std::string* ContentEntry::mutable_launch_url() {}
inline const std::string& ContentEntry::_internal_launch_url() const {}
inline void ContentEntry::_internal_set_launch_url(const std::string& value) {}
inline std::string* ContentEntry::_internal_mutable_launch_url() {}
inline std::string* ContentEntry::release_launch_url() {}
inline void ContentEntry::set_allocated_launch_url(std::string* launch_url) {}

// optional bool is_top_level_context = 4 [default = true];
inline bool ContentEntry::_internal_has_is_top_level_context() const {}
inline bool ContentEntry::has_is_top_level_context() const {}
inline void ContentEntry::clear_is_top_level_context() {}
inline bool ContentEntry::_internal_is_top_level_context() const {}
inline bool ContentEntry::is_top_level_context() const {}
inline void ContentEntry::_internal_set_is_top_level_context(bool value) {}
inline void ContentEntry::set_is_top_level_context(bool value) {}

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

// SerializedIcons_SerializedIcon

// optional string icon = 1;
inline bool SerializedIcons_SerializedIcon::_internal_has_icon() const {}
inline bool SerializedIcons_SerializedIcon::has_icon() const {}
inline void SerializedIcons_SerializedIcon::clear_icon() {}
inline const std::string& SerializedIcons_SerializedIcon::icon() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void SerializedIcons_SerializedIcon::set_icon(ArgT0&& arg0, ArgT... args) {}
inline std::string* SerializedIcons_SerializedIcon::mutable_icon() {}
inline const std::string& SerializedIcons_SerializedIcon::_internal_icon() const {}
inline void SerializedIcons_SerializedIcon::_internal_set_icon(const std::string& value) {}
inline std::string* SerializedIcons_SerializedIcon::_internal_mutable_icon() {}
inline std::string* SerializedIcons_SerializedIcon::release_icon() {}
inline void SerializedIcons_SerializedIcon::set_allocated_icon(std::string* icon) {}

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

// SerializedIcons

// repeated .content.proto.SerializedIcons.SerializedIcon icons = 1;
inline int SerializedIcons::_internal_icons_size() const {}
inline int SerializedIcons::icons_size() const {}
inline void SerializedIcons::clear_icons() {}
inline ::content::proto::SerializedIcons_SerializedIcon* SerializedIcons::mutable_icons(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::content::proto::SerializedIcons_SerializedIcon >*
SerializedIcons::mutable_icons() {}
inline const ::content::proto::SerializedIcons_SerializedIcon& SerializedIcons::_internal_icons(int index) const {}
inline const ::content::proto::SerializedIcons_SerializedIcon& SerializedIcons::icons(int index) const {}
inline ::content::proto::SerializedIcons_SerializedIcon* SerializedIcons::_internal_add_icons() {}
inline ::content::proto::SerializedIcons_SerializedIcon* SerializedIcons::add_icons() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::content::proto::SerializedIcons_SerializedIcon >&
SerializedIcons::icons() const {}

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

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

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

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace proto
}  // namespace content

// @@protoc_insertion_point(global_scope)

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