OpenSDN source code
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 AuthUserGrantRoleRequestdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const AuthUserGrantRoleRequestinternal_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

◆ AuthUserGrantRoleRequest() [1/2]

etcdserverpb::AuthUserGrantRoleRequest::AuthUserGrantRoleRequest ( )

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

Here is the call graph for this function:

◆ ~AuthUserGrantRoleRequest()

etcdserverpb::AuthUserGrantRoleRequest::~AuthUserGrantRoleRequest ( )
virtual

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

Here is the call graph for this function:

◆ AuthUserGrantRoleRequest() [2/2]

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

◆ ByteSizeLong()

size_t etcdserverpb::AuthUserGrantRoleRequest::ByteSizeLong ( ) const

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

Here is the call graph for this function:

◆ Clear()

void etcdserverpb::AuthUserGrantRoleRequest::Clear ( )

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

◆ clear_role()

void etcdserverpb::AuthUserGrantRoleRequest::clear_role ( )
inline

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

◆ clear_user()

void etcdserverpb::AuthUserGrantRoleRequest::clear_user ( )
inline

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

◆ CopyFrom() [1/2]

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:

◆ CopyFrom() [2/2]

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

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

Here is the call graph for this function:

◆ default_instance()

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

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

Here is the call graph for this function:

◆ descriptor()

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:

◆ GetArenaNoVirtual()

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

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

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

Here is the call graph for this function:

◆ InitAsDefaultInstance()

void etcdserverpb::AuthUserGrantRoleRequest::InitAsDefaultInstance ( )
static

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

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

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:

◆ InternalSwap()

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

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

◆ IsInitialized()

bool etcdserverpb::AuthUserGrantRoleRequest::IsInitialized ( ) const

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

◆ MaybeArenaPtr()

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

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

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

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

Here is the call graph for this function:

◆ MergePartialFromCodedStream()

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:

◆ mutable_role()

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

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

◆ mutable_user()

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

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

◆ New() [1/2]

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

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

Here is the call graph for this function:

◆ New() [2/2]

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:

◆ operator=()

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:

◆ release_role()

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

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

◆ release_user()

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

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

◆ role()

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

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

◆ SerializeWithCachedSizes()

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:

◆ set_allocated_role()

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

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

◆ set_allocated_user()

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

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

◆ set_role() [1/3]

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

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

◆ set_role() [2/3]

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

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

◆ set_role() [3/3]

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

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

◆ set_user() [1/3]

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

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

◆ set_user() [2/3]

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

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

◆ set_user() [3/3]

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

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

◆ SetCachedSize()

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

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

◆ SharedCtor()

void etcdserverpb::AuthUserGrantRoleRequest::SharedCtor ( )
private

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

◆ SharedDtor()

void etcdserverpb::AuthUserGrantRoleRequest::SharedDtor ( )
private

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

◆ Swap()

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

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

Here is the call graph for this function:

◆ user()

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

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

◆ void ::protobuf_rpc_2eproto::InitDefaultsAuthUserGrantRoleRequestImpl()

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

Friends And Related Function Documentation

◆ ::protobuf_rpc_2eproto::TableStruct

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

◆ swap

void swap ( AuthUserGrantRoleRequest a,
AuthUserGrantRoleRequest b 
)
friend

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

Member Data Documentation

◆ _cached_size_

int etcdserverpb::AuthUserGrantRoleRequest::_cached_size_
mutableprivate

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

◆ _internal_metadata_

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

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

◆ kIndexInFileMessages

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

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

◆ kRoleFieldNumber

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

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

◆ kUserFieldNumber

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

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

◆ role_

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

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

◆ user_

::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: