chromium/out/Default/gen/components/data_sharing/public/protocol/group_data.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: components/data_sharing/public/protocol/group_data.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_components_2fdata_5fsharing_2fpublic_2fprotocol_2fgroup_5fdata_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_components_2fdata_5fsharing_2fpublic_2fprotocol_2fgroup_5fdata_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>
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_components_2fdata_5fsharing_2fpublic_2fprotocol_2fgroup_5fdata_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_components_2fdata_5fsharing_2fpublic_2fprotocol_2fgroup_5fdata_2eproto {};
namespace data_sharing_pb {
class GroupData;
struct GroupDataDefaultTypeInternal;
extern GroupDataDefaultTypeInternal _GroupData_default_instance_;
class GroupMember;
struct GroupMemberDefaultTypeInternal;
extern GroupMemberDefaultTypeInternal _GroupMember_default_instance_;
}  // namespace data_sharing_pb
PROTOBUF_NAMESPACE_OPEN
template<> ::data_sharing_pb::GroupData* Arena::CreateMaybeMessage<::data_sharing_pb::GroupData>(Arena*);
template<> ::data_sharing_pb::GroupMember* Arena::CreateMaybeMessage<::data_sharing_pb::GroupMember>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace data_sharing_pb {

enum MemberRole : int {};
bool MemberRole_IsValid(int value);
constexpr MemberRole MemberRole_MIN =;
constexpr MemberRole MemberRole_MAX =;
constexpr int MemberRole_ARRAYSIZE =;

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

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

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


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

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

// optional string gaia_id = 1;
inline bool GroupMember::_internal_has_gaia_id() const {}
inline bool GroupMember::has_gaia_id() const {}
inline void GroupMember::clear_gaia_id() {}
inline const std::string& GroupMember::gaia_id() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void GroupMember::set_gaia_id(ArgT0&& arg0, ArgT... args) {}
inline std::string* GroupMember::mutable_gaia_id() {}
inline const std::string& GroupMember::_internal_gaia_id() const {}
inline void GroupMember::_internal_set_gaia_id(const std::string& value) {}
inline std::string* GroupMember::_internal_mutable_gaia_id() {}
inline std::string* GroupMember::release_gaia_id() {}
inline void GroupMember::set_allocated_gaia_id(std::string* gaia_id) {}

// optional string display_name = 2;
inline bool GroupMember::_internal_has_display_name() const {}
inline bool GroupMember::has_display_name() const {}
inline void GroupMember::clear_display_name() {}
inline const std::string& GroupMember::display_name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void GroupMember::set_display_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* GroupMember::mutable_display_name() {}
inline const std::string& GroupMember::_internal_display_name() const {}
inline void GroupMember::_internal_set_display_name(const std::string& value) {}
inline std::string* GroupMember::_internal_mutable_display_name() {}
inline std::string* GroupMember::release_display_name() {}
inline void GroupMember::set_allocated_display_name(std::string* display_name) {}

// optional string email = 3;
inline bool GroupMember::_internal_has_email() const {}
inline bool GroupMember::has_email() const {}
inline void GroupMember::clear_email() {}
inline const std::string& GroupMember::email() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void GroupMember::set_email(ArgT0&& arg0, ArgT... args) {}
inline std::string* GroupMember::mutable_email() {}
inline const std::string& GroupMember::_internal_email() const {}
inline void GroupMember::_internal_set_email(const std::string& value) {}
inline std::string* GroupMember::_internal_mutable_email() {}
inline std::string* GroupMember::release_email() {}
inline void GroupMember::set_allocated_email(std::string* email) {}

// optional .data_sharing_pb.MemberRole role = 4;
inline bool GroupMember::_internal_has_role() const {}
inline bool GroupMember::has_role() const {}
inline void GroupMember::clear_role() {}
inline ::data_sharing_pb::MemberRole GroupMember::_internal_role() const {}
inline ::data_sharing_pb::MemberRole GroupMember::role() const {}
inline void GroupMember::_internal_set_role(::data_sharing_pb::MemberRole value) {}
inline void GroupMember::set_role(::data_sharing_pb::MemberRole value) {}

// optional string avatar_url = 5;
inline bool GroupMember::_internal_has_avatar_url() const {}
inline bool GroupMember::has_avatar_url() const {}
inline void GroupMember::clear_avatar_url() {}
inline const std::string& GroupMember::avatar_url() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void GroupMember::set_avatar_url(ArgT0&& arg0, ArgT... args) {}
inline std::string* GroupMember::mutable_avatar_url() {}
inline const std::string& GroupMember::_internal_avatar_url() const {}
inline void GroupMember::_internal_set_avatar_url(const std::string& value) {}
inline std::string* GroupMember::_internal_mutable_avatar_url() {}
inline std::string* GroupMember::release_avatar_url() {}
inline void GroupMember::set_allocated_avatar_url(std::string* avatar_url) {}

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

// GroupData

// optional string group_id = 1;
inline bool GroupData::_internal_has_group_id() const {}
inline bool GroupData::has_group_id() const {}
inline void GroupData::clear_group_id() {}
inline const std::string& GroupData::group_id() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void GroupData::set_group_id(ArgT0&& arg0, ArgT... args) {}
inline std::string* GroupData::mutable_group_id() {}
inline const std::string& GroupData::_internal_group_id() const {}
inline void GroupData::_internal_set_group_id(const std::string& value) {}
inline std::string* GroupData::_internal_mutable_group_id() {}
inline std::string* GroupData::release_group_id() {}
inline void GroupData::set_allocated_group_id(std::string* group_id) {}

// optional string display_name = 2;
inline bool GroupData::_internal_has_display_name() const {}
inline bool GroupData::has_display_name() const {}
inline void GroupData::clear_display_name() {}
inline const std::string& GroupData::display_name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void GroupData::set_display_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* GroupData::mutable_display_name() {}
inline const std::string& GroupData::_internal_display_name() const {}
inline void GroupData::_internal_set_display_name(const std::string& value) {}
inline std::string* GroupData::_internal_mutable_display_name() {}
inline std::string* GroupData::release_display_name() {}
inline void GroupData::set_allocated_display_name(std::string* display_name) {}

// repeated .data_sharing_pb.GroupMember members = 3;
inline int GroupData::_internal_members_size() const {}
inline int GroupData::members_size() const {}
inline void GroupData::clear_members() {}
inline ::data_sharing_pb::GroupMember* GroupData::mutable_members(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::data_sharing_pb::GroupMember >*
GroupData::mutable_members() {}
inline const ::data_sharing_pb::GroupMember& GroupData::_internal_members(int index) const {}
inline const ::data_sharing_pb::GroupMember& GroupData::members(int index) const {}
inline ::data_sharing_pb::GroupMember* GroupData::_internal_add_members() {}
inline ::data_sharing_pb::GroupMember* GroupData::add_members() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::data_sharing_pb::GroupMember >&
GroupData::members() const {}

// optional string access_token = 4;
inline bool GroupData::_internal_has_access_token() const {}
inline bool GroupData::has_access_token() const {}
inline void GroupData::clear_access_token() {}
inline const std::string& GroupData::access_token() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void GroupData::set_access_token(ArgT0&& arg0, ArgT... args) {}
inline std::string* GroupData::mutable_access_token() {}
inline const std::string& GroupData::_internal_access_token() const {}
inline void GroupData::_internal_set_access_token(const std::string& value) {}
inline std::string* GroupData::_internal_mutable_access_token() {}
inline std::string* GroupData::release_access_token() {}
inline void GroupData::set_allocated_access_token(std::string* access_token) {}

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


// @@protoc_insertion_point(namespace_scope)

}  // namespace data_sharing_pb

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::data_sharing_pb::MemberRole> : ::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_2fdata_5fsharing_2fpublic_2fprotocol_2fgroup_5fdata_2eproto