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

#include <rpc.pb.h>

Inheritance diagram for etcdserverpb::AuthUserAddRequest:
Collaboration diagram for etcdserverpb::AuthUserAddRequest:

Public Member Functions

 AuthUserAddRequest ()
 
virtual ~AuthUserAddRequest ()
 
 AuthUserAddRequest (const AuthUserAddRequest &from)
 
AuthUserAddRequestoperator= (const AuthUserAddRequest &from)
 
void Swap (AuthUserAddRequest *other)
 
AuthUserAddRequestNew () const PROTOBUF_FINAL
 
AuthUserAddRequestNew (::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 AuthUserAddRequest &from)
 
void MergeFrom (const AuthUserAddRequest &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
 
void clear_name ()
 
const ::std::string & name () const
 
void set_name (const ::std::string &value)
 
void set_name (const char *value)
 
void set_name (const char *value, size_t size)
 
::std::string * mutable_name ()
 
::std::string * release_name ()
 
void set_allocated_name (::std::string *name)
 
void clear_password ()
 
const ::std::string & password () const
 
void set_password (const ::std::string &value)
 
void set_password (const char *value)
 
void set_password (const char *value, size_t size)
 
::std::string * mutable_password ()
 
::std::string * release_password ()
 
void set_allocated_password (::std::string *password)
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const AuthUserAddRequestdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const AuthUserAddRequestinternal_default_instance ()
 

Static Public Attributes

static PROTOBUF_CONSTEXPR int const kIndexInFileMessages
 
static const int kNameFieldNumber = 1
 
static const int kPasswordFieldNumber = 2
 

Private Member Functions

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

Private Attributes

::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
 
::google::protobuf::internal::ArenaStringPtr name_
 
::google::protobuf::internal::ArenaStringPtr password_
 
int _cached_size_
 

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

etcdserverpb::AuthUserAddRequest::AuthUserAddRequest ( )

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

Here is the call graph for this function:

etcdserverpb::AuthUserAddRequest::~AuthUserAddRequest ( )
virtual

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

Here is the call graph for this function:

etcdserverpb::AuthUserAddRequest::AuthUserAddRequest ( const AuthUserAddRequest from)

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

Here is the call graph for this function:

Member Function Documentation

size_t etcdserverpb::AuthUserAddRequest::ByteSizeLong ( ) const

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

Here is the call graph for this function:

void etcdserverpb::AuthUserAddRequest::Clear ( )

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

void etcdserverpb::AuthUserAddRequest::clear_name ( )
inline

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

void etcdserverpb::AuthUserAddRequest::clear_password ( )
inline

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

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

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

Here is the call graph for this function:

void etcdserverpb::AuthUserAddRequest::InitAsDefaultInstance ( )
static

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

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

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

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

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

Here is the call graph for this function:

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

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

bool etcdserverpb::AuthUserAddRequest::IsInitialized ( ) const

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

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

std::string * etcdserverpb::AuthUserAddRequest::mutable_name ( )
inline

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

std::string * etcdserverpb::AuthUserAddRequest::mutable_password ( )
inline

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

const ::std::string & etcdserverpb::AuthUserAddRequest::name ( ) const
inline

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

const ::std::string & etcdserverpb::AuthUserAddRequest::password ( ) const
inline

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

std::string * etcdserverpb::AuthUserAddRequest::release_name ( )
inline

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

std::string * etcdserverpb::AuthUserAddRequest::release_password ( )
inline

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

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

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

Here is the call graph for this function:

void etcdserverpb::AuthUserAddRequest::set_allocated_name ( ::std::string *  name)
inline

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

void etcdserverpb::AuthUserAddRequest::set_allocated_password ( ::std::string *  password)
inline

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

void etcdserverpb::AuthUserAddRequest::set_name ( const ::std::string &  value)
inline

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

void etcdserverpb::AuthUserAddRequest::set_name ( const char *  value)
inline

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

void etcdserverpb::AuthUserAddRequest::set_name ( const char *  value,
size_t  size 
)
inline

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

void etcdserverpb::AuthUserAddRequest::set_password ( const ::std::string &  value)
inline

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

void etcdserverpb::AuthUserAddRequest::set_password ( const char *  value)
inline

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

void etcdserverpb::AuthUserAddRequest::set_password ( const char *  value,
size_t  size 
)
inline

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

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

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

void etcdserverpb::AuthUserAddRequest::SharedCtor ( )
private

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

void etcdserverpb::AuthUserAddRequest::SharedDtor ( )
private

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

void etcdserverpb::AuthUserAddRequest::Swap ( AuthUserAddRequest other)

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

Here is the call graph for this function:

etcdserverpb::AuthUserAddRequest::void::protobuf_rpc_2eproto::InitDefaultsAuthUserAddRequestImpl ( )
private

Friends And Related Function Documentation

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

void swap ( AuthUserAddRequest a,
AuthUserAddRequest b 
)
friend

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

Member Data Documentation

int etcdserverpb::AuthUserAddRequest::_cached_size_
mutableprivate

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

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

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

PROTOBUF_CONSTEXPR int const etcdserverpb::AuthUserAddRequest::kIndexInFileMessages
static
Initial value:
=
47

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

const int etcdserverpb::AuthUserAddRequest::kNameFieldNumber = 1
static

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

const int etcdserverpb::AuthUserAddRequest::kPasswordFieldNumber = 2
static

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

::google::protobuf::internal::ArenaStringPtr etcdserverpb::AuthUserAddRequest::name_
private

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

::google::protobuf::internal::ArenaStringPtr etcdserverpb::AuthUserAddRequest::password_
private

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


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