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

#include <rpc.pb.h>

Inheritance diagram for etcdserverpb::LeaseGrantRequest:
Collaboration diagram for etcdserverpb::LeaseGrantRequest:

Public Member Functions

 LeaseGrantRequest ()
 
virtual ~LeaseGrantRequest ()
 
 LeaseGrantRequest (const LeaseGrantRequest &from)
 
LeaseGrantRequestoperator= (const LeaseGrantRequest &from)
 
void Swap (LeaseGrantRequest *other)
 
LeaseGrantRequestNew () const PROTOBUF_FINAL
 
LeaseGrantRequestNew (::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 LeaseGrantRequest &from)
 
void MergeFrom (const LeaseGrantRequest &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_ttl ()
 
::google::protobuf::int64 ttl () const
 
void set_ttl (::google::protobuf::int64 value)
 
void clear_id ()
 
::google::protobuf::int64 id () const
 
void set_id (::google::protobuf::int64 value)
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const LeaseGrantRequestdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const LeaseGrantRequestinternal_default_instance ()
 

Static Public Attributes

static PROTOBUF_CONSTEXPR int const kIndexInFileMessages
 
static const int kTTLFieldNumber = 1
 
static const int kIDFieldNumber = 2
 

Private Member Functions

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

Private Attributes

::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
 
::google::protobuf::int64 ttl_
 
::google::protobuf::int64 id_
 
int _cached_size_
 

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

etcdserverpb::LeaseGrantRequest::LeaseGrantRequest ( )

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

Here is the call graph for this function:

etcdserverpb::LeaseGrantRequest::~LeaseGrantRequest ( )
virtual

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

Here is the call graph for this function:

etcdserverpb::LeaseGrantRequest::LeaseGrantRequest ( const LeaseGrantRequest from)

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

Member Function Documentation

size_t etcdserverpb::LeaseGrantRequest::ByteSizeLong ( ) const

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

Here is the call graph for this function:

void etcdserverpb::LeaseGrantRequest::Clear ( )

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

void etcdserverpb::LeaseGrantRequest::clear_id ( )
inline

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

void etcdserverpb::LeaseGrantRequest::clear_ttl ( )
inline

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

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

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

Here is the call graph for this function:

google::protobuf::int64 etcdserverpb::LeaseGrantRequest::id ( ) const
inline

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

void etcdserverpb::LeaseGrantRequest::InitAsDefaultInstance ( )
static

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

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

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

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

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

Here is the call graph for this function:

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

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

bool etcdserverpb::LeaseGrantRequest::IsInitialized ( ) const

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

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

void etcdserverpb::LeaseGrantRequest::set_id ( ::google::protobuf::int64  value)
inline

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

void etcdserverpb::LeaseGrantRequest::set_ttl ( ::google::protobuf::int64  value)
inline

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

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

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

void etcdserverpb::LeaseGrantRequest::SharedCtor ( )
private

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

void etcdserverpb::LeaseGrantRequest::SharedDtor ( )
private

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

void etcdserverpb::LeaseGrantRequest::Swap ( LeaseGrantRequest other)

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

Here is the call graph for this function:

google::protobuf::int64 etcdserverpb::LeaseGrantRequest::ttl ( ) const
inline

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

etcdserverpb::LeaseGrantRequest::void::protobuf_rpc_2eproto::InitDefaultsLeaseGrantRequestImpl ( )
private

Friends And Related Function Documentation

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

void swap ( LeaseGrantRequest a,
LeaseGrantRequest b 
)
friend

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

Member Data Documentation

int etcdserverpb::LeaseGrantRequest::_cached_size_
mutableprivate

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

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

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

::google::protobuf::int64 etcdserverpb::LeaseGrantRequest::id_
private

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

const int etcdserverpb::LeaseGrantRequest::kIDFieldNumber = 2
static

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

PROTOBUF_CONSTEXPR int const etcdserverpb::LeaseGrantRequest::kIndexInFileMessages
static
Initial value:
=
22

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

const int etcdserverpb::LeaseGrantRequest::kTTLFieldNumber = 1
static

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

::google::protobuf::int64 etcdserverpb::LeaseGrantRequest::ttl_
private

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


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