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

#include <rpc.pb.h>

Inheritance diagram for etcdserverpb::WatchCreateRequest:
Collaboration diagram for etcdserverpb::WatchCreateRequest:

Public Types

typedef
WatchCreateRequest_FilterType 
FilterType
 

Public Member Functions

 WatchCreateRequest ()
 
virtual ~WatchCreateRequest ()
 
 WatchCreateRequest (const WatchCreateRequest &from)
 
WatchCreateRequestoperator= (const WatchCreateRequest &from)
 
void Swap (WatchCreateRequest *other)
 
WatchCreateRequestNew () const PROTOBUF_FINAL
 
WatchCreateRequestNew (::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 WatchCreateRequest &from)
 
void MergeFrom (const WatchCreateRequest &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 filters_size () const
 
void clear_filters ()
 
::etcdserverpb::WatchCreateRequest_FilterType filters (int index) const
 
void set_filters (int index,::etcdserverpb::WatchCreateRequest_FilterType value)
 
void add_filters (::etcdserverpb::WatchCreateRequest_FilterType value)
 
const
::google::protobuf::RepeatedField
< int > & 
filters () const
 
::google::protobuf::RepeatedField
< int > * 
mutable_filters ()
 
void clear_key ()
 
const ::std::string & key () const
 
void set_key (const ::std::string &value)
 
void set_key (const char *value)
 
void set_key (const void *value, size_t size)
 
::std::string * mutable_key ()
 
::std::string * release_key ()
 
void set_allocated_key (::std::string *key)
 
void clear_range_end ()
 
const ::std::string & range_end () const
 
void set_range_end (const ::std::string &value)
 
void set_range_end (const char *value)
 
void set_range_end (const void *value, size_t size)
 
::std::string * mutable_range_end ()
 
::std::string * release_range_end ()
 
void set_allocated_range_end (::std::string *range_end)
 
void clear_start_revision ()
 
::google::protobuf::int64 start_revision () const
 
void set_start_revision (::google::protobuf::int64 value)
 
void clear_progress_notify ()
 
bool progress_notify () const
 
void set_progress_notify (bool value)
 
void clear_prev_kv ()
 
bool prev_kv () const
 
void set_prev_kv (bool value)
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const WatchCreateRequestdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const WatchCreateRequestinternal_default_instance ()
 
static bool FilterType_IsValid (int value)
 
static const
::google::protobuf::EnumDescriptor * 
FilterType_descriptor ()
 
static const ::std::string & FilterType_Name (FilterType value)
 
static bool FilterType_Parse (const ::std::string &name, FilterType *value)
 

Static Public Attributes

static PROTOBUF_CONSTEXPR int const kIndexInFileMessages
 
static const FilterType NOPUT
 
static const FilterType NODELETE
 
static const FilterType FilterType_MIN
 
static const FilterType FilterType_MAX
 
static const int FilterType_ARRAYSIZE
 
static const int kFiltersFieldNumber = 5
 
static const int kKeyFieldNumber = 1
 
static const int kRangeEndFieldNumber = 2
 
static const int kStartRevisionFieldNumber = 3
 
static const int kProgressNotifyFieldNumber = 4
 
static const int kPrevKvFieldNumber = 6
 

Private Member Functions

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

Private Attributes

::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
 
::google::protobuf::RepeatedField
< int > 
filters_
 
int _filters_cached_byte_size_
 
::google::protobuf::internal::ArenaStringPtr key_
 
::google::protobuf::internal::ArenaStringPtr range_end_
 
::google::protobuf::int64 start_revision_
 
bool progress_notify_
 
bool prev_kv_
 
int _cached_size_
 

Friends

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

Detailed Description

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

Member Typedef Documentation

Constructor & Destructor Documentation

etcdserverpb::WatchCreateRequest::WatchCreateRequest ( )

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

Here is the call graph for this function:

etcdserverpb::WatchCreateRequest::~WatchCreateRequest ( )
virtual

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

Here is the call graph for this function:

etcdserverpb::WatchCreateRequest::WatchCreateRequest ( const WatchCreateRequest from)

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

Here is the call graph for this function:

Member Function Documentation

void etcdserverpb::WatchCreateRequest::add_filters ( ::etcdserverpb::WatchCreateRequest_FilterType  value)
inline

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

size_t etcdserverpb::WatchCreateRequest::ByteSizeLong ( ) const

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

Here is the call graph for this function:

void etcdserverpb::WatchCreateRequest::Clear ( )

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

void etcdserverpb::WatchCreateRequest::clear_filters ( )
inline

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

void etcdserverpb::WatchCreateRequest::clear_key ( )
inline

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

void etcdserverpb::WatchCreateRequest::clear_prev_kv ( )
inline

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

void etcdserverpb::WatchCreateRequest::clear_progress_notify ( )
inline

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

void etcdserverpb::WatchCreateRequest::clear_range_end ( )
inline

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

void etcdserverpb::WatchCreateRequest::clear_start_revision ( )
inline

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

etcdserverpb::WatchCreateRequest_FilterType etcdserverpb::WatchCreateRequest::filters ( int  index) const
inline

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

const ::google::protobuf::RepeatedField< int > & etcdserverpb::WatchCreateRequest::filters ( ) const
inline

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

int etcdserverpb::WatchCreateRequest::filters_size ( ) const
inline

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

static const ::google::protobuf::EnumDescriptor* etcdserverpb::WatchCreateRequest::FilterType_descriptor ( )
inlinestatic

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

Here is the call graph for this function:

static bool etcdserverpb::WatchCreateRequest::FilterType_IsValid ( int  value)
inlinestatic

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

Here is the call graph for this function:

static const ::std::string& etcdserverpb::WatchCreateRequest::FilterType_Name ( FilterType  value)
inlinestatic

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

Here is the call graph for this function:

static bool etcdserverpb::WatchCreateRequest::FilterType_Parse ( const ::std::string &  name,
FilterType value 
)
inlinestatic

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

Here is the call graph for this function:

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

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

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

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

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

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

Here is the call graph for this function:

void etcdserverpb::WatchCreateRequest::InitAsDefaultInstance ( )
static

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

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

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

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

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

Here is the call graph for this function:

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

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

bool etcdserverpb::WatchCreateRequest::IsInitialized ( ) const

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

const ::std::string & etcdserverpb::WatchCreateRequest::key ( ) const
inline

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

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

google::protobuf::RepeatedField< int > * etcdserverpb::WatchCreateRequest::mutable_filters ( )
inline

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

std::string * etcdserverpb::WatchCreateRequest::mutable_key ( )
inline

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

std::string * etcdserverpb::WatchCreateRequest::mutable_range_end ( )
inline

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

bool etcdserverpb::WatchCreateRequest::prev_kv ( ) const
inline

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

bool etcdserverpb::WatchCreateRequest::progress_notify ( ) const
inline

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

const ::std::string & etcdserverpb::WatchCreateRequest::range_end ( ) const
inline

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

std::string * etcdserverpb::WatchCreateRequest::release_key ( )
inline

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

std::string * etcdserverpb::WatchCreateRequest::release_range_end ( )
inline

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

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

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

Here is the call graph for this function:

void etcdserverpb::WatchCreateRequest::set_allocated_key ( ::std::string *  key)
inline

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

void etcdserverpb::WatchCreateRequest::set_allocated_range_end ( ::std::string *  range_end)
inline

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

void etcdserverpb::WatchCreateRequest::set_filters ( int  index,
::etcdserverpb::WatchCreateRequest_FilterType  value 
)
inline

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

void etcdserverpb::WatchCreateRequest::set_key ( const ::std::string &  value)
inline

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

void etcdserverpb::WatchCreateRequest::set_key ( const char *  value)
inline

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

void etcdserverpb::WatchCreateRequest::set_key ( const void *  value,
size_t  size 
)
inline

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

void etcdserverpb::WatchCreateRequest::set_prev_kv ( bool  value)
inline

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

void etcdserverpb::WatchCreateRequest::set_progress_notify ( bool  value)
inline

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

void etcdserverpb::WatchCreateRequest::set_range_end ( const ::std::string &  value)
inline

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

void etcdserverpb::WatchCreateRequest::set_range_end ( const char *  value)
inline

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

void etcdserverpb::WatchCreateRequest::set_range_end ( const void *  value,
size_t  size 
)
inline

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

void etcdserverpb::WatchCreateRequest::set_start_revision ( ::google::protobuf::int64  value)
inline

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

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

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

void etcdserverpb::WatchCreateRequest::SharedCtor ( )
private

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

void etcdserverpb::WatchCreateRequest::SharedDtor ( )
private

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

google::protobuf::int64 etcdserverpb::WatchCreateRequest::start_revision ( ) const
inline

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

void etcdserverpb::WatchCreateRequest::Swap ( WatchCreateRequest other)

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

Here is the call graph for this function:

etcdserverpb::WatchCreateRequest::void::protobuf_rpc_2eproto::InitDefaultsWatchCreateRequestImpl ( )
private

Friends And Related Function Documentation

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

void swap ( WatchCreateRequest a,
WatchCreateRequest b 
)
friend

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

Member Data Documentation

int etcdserverpb::WatchCreateRequest::_cached_size_
mutableprivate

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

int etcdserverpb::WatchCreateRequest::_filters_cached_byte_size_
mutableprivate

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

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

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

::google::protobuf::RepeatedField<int> etcdserverpb::WatchCreateRequest::filters_
private

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

const int etcdserverpb::WatchCreateRequest::FilterType_ARRAYSIZE
static
Initial value:

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

const WatchCreateRequest_FilterType etcdserverpb::WatchCreateRequest::FilterType_MAX
static
Initial value:

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

const WatchCreateRequest_FilterType etcdserverpb::WatchCreateRequest::FilterType_MIN
static
Initial value:

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

::google::protobuf::internal::ArenaStringPtr etcdserverpb::WatchCreateRequest::key_
private

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

const int etcdserverpb::WatchCreateRequest::kFiltersFieldNumber = 5
static

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

PROTOBUF_CONSTEXPR int const etcdserverpb::WatchCreateRequest::kIndexInFileMessages
static
Initial value:
=
19

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

const int etcdserverpb::WatchCreateRequest::kKeyFieldNumber = 1
static

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

const int etcdserverpb::WatchCreateRequest::kPrevKvFieldNumber = 6
static

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

const int etcdserverpb::WatchCreateRequest::kProgressNotifyFieldNumber = 4
static

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

const int etcdserverpb::WatchCreateRequest::kRangeEndFieldNumber = 2
static

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

const int etcdserverpb::WatchCreateRequest::kStartRevisionFieldNumber = 3
static

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

const WatchCreateRequest_FilterType etcdserverpb::WatchCreateRequest::NODELETE
static
Initial value:

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

const WatchCreateRequest_FilterType etcdserverpb::WatchCreateRequest::NOPUT
static
Initial value:

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

bool etcdserverpb::WatchCreateRequest::prev_kv_
private

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

bool etcdserverpb::WatchCreateRequest::progress_notify_
private

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

::google::protobuf::internal::ArenaStringPtr etcdserverpb::WatchCreateRequest::range_end_
private

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

::google::protobuf::int64 etcdserverpb::WatchCreateRequest::start_revision_
private

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


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