chromium/out/Default/gen/components/feed/core/proto/v2/wire/chrome_feed_response_metadata.pb.h

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_chrome_5ffeed_5fresponse_5fmetadata_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_chrome_5ffeed_5fresponse_5fmetadata_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_chrome_5ffeed_5fresponse_5fmetadata_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_chrome_5ffeed_5fresponse_5fmetadata_2eproto {};
namespace feedwire {
class ChromeFeedResponseMetadata;
struct ChromeFeedResponseMetadataDefaultTypeInternal;
extern ChromeFeedResponseMetadataDefaultTypeInternal _ChromeFeedResponseMetadata_default_instance_;
class Experiment;
struct ExperimentDefaultTypeInternal;
extern ExperimentDefaultTypeInternal _Experiment_default_instance_;
}  // namespace feedwire
PROTOBUF_NAMESPACE_OPEN
template<> ::feedwire::ChromeFeedResponseMetadata* Arena::CreateMaybeMessage<::feedwire::ChromeFeedResponseMetadata>(Arena*);
template<> ::feedwire::Experiment* Arena::CreateMaybeMessage<::feedwire::Experiment>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace feedwire {

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

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

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


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

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

// optional bool privacy_notice_fulfilled = 1;
inline bool ChromeFeedResponseMetadata::_internal_has_privacy_notice_fulfilled() const {}
inline bool ChromeFeedResponseMetadata::has_privacy_notice_fulfilled() const {}
inline void ChromeFeedResponseMetadata::clear_privacy_notice_fulfilled() {}
inline bool ChromeFeedResponseMetadata::_internal_privacy_notice_fulfilled() const {}
inline bool ChromeFeedResponseMetadata::privacy_notice_fulfilled() const {}
inline void ChromeFeedResponseMetadata::_internal_set_privacy_notice_fulfilled(bool value) {}
inline void ChromeFeedResponseMetadata::set_privacy_notice_fulfilled(bool value) {}

// optional bool logging_enabled = 2;
inline bool ChromeFeedResponseMetadata::_internal_has_logging_enabled() const {}
inline bool ChromeFeedResponseMetadata::has_logging_enabled() const {}
inline void ChromeFeedResponseMetadata::clear_logging_enabled() {}
inline bool ChromeFeedResponseMetadata::_internal_logging_enabled() const {}
inline bool ChromeFeedResponseMetadata::logging_enabled() const {}
inline void ChromeFeedResponseMetadata::_internal_set_logging_enabled(bool value) {}
inline void ChromeFeedResponseMetadata::set_logging_enabled(bool value) {}

// optional string session_id = 3;
inline bool ChromeFeedResponseMetadata::_internal_has_session_id() const {}
inline bool ChromeFeedResponseMetadata::has_session_id() const {}
inline void ChromeFeedResponseMetadata::clear_session_id() {}
inline const std::string& ChromeFeedResponseMetadata::session_id() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ChromeFeedResponseMetadata::set_session_id(ArgT0&& arg0, ArgT... args) {}
inline std::string* ChromeFeedResponseMetadata::mutable_session_id() {}
inline const std::string& ChromeFeedResponseMetadata::_internal_session_id() const {}
inline void ChromeFeedResponseMetadata::_internal_set_session_id(const std::string& value) {}
inline std::string* ChromeFeedResponseMetadata::_internal_mutable_session_id() {}
inline std::string* ChromeFeedResponseMetadata::release_session_id() {}
inline void ChromeFeedResponseMetadata::set_allocated_session_id(std::string* session_id) {}

// repeated .feedwire.Experiment experiments = 4;
inline int ChromeFeedResponseMetadata::_internal_experiments_size() const {}
inline int ChromeFeedResponseMetadata::experiments_size() const {}
inline void ChromeFeedResponseMetadata::clear_experiments() {}
inline ::feedwire::Experiment* ChromeFeedResponseMetadata::mutable_experiments(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::feedwire::Experiment >*
ChromeFeedResponseMetadata::mutable_experiments() {}
inline const ::feedwire::Experiment& ChromeFeedResponseMetadata::_internal_experiments(int index) const {}
inline const ::feedwire::Experiment& ChromeFeedResponseMetadata::experiments(int index) const {}
inline ::feedwire::Experiment* ChromeFeedResponseMetadata::_internal_add_experiments() {}
inline ::feedwire::Experiment* ChromeFeedResponseMetadata::add_experiments() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::feedwire::Experiment >&
ChromeFeedResponseMetadata::experiments() const {}

// optional bool web_and_app_activity_enabled = 5;
inline bool ChromeFeedResponseMetadata::_internal_has_web_and_app_activity_enabled() const {}
inline bool ChromeFeedResponseMetadata::has_web_and_app_activity_enabled() const {}
inline void ChromeFeedResponseMetadata::clear_web_and_app_activity_enabled() {}
inline bool ChromeFeedResponseMetadata::_internal_web_and_app_activity_enabled() const {}
inline bool ChromeFeedResponseMetadata::web_and_app_activity_enabled() const {}
inline void ChromeFeedResponseMetadata::_internal_set_web_and_app_activity_enabled(bool value) {}
inline void ChromeFeedResponseMetadata::set_web_and_app_activity_enabled(bool value) {}

// optional bool discover_personalization_enabled = 6;
inline bool ChromeFeedResponseMetadata::_internal_has_discover_personalization_enabled() const {}
inline bool ChromeFeedResponseMetadata::has_discover_personalization_enabled() const {}
inline void ChromeFeedResponseMetadata::clear_discover_personalization_enabled() {}
inline bool ChromeFeedResponseMetadata::_internal_discover_personalization_enabled() const {}
inline bool ChromeFeedResponseMetadata::discover_personalization_enabled() const {}
inline void ChromeFeedResponseMetadata::_internal_set_discover_personalization_enabled(bool value) {}
inline void ChromeFeedResponseMetadata::set_discover_personalization_enabled(bool value) {}

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

// Experiment

// optional string trial_name = 1;
inline bool Experiment::_internal_has_trial_name() const {}
inline bool Experiment::has_trial_name() const {}
inline void Experiment::clear_trial_name() {}
inline const std::string& Experiment::trial_name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void Experiment::set_trial_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* Experiment::mutable_trial_name() {}
inline const std::string& Experiment::_internal_trial_name() const {}
inline void Experiment::_internal_set_trial_name(const std::string& value) {}
inline std::string* Experiment::_internal_mutable_trial_name() {}
inline std::string* Experiment::release_trial_name() {}
inline void Experiment::set_allocated_trial_name(std::string* trial_name) {}

// optional string group_name = 2;
inline bool Experiment::_internal_has_group_name() const {}
inline bool Experiment::has_group_name() const {}
inline void Experiment::clear_group_name() {}
inline const std::string& Experiment::group_name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void Experiment::set_group_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* Experiment::mutable_group_name() {}
inline const std::string& Experiment::_internal_group_name() const {}
inline void Experiment::_internal_set_group_name(const std::string& value) {}
inline std::string* Experiment::_internal_mutable_group_name() {}
inline std::string* Experiment::release_group_name() {}
inline void Experiment::set_allocated_group_name(std::string* group_name) {}

// optional string experiment_id = 3;
inline bool Experiment::_internal_has_experiment_id() const {}
inline bool Experiment::has_experiment_id() const {}
inline void Experiment::clear_experiment_id() {}
inline const std::string& Experiment::experiment_id() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void Experiment::set_experiment_id(ArgT0&& arg0, ArgT... args) {}
inline std::string* Experiment::mutable_experiment_id() {}
inline const std::string& Experiment::_internal_experiment_id() const {}
inline void Experiment::_internal_set_experiment_id(const std::string& value) {}
inline std::string* Experiment::_internal_mutable_experiment_id() {}
inline std::string* Experiment::release_experiment_id() {}
inline void Experiment::set_allocated_experiment_id(std::string* experiment_id) {}

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace feedwire

// @@protoc_insertion_point(global_scope)

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