chromium/out/Default/gen/chrome/browser/extensions/cws_item_service.pb.h

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_cws_5fitem_5fservice_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_cws_5fitem_5fservice_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_cws_5fitem_5fservice_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_cws_5fitem_5fservice_2eproto {};
namespace extensions {
class BatchGetStoreMetadatasRequest;
struct BatchGetStoreMetadatasRequestDefaultTypeInternal;
extern BatchGetStoreMetadatasRequestDefaultTypeInternal _BatchGetStoreMetadatasRequest_default_instance_;
class BatchGetStoreMetadatasResponse;
struct BatchGetStoreMetadatasResponseDefaultTypeInternal;
extern BatchGetStoreMetadatasResponseDefaultTypeInternal _BatchGetStoreMetadatasResponse_default_instance_;
class FetchItemSnippetRequest;
struct FetchItemSnippetRequestDefaultTypeInternal;
extern FetchItemSnippetRequestDefaultTypeInternal _FetchItemSnippetRequest_default_instance_;
class FetchItemSnippetResponse;
struct FetchItemSnippetResponseDefaultTypeInternal;
extern FetchItemSnippetResponseDefaultTypeInternal _FetchItemSnippetResponse_default_instance_;
class StoreMetadata;
struct StoreMetadataDefaultTypeInternal;
extern StoreMetadataDefaultTypeInternal _StoreMetadata_default_instance_;
}  // namespace extensions
PROTOBUF_NAMESPACE_OPEN
template<> ::extensions::BatchGetStoreMetadatasRequest* Arena::CreateMaybeMessage<::extensions::BatchGetStoreMetadatasRequest>(Arena*);
template<> ::extensions::BatchGetStoreMetadatasResponse* Arena::CreateMaybeMessage<::extensions::BatchGetStoreMetadatasResponse>(Arena*);
template<> ::extensions::FetchItemSnippetRequest* Arena::CreateMaybeMessage<::extensions::FetchItemSnippetRequest>(Arena*);
template<> ::extensions::FetchItemSnippetResponse* Arena::CreateMaybeMessage<::extensions::FetchItemSnippetResponse>(Arena*);
template<> ::extensions::StoreMetadata* Arena::CreateMaybeMessage<::extensions::StoreMetadata>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace extensions {

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

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

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

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

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

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


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

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

// string name = 1;
inline void StoreMetadata::clear_name() {}
inline const std::string& StoreMetadata::name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void StoreMetadata::set_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* StoreMetadata::mutable_name() {}
inline const std::string& StoreMetadata::_internal_name() const {}
inline void StoreMetadata::_internal_set_name(const std::string& value) {}
inline std::string* StoreMetadata::_internal_mutable_name() {}
inline std::string* StoreMetadata::release_name() {}
inline void StoreMetadata::set_allocated_name(std::string* name) {}

// bool is_live = 2;
inline void StoreMetadata::clear_is_live() {}
inline bool StoreMetadata::_internal_is_live() const {}
inline bool StoreMetadata::is_live() const {}
inline void StoreMetadata::_internal_set_is_live(bool value) {}
inline void StoreMetadata::set_is_live(bool value) {}

// int64 last_update_time_millis = 3;
inline void StoreMetadata::clear_last_update_time_millis() {}
inline int64_t StoreMetadata::_internal_last_update_time_millis() const {}
inline int64_t StoreMetadata::last_update_time_millis() const {}
inline void StoreMetadata::_internal_set_last_update_time_millis(int64_t value) {}
inline void StoreMetadata::set_last_update_time_millis(int64_t value) {}

// string violation_type = 4;
inline void StoreMetadata::clear_violation_type() {}
inline const std::string& StoreMetadata::violation_type() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void StoreMetadata::set_violation_type(ArgT0&& arg0, ArgT... args) {}
inline std::string* StoreMetadata::mutable_violation_type() {}
inline const std::string& StoreMetadata::_internal_violation_type() const {}
inline void StoreMetadata::_internal_set_violation_type(const std::string& value) {}
inline std::string* StoreMetadata::_internal_mutable_violation_type() {}
inline std::string* StoreMetadata::release_violation_type() {}
inline void StoreMetadata::set_allocated_violation_type(std::string* violation_type) {}

// repeated string labels = 5;
inline int StoreMetadata::_internal_labels_size() const {}
inline int StoreMetadata::labels_size() const {}
inline void StoreMetadata::clear_labels() {}
inline std::string* StoreMetadata::add_labels() {}
inline const std::string& StoreMetadata::_internal_labels(int index) const {}
inline const std::string& StoreMetadata::labels(int index) const {}
inline std::string* StoreMetadata::mutable_labels(int index) {}
inline void StoreMetadata::set_labels(int index, const std::string& value) {}
inline void StoreMetadata::set_labels(int index, std::string&& value) {}
inline void StoreMetadata::set_labels(int index, const char* value) {}
inline void StoreMetadata::set_labels(int index, const char* value, size_t size) {}
inline std::string* StoreMetadata::_internal_add_labels() {}
inline void StoreMetadata::add_labels(const std::string& value) {}
inline void StoreMetadata::add_labels(std::string&& value) {}
inline void StoreMetadata::add_labels(const char* value) {}
inline void StoreMetadata::add_labels(const char* value, size_t size) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
StoreMetadata::labels() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
StoreMetadata::mutable_labels() {}

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

// BatchGetStoreMetadatasRequest

// string parent = 1;
inline void BatchGetStoreMetadatasRequest::clear_parent() {}
inline const std::string& BatchGetStoreMetadatasRequest::parent() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void BatchGetStoreMetadatasRequest::set_parent(ArgT0&& arg0, ArgT... args) {}
inline std::string* BatchGetStoreMetadatasRequest::mutable_parent() {}
inline const std::string& BatchGetStoreMetadatasRequest::_internal_parent() const {}
inline void BatchGetStoreMetadatasRequest::_internal_set_parent(const std::string& value) {}
inline std::string* BatchGetStoreMetadatasRequest::_internal_mutable_parent() {}
inline std::string* BatchGetStoreMetadatasRequest::release_parent() {}
inline void BatchGetStoreMetadatasRequest::set_allocated_parent(std::string* parent) {}

// repeated string names = 2;
inline int BatchGetStoreMetadatasRequest::_internal_names_size() const {}
inline int BatchGetStoreMetadatasRequest::names_size() const {}
inline void BatchGetStoreMetadatasRequest::clear_names() {}
inline std::string* BatchGetStoreMetadatasRequest::add_names() {}
inline const std::string& BatchGetStoreMetadatasRequest::_internal_names(int index) const {}
inline const std::string& BatchGetStoreMetadatasRequest::names(int index) const {}
inline std::string* BatchGetStoreMetadatasRequest::mutable_names(int index) {}
inline void BatchGetStoreMetadatasRequest::set_names(int index, const std::string& value) {}
inline void BatchGetStoreMetadatasRequest::set_names(int index, std::string&& value) {}
inline void BatchGetStoreMetadatasRequest::set_names(int index, const char* value) {}
inline void BatchGetStoreMetadatasRequest::set_names(int index, const char* value, size_t size) {}
inline std::string* BatchGetStoreMetadatasRequest::_internal_add_names() {}
inline void BatchGetStoreMetadatasRequest::add_names(const std::string& value) {}
inline void BatchGetStoreMetadatasRequest::add_names(std::string&& value) {}
inline void BatchGetStoreMetadatasRequest::add_names(const char* value) {}
inline void BatchGetStoreMetadatasRequest::add_names(const char* value, size_t size) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
BatchGetStoreMetadatasRequest::names() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
BatchGetStoreMetadatasRequest::mutable_names() {}

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

// BatchGetStoreMetadatasResponse

// repeated .extensions.StoreMetadata store_metadatas = 1;
inline int BatchGetStoreMetadatasResponse::_internal_store_metadatas_size() const {}
inline int BatchGetStoreMetadatasResponse::store_metadatas_size() const {}
inline void BatchGetStoreMetadatasResponse::clear_store_metadatas() {}
inline ::extensions::StoreMetadata* BatchGetStoreMetadatasResponse::mutable_store_metadatas(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::extensions::StoreMetadata >*
BatchGetStoreMetadatasResponse::mutable_store_metadatas() {}
inline const ::extensions::StoreMetadata& BatchGetStoreMetadatasResponse::_internal_store_metadatas(int index) const {}
inline const ::extensions::StoreMetadata& BatchGetStoreMetadatasResponse::store_metadatas(int index) const {}
inline ::extensions::StoreMetadata* BatchGetStoreMetadatasResponse::_internal_add_store_metadatas() {}
inline ::extensions::StoreMetadata* BatchGetStoreMetadatasResponse::add_store_metadatas() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::extensions::StoreMetadata >&
BatchGetStoreMetadatasResponse::store_metadatas() const {}

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

// FetchItemSnippetRequest

// string name = 1;
inline void FetchItemSnippetRequest::clear_name() {}
inline const std::string& FetchItemSnippetRequest::name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void FetchItemSnippetRequest::set_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* FetchItemSnippetRequest::mutable_name() {}
inline const std::string& FetchItemSnippetRequest::_internal_name() const {}
inline void FetchItemSnippetRequest::_internal_set_name(const std::string& value) {}
inline std::string* FetchItemSnippetRequest::_internal_mutable_name() {}
inline std::string* FetchItemSnippetRequest::release_name() {}
inline void FetchItemSnippetRequest::set_allocated_name(std::string* name) {}

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

// FetchItemSnippetResponse

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

// string manifest = 2;
inline void FetchItemSnippetResponse::clear_manifest() {}
inline const std::string& FetchItemSnippetResponse::manifest() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void FetchItemSnippetResponse::set_manifest(ArgT0&& arg0, ArgT... args) {}
inline std::string* FetchItemSnippetResponse::mutable_manifest() {}
inline const std::string& FetchItemSnippetResponse::_internal_manifest() const {}
inline void FetchItemSnippetResponse::_internal_set_manifest(const std::string& value) {}
inline std::string* FetchItemSnippetResponse::_internal_mutable_manifest() {}
inline std::string* FetchItemSnippetResponse::release_manifest() {}
inline void FetchItemSnippetResponse::set_allocated_manifest(std::string* manifest) {}

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

// string summary = 4;
inline void FetchItemSnippetResponse::clear_summary() {}
inline const std::string& FetchItemSnippetResponse::summary() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void FetchItemSnippetResponse::set_summary(ArgT0&& arg0, ArgT... args) {}
inline std::string* FetchItemSnippetResponse::mutable_summary() {}
inline const std::string& FetchItemSnippetResponse::_internal_summary() const {}
inline void FetchItemSnippetResponse::_internal_set_summary(const std::string& value) {}
inline std::string* FetchItemSnippetResponse::_internal_mutable_summary() {}
inline std::string* FetchItemSnippetResponse::release_summary() {}
inline void FetchItemSnippetResponse::set_allocated_summary(std::string* summary) {}

// string logo_uri = 5;
inline void FetchItemSnippetResponse::clear_logo_uri() {}
inline const std::string& FetchItemSnippetResponse::logo_uri() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void FetchItemSnippetResponse::set_logo_uri(ArgT0&& arg0, ArgT... args) {}
inline std::string* FetchItemSnippetResponse::mutable_logo_uri() {}
inline const std::string& FetchItemSnippetResponse::_internal_logo_uri() const {}
inline void FetchItemSnippetResponse::_internal_set_logo_uri(const std::string& value) {}
inline std::string* FetchItemSnippetResponse::_internal_mutable_logo_uri() {}
inline std::string* FetchItemSnippetResponse::release_logo_uri() {}
inline void FetchItemSnippetResponse::set_allocated_logo_uri(std::string* logo_uri) {}

// string user_count_string = 6;
inline void FetchItemSnippetResponse::clear_user_count_string() {}
inline const std::string& FetchItemSnippetResponse::user_count_string() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void FetchItemSnippetResponse::set_user_count_string(ArgT0&& arg0, ArgT... args) {}
inline std::string* FetchItemSnippetResponse::mutable_user_count_string() {}
inline const std::string& FetchItemSnippetResponse::_internal_user_count_string() const {}
inline void FetchItemSnippetResponse::_internal_set_user_count_string(const std::string& value) {}
inline std::string* FetchItemSnippetResponse::_internal_mutable_user_count_string() {}
inline std::string* FetchItemSnippetResponse::release_user_count_string() {}
inline void FetchItemSnippetResponse::set_allocated_user_count_string(std::string* user_count_string) {}

// int64 rating_count = 7;
inline void FetchItemSnippetResponse::clear_rating_count() {}
inline int64_t FetchItemSnippetResponse::_internal_rating_count() const {}
inline int64_t FetchItemSnippetResponse::rating_count() const {}
inline void FetchItemSnippetResponse::_internal_set_rating_count(int64_t value) {}
inline void FetchItemSnippetResponse::set_rating_count(int64_t value) {}

// double average_rating = 8;
inline void FetchItemSnippetResponse::clear_average_rating() {}
inline double FetchItemSnippetResponse::_internal_average_rating() const {}
inline double FetchItemSnippetResponse::average_rating() const {}
inline void FetchItemSnippetResponse::_internal_set_average_rating(double value) {}
inline void FetchItemSnippetResponse::set_average_rating(double value) {}

// string rating_count_string = 9;
inline void FetchItemSnippetResponse::clear_rating_count_string() {}
inline const std::string& FetchItemSnippetResponse::rating_count_string() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void FetchItemSnippetResponse::set_rating_count_string(ArgT0&& arg0, ArgT... args) {}
inline std::string* FetchItemSnippetResponse::mutable_rating_count_string() {}
inline const std::string& FetchItemSnippetResponse::_internal_rating_count_string() const {}
inline void FetchItemSnippetResponse::_internal_set_rating_count_string(const std::string& value) {}
inline std::string* FetchItemSnippetResponse::_internal_mutable_rating_count_string() {}
inline std::string* FetchItemSnippetResponse::release_rating_count_string() {}
inline void FetchItemSnippetResponse::set_allocated_rating_count_string(std::string* rating_count_string) {}

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

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

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

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace extensions

// @@protoc_insertion_point(global_scope)

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