chromium/out/Default/gen/components/feedback/proto/chrome.pb.h

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_chrome_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_chrome_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_chrome_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_chrome_2eproto {};
namespace userfeedback {
class ChromeBrowserData;
struct ChromeBrowserDataDefaultTypeInternal;
extern ChromeBrowserDataDefaultTypeInternal _ChromeBrowserData_default_instance_;
class ChromeData;
struct ChromeDataDefaultTypeInternal;
extern ChromeDataDefaultTypeInternal _ChromeData_default_instance_;
class ChromeOsData;
struct ChromeOsDataDefaultTypeInternal;
extern ChromeOsDataDefaultTypeInternal _ChromeOsData_default_instance_;
}  // namespace userfeedback
PROTOBUF_NAMESPACE_OPEN
template<> ::userfeedback::ChromeBrowserData* Arena::CreateMaybeMessage<::userfeedback::ChromeBrowserData>(Arena*);
template<> ::userfeedback::ChromeData* Arena::CreateMaybeMessage<::userfeedback::ChromeData>(Arena*);
template<> ::userfeedback::ChromeOsData* Arena::CreateMaybeMessage<::userfeedback::ChromeOsData>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace userfeedback {

enum ChromeData_ChromePlatform : int {};
bool ChromeData_ChromePlatform_IsValid(int value);
constexpr ChromeData_ChromePlatform ChromeData_ChromePlatform_ChromePlatform_MIN =;
constexpr ChromeData_ChromePlatform ChromeData_ChromePlatform_ChromePlatform_MAX =;
constexpr int ChromeData_ChromePlatform_ChromePlatform_ARRAYSIZE =;

const std::string& ChromeData_ChromePlatform_Name(ChromeData_ChromePlatform value);
template<typename T>
inline const std::string& ChromeData_ChromePlatform_Name(T enum_t_value) {}
bool ChromeData_ChromePlatform_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, ChromeData_ChromePlatform* value);
enum ChromeOsData_ChromeOsCategory : int {};
bool ChromeOsData_ChromeOsCategory_IsValid(int value);
constexpr ChromeOsData_ChromeOsCategory ChromeOsData_ChromeOsCategory_ChromeOsCategory_MIN =;
constexpr ChromeOsData_ChromeOsCategory ChromeOsData_ChromeOsCategory_ChromeOsCategory_MAX =;
constexpr int ChromeOsData_ChromeOsCategory_ChromeOsCategory_ARRAYSIZE =;

const std::string& ChromeOsData_ChromeOsCategory_Name(ChromeOsData_ChromeOsCategory value);
template<typename T>
inline const std::string& ChromeOsData_ChromeOsCategory_Name(T enum_t_value) {}
bool ChromeOsData_ChromeOsCategory_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, ChromeOsData_ChromeOsCategory* value);
enum ChromeBrowserData_ChromeBrowserCategory : int {};
bool ChromeBrowserData_ChromeBrowserCategory_IsValid(int value);
constexpr ChromeBrowserData_ChromeBrowserCategory ChromeBrowserData_ChromeBrowserCategory_ChromeBrowserCategory_MIN =;
constexpr ChromeBrowserData_ChromeBrowserCategory ChromeBrowserData_ChromeBrowserCategory_ChromeBrowserCategory_MAX =;
constexpr int ChromeBrowserData_ChromeBrowserCategory_ChromeBrowserCategory_ARRAYSIZE =;

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

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

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

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


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

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

// optional .userfeedback.ChromeData.ChromePlatform chrome_platform = 1 [default = CHROME_OS];
inline bool ChromeData::_internal_has_chrome_platform() const {}
inline bool ChromeData::has_chrome_platform() const {}
inline void ChromeData::clear_chrome_platform() {}
inline ::userfeedback::ChromeData_ChromePlatform ChromeData::_internal_chrome_platform() const {}
inline ::userfeedback::ChromeData_ChromePlatform ChromeData::chrome_platform() const {}
inline void ChromeData::_internal_set_chrome_platform(::userfeedback::ChromeData_ChromePlatform value) {}
inline void ChromeData::set_chrome_platform(::userfeedback::ChromeData_ChromePlatform value) {}

// optional .userfeedback.ChromeOsData chrome_os_data = 2;
inline bool ChromeData::_internal_has_chrome_os_data() const {}
inline bool ChromeData::has_chrome_os_data() const {}
inline void ChromeData::clear_chrome_os_data() {}
inline const ::userfeedback::ChromeOsData& ChromeData::_internal_chrome_os_data() const {}
inline const ::userfeedback::ChromeOsData& ChromeData::chrome_os_data() const {}
inline void ChromeData::unsafe_arena_set_allocated_chrome_os_data(
    ::userfeedback::ChromeOsData* chrome_os_data) {}
inline ::userfeedback::ChromeOsData* ChromeData::release_chrome_os_data() {}
inline ::userfeedback::ChromeOsData* ChromeData::unsafe_arena_release_chrome_os_data() {}
inline ::userfeedback::ChromeOsData* ChromeData::_internal_mutable_chrome_os_data() {}
inline ::userfeedback::ChromeOsData* ChromeData::mutable_chrome_os_data() {}
inline void ChromeData::set_allocated_chrome_os_data(::userfeedback::ChromeOsData* chrome_os_data) {}

// optional .userfeedback.ChromeBrowserData chrome_browser_data = 3;
inline bool ChromeData::_internal_has_chrome_browser_data() const {}
inline bool ChromeData::has_chrome_browser_data() const {}
inline void ChromeData::clear_chrome_browser_data() {}
inline const ::userfeedback::ChromeBrowserData& ChromeData::_internal_chrome_browser_data() const {}
inline const ::userfeedback::ChromeBrowserData& ChromeData::chrome_browser_data() const {}
inline void ChromeData::unsafe_arena_set_allocated_chrome_browser_data(
    ::userfeedback::ChromeBrowserData* chrome_browser_data) {}
inline ::userfeedback::ChromeBrowserData* ChromeData::release_chrome_browser_data() {}
inline ::userfeedback::ChromeBrowserData* ChromeData::unsafe_arena_release_chrome_browser_data() {}
inline ::userfeedback::ChromeBrowserData* ChromeData::_internal_mutable_chrome_browser_data() {}
inline ::userfeedback::ChromeBrowserData* ChromeData::mutable_chrome_browser_data() {}
inline void ChromeData::set_allocated_chrome_browser_data(::userfeedback::ChromeBrowserData* chrome_browser_data) {}

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

// ChromeOsData

// optional .userfeedback.ChromeOsData.ChromeOsCategory category = 1 [default = OTHER];
inline bool ChromeOsData::_internal_has_category() const {}
inline bool ChromeOsData::has_category() const {}
inline void ChromeOsData::clear_category() {}
inline ::userfeedback::ChromeOsData_ChromeOsCategory ChromeOsData::_internal_category() const {}
inline ::userfeedback::ChromeOsData_ChromeOsCategory ChromeOsData::category() const {}
inline void ChromeOsData::_internal_set_category(::userfeedback::ChromeOsData_ChromeOsCategory value) {}
inline void ChromeOsData::set_category(::userfeedback::ChromeOsData_ChromeOsCategory value) {}

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

// ChromeBrowserData

// optional .userfeedback.ChromeBrowserData.ChromeBrowserCategory category = 1 [default = OTHER];
inline bool ChromeBrowserData::_internal_has_category() const {}
inline bool ChromeBrowserData::has_category() const {}
inline void ChromeBrowserData::clear_category() {}
inline ::userfeedback::ChromeBrowserData_ChromeBrowserCategory ChromeBrowserData::_internal_category() const {}
inline ::userfeedback::ChromeBrowserData_ChromeBrowserCategory ChromeBrowserData::category() const {}
inline void ChromeBrowserData::_internal_set_category(::userfeedback::ChromeBrowserData_ChromeBrowserCategory value) {}
inline void ChromeBrowserData::set_category(::userfeedback::ChromeBrowserData_ChromeBrowserCategory value) {}

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

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace userfeedback

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::userfeedback::ChromeData_ChromePlatform> : ::std::true_type {};
template <> struct is_proto_enum< ::userfeedback::ChromeOsData_ChromeOsCategory> : ::std::true_type {};
template <> struct is_proto_enum< ::userfeedback::ChromeBrowserData_ChromeBrowserCategory> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

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