OpenSDN source code
etcdserverpb::WatchResponse Class Reference

#include <rpc.pb.h>

Inheritance diagram for etcdserverpb::WatchResponse:
Collaboration diagram for etcdserverpb::WatchResponse:

Public Member Functions

 WatchResponse ()
 
virtual ~WatchResponse ()
 
 WatchResponse (const WatchResponse &from)
 
WatchResponseoperator= (const WatchResponse &from)
 
void Swap (WatchResponse *other)
 
WatchResponseNew () const PROTOBUF_FINAL
 
WatchResponseNew (::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 WatchResponse &from)
 
void MergeFrom (const WatchResponse &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
 
int events_size () const
 
void clear_events ()
 
const ::mvccpb::Eventevents (int index) const
 
::mvccpb::Eventmutable_events (int index)
 
::mvccpb::Eventadd_events ()
 
::google::protobuf::RepeatedPtrField< ::mvccpb::Event > * mutable_events ()
 
const ::google::protobuf::RepeatedPtrField< ::mvccpb::Event > & events () const
 
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_watch_id ()
 
::google::protobuf::int64 watch_id () const
 
void set_watch_id (::google::protobuf::int64 value)
 
void clear_compact_revision ()
 
::google::protobuf::int64 compact_revision () const
 
void set_compact_revision (::google::protobuf::int64 value)
 
void clear_created ()
 
bool created () const
 
void set_created (bool value)
 
void clear_canceled ()
 
bool canceled () const
 
void set_canceled (bool value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const WatchResponsedefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const WatchResponseinternal_default_instance ()
 

Static Public Attributes

static PROTOBUF_CONSTEXPR int const kIndexInFileMessages
 
static const int kEventsFieldNumber = 11
 
static const int kHeaderFieldNumber = 1
 
static const int kWatchIdFieldNumber = 2
 
static const int kCompactRevisionFieldNumber = 5
 
static const int kCreatedFieldNumber = 3
 
static const int kCanceledFieldNumber = 4
 

Private Member Functions

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

Private Attributes

::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
 
::google::protobuf::RepeatedPtrField< ::mvccpb::Eventevents_
 
::etcdserverpb::ResponseHeaderheader_
 
::google::protobuf::int64 watch_id_
 
::google::protobuf::int64 compact_revision_
 
bool created_
 
bool canceled_
 
int _cached_size_
 

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

◆ WatchResponse() [1/2]

etcdserverpb::WatchResponse::WatchResponse ( )

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

Here is the call graph for this function:

◆ ~WatchResponse()

etcdserverpb::WatchResponse::~WatchResponse ( )
virtual

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

Here is the call graph for this function:

◆ WatchResponse() [2/2]

etcdserverpb::WatchResponse::WatchResponse ( const WatchResponse from)

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

Here is the call graph for this function:

Member Function Documentation

◆ add_events()

mvccpb::Event * etcdserverpb::WatchResponse::add_events ( )
inline

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

◆ ByteSizeLong()

size_t etcdserverpb::WatchResponse::ByteSizeLong ( ) const

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

Here is the call graph for this function:

◆ canceled()

bool etcdserverpb::WatchResponse::canceled ( ) const
inline

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

◆ Clear()

void etcdserverpb::WatchResponse::Clear ( )

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

Here is the call graph for this function:

◆ clear_canceled()

void etcdserverpb::WatchResponse::clear_canceled ( )
inline

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

◆ clear_compact_revision()

void etcdserverpb::WatchResponse::clear_compact_revision ( )
inline

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

◆ clear_created()

void etcdserverpb::WatchResponse::clear_created ( )
inline

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

◆ clear_events()

void etcdserverpb::WatchResponse::clear_events ( )

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

◆ clear_header()

void etcdserverpb::WatchResponse::clear_header ( )
inline

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

Here is the call graph for this function:

◆ clear_watch_id()

void etcdserverpb::WatchResponse::clear_watch_id ( )
inline

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

◆ compact_revision()

google::protobuf::int64 etcdserverpb::WatchResponse::compact_revision ( ) const
inline

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

◆ CopyFrom() [1/2]

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

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

Here is the call graph for this function:

◆ CopyFrom() [2/2]

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

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

Here is the call graph for this function:

◆ created()

bool etcdserverpb::WatchResponse::created ( ) const
inline

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

◆ default_instance()

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

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

Here is the call graph for this function:

◆ descriptor()

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

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

Here is the call graph for this function:

◆ events() [1/2]

const ::google::protobuf::RepeatedPtrField<::mvccpb::Event > & etcdserverpb::WatchResponse::events ( ) const
inline

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

◆ events() [2/2]

const ::mvccpb::Event & etcdserverpb::WatchResponse::events ( int  index) const
inline

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

◆ events_size()

int etcdserverpb::WatchResponse::events_size ( ) const
inline

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

◆ GetArenaNoVirtual()

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

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

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

Here is the call graph for this function:

◆ has_header()

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

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

Here is the call graph for this function:

◆ header()

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

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

◆ InitAsDefaultInstance()

void etcdserverpb::WatchResponse::InitAsDefaultInstance ( )
static

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

Here is the call graph for this function:

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

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

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

Here is the call graph for this function:

◆ InternalSwap()

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

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

◆ IsInitialized()

bool etcdserverpb::WatchResponse::IsInitialized ( ) const

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

◆ MaybeArenaPtr()

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

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

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

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

Here is the call graph for this function:

◆ MergePartialFromCodedStream()

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

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

Here is the call graph for this function:

◆ mutable_events() [1/2]

google::protobuf::RepeatedPtrField<::mvccpb::Event > * etcdserverpb::WatchResponse::mutable_events ( )
inline

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

◆ mutable_events() [2/2]

mvccpb::Event * etcdserverpb::WatchResponse::mutable_events ( int  index)
inline

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

◆ mutable_header()

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

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

◆ New() [1/2]

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

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

Here is the call graph for this function:

◆ New() [2/2]

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

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

Here is the call graph for this function:

◆ operator=()

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

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

Here is the call graph for this function:

◆ release_header()

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

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

◆ SerializeWithCachedSizes()

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

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

Here is the call graph for this function:

◆ set_allocated_header()

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

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

Here is the call graph for this function:

◆ set_canceled()

void etcdserverpb::WatchResponse::set_canceled ( bool  value)
inline

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

◆ set_compact_revision()

void etcdserverpb::WatchResponse::set_compact_revision ( ::google::protobuf::int64  value)
inline

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

◆ set_created()

void etcdserverpb::WatchResponse::set_created ( bool  value)
inline

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

◆ set_watch_id()

void etcdserverpb::WatchResponse::set_watch_id ( ::google::protobuf::int64  value)
inline

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

◆ SetCachedSize()

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

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

◆ SharedCtor()

void etcdserverpb::WatchResponse::SharedCtor ( )
private

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

◆ SharedDtor()

void etcdserverpb::WatchResponse::SharedDtor ( )
private

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

Here is the call graph for this function:

◆ Swap()

void etcdserverpb::WatchResponse::Swap ( WatchResponse other)

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

Here is the call graph for this function:

◆ void ::protobuf_rpc_2eproto::InitDefaultsWatchResponseImpl()

etcdserverpb::WatchResponse::void ::protobuf_rpc_2eproto::InitDefaultsWatchResponseImpl ( )
private

◆ watch_id()

google::protobuf::int64 etcdserverpb::WatchResponse::watch_id ( ) const
inline

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

Friends And Related Function Documentation

◆ ::protobuf_rpc_2eproto::TableStruct

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

◆ swap

void swap ( WatchResponse a,
WatchResponse b 
)
friend

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

Member Data Documentation

◆ _cached_size_

int etcdserverpb::WatchResponse::_cached_size_
mutableprivate

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

◆ _internal_metadata_

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

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

◆ canceled_

bool etcdserverpb::WatchResponse::canceled_
private

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

◆ compact_revision_

::google::protobuf::int64 etcdserverpb::WatchResponse::compact_revision_
private

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

◆ created_

bool etcdserverpb::WatchResponse::created_
private

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

◆ events_

::google::protobuf::RepeatedPtrField< ::mvccpb::Event > etcdserverpb::WatchResponse::events_
private

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

◆ header_

::etcdserverpb::ResponseHeader* etcdserverpb::WatchResponse::header_
private

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

◆ kCanceledFieldNumber

const int etcdserverpb::WatchResponse::kCanceledFieldNumber = 4
static

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

◆ kCompactRevisionFieldNumber

const int etcdserverpb::WatchResponse::kCompactRevisionFieldNumber = 5
static

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

◆ kCreatedFieldNumber

const int etcdserverpb::WatchResponse::kCreatedFieldNumber = 3
static

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

◆ kEventsFieldNumber

const int etcdserverpb::WatchResponse::kEventsFieldNumber = 11
static

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

◆ kHeaderFieldNumber

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

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

◆ kIndexInFileMessages

PROTOBUF_CONSTEXPR int const etcdserverpb::WatchResponse::kIndexInFileMessages
static
Initial value:
=
21

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

◆ kWatchIdFieldNumber

const int etcdserverpb::WatchResponse::kWatchIdFieldNumber = 2
static

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

◆ watch_id_

::google::protobuf::int64 etcdserverpb::WatchResponse::watch_id_
private

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


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