OpenSDN source code
etcdserverpb::LeaseKeepAliveResponse Class Reference

#include <rpc.pb.h>

Inheritance diagram for etcdserverpb::LeaseKeepAliveResponse:
Collaboration diagram for etcdserverpb::LeaseKeepAliveResponse:

Public Member Functions

 LeaseKeepAliveResponse ()
 
virtual ~LeaseKeepAliveResponse ()
 
 LeaseKeepAliveResponse (const LeaseKeepAliveResponse &from)
 
LeaseKeepAliveResponseoperator= (const LeaseKeepAliveResponse &from)
 
void Swap (LeaseKeepAliveResponse *other)
 
LeaseKeepAliveResponseNew () const PROTOBUF_FINAL
 
LeaseKeepAliveResponseNew (::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 LeaseKeepAliveResponse &from)
 
void MergeFrom (const LeaseKeepAliveResponse &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
 
bool has_header () const
 
void clear_header ()
 
const ::etcdserverpb::ResponseHeaderheader () const
 
::etcdserverpb::ResponseHeaderrelease_header ()
 
::etcdserverpb::ResponseHeadermutable_header ()
 
void set_allocated_header (::etcdserverpb::ResponseHeader *header)
 
void clear_id ()
 
::google::protobuf::int64 id () const
 
void set_id (::google::protobuf::int64 value)
 
void clear_ttl ()
 
::google::protobuf::int64 ttl () const
 
void set_ttl (::google::protobuf::int64 value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const LeaseKeepAliveResponsedefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const LeaseKeepAliveResponseinternal_default_instance ()
 

Static Public Attributes

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

Private Member Functions

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

Private Attributes

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

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

◆ LeaseKeepAliveResponse() [1/2]

etcdserverpb::LeaseKeepAliveResponse::LeaseKeepAliveResponse ( )

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

Here is the call graph for this function:

◆ ~LeaseKeepAliveResponse()

etcdserverpb::LeaseKeepAliveResponse::~LeaseKeepAliveResponse ( )
virtual

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

Here is the call graph for this function:

◆ LeaseKeepAliveResponse() [2/2]

etcdserverpb::LeaseKeepAliveResponse::LeaseKeepAliveResponse ( const LeaseKeepAliveResponse from)

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

Here is the call graph for this function:

Member Function Documentation

◆ ByteSizeLong()

size_t etcdserverpb::LeaseKeepAliveResponse::ByteSizeLong ( ) const

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

Here is the call graph for this function:

◆ Clear()

void etcdserverpb::LeaseKeepAliveResponse::Clear ( )

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

Here is the call graph for this function:

◆ clear_header()

void etcdserverpb::LeaseKeepAliveResponse::clear_header ( )
inline

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

Here is the call graph for this function:

◆ clear_id()

void etcdserverpb::LeaseKeepAliveResponse::clear_id ( )
inline

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

◆ clear_ttl()

void etcdserverpb::LeaseKeepAliveResponse::clear_ttl ( )
inline

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

◆ CopyFrom() [1/2]

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

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

Here is the call graph for this function:

◆ CopyFrom() [2/2]

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

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

Here is the call graph for this function:

◆ default_instance()

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

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

Here is the call graph for this function:

◆ descriptor()

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

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

Here is the call graph for this function:

◆ GetArenaNoVirtual()

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

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

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

Here is the call graph for this function:

◆ has_header()

bool etcdserverpb::LeaseKeepAliveResponse::has_header ( ) const
inline

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

Here is the call graph for this function:

◆ header()

const ::etcdserverpb::ResponseHeader & etcdserverpb::LeaseKeepAliveResponse::header ( ) const
inline

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

◆ id()

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

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

◆ InitAsDefaultInstance()

void etcdserverpb::LeaseKeepAliveResponse::InitAsDefaultInstance ( )
static

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

Here is the call graph for this function:

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

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

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

Here is the call graph for this function:

◆ InternalSwap()

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

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

◆ IsInitialized()

bool etcdserverpb::LeaseKeepAliveResponse::IsInitialized ( ) const

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

◆ MaybeArenaPtr()

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

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

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

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

Here is the call graph for this function:

◆ MergePartialFromCodedStream()

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

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

Here is the call graph for this function:

◆ mutable_header()

etcdserverpb::ResponseHeader * etcdserverpb::LeaseKeepAliveResponse::mutable_header ( )
inline

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

◆ New() [1/2]

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

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

Here is the call graph for this function:

◆ New() [2/2]

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

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

Here is the call graph for this function:

◆ operator=()

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

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

Here is the call graph for this function:

◆ release_header()

etcdserverpb::ResponseHeader * etcdserverpb::LeaseKeepAliveResponse::release_header ( )
inline

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

◆ SerializeWithCachedSizes()

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

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

Here is the call graph for this function:

◆ set_allocated_header()

void etcdserverpb::LeaseKeepAliveResponse::set_allocated_header ( ::etcdserverpb::ResponseHeader header)
inline

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

Here is the call graph for this function:

◆ set_id()

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

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

◆ set_ttl()

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

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

◆ SetCachedSize()

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

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

◆ SharedCtor()

void etcdserverpb::LeaseKeepAliveResponse::SharedCtor ( )
private

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

◆ SharedDtor()

void etcdserverpb::LeaseKeepAliveResponse::SharedDtor ( )
private

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

Here is the call graph for this function:

◆ Swap()

void etcdserverpb::LeaseKeepAliveResponse::Swap ( LeaseKeepAliveResponse other)

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

Here is the call graph for this function:

◆ ttl()

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

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

◆ void ::protobuf_rpc_2eproto::InitDefaultsLeaseKeepAliveResponseImpl()

etcdserverpb::LeaseKeepAliveResponse::void ::protobuf_rpc_2eproto::InitDefaultsLeaseKeepAliveResponseImpl ( )
private

Friends And Related Function Documentation

◆ ::protobuf_rpc_2eproto::TableStruct

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

◆ swap

void swap ( LeaseKeepAliveResponse a,
LeaseKeepAliveResponse b 
)
friend

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

Member Data Documentation

◆ _cached_size_

int etcdserverpb::LeaseKeepAliveResponse::_cached_size_
mutableprivate

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

◆ _internal_metadata_

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

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

◆ header_

::etcdserverpb::ResponseHeader* etcdserverpb::LeaseKeepAliveResponse::header_
private

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

◆ id_

::google::protobuf::int64 etcdserverpb::LeaseKeepAliveResponse::id_
private

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

◆ kHeaderFieldNumber

const int etcdserverpb::LeaseKeepAliveResponse::kHeaderFieldNumber = 1
static

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

◆ kIDFieldNumber

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

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

◆ kIndexInFileMessages

PROTOBUF_CONSTEXPR int const etcdserverpb::LeaseKeepAliveResponse::kIndexInFileMessages
static
Initial value:
=
27

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

◆ kTTLFieldNumber

const int etcdserverpb::LeaseKeepAliveResponse::kTTLFieldNumber = 3
static

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

◆ ttl_

::google::protobuf::int64 etcdserverpb::LeaseKeepAliveResponse::ttl_
private

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


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