#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>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_util.h>
#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;
}
PROTOBUF_NAMESPACE_CLOSE
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_;
}
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 { … };
class TokenHandling final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif
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) { … }
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) { … }
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) { … }
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
}
PROTOBUF_NAMESPACE_OPEN
template <> struct is_proto_enum< ::feedwire::TokenHandling_LoadStrategy> : ::std::true_type { … };
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>
#endif