OpenSDN source code
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::ResponseHeaderheader () 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

◆ AuthenticateResponse() [1/2]

etcdserverpb::AuthenticateResponse::AuthenticateResponse ( )

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

Here is the call graph for this function:

◆ ~AuthenticateResponse()

etcdserverpb::AuthenticateResponse::~AuthenticateResponse ( )
virtual

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

Here is the call graph for this function:

◆ AuthenticateResponse() [2/2]

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

◆ ByteSizeLong()

size_t etcdserverpb::AuthenticateResponse::ByteSizeLong ( ) const

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

Here is the call graph for this function:

◆ Clear()

void etcdserverpb::AuthenticateResponse::Clear ( )

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

Here is the call graph for this function:

◆ clear_header()

void etcdserverpb::AuthenticateResponse::clear_header ( )
inline

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

Here is the call graph for this function:

◆ clear_token()

void etcdserverpb::AuthenticateResponse::clear_token ( )
inline

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

◆ CopyFrom() [1/2]

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:

◆ CopyFrom() [2/2]

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

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

Here is the call graph for this function:

◆ default_instance()

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

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

Here is the call graph for this function:

◆ descriptor()

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:

◆ GetArenaNoVirtual()

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

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

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

Here is the call graph for this function:

◆ has_header()

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

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

Here is the call graph for this function:

◆ header()

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

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

◆ InitAsDefaultInstance()

void etcdserverpb::AuthenticateResponse::InitAsDefaultInstance ( )
static

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

Here is the call graph for this function:

◆ internal_default_instance()

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

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

◆ InternalSerializeWithCachedSizesToArray()

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:

◆ InternalSwap()

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

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

◆ IsInitialized()

bool etcdserverpb::AuthenticateResponse::IsInitialized ( ) const

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

◆ MaybeArenaPtr()

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

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

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

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

Here is the call graph for this function:

◆ MergePartialFromCodedStream()

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:

◆ mutable_header()

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

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

◆ mutable_token()

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

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

◆ New() [1/2]

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

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

Here is the call graph for this function:

◆ New() [2/2]

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:

◆ operator=()

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:

◆ release_header()

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

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

◆ release_token()

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

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

◆ SerializeWithCachedSizes()

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:

◆ set_allocated_header()

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:

◆ set_allocated_token()

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

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

◆ set_token() [1/3]

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

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

◆ set_token() [2/3]

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

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

◆ set_token() [3/3]

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

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

◆ SetCachedSize()

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

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

◆ SharedCtor()

void etcdserverpb::AuthenticateResponse::SharedCtor ( )
private

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

◆ SharedDtor()

void etcdserverpb::AuthenticateResponse::SharedDtor ( )
private

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

Here is the call graph for this function:

◆ Swap()

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

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

Here is the call graph for this function:

◆ token()

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

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

◆ void ::protobuf_rpc_2eproto::InitDefaultsAuthenticateResponseImpl()

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

Friends And Related Function Documentation

◆ ::protobuf_rpc_2eproto::TableStruct

friend struct ::protobuf_rpc_2eproto::TableStruct
friend

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

◆ swap

void swap ( AuthenticateResponse a,
AuthenticateResponse b 
)
friend

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

Member Data Documentation

◆ _cached_size_

int etcdserverpb::AuthenticateResponse::_cached_size_
mutableprivate

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

◆ _internal_metadata_

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

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

◆ header_

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

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

◆ kHeaderFieldNumber

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

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

◆ kIndexInFileMessages

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

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

◆ kTokenFieldNumber

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

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

◆ token_

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