chromium/out/Default/gen/components/sync/protocol/entity_metadata.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: components/sync/protocol/entity_metadata.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_components_2fsync_2fprotocol_2fentity_5fmetadata_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_components_2fsync_2fprotocol_2fentity_5fmetadata_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/sync/protocol/deletion_origin.pb.h"
#include "components/sync/protocol/entity_specifics.pb.h"
#include "components/sync/protocol/unique_position.pb.h"
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_components_2fsync_2fprotocol_2fentity_5fmetadata_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_components_2fsync_2fprotocol_2fentity_5fmetadata_2eproto {};
namespace sync_pb {
class EntityMetadata;
struct EntityMetadataDefaultTypeInternal;
extern EntityMetadataDefaultTypeInternal _EntityMetadata_default_instance_;
class EntityMetadata_CollaborationMetadata;
struct EntityMetadata_CollaborationMetadataDefaultTypeInternal;
extern EntityMetadata_CollaborationMetadataDefaultTypeInternal _EntityMetadata_CollaborationMetadata_default_instance_;
}  // namespace sync_pb
PROTOBUF_NAMESPACE_OPEN
template<> ::sync_pb::EntityMetadata* Arena::CreateMaybeMessage<::sync_pb::EntityMetadata>(Arena*);
template<> ::sync_pb::EntityMetadata_CollaborationMetadata* Arena::CreateMaybeMessage<::sync_pb::EntityMetadata_CollaborationMetadata>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace sync_pb {

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

class EntityMetadata_CollaborationMetadata final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:sync_pb.EntityMetadata.CollaborationMetadata) */ {};
// -------------------------------------------------------------------

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


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

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

// optional string collaboration_id = 1;
inline bool EntityMetadata_CollaborationMetadata::_internal_has_collaboration_id() const {}
inline bool EntityMetadata_CollaborationMetadata::has_collaboration_id() const {}
inline void EntityMetadata_CollaborationMetadata::clear_collaboration_id() {}
inline const std::string& EntityMetadata_CollaborationMetadata::collaboration_id() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void EntityMetadata_CollaborationMetadata::set_collaboration_id(ArgT0&& arg0, ArgT... args) {}
inline std::string* EntityMetadata_CollaborationMetadata::mutable_collaboration_id() {}
inline const std::string& EntityMetadata_CollaborationMetadata::_internal_collaboration_id() const {}
inline void EntityMetadata_CollaborationMetadata::_internal_set_collaboration_id(const std::string& value) {}
inline std::string* EntityMetadata_CollaborationMetadata::_internal_mutable_collaboration_id() {}
inline std::string* EntityMetadata_CollaborationMetadata::release_collaboration_id() {}
inline void EntityMetadata_CollaborationMetadata::set_allocated_collaboration_id(std::string* collaboration_id) {}

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

// EntityMetadata

// optional string client_tag_hash = 1;
inline bool EntityMetadata::_internal_has_client_tag_hash() const {}
inline bool EntityMetadata::has_client_tag_hash() const {}
inline void EntityMetadata::clear_client_tag_hash() {}
inline const std::string& EntityMetadata::client_tag_hash() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void EntityMetadata::set_client_tag_hash(ArgT0&& arg0, ArgT... args) {}
inline std::string* EntityMetadata::mutable_client_tag_hash() {}
inline const std::string& EntityMetadata::_internal_client_tag_hash() const {}
inline void EntityMetadata::_internal_set_client_tag_hash(const std::string& value) {}
inline std::string* EntityMetadata::_internal_mutable_client_tag_hash() {}
inline std::string* EntityMetadata::release_client_tag_hash() {}
inline void EntityMetadata::set_allocated_client_tag_hash(std::string* client_tag_hash) {}

// optional string server_id = 2;
inline bool EntityMetadata::_internal_has_server_id() const {}
inline bool EntityMetadata::has_server_id() const {}
inline void EntityMetadata::clear_server_id() {}
inline const std::string& EntityMetadata::server_id() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void EntityMetadata::set_server_id(ArgT0&& arg0, ArgT... args) {}
inline std::string* EntityMetadata::mutable_server_id() {}
inline const std::string& EntityMetadata::_internal_server_id() const {}
inline void EntityMetadata::_internal_set_server_id(const std::string& value) {}
inline std::string* EntityMetadata::_internal_mutable_server_id() {}
inline std::string* EntityMetadata::release_server_id() {}
inline void EntityMetadata::set_allocated_server_id(std::string* server_id) {}

// optional bool is_deleted = 3;
inline bool EntityMetadata::_internal_has_is_deleted() const {}
inline bool EntityMetadata::has_is_deleted() const {}
inline void EntityMetadata::clear_is_deleted() {}
inline bool EntityMetadata::_internal_is_deleted() const {}
inline bool EntityMetadata::is_deleted() const {}
inline void EntityMetadata::_internal_set_is_deleted(bool value) {}
inline void EntityMetadata::set_is_deleted(bool value) {}

// optional int64 sequence_number = 4;
inline bool EntityMetadata::_internal_has_sequence_number() const {}
inline bool EntityMetadata::has_sequence_number() const {}
inline void EntityMetadata::clear_sequence_number() {}
inline int64_t EntityMetadata::_internal_sequence_number() const {}
inline int64_t EntityMetadata::sequence_number() const {}
inline void EntityMetadata::_internal_set_sequence_number(int64_t value) {}
inline void EntityMetadata::set_sequence_number(int64_t value) {}

// optional int64 acked_sequence_number = 5;
inline bool EntityMetadata::_internal_has_acked_sequence_number() const {}
inline bool EntityMetadata::has_acked_sequence_number() const {}
inline void EntityMetadata::clear_acked_sequence_number() {}
inline int64_t EntityMetadata::_internal_acked_sequence_number() const {}
inline int64_t EntityMetadata::acked_sequence_number() const {}
inline void EntityMetadata::_internal_set_acked_sequence_number(int64_t value) {}
inline void EntityMetadata::set_acked_sequence_number(int64_t value) {}

// optional int64 server_version = 6 [default = -1];
inline bool EntityMetadata::_internal_has_server_version() const {}
inline bool EntityMetadata::has_server_version() const {}
inline void EntityMetadata::clear_server_version() {}
inline int64_t EntityMetadata::_internal_server_version() const {}
inline int64_t EntityMetadata::server_version() const {}
inline void EntityMetadata::_internal_set_server_version(int64_t value) {}
inline void EntityMetadata::set_server_version(int64_t value) {}

// optional int64 creation_time = 7;
inline bool EntityMetadata::_internal_has_creation_time() const {}
inline bool EntityMetadata::has_creation_time() const {}
inline void EntityMetadata::clear_creation_time() {}
inline int64_t EntityMetadata::_internal_creation_time() const {}
inline int64_t EntityMetadata::creation_time() const {}
inline void EntityMetadata::_internal_set_creation_time(int64_t value) {}
inline void EntityMetadata::set_creation_time(int64_t value) {}

// optional int64 modification_time = 8;
inline bool EntityMetadata::_internal_has_modification_time() const {}
inline bool EntityMetadata::has_modification_time() const {}
inline void EntityMetadata::clear_modification_time() {}
inline int64_t EntityMetadata::_internal_modification_time() const {}
inline int64_t EntityMetadata::modification_time() const {}
inline void EntityMetadata::_internal_set_modification_time(int64_t value) {}
inline void EntityMetadata::set_modification_time(int64_t value) {}

// optional string specifics_hash = 9;
inline bool EntityMetadata::_internal_has_specifics_hash() const {}
inline bool EntityMetadata::has_specifics_hash() const {}
inline void EntityMetadata::clear_specifics_hash() {}
inline const std::string& EntityMetadata::specifics_hash() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void EntityMetadata::set_specifics_hash(ArgT0&& arg0, ArgT... args) {}
inline std::string* EntityMetadata::mutable_specifics_hash() {}
inline const std::string& EntityMetadata::_internal_specifics_hash() const {}
inline void EntityMetadata::_internal_set_specifics_hash(const std::string& value) {}
inline std::string* EntityMetadata::_internal_mutable_specifics_hash() {}
inline std::string* EntityMetadata::release_specifics_hash() {}
inline void EntityMetadata::set_allocated_specifics_hash(std::string* specifics_hash) {}

// optional string base_specifics_hash = 10;
inline bool EntityMetadata::_internal_has_base_specifics_hash() const {}
inline bool EntityMetadata::has_base_specifics_hash() const {}
inline void EntityMetadata::clear_base_specifics_hash() {}
inline const std::string& EntityMetadata::base_specifics_hash() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void EntityMetadata::set_base_specifics_hash(ArgT0&& arg0, ArgT... args) {}
inline std::string* EntityMetadata::mutable_base_specifics_hash() {}
inline const std::string& EntityMetadata::_internal_base_specifics_hash() const {}
inline void EntityMetadata::_internal_set_base_specifics_hash(const std::string& value) {}
inline std::string* EntityMetadata::_internal_mutable_base_specifics_hash() {}
inline std::string* EntityMetadata::release_base_specifics_hash() {}
inline void EntityMetadata::set_allocated_base_specifics_hash(std::string* base_specifics_hash) {}

// optional .sync_pb.UniquePosition unique_position = 11;
inline bool EntityMetadata::_internal_has_unique_position() const {}
inline bool EntityMetadata::has_unique_position() const {}
inline const ::sync_pb::UniquePosition& EntityMetadata::_internal_unique_position() const {}
inline const ::sync_pb::UniquePosition& EntityMetadata::unique_position() const {}
inline void EntityMetadata::unsafe_arena_set_allocated_unique_position(
    ::sync_pb::UniquePosition* unique_position) {}
inline ::sync_pb::UniquePosition* EntityMetadata::release_unique_position() {}
inline ::sync_pb::UniquePosition* EntityMetadata::unsafe_arena_release_unique_position() {}
inline ::sync_pb::UniquePosition* EntityMetadata::_internal_mutable_unique_position() {}
inline ::sync_pb::UniquePosition* EntityMetadata::mutable_unique_position() {}
inline void EntityMetadata::set_allocated_unique_position(::sync_pb::UniquePosition* unique_position) {}

// optional fixed32 bookmark_favicon_hash = 12;
inline bool EntityMetadata::_internal_has_bookmark_favicon_hash() const {}
inline bool EntityMetadata::has_bookmark_favicon_hash() const {}
inline void EntityMetadata::clear_bookmark_favicon_hash() {}
inline uint32_t EntityMetadata::_internal_bookmark_favicon_hash() const {}
inline uint32_t EntityMetadata::bookmark_favicon_hash() const {}
inline void EntityMetadata::_internal_set_bookmark_favicon_hash(uint32_t value) {}
inline void EntityMetadata::set_bookmark_favicon_hash(uint32_t value) {}

// optional .sync_pb.EntitySpecifics possibly_trimmed_base_specifics = 13;
inline bool EntityMetadata::_internal_has_possibly_trimmed_base_specifics() const {}
inline bool EntityMetadata::has_possibly_trimmed_base_specifics() const {}
inline const ::sync_pb::EntitySpecifics& EntityMetadata::_internal_possibly_trimmed_base_specifics() const {}
inline const ::sync_pb::EntitySpecifics& EntityMetadata::possibly_trimmed_base_specifics() const {}
inline void EntityMetadata::unsafe_arena_set_allocated_possibly_trimmed_base_specifics(
    ::sync_pb::EntitySpecifics* possibly_trimmed_base_specifics) {}
inline ::sync_pb::EntitySpecifics* EntityMetadata::release_possibly_trimmed_base_specifics() {}
inline ::sync_pb::EntitySpecifics* EntityMetadata::unsafe_arena_release_possibly_trimmed_base_specifics() {}
inline ::sync_pb::EntitySpecifics* EntityMetadata::_internal_mutable_possibly_trimmed_base_specifics() {}
inline ::sync_pb::EntitySpecifics* EntityMetadata::mutable_possibly_trimmed_base_specifics() {}
inline void EntityMetadata::set_allocated_possibly_trimmed_base_specifics(::sync_pb::EntitySpecifics* possibly_trimmed_base_specifics) {}

// optional string deleted_by_version = 14;
inline bool EntityMetadata::_internal_has_deleted_by_version() const {}
inline bool EntityMetadata::has_deleted_by_version() const {}
inline void EntityMetadata::clear_deleted_by_version() {}
inline const std::string& EntityMetadata::deleted_by_version() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void EntityMetadata::set_deleted_by_version(ArgT0&& arg0, ArgT... args) {}
inline std::string* EntityMetadata::mutable_deleted_by_version() {}
inline const std::string& EntityMetadata::_internal_deleted_by_version() const {}
inline void EntityMetadata::_internal_set_deleted_by_version(const std::string& value) {}
inline std::string* EntityMetadata::_internal_mutable_deleted_by_version() {}
inline std::string* EntityMetadata::release_deleted_by_version() {}
inline void EntityMetadata::set_allocated_deleted_by_version(std::string* deleted_by_version) {}

// optional .sync_pb.EntityMetadata.CollaborationMetadata collaboration = 15;
inline bool EntityMetadata::_internal_has_collaboration() const {}
inline bool EntityMetadata::has_collaboration() const {}
inline void EntityMetadata::clear_collaboration() {}
inline const ::sync_pb::EntityMetadata_CollaborationMetadata& EntityMetadata::_internal_collaboration() const {}
inline const ::sync_pb::EntityMetadata_CollaborationMetadata& EntityMetadata::collaboration() const {}
inline void EntityMetadata::unsafe_arena_set_allocated_collaboration(
    ::sync_pb::EntityMetadata_CollaborationMetadata* collaboration) {}
inline ::sync_pb::EntityMetadata_CollaborationMetadata* EntityMetadata::release_collaboration() {}
inline ::sync_pb::EntityMetadata_CollaborationMetadata* EntityMetadata::unsafe_arena_release_collaboration() {}
inline ::sync_pb::EntityMetadata_CollaborationMetadata* EntityMetadata::_internal_mutable_collaboration() {}
inline ::sync_pb::EntityMetadata_CollaborationMetadata* EntityMetadata::mutable_collaboration() {}
inline void EntityMetadata::set_allocated_collaboration(::sync_pb::EntityMetadata_CollaborationMetadata* collaboration) {}

// optional .sync_pb.DeletionOrigin deletion_origin = 16;
inline bool EntityMetadata::_internal_has_deletion_origin() const {}
inline bool EntityMetadata::has_deletion_origin() const {}
inline const ::sync_pb::DeletionOrigin& EntityMetadata::_internal_deletion_origin() const {}
inline const ::sync_pb::DeletionOrigin& EntityMetadata::deletion_origin() const {}
inline void EntityMetadata::unsafe_arena_set_allocated_deletion_origin(
    ::sync_pb::DeletionOrigin* deletion_origin) {}
inline ::sync_pb::DeletionOrigin* EntityMetadata::release_deletion_origin() {}
inline ::sync_pb::DeletionOrigin* EntityMetadata::unsafe_arena_release_deletion_origin() {}
inline ::sync_pb::DeletionOrigin* EntityMetadata::_internal_mutable_deletion_origin() {}
inline ::sync_pb::DeletionOrigin* EntityMetadata::mutable_deletion_origin() {}
inline void EntityMetadata::set_allocated_deletion_origin(::sync_pb::DeletionOrigin* deletion_origin) {}

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace sync_pb

// @@protoc_insertion_point(global_scope)

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