chromium/out/Default/gen/components/variations/proto/variations_seed.pb.h

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_variations_5fseed_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_variations_5fseed_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 "study.pb.h"
#include "layer.pb.h"
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_variations_5fseed_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_variations_5fseed_2eproto {};
namespace variations {
class VariationsSeed;
struct VariationsSeedDefaultTypeInternal;
extern VariationsSeedDefaultTypeInternal _VariationsSeed_default_instance_;
}  // namespace variations
PROTOBUF_NAMESPACE_OPEN
template<> ::variations::VariationsSeed* Arena::CreateMaybeMessage<::variations::VariationsSeed>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace variations {

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

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


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

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

// optional string serial_number = 1;
inline bool VariationsSeed::_internal_has_serial_number() const {}
inline bool VariationsSeed::has_serial_number() const {}
inline void VariationsSeed::clear_serial_number() {}
inline const std::string& VariationsSeed::serial_number() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void VariationsSeed::set_serial_number(ArgT0&& arg0, ArgT... args) {}
inline std::string* VariationsSeed::mutable_serial_number() {}
inline const std::string& VariationsSeed::_internal_serial_number() const {}
inline void VariationsSeed::_internal_set_serial_number(const std::string& value) {}
inline std::string* VariationsSeed::_internal_mutable_serial_number() {}
inline std::string* VariationsSeed::release_serial_number() {}
inline void VariationsSeed::set_allocated_serial_number(std::string* serial_number) {}

// repeated .variations.Study study = 2;
inline int VariationsSeed::_internal_study_size() const {}
inline int VariationsSeed::study_size() const {}
inline ::variations::Study* VariationsSeed::mutable_study(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::variations::Study >*
VariationsSeed::mutable_study() {}
inline const ::variations::Study& VariationsSeed::_internal_study(int index) const {}
inline const ::variations::Study& VariationsSeed::study(int index) const {}
inline ::variations::Study* VariationsSeed::_internal_add_study() {}
inline ::variations::Study* VariationsSeed::add_study() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::variations::Study >&
VariationsSeed::study() const {}

// optional string country_code = 3 [deprecated = true];
inline bool VariationsSeed::_internal_has_country_code() const {}
inline bool VariationsSeed::has_country_code() const {}
inline void VariationsSeed::clear_country_code() {}
inline const std::string& VariationsSeed::country_code() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void VariationsSeed::set_country_code(ArgT0&& arg0, ArgT... args) {}
inline std::string* VariationsSeed::mutable_country_code() {}
inline const std::string& VariationsSeed::_internal_country_code() const {}
inline void VariationsSeed::_internal_set_country_code(const std::string& value) {}
inline std::string* VariationsSeed::_internal_mutable_country_code() {}
inline std::string* VariationsSeed::release_country_code() {}
inline void VariationsSeed::set_allocated_country_code(std::string* country_code) {}

// optional string version = 4;
inline bool VariationsSeed::_internal_has_version() const {}
inline bool VariationsSeed::has_version() const {}
inline void VariationsSeed::clear_version() {}
inline const std::string& VariationsSeed::version() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void VariationsSeed::set_version(ArgT0&& arg0, ArgT... args) {}
inline std::string* VariationsSeed::mutable_version() {}
inline const std::string& VariationsSeed::_internal_version() const {}
inline void VariationsSeed::_internal_set_version(const std::string& value) {}
inline std::string* VariationsSeed::_internal_mutable_version() {}
inline std::string* VariationsSeed::release_version() {}
inline void VariationsSeed::set_allocated_version(std::string* version) {}

// repeated .variations.Layer layers = 6;
inline int VariationsSeed::_internal_layers_size() const {}
inline int VariationsSeed::layers_size() const {}
inline ::variations::Layer* VariationsSeed::mutable_layers(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::variations::Layer >*
VariationsSeed::mutable_layers() {}
inline const ::variations::Layer& VariationsSeed::_internal_layers(int index) const {}
inline const ::variations::Layer& VariationsSeed::layers(int index) const {}
inline ::variations::Layer* VariationsSeed::_internal_add_layers() {}
inline ::variations::Layer* VariationsSeed::add_layers() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::variations::Layer >&
VariationsSeed::layers() const {}

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

// @@protoc_insertion_point(namespace_scope)

}  // namespace variations

// @@protoc_insertion_point(global_scope)

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