chromium/out/Default/gen/third_party/omnibox_proto/groups.pb.h

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_groups_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_groups_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/map.h>  // IWYU pragma: export
#include <google/protobuf/map_entry_lite.h>
#include <google/protobuf/map_field_lite.h>
#include <google/protobuf/generated_enum_util.h>
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_groups_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_groups_2eproto {};
namespace omnibox {
class GroupConfig;
struct GroupConfigDefaultTypeInternal;
extern GroupConfigDefaultTypeInternal _GroupConfig_default_instance_;
class GroupsInfo;
struct GroupsInfoDefaultTypeInternal;
extern GroupsInfoDefaultTypeInternal _GroupsInfo_default_instance_;
class GroupsInfo_GroupConfigsEntry_DoNotUse;
struct GroupsInfo_GroupConfigsEntry_DoNotUseDefaultTypeInternal;
extern GroupsInfo_GroupConfigsEntry_DoNotUseDefaultTypeInternal _GroupsInfo_GroupConfigsEntry_DoNotUse_default_instance_;
}  // namespace omnibox
PROTOBUF_NAMESPACE_OPEN
template<> ::omnibox::GroupConfig* Arena::CreateMaybeMessage<::omnibox::GroupConfig>(Arena*);
template<> ::omnibox::GroupsInfo* Arena::CreateMaybeMessage<::omnibox::GroupsInfo>(Arena*);
template<> ::omnibox::GroupsInfo_GroupConfigsEntry_DoNotUse* Arena::CreateMaybeMessage<::omnibox::GroupsInfo_GroupConfigsEntry_DoNotUse>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace omnibox {

enum GroupConfig_SideType : int {};
bool GroupConfig_SideType_IsValid(int value);
constexpr GroupConfig_SideType GroupConfig_SideType_SideType_MIN =;
constexpr GroupConfig_SideType GroupConfig_SideType_SideType_MAX =;
constexpr int GroupConfig_SideType_SideType_ARRAYSIZE =;

const std::string& GroupConfig_SideType_Name(GroupConfig_SideType value);
template<typename T>
inline const std::string& GroupConfig_SideType_Name(T enum_t_value) {}
bool GroupConfig_SideType_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, GroupConfig_SideType* value);
enum GroupConfig_RenderType : int {};
bool GroupConfig_RenderType_IsValid(int value);
constexpr GroupConfig_RenderType GroupConfig_RenderType_RenderType_MIN =;
constexpr GroupConfig_RenderType GroupConfig_RenderType_RenderType_MAX =;
constexpr int GroupConfig_RenderType_RenderType_ARRAYSIZE =;

const std::string& GroupConfig_RenderType_Name(GroupConfig_RenderType value);
template<typename T>
inline const std::string& GroupConfig_RenderType_Name(T enum_t_value) {}
bool GroupConfig_RenderType_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, GroupConfig_RenderType* value);
enum GroupConfig_Visibility : int {};
bool GroupConfig_Visibility_IsValid(int value);
constexpr GroupConfig_Visibility GroupConfig_Visibility_Visibility_MIN =;
constexpr GroupConfig_Visibility GroupConfig_Visibility_Visibility_MAX =;
constexpr int GroupConfig_Visibility_Visibility_ARRAYSIZE =;

const std::string& GroupConfig_Visibility_Name(GroupConfig_Visibility value);
template<typename T>
inline const std::string& GroupConfig_Visibility_Name(T enum_t_value) {}
bool GroupConfig_Visibility_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, GroupConfig_Visibility* value);
enum GroupId : int {};
bool GroupId_IsValid(int value);
constexpr GroupId GroupId_MIN =;
constexpr GroupId GroupId_MAX =;
constexpr int GroupId_ARRAYSIZE =;

const std::string& GroupId_Name(GroupId value);
template<typename T>
inline const std::string& GroupId_Name(T enum_t_value) {}
bool GroupId_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, GroupId* value);
enum GroupSection : int {};
bool GroupSection_IsValid(int value);
constexpr GroupSection GroupSection_MIN =;
constexpr GroupSection GroupSection_MAX =;
constexpr int GroupSection_ARRAYSIZE =;

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

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

class GroupsInfo_GroupConfigsEntry_DoNotUse : public ::PROTOBUF_NAMESPACE_ID::internal::MapEntryLite<GroupsInfo_GroupConfigsEntry_DoNotUse, 
    uint32_t, ::omnibox::GroupConfig,
    ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_UINT32,
    ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_MESSAGE> {};

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

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


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

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

// optional string header_text = 1;
inline bool GroupConfig::_internal_has_header_text() const {}
inline bool GroupConfig::has_header_text() const {}
inline void GroupConfig::clear_header_text() {}
inline const std::string& GroupConfig::header_text() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void GroupConfig::set_header_text(ArgT0&& arg0, ArgT... args) {}
inline std::string* GroupConfig::mutable_header_text() {}
inline const std::string& GroupConfig::_internal_header_text() const {}
inline void GroupConfig::_internal_set_header_text(const std::string& value) {}
inline std::string* GroupConfig::_internal_mutable_header_text() {}
inline std::string* GroupConfig::release_header_text() {}
inline void GroupConfig::set_allocated_header_text(std::string* header_text) {}

// optional .omnibox.GroupConfig.SideType side_type = 2;
inline bool GroupConfig::_internal_has_side_type() const {}
inline bool GroupConfig::has_side_type() const {}
inline void GroupConfig::clear_side_type() {}
inline ::omnibox::GroupConfig_SideType GroupConfig::_internal_side_type() const {}
inline ::omnibox::GroupConfig_SideType GroupConfig::side_type() const {}
inline void GroupConfig::_internal_set_side_type(::omnibox::GroupConfig_SideType value) {}
inline void GroupConfig::set_side_type(::omnibox::GroupConfig_SideType value) {}

// optional .omnibox.GroupConfig.RenderType render_type = 3;
inline bool GroupConfig::_internal_has_render_type() const {}
inline bool GroupConfig::has_render_type() const {}
inline void GroupConfig::clear_render_type() {}
inline ::omnibox::GroupConfig_RenderType GroupConfig::_internal_render_type() const {}
inline ::omnibox::GroupConfig_RenderType GroupConfig::render_type() const {}
inline void GroupConfig::_internal_set_render_type(::omnibox::GroupConfig_RenderType value) {}
inline void GroupConfig::set_render_type(::omnibox::GroupConfig_RenderType value) {}

// optional .omnibox.GroupConfig.Visibility visibility = 4;
inline bool GroupConfig::_internal_has_visibility() const {}
inline bool GroupConfig::has_visibility() const {}
inline void GroupConfig::clear_visibility() {}
inline ::omnibox::GroupConfig_Visibility GroupConfig::_internal_visibility() const {}
inline ::omnibox::GroupConfig_Visibility GroupConfig::visibility() const {}
inline void GroupConfig::_internal_set_visibility(::omnibox::GroupConfig_Visibility value) {}
inline void GroupConfig::set_visibility(::omnibox::GroupConfig_Visibility value) {}

// optional uint32 why_this_result_reason = 5;
inline bool GroupConfig::_internal_has_why_this_result_reason() const {}
inline bool GroupConfig::has_why_this_result_reason() const {}
inline void GroupConfig::clear_why_this_result_reason() {}
inline uint32_t GroupConfig::_internal_why_this_result_reason() const {}
inline uint32_t GroupConfig::why_this_result_reason() const {}
inline void GroupConfig::_internal_set_why_this_result_reason(uint32_t value) {}
inline void GroupConfig::set_why_this_result_reason(uint32_t value) {}

// optional .omnibox.GroupSection section = 6;
inline bool GroupConfig::_internal_has_section() const {}
inline bool GroupConfig::has_section() const {}
inline void GroupConfig::clear_section() {}
inline ::omnibox::GroupSection GroupConfig::_internal_section() const {}
inline ::omnibox::GroupSection GroupConfig::section() const {}
inline void GroupConfig::_internal_set_section(::omnibox::GroupSection value) {}
inline void GroupConfig::set_section(::omnibox::GroupSection value) {}

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

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

// GroupsInfo

// map<uint32, .omnibox.GroupConfig> group_configs = 1;
inline int GroupsInfo::_internal_group_configs_size() const {}
inline int GroupsInfo::group_configs_size() const {}
inline void GroupsInfo::clear_group_configs() {}
inline const ::PROTOBUF_NAMESPACE_ID::Map< uint32_t, ::omnibox::GroupConfig >&
GroupsInfo::_internal_group_configs() const {}
inline const ::PROTOBUF_NAMESPACE_ID::Map< uint32_t, ::omnibox::GroupConfig >&
GroupsInfo::group_configs() const {}
inline ::PROTOBUF_NAMESPACE_ID::Map< uint32_t, ::omnibox::GroupConfig >*
GroupsInfo::_internal_mutable_group_configs() {}
inline ::PROTOBUF_NAMESPACE_ID::Map< uint32_t, ::omnibox::GroupConfig >*
GroupsInfo::mutable_group_configs() {}

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

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace omnibox

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::omnibox::GroupConfig_SideType> : ::std::true_type {};
template <> struct is_proto_enum< ::omnibox::GroupConfig_RenderType> : ::std::true_type {};
template <> struct is_proto_enum< ::omnibox::GroupConfig_Visibility> : ::std::true_type {};
template <> struct is_proto_enum< ::omnibox::GroupId> : ::std::true_type {};
template <> struct is_proto_enum< ::omnibox::GroupSection> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

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