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

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_components_2fsync_2fprotocol_2fdata_5ftype_5fstate_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_components_2fsync_2fprotocol_2fdata_5ftype_5fstate_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/generated_enum_util.h>
#include "components/sync/protocol/data_type_progress_marker.pb.h"
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_components_2fsync_2fprotocol_2fdata_5ftype_5fstate_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_2fdata_5ftype_5fstate_2eproto {};
namespace sync_pb {
class DataTypeState;
struct DataTypeStateDefaultTypeInternal;
extern DataTypeStateDefaultTypeInternal _DataTypeState_default_instance_;
class DataTypeState_Invalidation;
struct DataTypeState_InvalidationDefaultTypeInternal;
extern DataTypeState_InvalidationDefaultTypeInternal _DataTypeState_Invalidation_default_instance_;
}  // namespace sync_pb
PROTOBUF_NAMESPACE_OPEN
template<> ::sync_pb::DataTypeState* Arena::CreateMaybeMessage<::sync_pb::DataTypeState>(Arena*);
template<> ::sync_pb::DataTypeState_Invalidation* Arena::CreateMaybeMessage<::sync_pb::DataTypeState_Invalidation>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace sync_pb {

enum DataTypeState_InitialSyncState : int {};
bool DataTypeState_InitialSyncState_IsValid(int value);
constexpr DataTypeState_InitialSyncState DataTypeState_InitialSyncState_InitialSyncState_MIN =;
constexpr DataTypeState_InitialSyncState DataTypeState_InitialSyncState_InitialSyncState_MAX =;
constexpr int DataTypeState_InitialSyncState_InitialSyncState_ARRAYSIZE =;

const std::string& DataTypeState_InitialSyncState_Name(DataTypeState_InitialSyncState value);
template<typename T>
inline const std::string& DataTypeState_InitialSyncState_Name(T enum_t_value) {}
bool DataTypeState_InitialSyncState_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, DataTypeState_InitialSyncState* value);
// ===================================================================

class DataTypeState_Invalidation final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:sync_pb.DataTypeState.Invalidation) */ {};
// -------------------------------------------------------------------

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


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

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

// optional bytes hint = 1;
inline bool DataTypeState_Invalidation::_internal_has_hint() const {}
inline bool DataTypeState_Invalidation::has_hint() const {}
inline void DataTypeState_Invalidation::clear_hint() {}
inline const std::string& DataTypeState_Invalidation::hint() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void DataTypeState_Invalidation::set_hint(ArgT0&& arg0, ArgT... args) {}
inline std::string* DataTypeState_Invalidation::mutable_hint() {}
inline const std::string& DataTypeState_Invalidation::_internal_hint() const {}
inline void DataTypeState_Invalidation::_internal_set_hint(const std::string& value) {}
inline std::string* DataTypeState_Invalidation::_internal_mutable_hint() {}
inline std::string* DataTypeState_Invalidation::release_hint() {}
inline void DataTypeState_Invalidation::set_allocated_hint(std::string* hint) {}

// optional int64 version = 2;
inline bool DataTypeState_Invalidation::_internal_has_version() const {}
inline bool DataTypeState_Invalidation::has_version() const {}
inline void DataTypeState_Invalidation::clear_version() {}
inline int64_t DataTypeState_Invalidation::_internal_version() const {}
inline int64_t DataTypeState_Invalidation::version() const {}
inline void DataTypeState_Invalidation::_internal_set_version(int64_t value) {}
inline void DataTypeState_Invalidation::set_version(int64_t value) {}

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

// DataTypeState

// optional .sync_pb.DataTypeProgressMarker progress_marker = 1;
inline bool DataTypeState::_internal_has_progress_marker() const {}
inline bool DataTypeState::has_progress_marker() const {}
inline const ::sync_pb::DataTypeProgressMarker& DataTypeState::_internal_progress_marker() const {}
inline const ::sync_pb::DataTypeProgressMarker& DataTypeState::progress_marker() const {}
inline void DataTypeState::unsafe_arena_set_allocated_progress_marker(
    ::sync_pb::DataTypeProgressMarker* progress_marker) {}
inline ::sync_pb::DataTypeProgressMarker* DataTypeState::release_progress_marker() {}
inline ::sync_pb::DataTypeProgressMarker* DataTypeState::unsafe_arena_release_progress_marker() {}
inline ::sync_pb::DataTypeProgressMarker* DataTypeState::_internal_mutable_progress_marker() {}
inline ::sync_pb::DataTypeProgressMarker* DataTypeState::mutable_progress_marker() {}
inline void DataTypeState::set_allocated_progress_marker(::sync_pb::DataTypeProgressMarker* progress_marker) {}

// optional .sync_pb.DataTypeContext type_context = 2;
inline bool DataTypeState::_internal_has_type_context() const {}
inline bool DataTypeState::has_type_context() const {}
inline const ::sync_pb::DataTypeContext& DataTypeState::_internal_type_context() const {}
inline const ::sync_pb::DataTypeContext& DataTypeState::type_context() const {}
inline void DataTypeState::unsafe_arena_set_allocated_type_context(
    ::sync_pb::DataTypeContext* type_context) {}
inline ::sync_pb::DataTypeContext* DataTypeState::release_type_context() {}
inline ::sync_pb::DataTypeContext* DataTypeState::unsafe_arena_release_type_context() {}
inline ::sync_pb::DataTypeContext* DataTypeState::_internal_mutable_type_context() {}
inline ::sync_pb::DataTypeContext* DataTypeState::mutable_type_context() {}
inline void DataTypeState::set_allocated_type_context(::sync_pb::DataTypeContext* type_context) {}

// optional string encryption_key_name = 3;
inline bool DataTypeState::_internal_has_encryption_key_name() const {}
inline bool DataTypeState::has_encryption_key_name() const {}
inline void DataTypeState::clear_encryption_key_name() {}
inline const std::string& DataTypeState::encryption_key_name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void DataTypeState::set_encryption_key_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* DataTypeState::mutable_encryption_key_name() {}
inline const std::string& DataTypeState::_internal_encryption_key_name() const {}
inline void DataTypeState::_internal_set_encryption_key_name(const std::string& value) {}
inline std::string* DataTypeState::_internal_mutable_encryption_key_name() {}
inline std::string* DataTypeState::release_encryption_key_name() {}
inline void DataTypeState::set_allocated_encryption_key_name(std::string* encryption_key_name) {}

// optional .sync_pb.DataTypeState.InitialSyncState initial_sync_state = 9;
inline bool DataTypeState::_internal_has_initial_sync_state() const {}
inline bool DataTypeState::has_initial_sync_state() const {}
inline void DataTypeState::clear_initial_sync_state() {}
inline ::sync_pb::DataTypeState_InitialSyncState DataTypeState::_internal_initial_sync_state() const {}
inline ::sync_pb::DataTypeState_InitialSyncState DataTypeState::initial_sync_state() const {}
inline void DataTypeState::_internal_set_initial_sync_state(::sync_pb::DataTypeState_InitialSyncState value) {}
inline void DataTypeState::set_initial_sync_state(::sync_pb::DataTypeState_InitialSyncState value) {}

// optional string cache_guid = 5;
inline bool DataTypeState::_internal_has_cache_guid() const {}
inline bool DataTypeState::has_cache_guid() const {}
inline void DataTypeState::clear_cache_guid() {}
inline const std::string& DataTypeState::cache_guid() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void DataTypeState::set_cache_guid(ArgT0&& arg0, ArgT... args) {}
inline std::string* DataTypeState::mutable_cache_guid() {}
inline const std::string& DataTypeState::_internal_cache_guid() const {}
inline void DataTypeState::_internal_set_cache_guid(const std::string& value) {}
inline std::string* DataTypeState::_internal_mutable_cache_guid() {}
inline std::string* DataTypeState::release_cache_guid() {}
inline void DataTypeState::set_allocated_cache_guid(std::string* cache_guid) {}

// optional string authenticated_account_id = 6;
inline bool DataTypeState::_internal_has_authenticated_account_id() const {}
inline bool DataTypeState::has_authenticated_account_id() const {}
inline void DataTypeState::clear_authenticated_account_id() {}
inline const std::string& DataTypeState::authenticated_account_id() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void DataTypeState::set_authenticated_account_id(ArgT0&& arg0, ArgT... args) {}
inline std::string* DataTypeState::mutable_authenticated_account_id() {}
inline const std::string& DataTypeState::_internal_authenticated_account_id() const {}
inline void DataTypeState::_internal_set_authenticated_account_id(const std::string& value) {}
inline std::string* DataTypeState::_internal_mutable_authenticated_account_id() {}
inline std::string* DataTypeState::release_authenticated_account_id() {}
inline void DataTypeState::set_allocated_authenticated_account_id(std::string* authenticated_account_id) {}

// repeated .sync_pb.DataTypeState.Invalidation invalidations = 7;
inline int DataTypeState::_internal_invalidations_size() const {}
inline int DataTypeState::invalidations_size() const {}
inline void DataTypeState::clear_invalidations() {}
inline ::sync_pb::DataTypeState_Invalidation* DataTypeState::mutable_invalidations(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::sync_pb::DataTypeState_Invalidation >*
DataTypeState::mutable_invalidations() {}
inline const ::sync_pb::DataTypeState_Invalidation& DataTypeState::_internal_invalidations(int index) const {}
inline const ::sync_pb::DataTypeState_Invalidation& DataTypeState::invalidations(int index) const {}
inline ::sync_pb::DataTypeState_Invalidation* DataTypeState::_internal_add_invalidations() {}
inline ::sync_pb::DataTypeState_Invalidation* DataTypeState::add_invalidations() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::sync_pb::DataTypeState_Invalidation >&
DataTypeState::invalidations() const {}

// optional bool notes_enabled_before_initial_sync_for_passwords = 8;
inline bool DataTypeState::_internal_has_notes_enabled_before_initial_sync_for_passwords() const {}
inline bool DataTypeState::has_notes_enabled_before_initial_sync_for_passwords() const {}
inline void DataTypeState::clear_notes_enabled_before_initial_sync_for_passwords() {}
inline bool DataTypeState::_internal_notes_enabled_before_initial_sync_for_passwords() const {}
inline bool DataTypeState::notes_enabled_before_initial_sync_for_passwords() const {}
inline void DataTypeState::_internal_set_notes_enabled_before_initial_sync_for_passwords(bool value) {}
inline void DataTypeState::set_notes_enabled_before_initial_sync_for_passwords(bool value) {}

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace sync_pb

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::sync_pb::DataTypeState_InitialSyncState> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

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