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

#include <rpc.pb.h>

Inheritance diagram for etcdserverpb::AuthRoleListResponse:
Collaboration diagram for etcdserverpb::AuthRoleListResponse:

Public Member Functions

 AuthRoleListResponse ()
 
virtual ~AuthRoleListResponse ()
 
 AuthRoleListResponse (const AuthRoleListResponse &from)
 
AuthRoleListResponseoperator= (const AuthRoleListResponse &from)
 
void Swap (AuthRoleListResponse *other)
 
AuthRoleListResponseNew () const PROTOBUF_FINAL
 
AuthRoleListResponseNew (::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 AuthRoleListResponse &from)
 
void MergeFrom (const AuthRoleListResponse &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
 
int roles_size () const
 
void clear_roles ()
 
const ::std::string & roles (int index) const
 
::std::string * mutable_roles (int index)
 
void set_roles (int index, const ::std::string &value)
 
void set_roles (int index, const char *value)
 
void set_roles (int index, const char *value, size_t size)
 
::std::string * add_roles ()
 
void add_roles (const ::std::string &value)
 
void add_roles (const char *value)
 
void add_roles (const char *value, size_t size)
 
const
::google::protobuf::RepeatedPtrField
< ::std::string > & 
roles () const
 
::google::protobuf::RepeatedPtrField
< ::std::string > * 
mutable_roles ()
 
bool has_header () const
 
void clear_header ()
 
const
::etcdserverpb::ResponseHeader
header () const
 
::etcdserverpb::ResponseHeaderrelease_header ()
 
::etcdserverpb::ResponseHeadermutable_header ()
 
void set_allocated_header (::etcdserverpb::ResponseHeader *header)
 

Static Public Member Functions

static const
::google::protobuf::Descriptor * 
descriptor ()
 
static const AuthRoleListResponsedefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const AuthRoleListResponseinternal_default_instance ()
 

Static Public Attributes

static PROTOBUF_CONSTEXPR int const kIndexInFileMessages
 
static const int kRolesFieldNumber = 2
 
static const int kHeaderFieldNumber = 1
 

Private Member Functions

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

Private Attributes

::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
 
::google::protobuf::RepeatedPtrField
< ::std::string > 
roles_
 
::etcdserverpb::ResponseHeaderheader_
 
int _cached_size_
 

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

etcdserverpb::AuthRoleListResponse::AuthRoleListResponse ( )

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

Here is the call graph for this function:

etcdserverpb::AuthRoleListResponse::~AuthRoleListResponse ( )
virtual

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

Here is the call graph for this function:

etcdserverpb::AuthRoleListResponse::AuthRoleListResponse ( const AuthRoleListResponse from)

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

Here is the call graph for this function:

Member Function Documentation

std::string * etcdserverpb::AuthRoleListResponse::add_roles ( )
inline

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

void etcdserverpb::AuthRoleListResponse::add_roles ( const ::std::string &  value)
inline

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

void etcdserverpb::AuthRoleListResponse::add_roles ( const char *  value)
inline

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

void etcdserverpb::AuthRoleListResponse::add_roles ( const char *  value,
size_t  size 
)
inline

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

size_t etcdserverpb::AuthRoleListResponse::ByteSizeLong ( ) const

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

Here is the call graph for this function:

void etcdserverpb::AuthRoleListResponse::Clear ( )

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

Here is the call graph for this function:

void etcdserverpb::AuthRoleListResponse::clear_header ( )
inline

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

Here is the call graph for this function:

void etcdserverpb::AuthRoleListResponse::clear_roles ( )
inline

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

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

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

Here is the call graph for this function:

bool etcdserverpb::AuthRoleListResponse::has_header ( ) const
inline

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

Here is the call graph for this function:

const ::etcdserverpb::ResponseHeader & etcdserverpb::AuthRoleListResponse::header ( ) const
inline

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

void etcdserverpb::AuthRoleListResponse::InitAsDefaultInstance ( )
static

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

Here is the call graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

bool etcdserverpb::AuthRoleListResponse::IsInitialized ( ) const

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

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

etcdserverpb::ResponseHeader * etcdserverpb::AuthRoleListResponse::mutable_header ( )
inline

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

std::string * etcdserverpb::AuthRoleListResponse::mutable_roles ( int  index)
inline

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

google::protobuf::RepeatedPtrField<::std::string > * etcdserverpb::AuthRoleListResponse::mutable_roles ( )
inline

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

etcdserverpb::ResponseHeader * etcdserverpb::AuthRoleListResponse::release_header ( )
inline

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

const ::std::string & etcdserverpb::AuthRoleListResponse::roles ( int  index) const
inline

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

const ::google::protobuf::RepeatedPtrField<::std::string > & etcdserverpb::AuthRoleListResponse::roles ( ) const
inline

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

int etcdserverpb::AuthRoleListResponse::roles_size ( ) const
inline

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

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

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

Here is the call graph for this function:

void etcdserverpb::AuthRoleListResponse::set_allocated_header ( ::etcdserverpb::ResponseHeader header)
inline

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

Here is the call graph for this function:

void etcdserverpb::AuthRoleListResponse::set_roles ( int  index,
const ::std::string &  value 
)
inline

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

void etcdserverpb::AuthRoleListResponse::set_roles ( int  index,
const char *  value 
)
inline

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

void etcdserverpb::AuthRoleListResponse::set_roles ( int  index,
const char *  value,
size_t  size 
)
inline

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

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

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

void etcdserverpb::AuthRoleListResponse::SharedCtor ( )
private

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

void etcdserverpb::AuthRoleListResponse::SharedDtor ( )
private

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

Here is the call graph for this function:

void etcdserverpb::AuthRoleListResponse::Swap ( AuthRoleListResponse other)

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

Here is the call graph for this function:

etcdserverpb::AuthRoleListResponse::void::protobuf_rpc_2eproto::InitDefaultsAuthRoleListResponseImpl ( )
private

Friends And Related Function Documentation

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

void swap ( AuthRoleListResponse a,
AuthRoleListResponse b 
)
friend

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

Member Data Documentation

int etcdserverpb::AuthRoleListResponse::_cached_size_
mutableprivate

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

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

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

::etcdserverpb::ResponseHeader* etcdserverpb::AuthRoleListResponse::header_
private

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

const int etcdserverpb::AuthRoleListResponse::kHeaderFieldNumber = 1
static

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

PROTOBUF_CONSTEXPR int const etcdserverpb::AuthRoleListResponse::kIndexInFileMessages
static
Initial value:
=
71

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

const int etcdserverpb::AuthRoleListResponse::kRolesFieldNumber = 2
static

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

::google::protobuf::RepeatedPtrField< ::std::string> etcdserverpb::AuthRoleListResponse::roles_
private

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


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