chromium/out/Default/gen/components/dom_distiller/core/proto/distilled_page.pb.h

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_distilled_5fpage_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_distilled_5fpage_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_distilled_5fpage_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_distilled_5fpage_2eproto {};
namespace dom_distiller {
class DistilledPageProto;
struct DistilledPageProtoDefaultTypeInternal;
extern DistilledPageProtoDefaultTypeInternal _DistilledPageProto_default_instance_;
class DistilledPageProto_DebugInfo;
struct DistilledPageProto_DebugInfoDefaultTypeInternal;
extern DistilledPageProto_DebugInfoDefaultTypeInternal _DistilledPageProto_DebugInfo_default_instance_;
class DistilledPageProto_Image;
struct DistilledPageProto_ImageDefaultTypeInternal;
extern DistilledPageProto_ImageDefaultTypeInternal _DistilledPageProto_Image_default_instance_;
class DistilledPageProto_PaginationInfo;
struct DistilledPageProto_PaginationInfoDefaultTypeInternal;
extern DistilledPageProto_PaginationInfoDefaultTypeInternal _DistilledPageProto_PaginationInfo_default_instance_;
}  // namespace dom_distiller
PROTOBUF_NAMESPACE_OPEN
template<> ::dom_distiller::DistilledPageProto* Arena::CreateMaybeMessage<::dom_distiller::DistilledPageProto>(Arena*);
template<> ::dom_distiller::DistilledPageProto_DebugInfo* Arena::CreateMaybeMessage<::dom_distiller::DistilledPageProto_DebugInfo>(Arena*);
template<> ::dom_distiller::DistilledPageProto_Image* Arena::CreateMaybeMessage<::dom_distiller::DistilledPageProto_Image>(Arena*);
template<> ::dom_distiller::DistilledPageProto_PaginationInfo* Arena::CreateMaybeMessage<::dom_distiller::DistilledPageProto_PaginationInfo>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace dom_distiller {

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

class DistilledPageProto_Image final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:dom_distiller.DistilledPageProto.Image) */ {};
// -------------------------------------------------------------------

class DistilledPageProto_DebugInfo final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:dom_distiller.DistilledPageProto.DebugInfo) */ {};
// -------------------------------------------------------------------

class DistilledPageProto_PaginationInfo final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:dom_distiller.DistilledPageProto.PaginationInfo) */ {};
// -------------------------------------------------------------------

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


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

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

// required string name = 1;
inline bool DistilledPageProto_Image::_internal_has_name() const {}
inline bool DistilledPageProto_Image::has_name() const {}
inline void DistilledPageProto_Image::clear_name() {}
inline const std::string& DistilledPageProto_Image::name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void DistilledPageProto_Image::set_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* DistilledPageProto_Image::mutable_name() {}
inline const std::string& DistilledPageProto_Image::_internal_name() const {}
inline void DistilledPageProto_Image::_internal_set_name(const std::string& value) {}
inline std::string* DistilledPageProto_Image::_internal_mutable_name() {}
inline std::string* DistilledPageProto_Image::release_name() {}
inline void DistilledPageProto_Image::set_allocated_name(std::string* name) {}

// required bytes data = 2;
inline bool DistilledPageProto_Image::_internal_has_data() const {}
inline bool DistilledPageProto_Image::has_data() const {}
inline void DistilledPageProto_Image::clear_data() {}
inline const std::string& DistilledPageProto_Image::data() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void DistilledPageProto_Image::set_data(ArgT0&& arg0, ArgT... args) {}
inline std::string* DistilledPageProto_Image::mutable_data() {}
inline const std::string& DistilledPageProto_Image::_internal_data() const {}
inline void DistilledPageProto_Image::_internal_set_data(const std::string& value) {}
inline std::string* DistilledPageProto_Image::_internal_mutable_data() {}
inline std::string* DistilledPageProto_Image::release_data() {}
inline void DistilledPageProto_Image::set_allocated_data(std::string* data) {}

// optional string url = 3;
inline bool DistilledPageProto_Image::_internal_has_url() const {}
inline bool DistilledPageProto_Image::has_url() const {}
inline void DistilledPageProto_Image::clear_url() {}
inline const std::string& DistilledPageProto_Image::url() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void DistilledPageProto_Image::set_url(ArgT0&& arg0, ArgT... args) {}
inline std::string* DistilledPageProto_Image::mutable_url() {}
inline const std::string& DistilledPageProto_Image::_internal_url() const {}
inline void DistilledPageProto_Image::_internal_set_url(const std::string& value) {}
inline std::string* DistilledPageProto_Image::_internal_mutable_url() {}
inline std::string* DistilledPageProto_Image::release_url() {}
inline void DistilledPageProto_Image::set_allocated_url(std::string* url) {}

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

// DistilledPageProto_DebugInfo

// optional string log = 1;
inline bool DistilledPageProto_DebugInfo::_internal_has_log() const {}
inline bool DistilledPageProto_DebugInfo::has_log() const {}
inline void DistilledPageProto_DebugInfo::clear_log() {}
inline const std::string& DistilledPageProto_DebugInfo::log() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void DistilledPageProto_DebugInfo::set_log(ArgT0&& arg0, ArgT... args) {}
inline std::string* DistilledPageProto_DebugInfo::mutable_log() {}
inline const std::string& DistilledPageProto_DebugInfo::_internal_log() const {}
inline void DistilledPageProto_DebugInfo::_internal_set_log(const std::string& value) {}
inline std::string* DistilledPageProto_DebugInfo::_internal_mutable_log() {}
inline std::string* DistilledPageProto_DebugInfo::release_log() {}
inline void DistilledPageProto_DebugInfo::set_allocated_log(std::string* log) {}

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

// DistilledPageProto_PaginationInfo

// optional string next_page = 1;
inline bool DistilledPageProto_PaginationInfo::_internal_has_next_page() const {}
inline bool DistilledPageProto_PaginationInfo::has_next_page() const {}
inline void DistilledPageProto_PaginationInfo::clear_next_page() {}
inline const std::string& DistilledPageProto_PaginationInfo::next_page() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void DistilledPageProto_PaginationInfo::set_next_page(ArgT0&& arg0, ArgT... args) {}
inline std::string* DistilledPageProto_PaginationInfo::mutable_next_page() {}
inline const std::string& DistilledPageProto_PaginationInfo::_internal_next_page() const {}
inline void DistilledPageProto_PaginationInfo::_internal_set_next_page(const std::string& value) {}
inline std::string* DistilledPageProto_PaginationInfo::_internal_mutable_next_page() {}
inline std::string* DistilledPageProto_PaginationInfo::release_next_page() {}
inline void DistilledPageProto_PaginationInfo::set_allocated_next_page(std::string* next_page) {}

// optional string prev_page = 2;
inline bool DistilledPageProto_PaginationInfo::_internal_has_prev_page() const {}
inline bool DistilledPageProto_PaginationInfo::has_prev_page() const {}
inline void DistilledPageProto_PaginationInfo::clear_prev_page() {}
inline const std::string& DistilledPageProto_PaginationInfo::prev_page() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void DistilledPageProto_PaginationInfo::set_prev_page(ArgT0&& arg0, ArgT... args) {}
inline std::string* DistilledPageProto_PaginationInfo::mutable_prev_page() {}
inline const std::string& DistilledPageProto_PaginationInfo::_internal_prev_page() const {}
inline void DistilledPageProto_PaginationInfo::_internal_set_prev_page(const std::string& value) {}
inline std::string* DistilledPageProto_PaginationInfo::_internal_mutable_prev_page() {}
inline std::string* DistilledPageProto_PaginationInfo::release_prev_page() {}
inline void DistilledPageProto_PaginationInfo::set_allocated_prev_page(std::string* prev_page) {}

// optional string canonical_page = 3;
inline bool DistilledPageProto_PaginationInfo::_internal_has_canonical_page() const {}
inline bool DistilledPageProto_PaginationInfo::has_canonical_page() const {}
inline void DistilledPageProto_PaginationInfo::clear_canonical_page() {}
inline const std::string& DistilledPageProto_PaginationInfo::canonical_page() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void DistilledPageProto_PaginationInfo::set_canonical_page(ArgT0&& arg0, ArgT... args) {}
inline std::string* DistilledPageProto_PaginationInfo::mutable_canonical_page() {}
inline const std::string& DistilledPageProto_PaginationInfo::_internal_canonical_page() const {}
inline void DistilledPageProto_PaginationInfo::_internal_set_canonical_page(const std::string& value) {}
inline std::string* DistilledPageProto_PaginationInfo::_internal_mutable_canonical_page() {}
inline std::string* DistilledPageProto_PaginationInfo::release_canonical_page() {}
inline void DistilledPageProto_PaginationInfo::set_allocated_canonical_page(std::string* canonical_page) {}

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

// DistilledPageProto

// required string url = 1;
inline bool DistilledPageProto::_internal_has_url() const {}
inline bool DistilledPageProto::has_url() const {}
inline void DistilledPageProto::clear_url() {}
inline const std::string& DistilledPageProto::url() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void DistilledPageProto::set_url(ArgT0&& arg0, ArgT... args) {}
inline std::string* DistilledPageProto::mutable_url() {}
inline const std::string& DistilledPageProto::_internal_url() const {}
inline void DistilledPageProto::_internal_set_url(const std::string& value) {}
inline std::string* DistilledPageProto::_internal_mutable_url() {}
inline std::string* DistilledPageProto::release_url() {}
inline void DistilledPageProto::set_allocated_url(std::string* url) {}

// required string html = 3;
inline bool DistilledPageProto::_internal_has_html() const {}
inline bool DistilledPageProto::has_html() const {}
inline void DistilledPageProto::clear_html() {}
inline const std::string& DistilledPageProto::html() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void DistilledPageProto::set_html(ArgT0&& arg0, ArgT... args) {}
inline std::string* DistilledPageProto::mutable_html() {}
inline const std::string& DistilledPageProto::_internal_html() const {}
inline void DistilledPageProto::_internal_set_html(const std::string& value) {}
inline std::string* DistilledPageProto::_internal_mutable_html() {}
inline std::string* DistilledPageProto::release_html() {}
inline void DistilledPageProto::set_allocated_html(std::string* html) {}

// repeated .dom_distiller.DistilledPageProto.Image image = 4;
inline int DistilledPageProto::_internal_image_size() const {}
inline int DistilledPageProto::image_size() const {}
inline void DistilledPageProto::clear_image() {}
inline ::dom_distiller::DistilledPageProto_Image* DistilledPageProto::mutable_image(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::dom_distiller::DistilledPageProto_Image >*
DistilledPageProto::mutable_image() {}
inline const ::dom_distiller::DistilledPageProto_Image& DistilledPageProto::_internal_image(int index) const {}
inline const ::dom_distiller::DistilledPageProto_Image& DistilledPageProto::image(int index) const {}
inline ::dom_distiller::DistilledPageProto_Image* DistilledPageProto::_internal_add_image() {}
inline ::dom_distiller::DistilledPageProto_Image* DistilledPageProto::add_image() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::dom_distiller::DistilledPageProto_Image >&
DistilledPageProto::image() const {}

// optional string title = 5;
inline bool DistilledPageProto::_internal_has_title() const {}
inline bool DistilledPageProto::has_title() const {}
inline void DistilledPageProto::clear_title() {}
inline const std::string& DistilledPageProto::title() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void DistilledPageProto::set_title(ArgT0&& arg0, ArgT... args) {}
inline std::string* DistilledPageProto::mutable_title() {}
inline const std::string& DistilledPageProto::_internal_title() const {}
inline void DistilledPageProto::_internal_set_title(const std::string& value) {}
inline std::string* DistilledPageProto::_internal_mutable_title() {}
inline std::string* DistilledPageProto::release_title() {}
inline void DistilledPageProto::set_allocated_title(std::string* title) {}

// optional .dom_distiller.DistilledPageProto.DebugInfo debug_info = 6;
inline bool DistilledPageProto::_internal_has_debug_info() const {}
inline bool DistilledPageProto::has_debug_info() const {}
inline void DistilledPageProto::clear_debug_info() {}
inline const ::dom_distiller::DistilledPageProto_DebugInfo& DistilledPageProto::_internal_debug_info() const {}
inline const ::dom_distiller::DistilledPageProto_DebugInfo& DistilledPageProto::debug_info() const {}
inline void DistilledPageProto::unsafe_arena_set_allocated_debug_info(
    ::dom_distiller::DistilledPageProto_DebugInfo* debug_info) {}
inline ::dom_distiller::DistilledPageProto_DebugInfo* DistilledPageProto::release_debug_info() {}
inline ::dom_distiller::DistilledPageProto_DebugInfo* DistilledPageProto::unsafe_arena_release_debug_info() {}
inline ::dom_distiller::DistilledPageProto_DebugInfo* DistilledPageProto::_internal_mutable_debug_info() {}
inline ::dom_distiller::DistilledPageProto_DebugInfo* DistilledPageProto::mutable_debug_info() {}
inline void DistilledPageProto::set_allocated_debug_info(::dom_distiller::DistilledPageProto_DebugInfo* debug_info) {}

// optional string text_direction = 7;
inline bool DistilledPageProto::_internal_has_text_direction() const {}
inline bool DistilledPageProto::has_text_direction() const {}
inline void DistilledPageProto::clear_text_direction() {}
inline const std::string& DistilledPageProto::text_direction() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void DistilledPageProto::set_text_direction(ArgT0&& arg0, ArgT... args) {}
inline std::string* DistilledPageProto::mutable_text_direction() {}
inline const std::string& DistilledPageProto::_internal_text_direction() const {}
inline void DistilledPageProto::_internal_set_text_direction(const std::string& value) {}
inline std::string* DistilledPageProto::_internal_mutable_text_direction() {}
inline std::string* DistilledPageProto::release_text_direction() {}
inline void DistilledPageProto::set_allocated_text_direction(std::string* text_direction) {}

// optional .dom_distiller.DistilledPageProto.PaginationInfo pagination_info = 8;
inline bool DistilledPageProto::_internal_has_pagination_info() const {}
inline bool DistilledPageProto::has_pagination_info() const {}
inline void DistilledPageProto::clear_pagination_info() {}
inline const ::dom_distiller::DistilledPageProto_PaginationInfo& DistilledPageProto::_internal_pagination_info() const {}
inline const ::dom_distiller::DistilledPageProto_PaginationInfo& DistilledPageProto::pagination_info() const {}
inline void DistilledPageProto::unsafe_arena_set_allocated_pagination_info(
    ::dom_distiller::DistilledPageProto_PaginationInfo* pagination_info) {}
inline ::dom_distiller::DistilledPageProto_PaginationInfo* DistilledPageProto::release_pagination_info() {}
inline ::dom_distiller::DistilledPageProto_PaginationInfo* DistilledPageProto::unsafe_arena_release_pagination_info() {}
inline ::dom_distiller::DistilledPageProto_PaginationInfo* DistilledPageProto::_internal_mutable_pagination_info() {}
inline ::dom_distiller::DistilledPageProto_PaginationInfo* DistilledPageProto::mutable_pagination_info() {}
inline void DistilledPageProto::set_allocated_pagination_info(::dom_distiller::DistilledPageProto_PaginationInfo* pagination_info) {}

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

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

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace dom_distiller

// @@protoc_insertion_point(global_scope)

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