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

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_components_2fcommerce_2fcore_2fproto_2fmerchant_5ftrust_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_components_2fcommerce_2fcore_2fproto_2fmerchant_5ftrust_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_2fmerchant_5ftrust_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_2fmerchant_5ftrust_2eproto {};
namespace commerce {
class MerchantTrustSignalsV2;
struct MerchantTrustSignalsV2DefaultTypeInternal;
extern MerchantTrustSignalsV2DefaultTypeInternal _MerchantTrustSignalsV2_default_instance_;
}  // namespace commerce
PROTOBUF_NAMESPACE_OPEN
template<> ::commerce::MerchantTrustSignalsV2* Arena::CreateMaybeMessage<::commerce::MerchantTrustSignalsV2>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace commerce {

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

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


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

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

// optional float merchant_star_rating = 1;
inline bool MerchantTrustSignalsV2::_internal_has_merchant_star_rating() const {}
inline bool MerchantTrustSignalsV2::has_merchant_star_rating() const {}
inline void MerchantTrustSignalsV2::clear_merchant_star_rating() {}
inline float MerchantTrustSignalsV2::_internal_merchant_star_rating() const {}
inline float MerchantTrustSignalsV2::merchant_star_rating() const {}
inline void MerchantTrustSignalsV2::_internal_set_merchant_star_rating(float value) {}
inline void MerchantTrustSignalsV2::set_merchant_star_rating(float value) {}

// optional int32 merchant_count_rating = 2;
inline bool MerchantTrustSignalsV2::_internal_has_merchant_count_rating() const {}
inline bool MerchantTrustSignalsV2::has_merchant_count_rating() const {}
inline void MerchantTrustSignalsV2::clear_merchant_count_rating() {}
inline int32_t MerchantTrustSignalsV2::_internal_merchant_count_rating() const {}
inline int32_t MerchantTrustSignalsV2::merchant_count_rating() const {}
inline void MerchantTrustSignalsV2::_internal_set_merchant_count_rating(int32_t value) {}
inline void MerchantTrustSignalsV2::set_merchant_count_rating(int32_t value) {}

// optional string merchant_details_page_url = 3;
inline bool MerchantTrustSignalsV2::_internal_has_merchant_details_page_url() const {}
inline bool MerchantTrustSignalsV2::has_merchant_details_page_url() const {}
inline void MerchantTrustSignalsV2::clear_merchant_details_page_url() {}
inline const std::string& MerchantTrustSignalsV2::merchant_details_page_url() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void MerchantTrustSignalsV2::set_merchant_details_page_url(ArgT0&& arg0, ArgT... args) {}
inline std::string* MerchantTrustSignalsV2::mutable_merchant_details_page_url() {}
inline const std::string& MerchantTrustSignalsV2::_internal_merchant_details_page_url() const {}
inline void MerchantTrustSignalsV2::_internal_set_merchant_details_page_url(const std::string& value) {}
inline std::string* MerchantTrustSignalsV2::_internal_mutable_merchant_details_page_url() {}
inline std::string* MerchantTrustSignalsV2::release_merchant_details_page_url() {}
inline void MerchantTrustSignalsV2::set_allocated_merchant_details_page_url(std::string* merchant_details_page_url) {}

// optional bool has_return_policy = 4;
inline bool MerchantTrustSignalsV2::_internal_has_has_return_policy() const {}
inline bool MerchantTrustSignalsV2::has_has_return_policy() const {}
inline void MerchantTrustSignalsV2::clear_has_return_policy() {}
inline bool MerchantTrustSignalsV2::_internal_has_return_policy() const {}
inline bool MerchantTrustSignalsV2::has_return_policy() const {}
inline void MerchantTrustSignalsV2::_internal_set_has_return_policy(bool value) {}
inline void MerchantTrustSignalsV2::set_has_return_policy(bool value) {}

// optional float non_personalized_familiarity_score = 5;
inline bool MerchantTrustSignalsV2::_internal_has_non_personalized_familiarity_score() const {}
inline bool MerchantTrustSignalsV2::has_non_personalized_familiarity_score() const {}
inline void MerchantTrustSignalsV2::clear_non_personalized_familiarity_score() {}
inline float MerchantTrustSignalsV2::_internal_non_personalized_familiarity_score() const {}
inline float MerchantTrustSignalsV2::non_personalized_familiarity_score() const {}
inline void MerchantTrustSignalsV2::_internal_set_non_personalized_familiarity_score(float value) {}
inline void MerchantTrustSignalsV2::set_non_personalized_familiarity_score(float value) {}

// optional bool contains_sensitive_content = 6;
inline bool MerchantTrustSignalsV2::_internal_has_contains_sensitive_content() const {}
inline bool MerchantTrustSignalsV2::has_contains_sensitive_content() const {}
inline void MerchantTrustSignalsV2::clear_contains_sensitive_content() {}
inline bool MerchantTrustSignalsV2::_internal_contains_sensitive_content() const {}
inline bool MerchantTrustSignalsV2::contains_sensitive_content() const {}
inline void MerchantTrustSignalsV2::_internal_set_contains_sensitive_content(bool value) {}
inline void MerchantTrustSignalsV2::set_contains_sensitive_content(bool value) {}

// optional bool proactive_message_disabled = 7;
inline bool MerchantTrustSignalsV2::_internal_has_proactive_message_disabled() const {}
inline bool MerchantTrustSignalsV2::has_proactive_message_disabled() const {}
inline void MerchantTrustSignalsV2::clear_proactive_message_disabled() {}
inline bool MerchantTrustSignalsV2::_internal_proactive_message_disabled() const {}
inline bool MerchantTrustSignalsV2::proactive_message_disabled() const {}
inline void MerchantTrustSignalsV2::_internal_set_proactive_message_disabled(bool value) {}
inline void MerchantTrustSignalsV2::set_proactive_message_disabled(bool value) {}

#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_2fmerchant_5ftrust_2eproto