OpenSDN source code
etcdserverpb::AuthUserGetRequest Class Reference

#include <rpc.pb.h>

Inheritance diagram for etcdserverpb::AuthUserGetRequest:
Collaboration diagram for etcdserverpb::AuthUserGetRequest:

Public Member Functions

 AuthUserGetRequest ()
 
virtual ~AuthUserGetRequest ()
 
 AuthUserGetRequest (const AuthUserGetRequest &from)
 
AuthUserGetRequestoperator= (const AuthUserGetRequest &from)
 
void Swap (AuthUserGetRequest *other)
 
AuthUserGetRequestNew () const PROTOBUF_FINAL
 
AuthUserGetRequestNew (::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 AuthUserGetRequest &from)
 
void MergeFrom (const AuthUserGetRequest &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)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const AuthUserGetRequestdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const AuthUserGetRequestinternal_default_instance ()
 

Static Public Attributes

static PROTOBUF_CONSTEXPR int const kIndexInFileMessages
 
static const int kNameFieldNumber = 1
 

Private Member Functions

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

Private Attributes

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

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

◆ AuthUserGetRequest() [1/2]

etcdserverpb::AuthUserGetRequest::AuthUserGetRequest ( )

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

Here is the call graph for this function:

◆ ~AuthUserGetRequest()

etcdserverpb::AuthUserGetRequest::~AuthUserGetRequest ( )
virtual

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

Here is the call graph for this function:

◆ AuthUserGetRequest() [2/2]

etcdserverpb::AuthUserGetRequest::AuthUserGetRequest ( const AuthUserGetRequest from)

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

Here is the call graph for this function:

Member Function Documentation

◆ ByteSizeLong()

size_t etcdserverpb::AuthUserGetRequest::ByteSizeLong ( ) const

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

Here is the call graph for this function:

◆ Clear()

void etcdserverpb::AuthUserGetRequest::Clear ( )

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

◆ clear_name()

void etcdserverpb::AuthUserGetRequest::clear_name ( )
inline

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

◆ CopyFrom() [1/2]

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

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

Here is the call graph for this function:

◆ CopyFrom() [2/2]

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

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

Here is the call graph for this function:

◆ default_instance()

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

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

Here is the call graph for this function:

◆ descriptor()

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

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

Here is the call graph for this function:

◆ GetArenaNoVirtual()

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

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

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

Here is the call graph for this function:

◆ InitAsDefaultInstance()

void etcdserverpb::AuthUserGetRequest::InitAsDefaultInstance ( )
static

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

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

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

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

Here is the call graph for this function:

◆ InternalSwap()

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

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

◆ IsInitialized()

bool etcdserverpb::AuthUserGetRequest::IsInitialized ( ) const

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

◆ MaybeArenaPtr()

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

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

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

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

Here is the call graph for this function:

◆ MergePartialFromCodedStream()

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

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

Here is the call graph for this function:

◆ mutable_name()

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

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

◆ name()

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

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

◆ New() [1/2]

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

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

Here is the call graph for this function:

◆ New() [2/2]

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

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

Here is the call graph for this function:

◆ operator=()

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

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

Here is the call graph for this function:

◆ release_name()

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

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

◆ SerializeWithCachedSizes()

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

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

Here is the call graph for this function:

◆ set_allocated_name()

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

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

◆ set_name() [1/3]

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

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

◆ set_name() [2/3]

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

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

◆ set_name() [3/3]

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

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

◆ SetCachedSize()

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

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

◆ SharedCtor()

void etcdserverpb::AuthUserGetRequest::SharedCtor ( )
private

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

◆ SharedDtor()

void etcdserverpb::AuthUserGetRequest::SharedDtor ( )
private

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

◆ Swap()

void etcdserverpb::AuthUserGetRequest::Swap ( AuthUserGetRequest other)

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

Here is the call graph for this function:

◆ void ::protobuf_rpc_2eproto::InitDefaultsAuthUserGetRequestImpl()

etcdserverpb::AuthUserGetRequest::void ::protobuf_rpc_2eproto::InitDefaultsAuthUserGetRequestImpl ( )
private

Friends And Related Function Documentation

◆ ::protobuf_rpc_2eproto::TableStruct

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

◆ swap

void swap ( AuthUserGetRequest a,
AuthUserGetRequest b 
)
friend

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

Member Data Documentation

◆ _cached_size_

int etcdserverpb::AuthUserGetRequest::_cached_size_
mutableprivate

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

◆ _internal_metadata_

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

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

◆ kIndexInFileMessages

PROTOBUF_CONSTEXPR int const etcdserverpb::AuthUserGetRequest::kIndexInFileMessages
static
Initial value:
=
48

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

◆ kNameFieldNumber

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

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

◆ name_

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

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


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