#ifndef GOOGLE_PROTOBUF_INCLUDED_components_2ffeed_2fcore_2fproto_2fv2_2fwire_2fclient_5finfo_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_components_2ffeed_2fcore_2fproto_2fv2_2fwire_2fclient_5finfo_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>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_util.h>
#include "components/feed/core/proto/v2/wire/chrome_client_info.pb.h"
#include "components/feed/core/proto/v2/wire/device.pb.h"
#include "components/feed/core/proto/v2/wire/display_info.pb.h"
#include "components/feed/core/proto/v2/wire/language_preferences.pb.h"
#include "components/feed/core/proto/v2/wire/version.pb.h"
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_components_2ffeed_2fcore_2fproto_2fv2_2fwire_2fclient_5finfo_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}
PROTOBUF_NAMESPACE_CLOSE
struct TableStruct_components_2ffeed_2fcore_2fproto_2fv2_2fwire_2fclient_5finfo_2eproto { … };
namespace feedwire {
class ClientInfo;
struct ClientInfoDefaultTypeInternal;
extern ClientInfoDefaultTypeInternal _ClientInfo_default_instance_;
}
PROTOBUF_NAMESPACE_OPEN
template<> ::feedwire::ClientInfo* Arena::CreateMaybeMessage<::feedwire::ClientInfo>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace feedwire {
enum ClientInfo_PlatformType : int { … };
bool ClientInfo_PlatformType_IsValid(int value);
constexpr ClientInfo_PlatformType ClientInfo_PlatformType_PlatformType_MIN = …;
constexpr ClientInfo_PlatformType ClientInfo_PlatformType_PlatformType_MAX = …;
constexpr int ClientInfo_PlatformType_PlatformType_ARRAYSIZE = …;
const std::string& ClientInfo_PlatformType_Name(ClientInfo_PlatformType value);
template<typename T>
inline const std::string& ClientInfo_PlatformType_Name(T enum_t_value) { … }
bool ClientInfo_PlatformType_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, ClientInfo_PlatformType* value);
enum ClientInfo_AppType : int { … };
bool ClientInfo_AppType_IsValid(int value);
constexpr ClientInfo_AppType ClientInfo_AppType_AppType_MIN = …;
constexpr ClientInfo_AppType ClientInfo_AppType_AppType_MAX = …;
constexpr int ClientInfo_AppType_AppType_ARRAYSIZE = …;
const std::string& ClientInfo_AppType_Name(ClientInfo_AppType value);
template<typename T>
inline const std::string& ClientInfo_AppType_Name(T enum_t_value) { … }
bool ClientInfo_AppType_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, ClientInfo_AppType* value);
class ClientInfo final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif
inline bool ClientInfo::_internal_has_platform_type() const { … }
inline bool ClientInfo::has_platform_type() const { … }
inline void ClientInfo::clear_platform_type() { … }
inline ::feedwire::ClientInfo_PlatformType ClientInfo::_internal_platform_type() const { … }
inline ::feedwire::ClientInfo_PlatformType ClientInfo::platform_type() const { … }
inline void ClientInfo::_internal_set_platform_type(::feedwire::ClientInfo_PlatformType value) { … }
inline void ClientInfo::set_platform_type(::feedwire::ClientInfo_PlatformType value) { … }
inline bool ClientInfo::_internal_has_platform_version() const { … }
inline bool ClientInfo::has_platform_version() const { … }
inline const ::feedwire::Version& ClientInfo::_internal_platform_version() const { … }
inline const ::feedwire::Version& ClientInfo::platform_version() const { … }
inline void ClientInfo::unsafe_arena_set_allocated_platform_version(
::feedwire::Version* platform_version) { … }
inline ::feedwire::Version* ClientInfo::release_platform_version() { … }
inline ::feedwire::Version* ClientInfo::unsafe_arena_release_platform_version() { … }
inline ::feedwire::Version* ClientInfo::_internal_mutable_platform_version() { … }
inline ::feedwire::Version* ClientInfo::mutable_platform_version() { … }
inline void ClientInfo::set_allocated_platform_version(::feedwire::Version* platform_version) { … }
inline bool ClientInfo::_internal_has_app_type() const { … }
inline bool ClientInfo::has_app_type() const { … }
inline void ClientInfo::clear_app_type() { … }
inline ::feedwire::ClientInfo_AppType ClientInfo::_internal_app_type() const { … }
inline ::feedwire::ClientInfo_AppType ClientInfo::app_type() const { … }
inline void ClientInfo::_internal_set_app_type(::feedwire::ClientInfo_AppType value) { … }
inline void ClientInfo::set_app_type(::feedwire::ClientInfo_AppType value) { … }
inline bool ClientInfo::_internal_has_app_version() const { … }
inline bool ClientInfo::has_app_version() const { … }
inline const ::feedwire::Version& ClientInfo::_internal_app_version() const { … }
inline const ::feedwire::Version& ClientInfo::app_version() const { … }
inline void ClientInfo::unsafe_arena_set_allocated_app_version(
::feedwire::Version* app_version) { … }
inline ::feedwire::Version* ClientInfo::release_app_version() { … }
inline ::feedwire::Version* ClientInfo::unsafe_arena_release_app_version() { … }
inline ::feedwire::Version* ClientInfo::_internal_mutable_app_version() { … }
inline ::feedwire::Version* ClientInfo::mutable_app_version() { … }
inline void ClientInfo::set_allocated_app_version(::feedwire::Version* app_version) { … }
inline bool ClientInfo::_internal_has_locale() const { … }
inline bool ClientInfo::has_locale() const { … }
inline void ClientInfo::clear_locale() { … }
inline const std::string& ClientInfo::locale() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ClientInfo::set_locale(ArgT0&& arg0, ArgT... args) { … }
inline std::string* ClientInfo::mutable_locale() { … }
inline const std::string& ClientInfo::_internal_locale() const { … }
inline void ClientInfo::_internal_set_locale(const std::string& value) { … }
inline std::string* ClientInfo::_internal_mutable_locale() { … }
inline std::string* ClientInfo::release_locale() { … }
inline void ClientInfo::set_allocated_locale(std::string* locale) { … }
inline int ClientInfo::_internal_display_info_size() const { … }
inline int ClientInfo::display_info_size() const { … }
inline ::feedwire::DisplayInfo* ClientInfo::mutable_display_info(int index) { … }
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::feedwire::DisplayInfo >*
ClientInfo::mutable_display_info() { … }
inline const ::feedwire::DisplayInfo& ClientInfo::_internal_display_info(int index) const { … }
inline const ::feedwire::DisplayInfo& ClientInfo::display_info(int index) const { … }
inline ::feedwire::DisplayInfo* ClientInfo::_internal_add_display_info() { … }
inline ::feedwire::DisplayInfo* ClientInfo::add_display_info() { … }
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::feedwire::DisplayInfo >&
ClientInfo::display_info() const { … }
inline bool ClientInfo::_internal_has_client_instance_id() const { … }
inline bool ClientInfo::has_client_instance_id() const { … }
inline void ClientInfo::clear_client_instance_id() { … }
inline const std::string& ClientInfo::client_instance_id() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ClientInfo::set_client_instance_id(ArgT0&& arg0, ArgT... args) { … }
inline std::string* ClientInfo::mutable_client_instance_id() { … }
inline const std::string& ClientInfo::_internal_client_instance_id() const { … }
inline void ClientInfo::_internal_set_client_instance_id(const std::string& value) { … }
inline std::string* ClientInfo::_internal_mutable_client_instance_id() { … }
inline std::string* ClientInfo::release_client_instance_id() { … }
inline void ClientInfo::set_allocated_client_instance_id(std::string* client_instance_id) { … }
inline bool ClientInfo::_internal_has_advertising_id() const { … }
inline bool ClientInfo::has_advertising_id() const { … }
inline void ClientInfo::clear_advertising_id() { … }
inline const std::string& ClientInfo::advertising_id() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ClientInfo::set_advertising_id(ArgT0&& arg0, ArgT... args) { … }
inline std::string* ClientInfo::mutable_advertising_id() { … }
inline const std::string& ClientInfo::_internal_advertising_id() const { … }
inline void ClientInfo::_internal_set_advertising_id(const std::string& value) { … }
inline std::string* ClientInfo::_internal_mutable_advertising_id() { … }
inline std::string* ClientInfo::release_advertising_id() { … }
inline void ClientInfo::set_allocated_advertising_id(std::string* advertising_id) { … }
inline bool ClientInfo::_internal_has_device() const { … }
inline bool ClientInfo::has_device() const { … }
inline const ::feedwire::Device& ClientInfo::_internal_device() const { … }
inline const ::feedwire::Device& ClientInfo::device() const { … }
inline void ClientInfo::unsafe_arena_set_allocated_device(
::feedwire::Device* device) { … }
inline ::feedwire::Device* ClientInfo::release_device() { … }
inline ::feedwire::Device* ClientInfo::unsafe_arena_release_device() { … }
inline ::feedwire::Device* ClientInfo::_internal_mutable_device() { … }
inline ::feedwire::Device* ClientInfo::mutable_device() { … }
inline void ClientInfo::set_allocated_device(::feedwire::Device* device) { … }
inline bool ClientInfo::_internal_has_language_preferences() const { … }
inline bool ClientInfo::has_language_preferences() const { … }
inline const ::feedwire::LanguagePreferences& ClientInfo::_internal_language_preferences() const { … }
inline const ::feedwire::LanguagePreferences& ClientInfo::language_preferences() const { … }
inline void ClientInfo::unsafe_arena_set_allocated_language_preferences(
::feedwire::LanguagePreferences* language_preferences) { … }
inline ::feedwire::LanguagePreferences* ClientInfo::release_language_preferences() { … }
inline ::feedwire::LanguagePreferences* ClientInfo::unsafe_arena_release_language_preferences() { … }
inline ::feedwire::LanguagePreferences* ClientInfo::_internal_mutable_language_preferences() { … }
inline ::feedwire::LanguagePreferences* ClientInfo::mutable_language_preferences() { … }
inline void ClientInfo::set_allocated_language_preferences(::feedwire::LanguagePreferences* language_preferences) { … }
inline bool ClientInfo::_internal_has_chrome_client_info() const { … }
inline bool ClientInfo::has_chrome_client_info() const { … }
inline const ::feedwire::ChromeClientInfo& ClientInfo::_internal_chrome_client_info() const { … }
inline const ::feedwire::ChromeClientInfo& ClientInfo::chrome_client_info() const { … }
inline void ClientInfo::unsafe_arena_set_allocated_chrome_client_info(
::feedwire::ChromeClientInfo* chrome_client_info) { … }
inline ::feedwire::ChromeClientInfo* ClientInfo::release_chrome_client_info() { … }
inline ::feedwire::ChromeClientInfo* ClientInfo::unsafe_arena_release_chrome_client_info() { … }
inline ::feedwire::ChromeClientInfo* ClientInfo::_internal_mutable_chrome_client_info() { … }
inline ::feedwire::ChromeClientInfo* ClientInfo::mutable_chrome_client_info() { … }
inline void ClientInfo::set_allocated_chrome_client_info(::feedwire::ChromeClientInfo* chrome_client_info) { … }
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif
}
PROTOBUF_NAMESPACE_OPEN
template <> struct is_proto_enum< ::feedwire::ClientInfo_PlatformType> : ::std::true_type { … };
template <> struct is_proto_enum< ::feedwire::ClientInfo_AppType> : ::std::true_type { … };
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>
#endif