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

#include <rpc.pb.h>

Inheritance diagram for etcdserverpb::AuthenticateResponse:
Collaboration diagram for etcdserverpb::AuthenticateResponse:

Public Member Functions

 AuthenticateResponse ()
 
virtual ~AuthenticateResponse ()
 
 AuthenticateResponse (const AuthenticateResponse &from)
 
AuthenticateResponseoperator= (const AuthenticateResponse &from)
 
void Swap (AuthenticateResponse *other)
 
AuthenticateResponseNew () const PROTOBUF_FINAL
 
AuthenticateResponseNew (::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 AuthenticateResponse &from)
 
void MergeFrom (const AuthenticateResponse &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_token ()
 
const ::std::string & token () const
 
void set_token (const ::std::string &value)
 
void set_token (const char *value)
 
void set_token (const char *value, size_t size)
 
::std::string * mutable_token ()
 
::std::string * release_token ()
 
void set_allocated_token (::std::string *token)
 
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 AuthenticateResponsedefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const AuthenticateResponseinternal_default_instance ()
 

Static Public Attributes

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

Private Member Functions

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

Private Attributes

::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
 
::google::protobuf::internal::ArenaStringPtr token_
 
::etcdserverpb::ResponseHeaderheader_
 
int _cached_size_
 

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

etcdserverpb::AuthenticateResponse::AuthenticateResponse ( )

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

Here is the call graph for this function:

etcdserverpb::AuthenticateResponse::~AuthenticateResponse ( )
virtual

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

Here is the call graph for this function:

etcdserverpb::AuthenticateResponse::AuthenticateResponse ( const AuthenticateResponse from)

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

Here is the call graph for this function:

Member Function Documentation

size_t etcdserverpb::AuthenticateResponse::ByteSizeLong ( ) const

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

Here is the call graph for this function:

void etcdserverpb::AuthenticateResponse::Clear ( )

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

Here is the call graph for this function:

void etcdserverpb::AuthenticateResponse::clear_header ( )
inline

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

Here is the call graph for this function:

void etcdserverpb::AuthenticateResponse::clear_token ( )
inline

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

void etcdserverpb::AuthenticateResponse::InitAsDefaultInstance ( )
static

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

Here is the call graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

bool etcdserverpb::AuthenticateResponse::IsInitialized ( ) const

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

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

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

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

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

std::string * etcdserverpb::AuthenticateResponse::mutable_token ( )
inline

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

std::string * etcdserverpb::AuthenticateResponse::release_token ( )
inline

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

void etcdserverpb::AuthenticateResponse::set_allocated_token ( ::std::string *  token)
inline

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

void etcdserverpb::AuthenticateResponse::set_token ( const ::std::string &  value)
inline

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

void etcdserverpb::AuthenticateResponse::set_token ( const char *  value)
inline

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

void etcdserverpb::AuthenticateResponse::set_token ( const char *  value,
size_t  size 
)
inline

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

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

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

void etcdserverpb::AuthenticateResponse::SharedCtor ( )
private

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

void etcdserverpb::AuthenticateResponse::SharedDtor ( )
private

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

Here is the call graph for this function:

void etcdserverpb::AuthenticateResponse::Swap ( AuthenticateResponse other)

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

Here is the call graph for this function:

const ::std::string & etcdserverpb::AuthenticateResponse::token ( ) const
inline

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

etcdserverpb::AuthenticateResponse::void::protobuf_rpc_2eproto::InitDefaultsAuthenticateResponseImpl ( )
private

Friends And Related Function Documentation

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

void swap ( AuthenticateResponse a,
AuthenticateResponse b 
)
friend

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

Member Data Documentation

int etcdserverpb::AuthenticateResponse::_cached_size_
mutableprivate

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

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

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

::etcdserverpb::ResponseHeader* etcdserverpb::AuthenticateResponse::header_
private

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

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

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

PROTOBUF_CONSTEXPR int const etcdserverpb::AuthenticateResponse::kIndexInFileMessages
static
Initial value:
=
62

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

const int etcdserverpb::AuthenticateResponse::kTokenFieldNumber = 2
static

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

::google::protobuf::internal::ArenaStringPtr etcdserverpb::AuthenticateResponse::token_
private

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


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