OpenSDN source code
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::WatchCreateRequestcreate_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::WatchCancelRequestcancel_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

◆ RequestUnionCase

Enumerator
kCreateRequest 
kCancelRequest 
REQUEST_UNION_NOT_SET 

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

Constructor & Destructor Documentation

◆ WatchRequest() [1/2]

etcdserverpb::WatchRequest::WatchRequest ( )

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

Here is the call graph for this function:

◆ ~WatchRequest()

etcdserverpb::WatchRequest::~WatchRequest ( )
virtual

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

Here is the call graph for this function:

◆ WatchRequest() [2/2]

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

◆ ByteSizeLong()

size_t etcdserverpb::WatchRequest::ByteSizeLong ( ) const

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

Here is the call graph for this function:

◆ cancel_request()

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

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

◆ Clear()

void etcdserverpb::WatchRequest::Clear ( )

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

Here is the call graph for this function:

◆ clear_cancel_request()

void etcdserverpb::WatchRequest::clear_cancel_request ( )
inline

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

◆ clear_create_request()

void etcdserverpb::WatchRequest::clear_create_request ( )
inline

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

◆ clear_has_request_union()

void etcdserverpb::WatchRequest::clear_has_request_union ( )
inlineprivate

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

◆ clear_request_union()

void etcdserverpb::WatchRequest::clear_request_union ( )
private

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

Here is the call graph for this function:

◆ CopyFrom() [1/2]

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:

◆ CopyFrom() [2/2]

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

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

Here is the call graph for this function:

◆ create_request()

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

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

◆ default_instance()

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

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

Here is the call graph for this function:

◆ descriptor()

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:

◆ GetArenaNoVirtual()

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

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

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

Here is the call graph for this function:

◆ has_cancel_request()

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

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

◆ has_create_request()

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

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

◆ has_request_union()

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

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

◆ InitAsDefaultInstance()

void etcdserverpb::WatchRequest::InitAsDefaultInstance ( )
static

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

Here is the call graph for this function:

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

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:

◆ InternalSwap()

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

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

◆ IsInitialized()

bool etcdserverpb::WatchRequest::IsInitialized ( ) const

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

◆ MaybeArenaPtr()

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

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

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

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

Here is the call graph for this function:

◆ MergePartialFromCodedStream()

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:

◆ mutable_cancel_request()

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

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

◆ mutable_create_request()

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

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

◆ New() [1/2]

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

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

Here is the call graph for this function:

◆ New() [2/2]

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:

◆ operator=()

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:

◆ release_cancel_request()

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

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

◆ release_create_request()

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

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

◆ request_union_case()

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

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

◆ SerializeWithCachedSizes()

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:

◆ set_allocated_cancel_request()

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:

◆ set_allocated_create_request()

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:

◆ set_has_cancel_request()

void etcdserverpb::WatchRequest::set_has_cancel_request ( )
inlineprivate

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

◆ set_has_create_request()

void etcdserverpb::WatchRequest::set_has_create_request ( )
inlineprivate

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

◆ SetCachedSize()

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

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

◆ SharedCtor()

void etcdserverpb::WatchRequest::SharedCtor ( )
private

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

Here is the call graph for this function:

◆ SharedDtor()

void etcdserverpb::WatchRequest::SharedDtor ( )
private

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

Here is the call graph for this function:

◆ Swap()

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

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

Here is the call graph for this function:

◆ void ::protobuf_rpc_2eproto::InitDefaultsWatchRequestImpl()

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

Friends And Related Function Documentation

◆ ::protobuf_rpc_2eproto::TableStruct

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

◆ swap

void swap ( WatchRequest a,
WatchRequest b 
)
friend

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

Member Data Documentation

◆ _cached_size_

int etcdserverpb::WatchRequest::_cached_size_
mutableprivate

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

◆ _internal_metadata_

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

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

◆ _oneof_case_

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

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

◆ kCancelRequestFieldNumber

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

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

◆ kCreateRequestFieldNumber

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

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

◆ kIndexInFileMessages

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

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

◆ request_union_

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

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