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

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_components_2ffeed_2fcore_2fproto_2fv2_2fwire_2fnext_5fpage_5ftoken_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_components_2ffeed_2fcore_2fproto_2fv2_2fwire_2fnext_5fpage_5ftoken_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_components_2ffeed_2fcore_2fproto_2fv2_2fwire_2fnext_5fpage_5ftoken_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_2fnext_5fpage_5ftoken_2eproto {};
namespace feedwire {
class NextPageToken;
struct NextPageTokenDefaultTypeInternal;
extern NextPageTokenDefaultTypeInternal _NextPageToken_default_instance_;
class TokenHandling;
struct TokenHandlingDefaultTypeInternal;
extern TokenHandlingDefaultTypeInternal _TokenHandling_default_instance_;
}  // namespace feedwire
PROTOBUF_NAMESPACE_OPEN
template<> ::feedwire::NextPageToken* Arena::CreateMaybeMessage<::feedwire::NextPageToken>(Arena*);
template<> ::feedwire::TokenHandling* Arena::CreateMaybeMessage<::feedwire::TokenHandling>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace feedwire {

enum TokenHandling_LoadStrategy : int {};
bool TokenHandling_LoadStrategy_IsValid(int value);
constexpr TokenHandling_LoadStrategy TokenHandling_LoadStrategy_LoadStrategy_MIN =;
constexpr TokenHandling_LoadStrategy TokenHandling_LoadStrategy_LoadStrategy_MAX =;
constexpr int TokenHandling_LoadStrategy_LoadStrategy_ARRAYSIZE =;

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

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

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


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

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

// optional bytes next_page_token = 1;
inline bool NextPageToken::_internal_has_next_page_token() const {}
inline bool NextPageToken::has_next_page_token() const {}
inline void NextPageToken::clear_next_page_token() {}
inline const std::string& NextPageToken::next_page_token() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void NextPageToken::set_next_page_token(ArgT0&& arg0, ArgT... args) {}
inline std::string* NextPageToken::mutable_next_page_token() {}
inline const std::string& NextPageToken::_internal_next_page_token() const {}
inline void NextPageToken::_internal_set_next_page_token(const std::string& value) {}
inline std::string* NextPageToken::_internal_mutable_next_page_token() {}
inline std::string* NextPageToken::release_next_page_token() {}
inline void NextPageToken::set_allocated_next_page_token(std::string* next_page_token) {}

// optional .feedwire.TokenHandling token_handling = 2;
inline bool NextPageToken::_internal_has_token_handling() const {}
inline bool NextPageToken::has_token_handling() const {}
inline void NextPageToken::clear_token_handling() {}
inline const ::feedwire::TokenHandling& NextPageToken::_internal_token_handling() const {}
inline const ::feedwire::TokenHandling& NextPageToken::token_handling() const {}
inline void NextPageToken::unsafe_arena_set_allocated_token_handling(
    ::feedwire::TokenHandling* token_handling) {}
inline ::feedwire::TokenHandling* NextPageToken::release_token_handling() {}
inline ::feedwire::TokenHandling* NextPageToken::unsafe_arena_release_token_handling() {}
inline ::feedwire::TokenHandling* NextPageToken::_internal_mutable_token_handling() {}
inline ::feedwire::TokenHandling* NextPageToken::mutable_token_handling() {}
inline void NextPageToken::set_allocated_token_handling(::feedwire::TokenHandling* token_handling) {}

// optional bytes metadata = 3;
inline bool NextPageToken::_internal_has_metadata() const {}
inline bool NextPageToken::has_metadata() const {}
inline void NextPageToken::clear_metadata() {}
inline const std::string& NextPageToken::metadata() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void NextPageToken::set_metadata(ArgT0&& arg0, ArgT... args) {}
inline std::string* NextPageToken::mutable_metadata() {}
inline const std::string& NextPageToken::_internal_metadata() const {}
inline void NextPageToken::_internal_set_metadata(const std::string& value) {}
inline std::string* NextPageToken::_internal_mutable_metadata() {}
inline std::string* NextPageToken::release_metadata() {}
inline void NextPageToken::set_allocated_metadata(std::string* metadata) {}

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

// TokenHandling

// optional .feedwire.TokenHandling.LoadStrategy load_strategy = 1;
inline bool TokenHandling::_internal_has_load_strategy() const {}
inline bool TokenHandling::has_load_strategy() const {}
inline void TokenHandling::clear_load_strategy() {}
inline ::feedwire::TokenHandling_LoadStrategy TokenHandling::_internal_load_strategy() const {}
inline ::feedwire::TokenHandling_LoadStrategy TokenHandling::load_strategy() const {}
inline void TokenHandling::_internal_set_load_strategy(::feedwire::TokenHandling_LoadStrategy value) {}
inline void TokenHandling::set_load_strategy(::feedwire::TokenHandling_LoadStrategy value) {}

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace feedwire

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::feedwire::TokenHandling_LoadStrategy> : ::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_2fnext_5fpage_5ftoken_2eproto