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

#include <rpc.pb.h>

Inheritance diagram for etcdserverpb::AuthenticateRequest:
Collaboration diagram for etcdserverpb::AuthenticateRequest:

Public Member Functions

 AuthenticateRequest ()
 
virtual ~AuthenticateRequest ()
 
 AuthenticateRequest (const AuthenticateRequest &from)
 
AuthenticateRequestoperator= (const AuthenticateRequest &from)
 
void Swap (AuthenticateRequest *other)
 
AuthenticateRequestNew () const PROTOBUF_FINAL
 
AuthenticateRequestNew (::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 AuthenticateRequest &from)
 
void MergeFrom (const AuthenticateRequest &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 AuthenticateRequestdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const AuthenticateRequestinternal_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 (AuthenticateRequest *other)
 
inline::google::protobuf::Arena * GetArenaNoVirtual () const
 
void * MaybeArenaPtr () const
 
friend void::protobuf_rpc_2eproto::InitDefaultsAuthenticateRequestImpl ()
 

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 (AuthenticateRequest &a, AuthenticateRequest &b)
 

Detailed Description

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

Constructor & Destructor Documentation

etcdserverpb::AuthenticateRequest::AuthenticateRequest ( )

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

Here is the call graph for this function:

etcdserverpb::AuthenticateRequest::~AuthenticateRequest ( )
virtual

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

Here is the call graph for this function:

etcdserverpb::AuthenticateRequest::AuthenticateRequest ( const AuthenticateRequest from)

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

Here is the call graph for this function:

Member Function Documentation

size_t etcdserverpb::AuthenticateRequest::ByteSizeLong ( ) const

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

Here is the call graph for this function:

void etcdserverpb::AuthenticateRequest::Clear ( )

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

void etcdserverpb::AuthenticateRequest::clear_name ( )
inline

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

void etcdserverpb::AuthenticateRequest::clear_password ( )
inline

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

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

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

Here is the call graph for this function:

void etcdserverpb::AuthenticateRequest::InitAsDefaultInstance ( )
static

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

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

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

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

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

Here is the call graph for this function:

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

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

bool etcdserverpb::AuthenticateRequest::IsInitialized ( ) const

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

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

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

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

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

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

Here is the call graph for this function:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

void etcdserverpb::AuthenticateRequest::SharedCtor ( )
private

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

void etcdserverpb::AuthenticateRequest::SharedDtor ( )
private

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

void etcdserverpb::AuthenticateRequest::Swap ( AuthenticateRequest other)

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

Here is the call graph for this function:

etcdserverpb::AuthenticateRequest::void::protobuf_rpc_2eproto::InitDefaultsAuthenticateRequestImpl ( )
private

Friends And Related Function Documentation

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

void swap ( AuthenticateRequest a,
AuthenticateRequest b 
)
friend

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

Member Data Documentation

int etcdserverpb::AuthenticateRequest::_cached_size_
mutableprivate

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

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

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

PROTOBUF_CONSTEXPR int const etcdserverpb::AuthenticateRequest::kIndexInFileMessages
static
Initial value:
=
46

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

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

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

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

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

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

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

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

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


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