chromium/out/Default/gen/components/metrics/structured/lib/proto/key.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: components/metrics/structured/lib/proto/key.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_components_2fmetrics_2fstructured_2flib_2fproto_2fkey_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_components_2fmetrics_2fstructured_2flib_2fproto_2fkey_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 <google/protobuf/map.h>  // IWYU pragma: export
#include <google/protobuf/map_entry_lite.h>
#include <google/protobuf/map_field_lite.h>
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_components_2fmetrics_2fstructured_2flib_2fproto_2fkey_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_components_2fmetrics_2fstructured_2flib_2fproto_2fkey_2eproto {};
namespace metrics {
namespace structured {
class KeyDataProto;
struct KeyDataProtoDefaultTypeInternal;
extern KeyDataProtoDefaultTypeInternal _KeyDataProto_default_instance_;
class KeyDataProto_KeysEntry_DoNotUse;
struct KeyDataProto_KeysEntry_DoNotUseDefaultTypeInternal;
extern KeyDataProto_KeysEntry_DoNotUseDefaultTypeInternal _KeyDataProto_KeysEntry_DoNotUse_default_instance_;
class KeyProto;
struct KeyProtoDefaultTypeInternal;
extern KeyProtoDefaultTypeInternal _KeyProto_default_instance_;
}  // namespace structured
}  // namespace metrics
PROTOBUF_NAMESPACE_OPEN
template<> ::metrics::structured::KeyDataProto* Arena::CreateMaybeMessage<::metrics::structured::KeyDataProto>(Arena*);
template<> ::metrics::structured::KeyDataProto_KeysEntry_DoNotUse* Arena::CreateMaybeMessage<::metrics::structured::KeyDataProto_KeysEntry_DoNotUse>(Arena*);
template<> ::metrics::structured::KeyProto* Arena::CreateMaybeMessage<::metrics::structured::KeyProto>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace metrics {
namespace structured {

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

class KeyProto final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:metrics.structured.KeyProto) */ {};
// -------------------------------------------------------------------

class KeyDataProto_KeysEntry_DoNotUse : public ::PROTOBUF_NAMESPACE_ID::internal::MapEntryLite<KeyDataProto_KeysEntry_DoNotUse, 
    uint64_t, ::metrics::structured::KeyProto,
    ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_FIXED64,
    ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_MESSAGE> {};

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

class KeyDataProto final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:metrics.structured.KeyDataProto) */ {};
// ===================================================================


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

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

// optional string key = 1;
inline bool KeyProto::_internal_has_key() const {}
inline bool KeyProto::has_key() const {}
inline void KeyProto::clear_key() {}
inline const std::string& KeyProto::key() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void KeyProto::set_key(ArgT0&& arg0, ArgT... args) {}
inline std::string* KeyProto::mutable_key() {}
inline const std::string& KeyProto::_internal_key() const {}
inline void KeyProto::_internal_set_key(const std::string& value) {}
inline std::string* KeyProto::_internal_mutable_key() {}
inline std::string* KeyProto::release_key() {}
inline void KeyProto::set_allocated_key(std::string* key) {}

// optional int64 last_rotation = 2;
inline bool KeyProto::_internal_has_last_rotation() const {}
inline bool KeyProto::has_last_rotation() const {}
inline void KeyProto::clear_last_rotation() {}
inline int64_t KeyProto::_internal_last_rotation() const {}
inline int64_t KeyProto::last_rotation() const {}
inline void KeyProto::_internal_set_last_rotation(int64_t value) {}
inline void KeyProto::set_last_rotation(int64_t value) {}

// optional int64 rotation_period = 3;
inline bool KeyProto::_internal_has_rotation_period() const {}
inline bool KeyProto::has_rotation_period() const {}
inline void KeyProto::clear_rotation_period() {}
inline int64_t KeyProto::_internal_rotation_period() const {}
inline int64_t KeyProto::rotation_period() const {}
inline void KeyProto::_internal_set_rotation_period(int64_t value) {}
inline void KeyProto::set_rotation_period(int64_t value) {}

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

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

// KeyDataProto

// map<fixed64, .metrics.structured.KeyProto> keys = 1;
inline int KeyDataProto::_internal_keys_size() const {}
inline int KeyDataProto::keys_size() const {}
inline void KeyDataProto::clear_keys() {}
inline const ::PROTOBUF_NAMESPACE_ID::Map< uint64_t, ::metrics::structured::KeyProto >&
KeyDataProto::_internal_keys() const {}
inline const ::PROTOBUF_NAMESPACE_ID::Map< uint64_t, ::metrics::structured::KeyProto >&
KeyDataProto::keys() const {}
inline ::PROTOBUF_NAMESPACE_ID::Map< uint64_t, ::metrics::structured::KeyProto >*
KeyDataProto::_internal_mutable_keys() {}
inline ::PROTOBUF_NAMESPACE_ID::Map< uint64_t, ::metrics::structured::KeyProto >*
KeyDataProto::mutable_keys() {}

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

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace structured
}  // namespace metrics

// @@protoc_insertion_point(global_scope)

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