chromium/out/Default/gen/components/tpcd/metadata/common/proto/metadata.pb.h

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

#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>  // 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_metadata_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
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_;
}  // namespace metadata
}  // namespace tpcd
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 /* @@protoc_insertion_point(class_definition:tpcd.metadata.MetadataEntry) */ {};
// -------------------------------------------------------------------

class Metadata final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:tpcd.metadata.Metadata) */ {};
// ===================================================================


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

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

// optional string primary_pattern_spec = 1;
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) {}

// optional string secondary_pattern_spec = 2;
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) {}

// optional string source = 7;
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) {}

// optional uint32 dtrp = 10;
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) {}

// optional uint32 dtrp_override = 11;
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) {}

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

// Metadata

// repeated .tpcd.metadata.MetadataEntry metadata_entries = 1;
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  // __GNUC__
// -------------------------------------------------------------------


// @@protoc_insertion_point(namespace_scope)

}  // namespace metadata
}  // namespace tpcd

// @@protoc_insertion_point(global_scope)

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