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

#include <rpc.pb.h>

Inheritance diagram for etcdserverpb::AuthRoleGrantPermissionRequest:
Collaboration diagram for etcdserverpb::AuthRoleGrantPermissionRequest:

Public Member Functions

 AuthRoleGrantPermissionRequest ()
 
virtual ~AuthRoleGrantPermissionRequest ()
 
 AuthRoleGrantPermissionRequest (const AuthRoleGrantPermissionRequest &from)
 
AuthRoleGrantPermissionRequestoperator= (const AuthRoleGrantPermissionRequest &from)
 
void Swap (AuthRoleGrantPermissionRequest *other)
 
AuthRoleGrantPermissionRequestNew () const PROTOBUF_FINAL
 
AuthRoleGrantPermissionRequestNew (::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 AuthRoleGrantPermissionRequest &from)
 
void MergeFrom (const AuthRoleGrantPermissionRequest &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)
 
bool has_perm () const
 
void clear_perm ()
 
const ::authpb::Permissionperm () const
 
::authpb::Permissionrelease_perm ()
 
::authpb::Permissionmutable_perm ()
 
void set_allocated_perm (::authpb::Permission *perm)
 

Static Public Member Functions

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

Static Public Attributes

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

Private Member Functions

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

Private Attributes

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

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

etcdserverpb::AuthRoleGrantPermissionRequest::AuthRoleGrantPermissionRequest ( )

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

Here is the call graph for this function:

etcdserverpb::AuthRoleGrantPermissionRequest::~AuthRoleGrantPermissionRequest ( )
virtual

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

Here is the call graph for this function:

etcdserverpb::AuthRoleGrantPermissionRequest::AuthRoleGrantPermissionRequest ( const AuthRoleGrantPermissionRequest from)

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

Here is the call graph for this function:

Member Function Documentation

size_t etcdserverpb::AuthRoleGrantPermissionRequest::ByteSizeLong ( ) const

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

Here is the call graph for this function:

void etcdserverpb::AuthRoleGrantPermissionRequest::Clear ( )

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

Here is the call graph for this function:

void etcdserverpb::AuthRoleGrantPermissionRequest::clear_name ( )
inline

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

void etcdserverpb::AuthRoleGrantPermissionRequest::clear_perm ( )

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

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

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

Here is the call graph for this function:

bool etcdserverpb::AuthRoleGrantPermissionRequest::has_perm ( ) const
inline

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

Here is the call graph for this function:

void etcdserverpb::AuthRoleGrantPermissionRequest::InitAsDefaultInstance ( )
static

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

Here is the call graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

bool etcdserverpb::AuthRoleGrantPermissionRequest::IsInitialized ( ) const

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

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

authpb::Permission * etcdserverpb::AuthRoleGrantPermissionRequest::mutable_perm ( )
inline

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

const ::authpb::Permission & etcdserverpb::AuthRoleGrantPermissionRequest::perm ( ) const
inline

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

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

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

authpb::Permission * etcdserverpb::AuthRoleGrantPermissionRequest::release_perm ( )
inline

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

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

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

Here is the call graph for this function:

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

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

void etcdserverpb::AuthRoleGrantPermissionRequest::set_allocated_perm ( ::authpb::Permission perm)
inline

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

Here is the call graph for this function:

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

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

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

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

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

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

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

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

void etcdserverpb::AuthRoleGrantPermissionRequest::SharedCtor ( )
private

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

void etcdserverpb::AuthRoleGrantPermissionRequest::SharedDtor ( )
private

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

Here is the call graph for this function:

void etcdserverpb::AuthRoleGrantPermissionRequest::Swap ( AuthRoleGrantPermissionRequest other)

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

Here is the call graph for this function:

etcdserverpb::AuthRoleGrantPermissionRequest::void::protobuf_rpc_2eproto::InitDefaultsAuthRoleGrantPermissionRequestImpl ( )
private

Friends And Related Function Documentation

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

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

Member Data Documentation

int etcdserverpb::AuthRoleGrantPermissionRequest::_cached_size_
mutableprivate

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

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

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

PROTOBUF_CONSTEXPR int const etcdserverpb::AuthRoleGrantPermissionRequest::kIndexInFileMessages
static
Initial value:
=
58

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

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

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

const int etcdserverpb::AuthRoleGrantPermissionRequest::kPermFieldNumber = 2
static

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

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

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

::authpb::Permission* etcdserverpb::AuthRoleGrantPermissionRequest::perm_
private

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


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