OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
etcdserverpb::AlarmRequest Class Reference

#include <rpc.pb.h>

Inheritance diagram for etcdserverpb::AlarmRequest:
Collaboration diagram for etcdserverpb::AlarmRequest:

Public Types

typedef AlarmRequest_AlarmAction AlarmAction
 

Public Member Functions

 AlarmRequest ()
 
virtual ~AlarmRequest ()
 
 AlarmRequest (const AlarmRequest &from)
 
AlarmRequestoperator= (const AlarmRequest &from)
 
void Swap (AlarmRequest *other)
 
AlarmRequestNew () const PROTOBUF_FINAL
 
AlarmRequestNew (::google::protobuf::Arena *arena) const PROTOBUF_FINAL
 
void CopyFrom (const ::google::protobuf::Message &from) PROTOBUF_FINAL
 
void MergeFrom (const ::google::protobuf::Message &from) PROTOBUF_FINAL
 
void CopyFrom (const AlarmRequest &from)
 
void MergeFrom (const AlarmRequest &from)
 
void Clear () PROTOBUF_FINAL
 
bool IsInitialized () const PROTOBUF_FINAL
 
size_t ByteSizeLong () const PROTOBUF_FINAL
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) PROTOBUF_FINAL
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const PROTOBUF_FINAL
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic,::google::protobuf::uint8 *target) const PROTOBUF_FINAL
 
int GetCachedSize () const PROTOBUF_FINAL
 
::google::protobuf::Metadata GetMetadata () const PROTOBUF_FINAL
 
void clear_memberid ()
 
::google::protobuf::uint64 memberid () const
 
void set_memberid (::google::protobuf::uint64 value)
 
void clear_action ()
 
::etcdserverpb::AlarmRequest_AlarmAction action () const
 
void set_action (::etcdserverpb::AlarmRequest_AlarmAction value)
 
void clear_alarm ()
 
::etcdserverpb::AlarmType alarm () const
 
void set_alarm (::etcdserverpb::AlarmType value)
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const AlarmRequestdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const AlarmRequestinternal_default_instance ()
 
static bool AlarmAction_IsValid (int value)
 
static const
::google::protobuf::EnumDescriptor * 
AlarmAction_descriptor ()
 
static const ::std::string & AlarmAction_Name (AlarmAction value)
 
static bool AlarmAction_Parse (const ::std::string &name, AlarmAction *value)
 

Static Public Attributes

static PROTOBUF_CONSTEXPR int const kIndexInFileMessages
 
static const AlarmAction GET
 
static const AlarmAction ACTIVATE
 
static const AlarmAction DEACTIVATE
 
static const AlarmAction AlarmAction_MIN
 
static const AlarmAction AlarmAction_MAX
 
static const int AlarmAction_ARRAYSIZE
 
static const int kMemberIDFieldNumber = 2
 
static const int kActionFieldNumber = 1
 
static const int kAlarmFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const PROTOBUF_FINAL
 
void InternalSwap (AlarmRequest *other)
 
inline::google::protobuf::Arena * GetArenaNoVirtual () const
 
void * MaybeArenaPtr () const
 
friend void::protobuf_rpc_2eproto::InitDefaultsAlarmRequestImpl ()
 

Private Attributes

::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
 
::google::protobuf::uint64 memberid_
 
int action_
 
int alarm_
 
int _cached_size_
 

Friends

struct ::protobuf_rpc_2eproto::TableStruct
 
void swap (AlarmRequest &a, AlarmRequest &b)
 

Detailed Description

Definition at line 5477 of file rpc.pb.h.

Member Typedef Documentation

Constructor & Destructor Documentation

etcdserverpb::AlarmRequest::AlarmRequest ( )

Definition at line 15524 of file rpc.pb.cc.

Here is the call graph for this function:

etcdserverpb::AlarmRequest::~AlarmRequest ( )
virtual

Definition at line 15550 of file rpc.pb.cc.

Here is the call graph for this function:

etcdserverpb::AlarmRequest::AlarmRequest ( const AlarmRequest from)

Definition at line 15532 of file rpc.pb.cc.

Member Function Documentation

etcdserverpb::AlarmRequest_AlarmAction etcdserverpb::AlarmRequest::action ( ) const
inline

Definition at line 12948 of file rpc.pb.h.

etcdserverpb::AlarmType etcdserverpb::AlarmRequest::alarm ( ) const
inline

Definition at line 12976 of file rpc.pb.h.

static const ::google::protobuf::EnumDescriptor* etcdserverpb::AlarmRequest::AlarmAction_descriptor ( )
inlinestatic

Definition at line 5574 of file rpc.pb.h.

Here is the call graph for this function:

static bool etcdserverpb::AlarmRequest::AlarmAction_IsValid ( int  value)
inlinestatic

Definition at line 5564 of file rpc.pb.h.

Here is the call graph for this function:

static const ::std::string& etcdserverpb::AlarmRequest::AlarmAction_Name ( AlarmAction  value)
inlinestatic

Definition at line 5577 of file rpc.pb.h.

Here is the call graph for this function:

static bool etcdserverpb::AlarmRequest::AlarmAction_Parse ( const ::std::string &  name,
AlarmAction value 
)
inlinestatic

Definition at line 5580 of file rpc.pb.h.

Here is the call graph for this function:

size_t etcdserverpb::AlarmRequest::ByteSizeLong ( ) const

Definition at line 15729 of file rpc.pb.cc.

Here is the call graph for this function:

void etcdserverpb::AlarmRequest::Clear ( )

Definition at line 15581 of file rpc.pb.cc.

void etcdserverpb::AlarmRequest::clear_action ( )
inline

Definition at line 12945 of file rpc.pb.h.

void etcdserverpb::AlarmRequest::clear_alarm ( )
inline

Definition at line 12973 of file rpc.pb.h.

void etcdserverpb::AlarmRequest::clear_memberid ( )
inline

Definition at line 12959 of file rpc.pb.h.

void etcdserverpb::AlarmRequest::CopyFrom ( const ::google::protobuf::Message &  from)

Definition at line 15797 of file rpc.pb.cc.

Here is the call graph for this function:

void etcdserverpb::AlarmRequest::CopyFrom ( const AlarmRequest from)

Definition at line 15804 of file rpc.pb.cc.

Here is the call graph for this function:

const AlarmRequest & etcdserverpb::AlarmRequest::default_instance ( )
static

Definition at line 15568 of file rpc.pb.cc.

Here is the call graph for this function:

const ::google::protobuf::Descriptor * etcdserverpb::AlarmRequest::descriptor ( )
static

Definition at line 15563 of file rpc.pb.cc.

Here is the call graph for this function:

inline ::google::protobuf::Arena* etcdserverpb::AlarmRequest::GetArenaNoVirtual ( ) const
inlineprivate

Definition at line 5545 of file rpc.pb.h.

int etcdserverpb::AlarmRequest::GetCachedSize ( ) const
inline

Definition at line 5538 of file rpc.pb.h.

google::protobuf::Metadata etcdserverpb::AlarmRequest::GetMetadata ( ) const

Definition at line 15828 of file rpc.pb.cc.

Here is the call graph for this function:

void etcdserverpb::AlarmRequest::InitAsDefaultInstance ( )
static

Definition at line 15516 of file rpc.pb.cc.

static const AlarmRequest* etcdserverpb::AlarmRequest::internal_default_instance ( )
inlinestatic

Definition at line 5507 of file rpc.pb.h.

google::protobuf::uint8 * etcdserverpb::AlarmRequest::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const

Definition at line 15697 of file rpc.pb.cc.

Here is the call graph for this function:

void etcdserverpb::AlarmRequest::InternalSwap ( AlarmRequest other)
private

Definition at line 15819 of file rpc.pb.cc.

bool etcdserverpb::AlarmRequest::IsInitialized ( ) const

Definition at line 15811 of file rpc.pb.cc.

void* etcdserverpb::AlarmRequest::MaybeArenaPtr ( ) const
inlineprivate

Definition at line 5548 of file rpc.pb.h.

google::protobuf::uint64 etcdserverpb::AlarmRequest::memberid ( ) const
inline

Definition at line 12962 of file rpc.pb.h.

void etcdserverpb::AlarmRequest::MergeFrom ( const ::google::protobuf::Message &  from)

Definition at line 15764 of file rpc.pb.cc.

void etcdserverpb::AlarmRequest::MergeFrom ( const AlarmRequest from)

Definition at line 15779 of file rpc.pb.cc.

Here is the call graph for this function:

bool etcdserverpb::AlarmRequest::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)

Definition at line 15593 of file rpc.pb.cc.

Here is the call graph for this function:

AlarmRequest* etcdserverpb::AlarmRequest::New ( ) const
inline

Definition at line 5521 of file rpc.pb.h.

Here is the call graph for this function:

AlarmRequest * etcdserverpb::AlarmRequest::New ( ::google::protobuf::Arena *  arena) const

Definition at line 15573 of file rpc.pb.cc.

Here is the call graph for this function:

AlarmRequest& etcdserverpb::AlarmRequest::operator= ( const AlarmRequest from)
inline

Definition at line 5484 of file rpc.pb.h.

Here is the call graph for this function:

void etcdserverpb::AlarmRequest::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const

Definition at line 15667 of file rpc.pb.cc.

Here is the call graph for this function:

void etcdserverpb::AlarmRequest::set_action ( ::etcdserverpb::AlarmRequest_AlarmAction  value)
inline

Definition at line 12952 of file rpc.pb.h.

void etcdserverpb::AlarmRequest::set_alarm ( ::etcdserverpb::AlarmType  value)
inline

Definition at line 12980 of file rpc.pb.h.

void etcdserverpb::AlarmRequest::set_memberid ( ::google::protobuf::uint64  value)
inline

Definition at line 12966 of file rpc.pb.h.

void etcdserverpb::AlarmRequest::SetCachedSize ( int  size) const
private

Definition at line 15558 of file rpc.pb.cc.

void etcdserverpb::AlarmRequest::SharedCtor ( )
private

Definition at line 15543 of file rpc.pb.cc.

void etcdserverpb::AlarmRequest::SharedDtor ( )
private

Definition at line 15555 of file rpc.pb.cc.

void etcdserverpb::AlarmRequest::Swap ( AlarmRequest other)

Definition at line 15815 of file rpc.pb.cc.

Here is the call graph for this function:

etcdserverpb::AlarmRequest::void::protobuf_rpc_2eproto::InitDefaultsAlarmRequestImpl ( )
private

Friends And Related Function Documentation

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

Definition at line 5613 of file rpc.pb.h.

void swap ( AlarmRequest a,
AlarmRequest b 
)
friend

Definition at line 5515 of file rpc.pb.h.

Member Data Documentation

int etcdserverpb::AlarmRequest::_cached_size_
mutableprivate

Definition at line 5612 of file rpc.pb.h.

::google::protobuf::internal::InternalMetadataWithArena etcdserverpb::AlarmRequest::_internal_metadata_
private

Definition at line 5608 of file rpc.pb.h.

int etcdserverpb::AlarmRequest::action_
private

Definition at line 5610 of file rpc.pb.h.

const AlarmRequest_AlarmAction etcdserverpb::AlarmRequest::ACTIVATE
static
Initial value:

Definition at line 5560 of file rpc.pb.h.

int etcdserverpb::AlarmRequest::alarm_
private

Definition at line 5611 of file rpc.pb.h.

const int etcdserverpb::AlarmRequest::AlarmAction_ARRAYSIZE
static
Initial value:

Definition at line 5571 of file rpc.pb.h.

const AlarmRequest_AlarmAction etcdserverpb::AlarmRequest::AlarmAction_MAX
static
Initial value:

Definition at line 5569 of file rpc.pb.h.

const AlarmRequest_AlarmAction etcdserverpb::AlarmRequest::AlarmAction_MIN
static
Initial value:

Definition at line 5567 of file rpc.pb.h.

const AlarmRequest_AlarmAction etcdserverpb::AlarmRequest::DEACTIVATE
static
Initial value:

Definition at line 5562 of file rpc.pb.h.

const AlarmRequest_AlarmAction etcdserverpb::AlarmRequest::GET
static
Initial value:

Definition at line 5558 of file rpc.pb.h.

const int etcdserverpb::AlarmRequest::kActionFieldNumber = 1
static

Definition at line 5595 of file rpc.pb.h.

const int etcdserverpb::AlarmRequest::kAlarmFieldNumber = 3
static

Definition at line 5601 of file rpc.pb.h.

PROTOBUF_CONSTEXPR int const etcdserverpb::AlarmRequest::kIndexInFileMessages
static
Initial value:
=
39

Definition at line 5511 of file rpc.pb.h.

const int etcdserverpb::AlarmRequest::kMemberIDFieldNumber = 2
static

Definition at line 5589 of file rpc.pb.h.

::google::protobuf::uint64 etcdserverpb::AlarmRequest::memberid_
private

Definition at line 5609 of file rpc.pb.h.


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