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

#include <rpc.pb.h>

Inheritance diagram for etcdserverpb::WatchRequest:
Collaboration diagram for etcdserverpb::WatchRequest:

Classes

union  RequestUnionUnion
 

Public Types

enum  RequestUnionCase { kCreateRequest = 1, kCancelRequest = 2, REQUEST_UNION_NOT_SET = 0 }
 

Public Member Functions

 WatchRequest ()
 
virtual ~WatchRequest ()
 
 WatchRequest (const WatchRequest &from)
 
WatchRequestoperator= (const WatchRequest &from)
 
void Swap (WatchRequest *other)
 
WatchRequestNew () const PROTOBUF_FINAL
 
WatchRequestNew (::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 WatchRequest &from)
 
void MergeFrom (const WatchRequest &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_create_request () const
 
void clear_create_request ()
 
const
::etcdserverpb::WatchCreateRequest
create_request () const
 
::etcdserverpb::WatchCreateRequestrelease_create_request ()
 
::etcdserverpb::WatchCreateRequestmutable_create_request ()
 
void set_allocated_create_request (::etcdserverpb::WatchCreateRequest *create_request)
 
bool has_cancel_request () const
 
void clear_cancel_request ()
 
const
::etcdserverpb::WatchCancelRequest
cancel_request () const
 
::etcdserverpb::WatchCancelRequestrelease_cancel_request ()
 
::etcdserverpb::WatchCancelRequestmutable_cancel_request ()
 
void set_allocated_cancel_request (::etcdserverpb::WatchCancelRequest *cancel_request)
 
RequestUnionCase request_union_case () const
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const WatchRequestdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const WatchRequestinternal_default_instance ()
 

Static Public Attributes

static PROTOBUF_CONSTEXPR int const kIndexInFileMessages
 
static const int kCreateRequestFieldNumber = 1
 
static const int kCancelRequestFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const PROTOBUF_FINAL
 
void InternalSwap (WatchRequest *other)
 
inline::google::protobuf::Arena * GetArenaNoVirtual () const
 
void * MaybeArenaPtr () const
 
void set_has_create_request ()
 
void set_has_cancel_request ()
 
bool has_request_union () const
 
void clear_request_union ()
 
void clear_has_request_union ()
 
friend void::protobuf_rpc_2eproto::InitDefaultsWatchRequestImpl ()
 

Private Attributes

::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
 
union
etcdserverpb::WatchRequest::RequestUnionUnion 
request_union_
 
int _cached_size_
 
::google::protobuf::uint32 _oneof_case_ [1]
 

Friends

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

Detailed Description

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

Member Enumeration Documentation

Enumerator
kCreateRequest 
kCancelRequest 
REQUEST_UNION_NOT_SET 

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

Constructor & Destructor Documentation

etcdserverpb::WatchRequest::WatchRequest ( )

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

Here is the call graph for this function:

etcdserverpb::WatchRequest::~WatchRequest ( )
virtual

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

Here is the call graph for this function:

etcdserverpb::WatchRequest::WatchRequest ( const WatchRequest from)

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

Here is the call graph for this function:

Member Function Documentation

size_t etcdserverpb::WatchRequest::ByteSizeLong ( ) const

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

Here is the call graph for this function:

const ::etcdserverpb::WatchCancelRequest & etcdserverpb::WatchRequest::cancel_request ( ) const
inline

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

void etcdserverpb::WatchRequest::Clear ( )

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

Here is the call graph for this function:

void etcdserverpb::WatchRequest::clear_cancel_request ( )
inline

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

void etcdserverpb::WatchRequest::clear_create_request ( )
inline

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

void etcdserverpb::WatchRequest::clear_has_request_union ( )
inlineprivate

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

void etcdserverpb::WatchRequest::clear_request_union ( )
private

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

const ::etcdserverpb::WatchCreateRequest & etcdserverpb::WatchRequest::create_request ( ) const
inline

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

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

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

Here is the call graph for this function:

bool etcdserverpb::WatchRequest::has_cancel_request ( ) const
inline

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

bool etcdserverpb::WatchRequest::has_create_request ( ) const
inline

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

bool etcdserverpb::WatchRequest::has_request_union ( ) const
inlineprivate

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

void etcdserverpb::WatchRequest::InitAsDefaultInstance ( )
static

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

Here is the call graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

bool etcdserverpb::WatchRequest::IsInitialized ( ) const

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

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

etcdserverpb::WatchCancelRequest * etcdserverpb::WatchRequest::mutable_cancel_request ( )
inline

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

etcdserverpb::WatchCreateRequest * etcdserverpb::WatchRequest::mutable_create_request ( )
inline

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

etcdserverpb::WatchCancelRequest * etcdserverpb::WatchRequest::release_cancel_request ( )
inline

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

etcdserverpb::WatchCreateRequest * etcdserverpb::WatchRequest::release_create_request ( )
inline

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

WatchRequest::RequestUnionCase etcdserverpb::WatchRequest::request_union_case ( ) const
inline

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

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

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

Here is the call graph for this function:

void etcdserverpb::WatchRequest::set_allocated_cancel_request ( ::etcdserverpb::WatchCancelRequest cancel_request)

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

Here is the call graph for this function:

void etcdserverpb::WatchRequest::set_allocated_create_request ( ::etcdserverpb::WatchCreateRequest create_request)

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

Here is the call graph for this function:

void etcdserverpb::WatchRequest::set_has_cancel_request ( )
inlineprivate

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

void etcdserverpb::WatchRequest::set_has_create_request ( )
inlineprivate

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

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

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

void etcdserverpb::WatchRequest::SharedCtor ( )
private

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

Here is the call graph for this function:

void etcdserverpb::WatchRequest::SharedDtor ( )
private

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

Here is the call graph for this function:

void etcdserverpb::WatchRequest::Swap ( WatchRequest other)

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

Here is the call graph for this function:

etcdserverpb::WatchRequest::void::protobuf_rpc_2eproto::InitDefaultsWatchRequestImpl ( )
private

Friends And Related Function Documentation

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

void swap ( WatchRequest a,
WatchRequest b 
)
friend

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

Member Data Documentation

int etcdserverpb::WatchRequest::_cached_size_
mutableprivate

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

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

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

::google::protobuf::uint32 etcdserverpb::WatchRequest::_oneof_case_[1]
private

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

const int etcdserverpb::WatchRequest::kCancelRequestFieldNumber = 2
static

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

const int etcdserverpb::WatchRequest::kCreateRequestFieldNumber = 1
static

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

PROTOBUF_CONSTEXPR int const etcdserverpb::WatchRequest::kIndexInFileMessages
static
Initial value:
=
18

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

union etcdserverpb::WatchRequest::RequestUnionUnion etcdserverpb::WatchRequest::request_union_
private

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