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

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_components_2ffeed_2fcore_2fproto_2fv2_2fwire_2ftable_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_components_2ffeed_2fcore_2fproto_2fv2_2fwire_2ftable_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 "components/feed/core/proto/v2/wire/column_types.pb.h"
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_components_2ffeed_2fcore_2fproto_2fv2_2fwire_2ftable_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_2ftable_2eproto {};
namespace feedwire {
class Table;
struct TableDefaultTypeInternal;
extern TableDefaultTypeInternal _Table_default_instance_;
class Table_Column;
struct Table_ColumnDefaultTypeInternal;
extern Table_ColumnDefaultTypeInternal _Table_Column_default_instance_;
}  // namespace feedwire
PROTOBUF_NAMESPACE_OPEN
template<> ::feedwire::Table* Arena::CreateMaybeMessage<::feedwire::Table>(Arena*);
template<> ::feedwire::Table_Column* Arena::CreateMaybeMessage<::feedwire::Table_Column>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace feedwire {

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

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

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


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

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

// optional .feedwire.TypeKind type = 1;
inline bool Table_Column::_internal_has_type() const {}
inline bool Table_Column::has_type() const {}
inline void Table_Column::clear_type() {}
inline ::feedwire::TypeKind Table_Column::_internal_type() const {}
inline ::feedwire::TypeKind Table_Column::type() const {}
inline void Table_Column::_internal_set_type(::feedwire::TypeKind value) {}
inline void Table_Column::set_type(::feedwire::TypeKind value) {}

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

// repeated int64 int64_values = 2 [packed = true];
inline int Table_Column::_internal_int64_values_size() const {}
inline int Table_Column::int64_values_size() const {}
inline void Table_Column::clear_int64_values() {}
inline int64_t Table_Column::_internal_int64_values(int index) const {}
inline int64_t Table_Column::int64_values(int index) const {}
inline void Table_Column::set_int64_values(int index, int64_t value) {}
inline void Table_Column::_internal_add_int64_values(int64_t value) {}
inline void Table_Column::add_int64_values(int64_t value) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t >&
Table_Column::_internal_int64_values() const {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t >&
Table_Column::int64_values() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t >*
Table_Column::_internal_mutable_int64_values() {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t >*
Table_Column::mutable_int64_values() {}

// repeated uint64 uint64_values = 4 [packed = true];
inline int Table_Column::_internal_uint64_values_size() const {}
inline int Table_Column::uint64_values_size() const {}
inline void Table_Column::clear_uint64_values() {}
inline uint64_t Table_Column::_internal_uint64_values(int index) const {}
inline uint64_t Table_Column::uint64_values(int index) const {}
inline void Table_Column::set_uint64_values(int index, uint64_t value) {}
inline void Table_Column::_internal_add_uint64_values(uint64_t value) {}
inline void Table_Column::add_uint64_values(uint64_t value) {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< uint64_t >&
Table_Column::_internal_uint64_values() const {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< uint64_t >&
Table_Column::uint64_values() const {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< uint64_t >*
Table_Column::_internal_mutable_uint64_values() {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< uint64_t >*
Table_Column::mutable_uint64_values() {}

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

// Table

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

// optional int32 num_rows = 4;
inline bool Table::_internal_has_num_rows() const {}
inline bool Table::has_num_rows() const {}
inline void Table::clear_num_rows() {}
inline int32_t Table::_internal_num_rows() const {}
inline int32_t Table::num_rows() const {}
inline void Table::_internal_set_num_rows(int32_t value) {}
inline void Table::set_num_rows(int32_t value) {}

// repeated .feedwire.Table.Column columns = 3;
inline int Table::_internal_columns_size() const {}
inline int Table::columns_size() const {}
inline void Table::clear_columns() {}
inline ::feedwire::Table_Column* Table::mutable_columns(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::feedwire::Table_Column >*
Table::mutable_columns() {}
inline const ::feedwire::Table_Column& Table::_internal_columns(int index) const {}
inline const ::feedwire::Table_Column& Table::columns(int index) const {}
inline ::feedwire::Table_Column* Table::_internal_add_columns() {}
inline ::feedwire::Table_Column* Table::add_columns() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::feedwire::Table_Column >&
Table::columns() const {}

#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_components_2ffeed_2fcore_2fproto_2fv2_2fwire_2ftable_2eproto