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

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

#ifndef GOOGLE_PROTOBUF_INCLUDED_components_2fsync_2fprotocol_2fsaved_5ftab_5fgroup_5fspecifics_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_components_2fsync_2fprotocol_2fsaved_5ftab_5fgroup_5fspecifics_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/tab_group_attribution_metadata.pb.h"
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_components_2fsync_2fprotocol_2fsaved_5ftab_5fgroup_5fspecifics_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_2fsaved_5ftab_5fgroup_5fspecifics_2eproto {};
namespace sync_pb {
class SavedTabGroup;
struct SavedTabGroupDefaultTypeInternal;
extern SavedTabGroupDefaultTypeInternal _SavedTabGroup_default_instance_;
class SavedTabGroupSpecifics;
struct SavedTabGroupSpecificsDefaultTypeInternal;
extern SavedTabGroupSpecificsDefaultTypeInternal _SavedTabGroupSpecifics_default_instance_;
class SavedTabGroupTab;
struct SavedTabGroupTabDefaultTypeInternal;
extern SavedTabGroupTabDefaultTypeInternal _SavedTabGroupTab_default_instance_;
}  // namespace sync_pb
PROTOBUF_NAMESPACE_OPEN
template<> ::sync_pb::SavedTabGroup* Arena::CreateMaybeMessage<::sync_pb::SavedTabGroup>(Arena*);
template<> ::sync_pb::SavedTabGroupSpecifics* Arena::CreateMaybeMessage<::sync_pb::SavedTabGroupSpecifics>(Arena*);
template<> ::sync_pb::SavedTabGroupTab* Arena::CreateMaybeMessage<::sync_pb::SavedTabGroupTab>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace sync_pb {

enum SavedTabGroup_SavedTabGroupColor : int {};
bool SavedTabGroup_SavedTabGroupColor_IsValid(int value);
constexpr SavedTabGroup_SavedTabGroupColor SavedTabGroup_SavedTabGroupColor_SavedTabGroupColor_MIN =;
constexpr SavedTabGroup_SavedTabGroupColor SavedTabGroup_SavedTabGroupColor_SavedTabGroupColor_MAX =;
constexpr int SavedTabGroup_SavedTabGroupColor_SavedTabGroupColor_ARRAYSIZE =;

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

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

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

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


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

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

// optional int64 position = 1;
inline bool SavedTabGroup::_internal_has_position() const {}
inline bool SavedTabGroup::has_position() const {}
inline void SavedTabGroup::clear_position() {}
inline int64_t SavedTabGroup::_internal_position() const {}
inline int64_t SavedTabGroup::position() const {}
inline void SavedTabGroup::_internal_set_position(int64_t value) {}
inline void SavedTabGroup::set_position(int64_t value) {}

// optional string title = 2;
inline bool SavedTabGroup::_internal_has_title() const {}
inline bool SavedTabGroup::has_title() const {}
inline void SavedTabGroup::clear_title() {}
inline const std::string& SavedTabGroup::title() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void SavedTabGroup::set_title(ArgT0&& arg0, ArgT... args) {}
inline std::string* SavedTabGroup::mutable_title() {}
inline const std::string& SavedTabGroup::_internal_title() const {}
inline void SavedTabGroup::_internal_set_title(const std::string& value) {}
inline std::string* SavedTabGroup::_internal_mutable_title() {}
inline std::string* SavedTabGroup::release_title() {}
inline void SavedTabGroup::set_allocated_title(std::string* title) {}

// optional .sync_pb.SavedTabGroup.SavedTabGroupColor color = 3;
inline bool SavedTabGroup::_internal_has_color() const {}
inline bool SavedTabGroup::has_color() const {}
inline void SavedTabGroup::clear_color() {}
inline ::sync_pb::SavedTabGroup_SavedTabGroupColor SavedTabGroup::_internal_color() const {}
inline ::sync_pb::SavedTabGroup_SavedTabGroupColor SavedTabGroup::color() const {}
inline void SavedTabGroup::_internal_set_color(::sync_pb::SavedTabGroup_SavedTabGroupColor value) {}
inline void SavedTabGroup::set_color(::sync_pb::SavedTabGroup_SavedTabGroupColor value) {}

// optional int64 pinned_position = 4;
inline bool SavedTabGroup::_internal_has_pinned_position() const {}
inline bool SavedTabGroup::has_pinned_position() const {}
inline void SavedTabGroup::clear_pinned_position() {}
inline int64_t SavedTabGroup::_internal_pinned_position() const {}
inline int64_t SavedTabGroup::pinned_position() const {}
inline void SavedTabGroup::_internal_set_pinned_position(int64_t value) {}
inline void SavedTabGroup::set_pinned_position(int64_t value) {}

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

// SavedTabGroupTab

// optional string group_guid = 1;
inline bool SavedTabGroupTab::_internal_has_group_guid() const {}
inline bool SavedTabGroupTab::has_group_guid() const {}
inline void SavedTabGroupTab::clear_group_guid() {}
inline const std::string& SavedTabGroupTab::group_guid() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void SavedTabGroupTab::set_group_guid(ArgT0&& arg0, ArgT... args) {}
inline std::string* SavedTabGroupTab::mutable_group_guid() {}
inline const std::string& SavedTabGroupTab::_internal_group_guid() const {}
inline void SavedTabGroupTab::_internal_set_group_guid(const std::string& value) {}
inline std::string* SavedTabGroupTab::_internal_mutable_group_guid() {}
inline std::string* SavedTabGroupTab::release_group_guid() {}
inline void SavedTabGroupTab::set_allocated_group_guid(std::string* group_guid) {}

// optional int64 position = 2;
inline bool SavedTabGroupTab::_internal_has_position() const {}
inline bool SavedTabGroupTab::has_position() const {}
inline void SavedTabGroupTab::clear_position() {}
inline int64_t SavedTabGroupTab::_internal_position() const {}
inline int64_t SavedTabGroupTab::position() const {}
inline void SavedTabGroupTab::_internal_set_position(int64_t value) {}
inline void SavedTabGroupTab::set_position(int64_t value) {}

// optional string url = 3;
inline bool SavedTabGroupTab::_internal_has_url() const {}
inline bool SavedTabGroupTab::has_url() const {}
inline void SavedTabGroupTab::clear_url() {}
inline const std::string& SavedTabGroupTab::url() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void SavedTabGroupTab::set_url(ArgT0&& arg0, ArgT... args) {}
inline std::string* SavedTabGroupTab::mutable_url() {}
inline const std::string& SavedTabGroupTab::_internal_url() const {}
inline void SavedTabGroupTab::_internal_set_url(const std::string& value) {}
inline std::string* SavedTabGroupTab::_internal_mutable_url() {}
inline std::string* SavedTabGroupTab::release_url() {}
inline void SavedTabGroupTab::set_allocated_url(std::string* url) {}

// optional string title = 4;
inline bool SavedTabGroupTab::_internal_has_title() const {}
inline bool SavedTabGroupTab::has_title() const {}
inline void SavedTabGroupTab::clear_title() {}
inline const std::string& SavedTabGroupTab::title() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void SavedTabGroupTab::set_title(ArgT0&& arg0, ArgT... args) {}
inline std::string* SavedTabGroupTab::mutable_title() {}
inline const std::string& SavedTabGroupTab::_internal_title() const {}
inline void SavedTabGroupTab::_internal_set_title(const std::string& value) {}
inline std::string* SavedTabGroupTab::_internal_mutable_title() {}
inline std::string* SavedTabGroupTab::release_title() {}
inline void SavedTabGroupTab::set_allocated_title(std::string* title) {}

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

// SavedTabGroupSpecifics

// optional string guid = 1;
inline bool SavedTabGroupSpecifics::_internal_has_guid() const {}
inline bool SavedTabGroupSpecifics::has_guid() const {}
inline void SavedTabGroupSpecifics::clear_guid() {}
inline const std::string& SavedTabGroupSpecifics::guid() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void SavedTabGroupSpecifics::set_guid(ArgT0&& arg0, ArgT... args) {}
inline std::string* SavedTabGroupSpecifics::mutable_guid() {}
inline const std::string& SavedTabGroupSpecifics::_internal_guid() const {}
inline void SavedTabGroupSpecifics::_internal_set_guid(const std::string& value) {}
inline std::string* SavedTabGroupSpecifics::_internal_mutable_guid() {}
inline std::string* SavedTabGroupSpecifics::release_guid() {}
inline void SavedTabGroupSpecifics::set_allocated_guid(std::string* guid) {}

// optional int64 creation_time_windows_epoch_micros = 2;
inline bool SavedTabGroupSpecifics::_internal_has_creation_time_windows_epoch_micros() const {}
inline bool SavedTabGroupSpecifics::has_creation_time_windows_epoch_micros() const {}
inline void SavedTabGroupSpecifics::clear_creation_time_windows_epoch_micros() {}
inline int64_t SavedTabGroupSpecifics::_internal_creation_time_windows_epoch_micros() const {}
inline int64_t SavedTabGroupSpecifics::creation_time_windows_epoch_micros() const {}
inline void SavedTabGroupSpecifics::_internal_set_creation_time_windows_epoch_micros(int64_t value) {}
inline void SavedTabGroupSpecifics::set_creation_time_windows_epoch_micros(int64_t value) {}

// optional int64 update_time_windows_epoch_micros = 3;
inline bool SavedTabGroupSpecifics::_internal_has_update_time_windows_epoch_micros() const {}
inline bool SavedTabGroupSpecifics::has_update_time_windows_epoch_micros() const {}
inline void SavedTabGroupSpecifics::clear_update_time_windows_epoch_micros() {}
inline int64_t SavedTabGroupSpecifics::_internal_update_time_windows_epoch_micros() const {}
inline int64_t SavedTabGroupSpecifics::update_time_windows_epoch_micros() const {}
inline void SavedTabGroupSpecifics::_internal_set_update_time_windows_epoch_micros(int64_t value) {}
inline void SavedTabGroupSpecifics::set_update_time_windows_epoch_micros(int64_t value) {}

// .sync_pb.SavedTabGroup group = 4;
inline bool SavedTabGroupSpecifics::_internal_has_group() const {}
inline bool SavedTabGroupSpecifics::has_group() const {}
inline void SavedTabGroupSpecifics::set_has_group() {}
inline void SavedTabGroupSpecifics::clear_group() {}
inline ::sync_pb::SavedTabGroup* SavedTabGroupSpecifics::release_group() {}
inline const ::sync_pb::SavedTabGroup& SavedTabGroupSpecifics::_internal_group() const {}
inline const ::sync_pb::SavedTabGroup& SavedTabGroupSpecifics::group() const {}
inline ::sync_pb::SavedTabGroup* SavedTabGroupSpecifics::unsafe_arena_release_group() {}
inline void SavedTabGroupSpecifics::unsafe_arena_set_allocated_group(::sync_pb::SavedTabGroup* group) {}
inline ::sync_pb::SavedTabGroup* SavedTabGroupSpecifics::_internal_mutable_group() {}
inline ::sync_pb::SavedTabGroup* SavedTabGroupSpecifics::mutable_group() {}

// .sync_pb.SavedTabGroupTab tab = 5;
inline bool SavedTabGroupSpecifics::_internal_has_tab() const {}
inline bool SavedTabGroupSpecifics::has_tab() const {}
inline void SavedTabGroupSpecifics::set_has_tab() {}
inline void SavedTabGroupSpecifics::clear_tab() {}
inline ::sync_pb::SavedTabGroupTab* SavedTabGroupSpecifics::release_tab() {}
inline const ::sync_pb::SavedTabGroupTab& SavedTabGroupSpecifics::_internal_tab() const {}
inline const ::sync_pb::SavedTabGroupTab& SavedTabGroupSpecifics::tab() const {}
inline ::sync_pb::SavedTabGroupTab* SavedTabGroupSpecifics::unsafe_arena_release_tab() {}
inline void SavedTabGroupSpecifics::unsafe_arena_set_allocated_tab(::sync_pb::SavedTabGroupTab* tab) {}
inline ::sync_pb::SavedTabGroupTab* SavedTabGroupSpecifics::_internal_mutable_tab() {}
inline ::sync_pb::SavedTabGroupTab* SavedTabGroupSpecifics::mutable_tab() {}

// optional .sync_pb.AttributionMetadata attribution_metadata = 6;
inline bool SavedTabGroupSpecifics::_internal_has_attribution_metadata() const {}
inline bool SavedTabGroupSpecifics::has_attribution_metadata() const {}
inline const ::sync_pb::AttributionMetadata& SavedTabGroupSpecifics::_internal_attribution_metadata() const {}
inline const ::sync_pb::AttributionMetadata& SavedTabGroupSpecifics::attribution_metadata() const {}
inline void SavedTabGroupSpecifics::unsafe_arena_set_allocated_attribution_metadata(
    ::sync_pb::AttributionMetadata* attribution_metadata) {}
inline ::sync_pb::AttributionMetadata* SavedTabGroupSpecifics::release_attribution_metadata() {}
inline ::sync_pb::AttributionMetadata* SavedTabGroupSpecifics::unsafe_arena_release_attribution_metadata() {}
inline ::sync_pb::AttributionMetadata* SavedTabGroupSpecifics::_internal_mutable_attribution_metadata() {}
inline ::sync_pb::AttributionMetadata* SavedTabGroupSpecifics::mutable_attribution_metadata() {}
inline void SavedTabGroupSpecifics::set_allocated_attribution_metadata(::sync_pb::AttributionMetadata* attribution_metadata) {}

inline bool SavedTabGroupSpecifics::has_entity() const {}
inline void SavedTabGroupSpecifics::clear_has_entity() {}
inline SavedTabGroupSpecifics::EntityCase SavedTabGroupSpecifics::entity_case() const {}
#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::SavedTabGroup_SavedTabGroupColor> : ::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_2fsaved_5ftab_5fgroup_5fspecifics_2eproto