JaiaBot 2.0.0
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
jaiabot::protobuf::FleetConfig_SSHKeys_HubKey Class Referencefinal

#include <jaiabot/messages/fleet_config.pb.h>

Inheritance diagram for jaiabot::protobuf::FleetConfig_SSHKeys_HubKey:
Collaboration diagram for jaiabot::protobuf::FleetConfig_SSHKeys_HubKey:

Public Types

enum  : int { kPrivateKeyFieldNumber = 2 , kPublicKeyFieldNumber = 3 , kIdFieldNumber = 1 }
 

Public Member Functions

 FleetConfig_SSHKeys_HubKey ()
 
 ~FleetConfig_SSHKeys_HubKey () override
 
PROTOBUF_CONSTEXPR FleetConfig_SSHKeys_HubKey (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 FleetConfig_SSHKeys_HubKey (const FleetConfig_SSHKeys_HubKey &from)
 
 FleetConfig_SSHKeys_HubKey (FleetConfig_SSHKeys_HubKey &&from) noexcept
 
FleetConfig_SSHKeys_HubKeyoperator= (const FleetConfig_SSHKeys_HubKey &from)
 
FleetConfig_SSHKeys_HubKeyoperator= (FleetConfig_SSHKeys_HubKey &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (FleetConfig_SSHKeys_HubKey *other)
 
void UnsafeArenaSwap (FleetConfig_SSHKeys_HubKey *other)
 
FleetConfig_SSHKeys_HubKeyNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const FleetConfig_SSHKeys_HubKey &from)
 
void MergeFrom (const FleetConfig_SSHKeys_HubKey &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
uint8_t * _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_private_key () const
 
void clear_private_key ()
 
const std::string & private_key () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_private_key (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_private_key ()
 
PROTOBUF_NODISCARD std::string * release_private_key ()
 
void set_allocated_private_key (std::string *private_key)
 
bool has_public_key () const
 
void clear_public_key ()
 
const std::string & public_key () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_public_key (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_public_key ()
 
PROTOBUF_NODISCARD std::string * release_public_key ()
 
void set_allocated_public_key (std::string *public_key)
 
bool has_id () const
 
void clear_id ()
 
int32_t id () const
 
void set_id (int32_t value)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_private_key (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_public_key (ArgT0 &&arg0, ArgT... args)
 

Static Public Member Functions

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const FleetConfig_SSHKeys_HubKeydefault_instance ()
 
static const FleetConfig_SSHKeys_HubKeyinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 FleetConfig_SSHKeys_HubKey (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
struct ::TableStruct_jaiabot_2fmessages_2ffleet_5fconfig_2eproto
 
void swap (FleetConfig_SSHKeys_HubKey &a, FleetConfig_SSHKeys_HubKey &b)
 

Detailed Description

Definition at line 138 of file fleet_config.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kPrivateKeyFieldNumber 
kPublicKeyFieldNumber 
kIdFieldNumber 

Definition at line 265 of file fleet_config.pb.h.

Constructor & Destructor Documentation

◆ FleetConfig_SSHKeys_HubKey() [1/5]

jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::FleetConfig_SSHKeys_HubKey ( )
inline

Definition at line 141 of file fleet_config.pb.h.

◆ ~FleetConfig_SSHKeys_HubKey()

jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::~FleetConfig_SSHKeys_HubKey ( )
override

◆ FleetConfig_SSHKeys_HubKey() [2/5]

PROTOBUF_CONSTEXPR jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::FleetConfig_SSHKeys_HubKey ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ FleetConfig_SSHKeys_HubKey() [3/5]

jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::FleetConfig_SSHKeys_HubKey ( const FleetConfig_SSHKeys_HubKey from)

◆ FleetConfig_SSHKeys_HubKey() [4/5]

jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::FleetConfig_SSHKeys_HubKey ( FleetConfig_SSHKeys_HubKey &&  from)
inlinenoexcept

Definition at line 146 of file fleet_config.pb.h.

◆ FleetConfig_SSHKeys_HubKey() [5/5]

jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::FleetConfig_SSHKeys_HubKey ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

size_t jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::Clear ( )
final

◆ clear_id()

void jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::clear_id ( )
inline

Definition at line 1541 of file fleet_config.pb.h.

◆ clear_private_key()

void jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::clear_private_key ( )
inline

Definition at line 1569 of file fleet_config.pb.h.

◆ clear_public_key()

void jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::clear_public_key ( )
inline

Definition at line 1637 of file fleet_config.pb.h.

◆ CopyFrom()

void jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::CopyFrom ( const FleetConfig_SSHKeys_HubKey from)

◆ default_instance()

static const FleetConfig_SSHKeys_HubKey & jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::default_instance ( )
inlinestatic

Definition at line 185 of file fleet_config.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::descriptor ( )
inlinestatic

Definition at line 176 of file fleet_config.pb.h.

◆ GetCachedSize()

int jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::GetCachedSize ( ) const
inlinefinal

Definition at line 238 of file fleet_config.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::GetDescriptor ( )
inlinestatic

Definition at line 179 of file fleet_config.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::GetReflection ( )
inlinestatic

Definition at line 182 of file fleet_config.pb.h.

◆ has_id()

bool jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::has_id ( ) const
inline

Definition at line 1538 of file fleet_config.pb.h.

◆ has_private_key()

bool jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::has_private_key ( ) const
inline

Definition at line 1566 of file fleet_config.pb.h.

◆ has_public_key()

bool jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::has_public_key ( ) const
inline

Definition at line 1634 of file fleet_config.pb.h.

◆ id()

int32_t jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::id ( ) const
inline

Definition at line 1548 of file fleet_config.pb.h.

◆ internal_default_instance()

static const FleetConfig_SSHKeys_HubKey * jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::internal_default_instance ( )
inlinestatic

Definition at line 188 of file fleet_config.pb.h.

◆ IsInitialized()

bool jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::IsInitialized ( ) const
final

◆ MergeFrom()

void jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::MergeFrom ( const FleetConfig_SSHKeys_HubKey from)
inline

Definition at line 225 of file fleet_config.pb.h.

◆ mutable_private_key()

std::string * jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::mutable_private_key ( )
inline

Definition at line 1584 of file fleet_config.pb.h.

◆ mutable_public_key()

std::string * jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::mutable_public_key ( )
inline

Definition at line 1652 of file fleet_config.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::mutable_unknown_fields ( )
inline

Definition at line 172 of file fleet_config.pb.h.

◆ New()

FleetConfig_SSHKeys_HubKey * jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 219 of file fleet_config.pb.h.

◆ operator=() [1/2]

FleetConfig_SSHKeys_HubKey & jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::operator= ( const FleetConfig_SSHKeys_HubKey from)
inline

Definition at line 151 of file fleet_config.pb.h.

◆ operator=() [2/2]

FleetConfig_SSHKeys_HubKey & jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::operator= ( FleetConfig_SSHKeys_HubKey &&  from)
inlinenoexcept

Definition at line 155 of file fleet_config.pb.h.

◆ private_key()

const std::string & jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::private_key ( ) const
inline

Definition at line 1573 of file fleet_config.pb.h.

◆ public_key()

const std::string & jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::public_key ( ) const
inline

Definition at line 1641 of file fleet_config.pb.h.

◆ release_private_key()

std::string * jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::release_private_key ( )
inline

Definition at line 1600 of file fleet_config.pb.h.

◆ release_public_key()

std::string * jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::release_public_key ( )
inline

Definition at line 1668 of file fleet_config.pb.h.

◆ set_allocated_private_key()

void jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::set_allocated_private_key ( std::string *  private_key)
inline

Definition at line 1614 of file fleet_config.pb.h.

◆ set_allocated_public_key()

void jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::set_allocated_public_key ( std::string *  public_key)
inline

Definition at line 1682 of file fleet_config.pb.h.

◆ set_id()

void jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::set_id ( int32_t  value)
inline

Definition at line 1556 of file fleet_config.pb.h.

◆ set_private_key() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::set_private_key ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_private_key() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::set_private_key ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 1579 of file fleet_config.pb.h.

◆ set_public_key() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::set_public_key ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_public_key() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::set_public_key ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 1647 of file fleet_config.pb.h.

◆ Swap()

void jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::Swap ( FleetConfig_SSHKeys_HubKey other)
inline

Definition at line 198 of file fleet_config.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::unknown_fields ( ) const
inline

Definition at line 169 of file fleet_config.pb.h.

◆ UnsafeArenaSwap()

void jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::UnsafeArenaSwap ( FleetConfig_SSHKeys_HubKey other)
inline

Definition at line 211 of file fleet_config.pb.h.

Friends And Related Symbol Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 326 of file fleet_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

Definition at line 247 of file fleet_config.pb.h.

◆ ::TableStruct_jaiabot_2fmessages_2ffleet_5fconfig_2eproto

Definition at line 337 of file fleet_config.pb.h.

◆ swap

void swap ( FleetConfig_SSHKeys_HubKey a,
FleetConfig_SSHKeys_HubKey b 
)
friend

Definition at line 195 of file fleet_config.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::_class_data_
static

Definition at line 256 of file fleet_config.pb.h.

◆ _impl_

Impl_ jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::_impl_

Definition at line 336 of file fleet_config.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::FleetConfig_SSHKeys_HubKey::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 192 of file fleet_config.pb.h.


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