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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: components/feed/core/proto/v2/wire/feed_query.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_components_2ffeed_2fcore_2fproto_2fv2_2fwire_2ffeed_5fquery_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_components_2ffeed_2fcore_2fproto_2fv2_2fwire_2ffeed_5fquery_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>
#include "components/feed/core/proto/v2/wire/chrome_fulfillment_info.pb.h"
#include "components/feed/core/proto/v2/wire/feed_entry_point_data.pb.h"
#include "components/feed/core/proto/v2/wire/token.pb.h"
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_components_2ffeed_2fcore_2fproto_2fv2_2fwire_2ffeed_5fquery_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_components_2ffeed_2fcore_2fproto_2fv2_2fwire_2ffeed_5fquery_2eproto {};
namespace feedwire {
class FeedQuery;
struct FeedQueryDefaultTypeInternal;
extern FeedQueryDefaultTypeInternal _FeedQuery_default_instance_;
class FeedQuery_Tokens;
struct FeedQuery_TokensDefaultTypeInternal;
extern FeedQuery_TokensDefaultTypeInternal _FeedQuery_Tokens_default_instance_;
}  // namespace feedwire
PROTOBUF_NAMESPACE_OPEN
template<> ::feedwire::FeedQuery* Arena::CreateMaybeMessage<::feedwire::FeedQuery>(Arena*);
template<> ::feedwire::FeedQuery_Tokens* Arena::CreateMaybeMessage<::feedwire::FeedQuery_Tokens>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace feedwire {

enum FeedQuery_RequestReason : int {};
bool FeedQuery_RequestReason_IsValid(int value);
constexpr FeedQuery_RequestReason FeedQuery_RequestReason_RequestReason_MIN =;
constexpr FeedQuery_RequestReason FeedQuery_RequestReason_RequestReason_MAX =;
constexpr int FeedQuery_RequestReason_RequestReason_ARRAYSIZE =;

const std::string& FeedQuery_RequestReason_Name(FeedQuery_RequestReason value);
template<typename T>
inline const std::string& FeedQuery_RequestReason_Name(T enum_t_value) {}
bool FeedQuery_RequestReason_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, FeedQuery_RequestReason* value);
enum FeedQuery_ContentOrder : int {};
bool FeedQuery_ContentOrder_IsValid(int value);
constexpr FeedQuery_ContentOrder FeedQuery_ContentOrder_ContentOrder_MIN =;
constexpr FeedQuery_ContentOrder FeedQuery_ContentOrder_ContentOrder_MAX =;
constexpr int FeedQuery_ContentOrder_ContentOrder_ARRAYSIZE =;

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

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

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


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

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

// repeated .feedwire.Token tokens = 1;
inline int FeedQuery_Tokens::_internal_tokens_size() const {}
inline int FeedQuery_Tokens::tokens_size() const {}
inline ::feedwire::Token* FeedQuery_Tokens::mutable_tokens(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::feedwire::Token >*
FeedQuery_Tokens::mutable_tokens() {}
inline const ::feedwire::Token& FeedQuery_Tokens::_internal_tokens(int index) const {}
inline const ::feedwire::Token& FeedQuery_Tokens::tokens(int index) const {}
inline ::feedwire::Token* FeedQuery_Tokens::_internal_add_tokens() {}
inline ::feedwire::Token* FeedQuery_Tokens::add_tokens() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::feedwire::Token >&
FeedQuery_Tokens::tokens() const {}

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

// FeedQuery

// .feedwire.Token next_page_token = 3;
inline bool FeedQuery::_internal_has_next_page_token() const {}
inline bool FeedQuery::has_next_page_token() const {}
inline void FeedQuery::set_has_next_page_token() {}
inline ::feedwire::Token* FeedQuery::release_next_page_token() {}
inline const ::feedwire::Token& FeedQuery::_internal_next_page_token() const {}
inline const ::feedwire::Token& FeedQuery::next_page_token() const {}
inline ::feedwire::Token* FeedQuery::unsafe_arena_release_next_page_token() {}
inline void FeedQuery::unsafe_arena_set_allocated_next_page_token(::feedwire::Token* next_page_token) {}
inline ::feedwire::Token* FeedQuery::_internal_mutable_next_page_token() {}
inline ::feedwire::Token* FeedQuery::mutable_next_page_token() {}

// .feedwire.Token web_feed_token = 4;
inline bool FeedQuery::_internal_has_web_feed_token() const {}
inline bool FeedQuery::has_web_feed_token() const {}
inline void FeedQuery::set_has_web_feed_token() {}
inline ::feedwire::Token* FeedQuery::release_web_feed_token() {}
inline const ::feedwire::Token& FeedQuery::_internal_web_feed_token() const {}
inline const ::feedwire::Token& FeedQuery::web_feed_token() const {}
inline ::feedwire::Token* FeedQuery::unsafe_arena_release_web_feed_token() {}
inline void FeedQuery::unsafe_arena_set_allocated_web_feed_token(::feedwire::Token* web_feed_token) {}
inline ::feedwire::Token* FeedQuery::_internal_mutable_web_feed_token() {}
inline ::feedwire::Token* FeedQuery::mutable_web_feed_token() {}

// optional .feedwire.FeedQuery.RequestReason reason = 1;
inline bool FeedQuery::_internal_has_reason() const {}
inline bool FeedQuery::has_reason() const {}
inline void FeedQuery::clear_reason() {}
inline ::feedwire::FeedQuery_RequestReason FeedQuery::_internal_reason() const {}
inline ::feedwire::FeedQuery_RequestReason FeedQuery::reason() const {}
inline void FeedQuery::_internal_set_reason(::feedwire::FeedQuery_RequestReason value) {}
inline void FeedQuery::set_reason(::feedwire::FeedQuery_RequestReason value) {}

// optional .feedwire.FeedQuery.ContentOrder order_by = 8;
inline bool FeedQuery::_internal_has_order_by() const {}
inline bool FeedQuery::has_order_by() const {}
inline void FeedQuery::clear_order_by() {}
inline ::feedwire::FeedQuery_ContentOrder FeedQuery::_internal_order_by() const {}
inline ::feedwire::FeedQuery_ContentOrder FeedQuery::order_by() const {}
inline void FeedQuery::_internal_set_order_by(::feedwire::FeedQuery_ContentOrder value) {}
inline void FeedQuery::set_order_by(::feedwire::FeedQuery_ContentOrder value) {}

// optional .feedwire.FeedEntryPointData feed_entry_point_data = 9;
inline bool FeedQuery::_internal_has_feed_entry_point_data() const {}
inline bool FeedQuery::has_feed_entry_point_data() const {}
inline const ::feedwire::FeedEntryPointData& FeedQuery::_internal_feed_entry_point_data() const {}
inline const ::feedwire::FeedEntryPointData& FeedQuery::feed_entry_point_data() const {}
inline void FeedQuery::unsafe_arena_set_allocated_feed_entry_point_data(
    ::feedwire::FeedEntryPointData* feed_entry_point_data) {}
inline ::feedwire::FeedEntryPointData* FeedQuery::release_feed_entry_point_data() {}
inline ::feedwire::FeedEntryPointData* FeedQuery::unsafe_arena_release_feed_entry_point_data() {}
inline ::feedwire::FeedEntryPointData* FeedQuery::_internal_mutable_feed_entry_point_data() {}
inline ::feedwire::FeedEntryPointData* FeedQuery::mutable_feed_entry_point_data() {}
inline void FeedQuery::set_allocated_feed_entry_point_data(::feedwire::FeedEntryPointData* feed_entry_point_data) {}

// optional .feedwire.ChromeFulfillmentInfo chrome_fulfillment_info = 341477699;
inline bool FeedQuery::_internal_has_chrome_fulfillment_info() const {}
inline bool FeedQuery::has_chrome_fulfillment_info() const {}
inline const ::feedwire::ChromeFulfillmentInfo& FeedQuery::_internal_chrome_fulfillment_info() const {}
inline const ::feedwire::ChromeFulfillmentInfo& FeedQuery::chrome_fulfillment_info() const {}
inline void FeedQuery::unsafe_arena_set_allocated_chrome_fulfillment_info(
    ::feedwire::ChromeFulfillmentInfo* chrome_fulfillment_info) {}
inline ::feedwire::ChromeFulfillmentInfo* FeedQuery::release_chrome_fulfillment_info() {}
inline ::feedwire::ChromeFulfillmentInfo* FeedQuery::unsafe_arena_release_chrome_fulfillment_info() {}
inline ::feedwire::ChromeFulfillmentInfo* FeedQuery::_internal_mutable_chrome_fulfillment_info() {}
inline ::feedwire::ChromeFulfillmentInfo* FeedQuery::mutable_chrome_fulfillment_info() {}
inline void FeedQuery::set_allocated_chrome_fulfillment_info(::feedwire::ChromeFulfillmentInfo* chrome_fulfillment_info) {}

inline bool FeedQuery::has_token() const {}
inline void FeedQuery::clear_has_token() {}
inline FeedQuery::TokenCase FeedQuery::token_case() const {}
#ifdef __GNUC__
  #pragma GCC diagnostic pop
#endif  // __GNUC__
// -------------------------------------------------------------------


// @@protoc_insertion_point(namespace_scope)

}  // namespace feedwire

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::feedwire::FeedQuery_RequestReason> : ::std::true_type {};
template <> struct is_proto_enum< ::feedwire::FeedQuery_ContentOrder> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

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