chromium/out/Default/gen/components/commerce/core/proto/product_category.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: components/commerce/core/proto/product_category.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_components_2fcommerce_2fcore_2fproto_2fproduct_5fcategory_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_components_2fcommerce_2fcore_2fproto_2fproduct_5fcategory_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_components_2fcommerce_2fcore_2fproto_2fproduct_5fcategory_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_components_2fcommerce_2fcore_2fproto_2fproduct_5fcategory_2eproto {};
namespace commerce {
class CategoryData;
struct CategoryDataDefaultTypeInternal;
extern CategoryDataDefaultTypeInternal _CategoryData_default_instance_;
class CategoryLabel;
struct CategoryLabelDefaultTypeInternal;
extern CategoryLabelDefaultTypeInternal _CategoryLabel_default_instance_;
class ProductCategory;
struct ProductCategoryDefaultTypeInternal;
extern ProductCategoryDefaultTypeInternal _ProductCategory_default_instance_;
}  // namespace commerce
PROTOBUF_NAMESPACE_OPEN
template<> ::commerce::CategoryData* Arena::CreateMaybeMessage<::commerce::CategoryData>(Arena*);
template<> ::commerce::CategoryLabel* Arena::CreateMaybeMessage<::commerce::CategoryLabel>(Arena*);
template<> ::commerce::ProductCategory* Arena::CreateMaybeMessage<::commerce::ProductCategory>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace commerce {

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

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

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

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


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

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

// optional string category_default_label = 1;
inline bool CategoryLabel::_internal_has_category_default_label() const {}
inline bool CategoryLabel::has_category_default_label() const {}
inline void CategoryLabel::clear_category_default_label() {}
inline const std::string& CategoryLabel::category_default_label() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void CategoryLabel::set_category_default_label(ArgT0&& arg0, ArgT... args) {}
inline std::string* CategoryLabel::mutable_category_default_label() {}
inline const std::string& CategoryLabel::_internal_category_default_label() const {}
inline void CategoryLabel::_internal_set_category_default_label(const std::string& value) {}
inline std::string* CategoryLabel::_internal_mutable_category_default_label() {}
inline std::string* CategoryLabel::release_category_default_label() {}
inline void CategoryLabel::set_allocated_category_default_label(std::string* category_default_label) {}

// optional string category_short_label = 2;
inline bool CategoryLabel::_internal_has_category_short_label() const {}
inline bool CategoryLabel::has_category_short_label() const {}
inline void CategoryLabel::clear_category_short_label() {}
inline const std::string& CategoryLabel::category_short_label() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void CategoryLabel::set_category_short_label(ArgT0&& arg0, ArgT... args) {}
inline std::string* CategoryLabel::mutable_category_short_label() {}
inline const std::string& CategoryLabel::_internal_category_short_label() const {}
inline void CategoryLabel::_internal_set_category_short_label(const std::string& value) {}
inline std::string* CategoryLabel::_internal_mutable_category_short_label() {}
inline std::string* CategoryLabel::release_category_short_label() {}
inline void CategoryLabel::set_allocated_category_short_label(std::string* category_short_label) {}

// optional bool should_trigger_clustering = 3;
inline bool CategoryLabel::_internal_has_should_trigger_clustering() const {}
inline bool CategoryLabel::has_should_trigger_clustering() const {}
inline void CategoryLabel::clear_should_trigger_clustering() {}
inline bool CategoryLabel::_internal_should_trigger_clustering() const {}
inline bool CategoryLabel::should_trigger_clustering() const {}
inline void CategoryLabel::_internal_set_should_trigger_clustering(bool value) {}
inline void CategoryLabel::set_should_trigger_clustering(bool value) {}

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

// ProductCategory

// repeated .commerce.CategoryLabel category_labels = 1;
inline int ProductCategory::_internal_category_labels_size() const {}
inline int ProductCategory::category_labels_size() const {}
inline void ProductCategory::clear_category_labels() {}
inline ::commerce::CategoryLabel* ProductCategory::mutable_category_labels(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::commerce::CategoryLabel >*
ProductCategory::mutable_category_labels() {}
inline const ::commerce::CategoryLabel& ProductCategory::_internal_category_labels(int index) const {}
inline const ::commerce::CategoryLabel& ProductCategory::category_labels(int index) const {}
inline ::commerce::CategoryLabel* ProductCategory::_internal_add_category_labels() {}
inline ::commerce::CategoryLabel* ProductCategory::add_category_labels() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::commerce::CategoryLabel >&
ProductCategory::category_labels() const {}

// optional .commerce.CategoryLabel recommended_clustering_category = 2;
inline bool ProductCategory::_internal_has_recommended_clustering_category() const {}
inline bool ProductCategory::has_recommended_clustering_category() const {}
inline void ProductCategory::clear_recommended_clustering_category() {}
inline const ::commerce::CategoryLabel& ProductCategory::_internal_recommended_clustering_category() const {}
inline const ::commerce::CategoryLabel& ProductCategory::recommended_clustering_category() const {}
inline void ProductCategory::unsafe_arena_set_allocated_recommended_clustering_category(
    ::commerce::CategoryLabel* recommended_clustering_category) {}
inline ::commerce::CategoryLabel* ProductCategory::release_recommended_clustering_category() {}
inline ::commerce::CategoryLabel* ProductCategory::unsafe_arena_release_recommended_clustering_category() {}
inline ::commerce::CategoryLabel* ProductCategory::_internal_mutable_recommended_clustering_category() {}
inline ::commerce::CategoryLabel* ProductCategory::mutable_recommended_clustering_category() {}
inline void ProductCategory::set_allocated_recommended_clustering_category(::commerce::CategoryLabel* recommended_clustering_category) {}

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

// CategoryData

// repeated .commerce.ProductCategory product_categories = 1;
inline int CategoryData::_internal_product_categories_size() const {}
inline int CategoryData::product_categories_size() const {}
inline void CategoryData::clear_product_categories() {}
inline ::commerce::ProductCategory* CategoryData::mutable_product_categories(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::commerce::ProductCategory >*
CategoryData::mutable_product_categories() {}
inline const ::commerce::ProductCategory& CategoryData::_internal_product_categories(int index) const {}
inline const ::commerce::ProductCategory& CategoryData::product_categories(int index) const {}
inline ::commerce::ProductCategory* CategoryData::_internal_add_product_categories() {}
inline ::commerce::ProductCategory* CategoryData::add_product_categories() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::commerce::ProductCategory >&
CategoryData::product_categories() const {}

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

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace commerce

// @@protoc_insertion_point(global_scope)

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