#ifndef GOOGLE_PROTOBUF_INCLUDED_metadata_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_metadata_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/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_metadata_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}
PROTOBUF_NAMESPACE_CLOSE
struct TableStruct_metadata_2eproto { … };
namespace tpcd {
namespace metadata {
class Metadata;
struct MetadataDefaultTypeInternal;
extern MetadataDefaultTypeInternal _Metadata_default_instance_;
class MetadataEntry;
struct MetadataEntryDefaultTypeInternal;
extern MetadataEntryDefaultTypeInternal _MetadataEntry_default_instance_;
}
}
PROTOBUF_NAMESPACE_OPEN
template<> ::tpcd::metadata::Metadata* Arena::CreateMaybeMessage<::tpcd::metadata::Metadata>(Arena*);
template<> ::tpcd::metadata::MetadataEntry* Arena::CreateMaybeMessage<::tpcd::metadata::MetadataEntry>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace tpcd {
namespace metadata {
class MetadataEntry final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
class Metadata final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif
inline bool MetadataEntry::_internal_has_primary_pattern_spec() const { … }
inline bool MetadataEntry::has_primary_pattern_spec() const { … }
inline void MetadataEntry::clear_primary_pattern_spec() { … }
inline const std::string& MetadataEntry::primary_pattern_spec() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void MetadataEntry::set_primary_pattern_spec(ArgT0&& arg0, ArgT... args) { … }
inline std::string* MetadataEntry::mutable_primary_pattern_spec() { … }
inline const std::string& MetadataEntry::_internal_primary_pattern_spec() const { … }
inline void MetadataEntry::_internal_set_primary_pattern_spec(const std::string& value) { … }
inline std::string* MetadataEntry::_internal_mutable_primary_pattern_spec() { … }
inline std::string* MetadataEntry::release_primary_pattern_spec() { … }
inline void MetadataEntry::set_allocated_primary_pattern_spec(std::string* primary_pattern_spec) { … }
inline bool MetadataEntry::_internal_has_secondary_pattern_spec() const { … }
inline bool MetadataEntry::has_secondary_pattern_spec() const { … }
inline void MetadataEntry::clear_secondary_pattern_spec() { … }
inline const std::string& MetadataEntry::secondary_pattern_spec() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void MetadataEntry::set_secondary_pattern_spec(ArgT0&& arg0, ArgT... args) { … }
inline std::string* MetadataEntry::mutable_secondary_pattern_spec() { … }
inline const std::string& MetadataEntry::_internal_secondary_pattern_spec() const { … }
inline void MetadataEntry::_internal_set_secondary_pattern_spec(const std::string& value) { … }
inline std::string* MetadataEntry::_internal_mutable_secondary_pattern_spec() { … }
inline std::string* MetadataEntry::release_secondary_pattern_spec() { … }
inline void MetadataEntry::set_allocated_secondary_pattern_spec(std::string* secondary_pattern_spec) { … }
inline bool MetadataEntry::_internal_has_source() const { … }
inline bool MetadataEntry::has_source() const { … }
inline void MetadataEntry::clear_source() { … }
inline const std::string& MetadataEntry::source() const { … }
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void MetadataEntry::set_source(ArgT0&& arg0, ArgT... args) { … }
inline std::string* MetadataEntry::mutable_source() { … }
inline const std::string& MetadataEntry::_internal_source() const { … }
inline void MetadataEntry::_internal_set_source(const std::string& value) { … }
inline std::string* MetadataEntry::_internal_mutable_source() { … }
inline std::string* MetadataEntry::release_source() { … }
inline void MetadataEntry::set_allocated_source(std::string* source) { … }
inline bool MetadataEntry::_internal_has_dtrp() const { … }
inline bool MetadataEntry::has_dtrp() const { … }
inline void MetadataEntry::clear_dtrp() { … }
inline uint32_t MetadataEntry::_internal_dtrp() const { … }
inline uint32_t MetadataEntry::dtrp() const { … }
inline void MetadataEntry::_internal_set_dtrp(uint32_t value) { … }
inline void MetadataEntry::set_dtrp(uint32_t value) { … }
inline bool MetadataEntry::_internal_has_dtrp_override() const { … }
inline bool MetadataEntry::has_dtrp_override() const { … }
inline void MetadataEntry::clear_dtrp_override() { … }
inline uint32_t MetadataEntry::_internal_dtrp_override() const { … }
inline uint32_t MetadataEntry::dtrp_override() const { … }
inline void MetadataEntry::_internal_set_dtrp_override(uint32_t value) { … }
inline void MetadataEntry::set_dtrp_override(uint32_t value) { … }
inline int Metadata::_internal_metadata_entries_size() const { … }
inline int Metadata::metadata_entries_size() const { … }
inline void Metadata::clear_metadata_entries() { … }
inline ::tpcd::metadata::MetadataEntry* Metadata::mutable_metadata_entries(int index) { … }
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::tpcd::metadata::MetadataEntry >*
Metadata::mutable_metadata_entries() { … }
inline const ::tpcd::metadata::MetadataEntry& Metadata::_internal_metadata_entries(int index) const { … }
inline const ::tpcd::metadata::MetadataEntry& Metadata::metadata_entries(int index) const { … }
inline ::tpcd::metadata::MetadataEntry* Metadata::_internal_add_metadata_entries() { … }
inline ::tpcd::metadata::MetadataEntry* Metadata::add_metadata_entries() { … }
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::tpcd::metadata::MetadataEntry >&
Metadata::metadata_entries() const { … }
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif
}
}
#include <google/protobuf/port_undef.inc>
#endif