chromium/out/Default/gen/components/sync/protocol/app_list_specifics.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: components/sync/protocol/app_list_specifics.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_components_2fsync_2fprotocol_2fapp_5flist_5fspecifics_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_components_2fsync_2fprotocol_2fapp_5flist_5fspecifics_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_2fsync_2fprotocol_2fapp_5flist_5fspecifics_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_components_2fsync_2fprotocol_2fapp_5flist_5fspecifics_2eproto {};
namespace sync_pb {
class AppListSpecifics;
struct AppListSpecificsDefaultTypeInternal;
extern AppListSpecificsDefaultTypeInternal _AppListSpecifics_default_instance_;
class AppListSpecifics_IconColor;
struct AppListSpecifics_IconColorDefaultTypeInternal;
extern AppListSpecifics_IconColorDefaultTypeInternal _AppListSpecifics_IconColor_default_instance_;
}  // namespace sync_pb
PROTOBUF_NAMESPACE_OPEN
template<> ::sync_pb::AppListSpecifics* Arena::CreateMaybeMessage<::sync_pb::AppListSpecifics>(Arena*);
template<> ::sync_pb::AppListSpecifics_IconColor* Arena::CreateMaybeMessage<::sync_pb::AppListSpecifics_IconColor>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace sync_pb {

enum AppListSpecifics_AppListItemType : int {};
bool AppListSpecifics_AppListItemType_IsValid(int value);
constexpr AppListSpecifics_AppListItemType AppListSpecifics_AppListItemType_AppListItemType_MIN =;
constexpr AppListSpecifics_AppListItemType AppListSpecifics_AppListItemType_AppListItemType_MAX =;
constexpr int AppListSpecifics_AppListItemType_AppListItemType_ARRAYSIZE =;

const std::string& AppListSpecifics_AppListItemType_Name(AppListSpecifics_AppListItemType value);
template<typename T>
inline const std::string& AppListSpecifics_AppListItemType_Name(T enum_t_value) {}
bool AppListSpecifics_AppListItemType_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, AppListSpecifics_AppListItemType* value);
enum AppListSpecifics_ColorGroup : int {};
bool AppListSpecifics_ColorGroup_IsValid(int value);
constexpr AppListSpecifics_ColorGroup AppListSpecifics_ColorGroup_ColorGroup_MIN =;
constexpr AppListSpecifics_ColorGroup AppListSpecifics_ColorGroup_ColorGroup_MAX =;
constexpr int AppListSpecifics_ColorGroup_ColorGroup_ARRAYSIZE =;

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

class AppListSpecifics_IconColor final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:sync_pb.AppListSpecifics.IconColor) */ {};
// -------------------------------------------------------------------

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


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

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

// optional .sync_pb.AppListSpecifics.ColorGroup background_color = 1;
inline bool AppListSpecifics_IconColor::_internal_has_background_color() const {}
inline bool AppListSpecifics_IconColor::has_background_color() const {}
inline void AppListSpecifics_IconColor::clear_background_color() {}
inline ::sync_pb::AppListSpecifics_ColorGroup AppListSpecifics_IconColor::_internal_background_color() const {}
inline ::sync_pb::AppListSpecifics_ColorGroup AppListSpecifics_IconColor::background_color() const {}
inline void AppListSpecifics_IconColor::_internal_set_background_color(::sync_pb::AppListSpecifics_ColorGroup value) {}
inline void AppListSpecifics_IconColor::set_background_color(::sync_pb::AppListSpecifics_ColorGroup value) {}

// optional int32 hue = 2;
inline bool AppListSpecifics_IconColor::_internal_has_hue() const {}
inline bool AppListSpecifics_IconColor::has_hue() const {}
inline void AppListSpecifics_IconColor::clear_hue() {}
inline int32_t AppListSpecifics_IconColor::_internal_hue() const {}
inline int32_t AppListSpecifics_IconColor::hue() const {}
inline void AppListSpecifics_IconColor::_internal_set_hue(int32_t value) {}
inline void AppListSpecifics_IconColor::set_hue(int32_t value) {}

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

// AppListSpecifics

// optional string item_id = 1;
inline bool AppListSpecifics::_internal_has_item_id() const {}
inline bool AppListSpecifics::has_item_id() const {}
inline void AppListSpecifics::clear_item_id() {}
inline const std::string& AppListSpecifics::item_id() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void AppListSpecifics::set_item_id(ArgT0&& arg0, ArgT... args) {}
inline std::string* AppListSpecifics::mutable_item_id() {}
inline const std::string& AppListSpecifics::_internal_item_id() const {}
inline void AppListSpecifics::_internal_set_item_id(const std::string& value) {}
inline std::string* AppListSpecifics::_internal_mutable_item_id() {}
inline std::string* AppListSpecifics::release_item_id() {}
inline void AppListSpecifics::set_allocated_item_id(std::string* item_id) {}

// optional .sync_pb.AppListSpecifics.AppListItemType item_type = 2;
inline bool AppListSpecifics::_internal_has_item_type() const {}
inline bool AppListSpecifics::has_item_type() const {}
inline void AppListSpecifics::clear_item_type() {}
inline ::sync_pb::AppListSpecifics_AppListItemType AppListSpecifics::_internal_item_type() const {}
inline ::sync_pb::AppListSpecifics_AppListItemType AppListSpecifics::item_type() const {}
inline void AppListSpecifics::_internal_set_item_type(::sync_pb::AppListSpecifics_AppListItemType value) {}
inline void AppListSpecifics::set_item_type(::sync_pb::AppListSpecifics_AppListItemType value) {}

// optional string item_name = 3;
inline bool AppListSpecifics::_internal_has_item_name() const {}
inline bool AppListSpecifics::has_item_name() const {}
inline void AppListSpecifics::clear_item_name() {}
inline const std::string& AppListSpecifics::item_name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void AppListSpecifics::set_item_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* AppListSpecifics::mutable_item_name() {}
inline const std::string& AppListSpecifics::_internal_item_name() const {}
inline void AppListSpecifics::_internal_set_item_name(const std::string& value) {}
inline std::string* AppListSpecifics::_internal_mutable_item_name() {}
inline std::string* AppListSpecifics::release_item_name() {}
inline void AppListSpecifics::set_allocated_item_name(std::string* item_name) {}

// optional string parent_id = 4;
inline bool AppListSpecifics::_internal_has_parent_id() const {}
inline bool AppListSpecifics::has_parent_id() const {}
inline void AppListSpecifics::clear_parent_id() {}
inline const std::string& AppListSpecifics::parent_id() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void AppListSpecifics::set_parent_id(ArgT0&& arg0, ArgT... args) {}
inline std::string* AppListSpecifics::mutable_parent_id() {}
inline const std::string& AppListSpecifics::_internal_parent_id() const {}
inline void AppListSpecifics::_internal_set_parent_id(const std::string& value) {}
inline std::string* AppListSpecifics::_internal_mutable_parent_id() {}
inline std::string* AppListSpecifics::release_parent_id() {}
inline void AppListSpecifics::set_allocated_parent_id(std::string* parent_id) {}

// optional string OBSOLETE_page_ordinal = 5 [deprecated = true];
inline bool AppListSpecifics::_internal_has_obsolete_page_ordinal() const {}
inline bool AppListSpecifics::has_obsolete_page_ordinal() const {}
inline void AppListSpecifics::clear_obsolete_page_ordinal() {}
inline const std::string& AppListSpecifics::obsolete_page_ordinal() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void AppListSpecifics::set_obsolete_page_ordinal(ArgT0&& arg0, ArgT... args) {}
inline std::string* AppListSpecifics::mutable_obsolete_page_ordinal() {}
inline const std::string& AppListSpecifics::_internal_obsolete_page_ordinal() const {}
inline void AppListSpecifics::_internal_set_obsolete_page_ordinal(const std::string& value) {}
inline std::string* AppListSpecifics::_internal_mutable_obsolete_page_ordinal() {}
inline std::string* AppListSpecifics::release_obsolete_page_ordinal() {}
inline void AppListSpecifics::set_allocated_obsolete_page_ordinal(std::string* obsolete_page_ordinal) {}

// optional string item_ordinal = 6;
inline bool AppListSpecifics::_internal_has_item_ordinal() const {}
inline bool AppListSpecifics::has_item_ordinal() const {}
inline void AppListSpecifics::clear_item_ordinal() {}
inline const std::string& AppListSpecifics::item_ordinal() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void AppListSpecifics::set_item_ordinal(ArgT0&& arg0, ArgT... args) {}
inline std::string* AppListSpecifics::mutable_item_ordinal() {}
inline const std::string& AppListSpecifics::_internal_item_ordinal() const {}
inline void AppListSpecifics::_internal_set_item_ordinal(const std::string& value) {}
inline std::string* AppListSpecifics::_internal_mutable_item_ordinal() {}
inline std::string* AppListSpecifics::release_item_ordinal() {}
inline void AppListSpecifics::set_allocated_item_ordinal(std::string* item_ordinal) {}

// optional string item_pin_ordinal = 7;
inline bool AppListSpecifics::_internal_has_item_pin_ordinal() const {}
inline bool AppListSpecifics::has_item_pin_ordinal() const {}
inline void AppListSpecifics::clear_item_pin_ordinal() {}
inline const std::string& AppListSpecifics::item_pin_ordinal() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void AppListSpecifics::set_item_pin_ordinal(ArgT0&& arg0, ArgT... args) {}
inline std::string* AppListSpecifics::mutable_item_pin_ordinal() {}
inline const std::string& AppListSpecifics::_internal_item_pin_ordinal() const {}
inline void AppListSpecifics::_internal_set_item_pin_ordinal(const std::string& value) {}
inline std::string* AppListSpecifics::_internal_mutable_item_pin_ordinal() {}
inline std::string* AppListSpecifics::release_item_pin_ordinal() {}
inline void AppListSpecifics::set_allocated_item_pin_ordinal(std::string* item_pin_ordinal) {}

// optional .sync_pb.AppListSpecifics.IconColor item_color = 8;
inline bool AppListSpecifics::_internal_has_item_color() const {}
inline bool AppListSpecifics::has_item_color() const {}
inline void AppListSpecifics::clear_item_color() {}
inline const ::sync_pb::AppListSpecifics_IconColor& AppListSpecifics::_internal_item_color() const {}
inline const ::sync_pb::AppListSpecifics_IconColor& AppListSpecifics::item_color() const {}
inline void AppListSpecifics::unsafe_arena_set_allocated_item_color(
    ::sync_pb::AppListSpecifics_IconColor* item_color) {}
inline ::sync_pb::AppListSpecifics_IconColor* AppListSpecifics::release_item_color() {}
inline ::sync_pb::AppListSpecifics_IconColor* AppListSpecifics::unsafe_arena_release_item_color() {}
inline ::sync_pb::AppListSpecifics_IconColor* AppListSpecifics::_internal_mutable_item_color() {}
inline ::sync_pb::AppListSpecifics_IconColor* AppListSpecifics::mutable_item_color() {}
inline void AppListSpecifics::set_allocated_item_color(::sync_pb::AppListSpecifics_IconColor* item_color) {}

// optional bool is_user_pinned = 9;
inline bool AppListSpecifics::_internal_has_is_user_pinned() const {}
inline bool AppListSpecifics::has_is_user_pinned() const {}
inline void AppListSpecifics::clear_is_user_pinned() {}
inline bool AppListSpecifics::_internal_is_user_pinned() const {}
inline bool AppListSpecifics::is_user_pinned() const {}
inline void AppListSpecifics::_internal_set_is_user_pinned(bool value) {}
inline void AppListSpecifics::set_is_user_pinned(bool value) {}

// optional string promise_package_id = 10;
inline bool AppListSpecifics::_internal_has_promise_package_id() const {}
inline bool AppListSpecifics::has_promise_package_id() const {}
inline void AppListSpecifics::clear_promise_package_id() {}
inline const std::string& AppListSpecifics::promise_package_id() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void AppListSpecifics::set_promise_package_id(ArgT0&& arg0, ArgT... args) {}
inline std::string* AppListSpecifics::mutable_promise_package_id() {}
inline const std::string& AppListSpecifics::_internal_promise_package_id() const {}
inline void AppListSpecifics::_internal_set_promise_package_id(const std::string& value) {}
inline std::string* AppListSpecifics::_internal_mutable_promise_package_id() {}
inline std::string* AppListSpecifics::release_promise_package_id() {}
inline void AppListSpecifics::set_allocated_promise_package_id(std::string* promise_package_id) {}

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace sync_pb

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::sync_pb::AppListSpecifics_AppListItemType> : ::std::true_type {};
template <> struct is_proto_enum< ::sync_pb::AppListSpecifics_ColorGroup> : ::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_2fsync_2fprotocol_2fapp_5flist_5fspecifics_2eproto