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

#include <rpc.pb.h>

Inheritance diagram for etcdserverpb::AuthUserGrantRoleRequest:
Collaboration diagram for etcdserverpb::AuthUserGrantRoleRequest:

Public Member Functions

 AuthUserGrantRoleRequest ()
 
virtual ~AuthUserGrantRoleRequest ()
 
 AuthUserGrantRoleRequest (const AuthUserGrantRoleRequest &from)
 
AuthUserGrantRoleRequestoperator= (const AuthUserGrantRoleRequest &from)
 
void Swap (AuthUserGrantRoleRequest *other)
 
AuthUserGrantRoleRequestNew () const PROTOBUF_FINAL
 
AuthUserGrantRoleRequestNew (::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 AuthUserGrantRoleRequest &from)
 
void MergeFrom (const AuthUserGrantRoleRequest &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_user ()
 
const ::std::string & user () const
 
void set_user (const ::std::string &value)
 
void set_user (const char *value)
 
void set_user (const char *value, size_t size)
 
::std::string * mutable_user ()
 
::std::string * release_user ()
 
void set_allocated_user (::std::string *user)
 
void clear_role ()
 
const ::std::string & role () const
 
void set_role (const ::std::string &value)
 
void set_role (const char *value)
 
void set_role (const char *value, size_t size)
 
::std::string * mutable_role ()
 
::std::string * release_role ()
 
void set_allocated_role (::std::string *role)
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const
AuthUserGrantRoleRequest
default_instance ()
 
static void InitAsDefaultInstance ()
 
static const
AuthUserGrantRoleRequest
internal_default_instance ()
 

Static Public Attributes

static PROTOBUF_CONSTEXPR int const kIndexInFileMessages
 
static const int kUserFieldNumber = 1
 
static const int kRoleFieldNumber = 2
 

Private Member Functions

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

Private Attributes

::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
 
::google::protobuf::internal::ArenaStringPtr user_
 
::google::protobuf::internal::ArenaStringPtr role_
 
int _cached_size_
 

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

etcdserverpb::AuthUserGrantRoleRequest::AuthUserGrantRoleRequest ( )

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

Here is the call graph for this function:

etcdserverpb::AuthUserGrantRoleRequest::~AuthUserGrantRoleRequest ( )
virtual

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

Here is the call graph for this function:

etcdserverpb::AuthUserGrantRoleRequest::AuthUserGrantRoleRequest ( const AuthUserGrantRoleRequest from)

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

Here is the call graph for this function:

Member Function Documentation

size_t etcdserverpb::AuthUserGrantRoleRequest::ByteSizeLong ( ) const

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

Here is the call graph for this function:

void etcdserverpb::AuthUserGrantRoleRequest::Clear ( )

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

void etcdserverpb::AuthUserGrantRoleRequest::clear_role ( )
inline

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

void etcdserverpb::AuthUserGrantRoleRequest::clear_user ( )
inline

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

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

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

Here is the call graph for this function:

void etcdserverpb::AuthUserGrantRoleRequest::InitAsDefaultInstance ( )
static

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

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

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

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

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

Here is the call graph for this function:

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

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

bool etcdserverpb::AuthUserGrantRoleRequest::IsInitialized ( ) const

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

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

std::string * etcdserverpb::AuthUserGrantRoleRequest::mutable_role ( )
inline

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

std::string * etcdserverpb::AuthUserGrantRoleRequest::mutable_user ( )
inline

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

std::string * etcdserverpb::AuthUserGrantRoleRequest::release_role ( )
inline

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

std::string * etcdserverpb::AuthUserGrantRoleRequest::release_user ( )
inline

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

const ::std::string & etcdserverpb::AuthUserGrantRoleRequest::role ( ) const
inline

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

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

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

Here is the call graph for this function:

void etcdserverpb::AuthUserGrantRoleRequest::set_allocated_role ( ::std::string *  role)
inline

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

void etcdserverpb::AuthUserGrantRoleRequest::set_allocated_user ( ::std::string *  user)
inline

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

void etcdserverpb::AuthUserGrantRoleRequest::set_role ( const ::std::string &  value)
inline

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

void etcdserverpb::AuthUserGrantRoleRequest::set_role ( const char *  value)
inline

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

void etcdserverpb::AuthUserGrantRoleRequest::set_role ( const char *  value,
size_t  size 
)
inline

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

void etcdserverpb::AuthUserGrantRoleRequest::set_user ( const ::std::string &  value)
inline

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

void etcdserverpb::AuthUserGrantRoleRequest::set_user ( const char *  value)
inline

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

void etcdserverpb::AuthUserGrantRoleRequest::set_user ( const char *  value,
size_t  size 
)
inline

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

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

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

void etcdserverpb::AuthUserGrantRoleRequest::SharedCtor ( )
private

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

void etcdserverpb::AuthUserGrantRoleRequest::SharedDtor ( )
private

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

void etcdserverpb::AuthUserGrantRoleRequest::Swap ( AuthUserGrantRoleRequest other)

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

Here is the call graph for this function:

const ::std::string & etcdserverpb::AuthUserGrantRoleRequest::user ( ) const
inline

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

etcdserverpb::AuthUserGrantRoleRequest::void::protobuf_rpc_2eproto::InitDefaultsAuthUserGrantRoleRequestImpl ( )
private

Friends And Related Function Documentation

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

void swap ( AuthUserGrantRoleRequest a,
AuthUserGrantRoleRequest b 
)
friend

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

Member Data Documentation

int etcdserverpb::AuthUserGrantRoleRequest::_cached_size_
mutableprivate

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

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

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

PROTOBUF_CONSTEXPR int const etcdserverpb::AuthUserGrantRoleRequest::kIndexInFileMessages
static
Initial value:
=
51

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

const int etcdserverpb::AuthUserGrantRoleRequest::kRoleFieldNumber = 2
static

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

const int etcdserverpb::AuthUserGrantRoleRequest::kUserFieldNumber = 1
static

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

::google::protobuf::internal::ArenaStringPtr etcdserverpb::AuthUserGrantRoleRequest::role_
private

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

::google::protobuf::internal::ArenaStringPtr etcdserverpb::AuthUserGrantRoleRequest::user_
private

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


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