Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
Sync::SyncState Class Reference
Inheritance diagram for Sync::SyncState:

Public Types

typedef SyncState_SeqNo SeqNo
 
typedef SyncState_ActionType ActionType
 

Public Member Functions

 SyncState (const SyncState &from)
 
SyncStateoperator= (const SyncState &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SyncState *other)
 
SyncStateNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const SyncState &from)
 
void MergeFrom (const SyncState &from)
 
void Clear ()
 
bool IsInitialized () const
 
int ByteSize () const
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8 * SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_name () const
 
void clear_name ()
 
const ::std::string & name () const
 
void set_name (const ::std::string &value)
 
void set_name (const char *value)
 
void set_name (const char *value, size_t size)
 
inline::std::string * mutable_name ()
 
inline::std::string * release_name ()
 
bool has_type () const
 
void clear_type ()
 
inline::Sync::SyncState_ActionType type () const
 
void set_type (::Sync::SyncState_ActionType value)
 
bool has_seqno () const
 
void clear_seqno ()
 
const ::Sync::SyncState_SeqNoseqno () const
 
inline::Sync::SyncState_SeqNo * mutable_seqno ()
 
inline::Sync::SyncState_SeqNo * release_seqno ()
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const SyncStatedefault_instance ()
 
static bool ActionType_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptor * ActionType_descriptor ()
 
static const ::std::string & ActionType_Name (ActionType value)
 
static bool ActionType_Parse (const ::std::string &name, ActionType *value)
 

Static Public Attributes

static const ActionType UPDATE = SyncState_ActionType_UPDATE
 
static const ActionType DELETE = SyncState_ActionType_DELETE
 
static const ActionType OTHER = SyncState_ActionType_OTHER
 
static const ActionType ActionType_MIN
 
static const ActionType ActionType_MAX
 
static const int ActionType_ARRAYSIZE
 
static const int kNameFieldNumber = 1
 
static const int kTypeFieldNumber = 2
 
static const int kSeqnoFieldNumber = 3
 

Friends

void protobuf_AddDesc_sync_2dstate_2eproto ()
 
void protobuf_AssignDesc_sync_2dstate_2eproto ()
 
void protobuf_ShutdownFile_sync_2dstate_2eproto ()
 

Member Data Documentation

const int Sync::SyncState::ActionType_ARRAYSIZE
static
Initial value:
=
SyncState_ActionType_ActionType_ARRAYSIZE
const ActionType Sync::SyncState::ActionType_MAX
static
Initial value:
=
SyncState_ActionType_ActionType_MAX
const ActionType Sync::SyncState::ActionType_MIN
static
Initial value:
=
SyncState_ActionType_ActionType_MIN

The documentation for this class was generated from the following file: