OpenSDN source code
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

◆ AlarmAction

Constructor & Destructor Documentation

◆ AlarmRequest() [1/2]

etcdserverpb::AlarmRequest::AlarmRequest ( )

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

Here is the call graph for this function:

◆ ~AlarmRequest()

etcdserverpb::AlarmRequest::~AlarmRequest ( )
virtual

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

Here is the call graph for this function:

◆ AlarmRequest() [2/2]

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

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

Member Function Documentation

◆ action()

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

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

◆ alarm()

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

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

◆ AlarmAction_descriptor()

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:

◆ AlarmAction_IsValid()

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:

◆ AlarmAction_Name()

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:

◆ AlarmAction_Parse()

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:

◆ ByteSizeLong()

size_t etcdserverpb::AlarmRequest::ByteSizeLong ( ) const

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

Here is the call graph for this function:

◆ Clear()

void etcdserverpb::AlarmRequest::Clear ( )

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

◆ clear_action()

void etcdserverpb::AlarmRequest::clear_action ( )
inline

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

◆ clear_alarm()

void etcdserverpb::AlarmRequest::clear_alarm ( )
inline

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

◆ clear_memberid()

void etcdserverpb::AlarmRequest::clear_memberid ( )
inline

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

◆ CopyFrom() [1/2]

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:

◆ CopyFrom() [2/2]

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

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

Here is the call graph for this function:

◆ default_instance()

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

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

Here is the call graph for this function:

◆ descriptor()

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:

◆ GetArenaNoVirtual()

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

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

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

Here is the call graph for this function:

◆ InitAsDefaultInstance()

void etcdserverpb::AlarmRequest::InitAsDefaultInstance ( )
static

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

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

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:

◆ InternalSwap()

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

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

◆ IsInitialized()

bool etcdserverpb::AlarmRequest::IsInitialized ( ) const

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

◆ MaybeArenaPtr()

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

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

◆ memberid()

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

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

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

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

Here is the call graph for this function:

◆ MergePartialFromCodedStream()

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:

◆ New() [1/2]

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

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

Here is the call graph for this function:

◆ New() [2/2]

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:

◆ operator=()

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:

◆ SerializeWithCachedSizes()

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:

◆ set_action()

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

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

◆ set_alarm()

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

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

◆ set_memberid()

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

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

◆ SetCachedSize()

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

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

◆ SharedCtor()

void etcdserverpb::AlarmRequest::SharedCtor ( )
private

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

◆ SharedDtor()

void etcdserverpb::AlarmRequest::SharedDtor ( )
private

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

◆ Swap()

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

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

Here is the call graph for this function:

◆ void ::protobuf_rpc_2eproto::InitDefaultsAlarmRequestImpl()

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

Friends And Related Function Documentation

◆ ::protobuf_rpc_2eproto::TableStruct

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

◆ swap

void swap ( AlarmRequest a,
AlarmRequest b 
)
friend

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

Member Data Documentation

◆ _cached_size_

int etcdserverpb::AlarmRequest::_cached_size_
mutableprivate

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

◆ _internal_metadata_

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

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

◆ action_

int etcdserverpb::AlarmRequest::action_
private

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

◆ ACTIVATE

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

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

◆ alarm_

int etcdserverpb::AlarmRequest::alarm_
private

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

◆ AlarmAction_ARRAYSIZE

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

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

◆ AlarmAction_MAX

const AlarmRequest_AlarmAction etcdserverpb::AlarmRequest::AlarmAction_MAX
static
Initial value:
=
const AlarmRequest_AlarmAction AlarmRequest_AlarmAction_AlarmAction_MAX
Definition: rpc.pb.h:632

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

◆ AlarmAction_MIN

const AlarmRequest_AlarmAction etcdserverpb::AlarmRequest::AlarmAction_MIN
static
Initial value:
=
const AlarmRequest_AlarmAction AlarmRequest_AlarmAction_AlarmAction_MIN
Definition: rpc.pb.h:631

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

◆ DEACTIVATE

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

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

◆ GET

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

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

◆ kActionFieldNumber

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

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

◆ kAlarmFieldNumber

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

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

◆ kIndexInFileMessages

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

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

◆ kMemberIDFieldNumber

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

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

◆ memberid_

::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: