JaiaBot 2.1.1
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
jaiabot::protobuf::FleetConfig_SSHKeys Class Referencefinal

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

Inheritance diagram for jaiabot::protobuf::FleetConfig_SSHKeys:
Collaboration diagram for jaiabot::protobuf::FleetConfig_SSHKeys:

Public Types

enum  : int { kPermanentAuthorizedKeysFieldNumber = 1 , kHubFieldNumber = 2 , kVpnTmpFieldNumber = 3 }
 
typedef FleetConfig_SSHKeys_HubKey HubKey
 
typedef FleetConfig_SSHKeys_VPNTempKey VPNTempKey
 

Public Member Functions

 FleetConfig_SSHKeys ()
 
 ~FleetConfig_SSHKeys () override
 
PROTOBUF_CONSTEXPR FleetConfig_SSHKeys (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 FleetConfig_SSHKeys (const FleetConfig_SSHKeys &from)
 
 FleetConfig_SSHKeys (FleetConfig_SSHKeys &&from) noexcept
 
FleetConfig_SSHKeysoperator= (const FleetConfig_SSHKeys &from)
 
FleetConfig_SSHKeysoperator= (FleetConfig_SSHKeys &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (FleetConfig_SSHKeys *other)
 
void UnsafeArenaSwap (FleetConfig_SSHKeys *other)
 
FleetConfig_SSHKeysNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const FleetConfig_SSHKeys &from)
 
void MergeFrom (const FleetConfig_SSHKeys &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
 
int permanent_authorized_keys_size () const
 
void clear_permanent_authorized_keys ()
 
const std::string & permanent_authorized_keys (int index) const
 
std::string * mutable_permanent_authorized_keys (int index)
 
void set_permanent_authorized_keys (int index, const std::string &value)
 
void set_permanent_authorized_keys (int index, std::string &&value)
 
void set_permanent_authorized_keys (int index, const char *value)
 
void set_permanent_authorized_keys (int index, const char *value, size_t size)
 
std::string * add_permanent_authorized_keys ()
 
void add_permanent_authorized_keys (const std::string &value)
 
void add_permanent_authorized_keys (std::string &&value)
 
void add_permanent_authorized_keys (const char *value)
 
void add_permanent_authorized_keys (const char *value, size_t size)
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & permanent_authorized_keys () const
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mutable_permanent_authorized_keys ()
 
int hub_size () const
 
void clear_hub ()
 
::jaiabot::protobuf::FleetConfig_SSHKeys_HubKeymutable_hub (int index)
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::jaiabot::protobuf::FleetConfig_SSHKeys_HubKey > * mutable_hub ()
 
const ::jaiabot::protobuf::FleetConfig_SSHKeys_HubKeyhub (int index) const
 
::jaiabot::protobuf::FleetConfig_SSHKeys_HubKeyadd_hub ()
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::jaiabot::protobuf::FleetConfig_SSHKeys_HubKey > & hub () const
 
bool has_vpn_tmp () const
 
void clear_vpn_tmp ()
 
const ::jaiabot::protobuf::FleetConfig_SSHKeys_VPNTempKeyvpn_tmp () const
 
PROTOBUF_NODISCARD::jaiabot::protobuf::FleetConfig_SSHKeys_VPNTempKey * release_vpn_tmp ()
 
::jaiabot::protobuf::FleetConfig_SSHKeys_VPNTempKeymutable_vpn_tmp ()
 
void set_allocated_vpn_tmp (::jaiabot::protobuf::FleetConfig_SSHKeys_VPNTempKey *vpn_tmp)
 
void unsafe_arena_set_allocated_vpn_tmp (::jaiabot::protobuf::FleetConfig_SSHKeys_VPNTempKey *vpn_tmp)
 
::jaiabot::protobuf::FleetConfig_SSHKeys_VPNTempKeyunsafe_arena_release_vpn_tmp ()
 

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_SSHKeysdefault_instance ()
 
static const FleetConfig_SSHKeysinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 FleetConfig_SSHKeys (::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 &a, FleetConfig_SSHKeys &b)
 

Detailed Description

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

Member Typedef Documentation

◆ HubKey

◆ VPNTempKey

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kPermanentAuthorizedKeysFieldNumber 
kHubFieldNumber 
kVpnTmpFieldNumber 

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

Constructor & Destructor Documentation

◆ FleetConfig_SSHKeys() [1/5]

jaiabot::protobuf::FleetConfig_SSHKeys::FleetConfig_SSHKeys ( )
inline

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

◆ ~FleetConfig_SSHKeys()

jaiabot::protobuf::FleetConfig_SSHKeys::~FleetConfig_SSHKeys ( )
override

◆ FleetConfig_SSHKeys() [2/5]

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

◆ FleetConfig_SSHKeys() [3/5]

jaiabot::protobuf::FleetConfig_SSHKeys::FleetConfig_SSHKeys ( const FleetConfig_SSHKeys from)

◆ FleetConfig_SSHKeys() [4/5]

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

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

◆ FleetConfig_SSHKeys() [5/5]

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

Member Function Documentation

◆ _InternalParse()

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

◆ _InternalSerialize()

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

◆ add_hub()

jaiabot::protobuf::FleetConfig_SSHKeys_HubKey * jaiabot::protobuf::FleetConfig_SSHKeys::add_hub ( )
inline

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

◆ add_permanent_authorized_keys() [1/5]

std::string * jaiabot::protobuf::FleetConfig_SSHKeys::add_permanent_authorized_keys ( )
inline

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

◆ add_permanent_authorized_keys() [2/5]

void jaiabot::protobuf::FleetConfig_SSHKeys::add_permanent_authorized_keys ( const char *  value)
inline

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

◆ add_permanent_authorized_keys() [3/5]

void jaiabot::protobuf::FleetConfig_SSHKeys::add_permanent_authorized_keys ( const char *  value,
size_t  size 
)
inline

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

◆ add_permanent_authorized_keys() [4/5]

void jaiabot::protobuf::FleetConfig_SSHKeys::add_permanent_authorized_keys ( const std::string &  value)
inline

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

◆ add_permanent_authorized_keys() [5/5]

void jaiabot::protobuf::FleetConfig_SSHKeys::add_permanent_authorized_keys ( std::string &&  value)
inline

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

◆ ByteSizeLong()

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

◆ Clear()

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

◆ clear_hub()

void jaiabot::protobuf::FleetConfig_SSHKeys::clear_hub ( )
inline

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

◆ clear_permanent_authorized_keys()

void jaiabot::protobuf::FleetConfig_SSHKeys::clear_permanent_authorized_keys ( )
inline

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

◆ clear_vpn_tmp()

void jaiabot::protobuf::FleetConfig_SSHKeys::clear_vpn_tmp ( )
inline

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

◆ CopyFrom()

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

◆ GetReflection()

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

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

◆ has_vpn_tmp()

bool jaiabot::protobuf::FleetConfig_SSHKeys::has_vpn_tmp ( ) const
inline

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

◆ hub() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::jaiabot::protobuf::FleetConfig_SSHKeys_HubKey > & jaiabot::protobuf::FleetConfig_SSHKeys::hub ( ) const
inline

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

◆ hub() [2/2]

const ::jaiabot::protobuf::FleetConfig_SSHKeys_HubKey & jaiabot::protobuf::FleetConfig_SSHKeys::hub ( int  index) const
inline

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

◆ hub_size()

int jaiabot::protobuf::FleetConfig_SSHKeys::hub_size ( ) const
inline

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

◆ internal_default_instance()

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

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

◆ IsInitialized()

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

◆ MergeFrom()

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

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

◆ mutable_hub() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::jaiabot::protobuf::FleetConfig_SSHKeys_HubKey > * jaiabot::protobuf::FleetConfig_SSHKeys::mutable_hub ( )
inline

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

◆ mutable_hub() [2/2]

jaiabot::protobuf::FleetConfig_SSHKeys_HubKey * jaiabot::protobuf::FleetConfig_SSHKeys::mutable_hub ( int  index)
inline

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

◆ mutable_permanent_authorized_keys() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * jaiabot::protobuf::FleetConfig_SSHKeys::mutable_permanent_authorized_keys ( )
inline

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

◆ mutable_permanent_authorized_keys() [2/2]

std::string * jaiabot::protobuf::FleetConfig_SSHKeys::mutable_permanent_authorized_keys ( int  index)
inline

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

◆ mutable_unknown_fields()

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

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

◆ mutable_vpn_tmp()

jaiabot::protobuf::FleetConfig_SSHKeys_VPNTempKey * jaiabot::protobuf::FleetConfig_SSHKeys::mutable_vpn_tmp ( )
inline

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ permanent_authorized_keys() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & jaiabot::protobuf::FleetConfig_SSHKeys::permanent_authorized_keys ( ) const
inline

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

◆ permanent_authorized_keys() [2/2]

const std::string & jaiabot::protobuf::FleetConfig_SSHKeys::permanent_authorized_keys ( int  index) const
inline

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

◆ permanent_authorized_keys_size()

int jaiabot::protobuf::FleetConfig_SSHKeys::permanent_authorized_keys_size ( ) const
inline

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

◆ release_vpn_tmp()

jaiabot::protobuf::FleetConfig_SSHKeys_VPNTempKey * jaiabot::protobuf::FleetConfig_SSHKeys::release_vpn_tmp ( )
inline

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

◆ set_allocated_vpn_tmp()

void jaiabot::protobuf::FleetConfig_SSHKeys::set_allocated_vpn_tmp ( ::jaiabot::protobuf::FleetConfig_SSHKeys_VPNTempKey vpn_tmp)
inline

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

◆ set_permanent_authorized_keys() [1/4]

void jaiabot::protobuf::FleetConfig_SSHKeys::set_permanent_authorized_keys ( int  index,
const char *  value 
)
inline

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

◆ set_permanent_authorized_keys() [2/4]

void jaiabot::protobuf::FleetConfig_SSHKeys::set_permanent_authorized_keys ( int  index,
const char *  value,
size_t  size 
)
inline

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

◆ set_permanent_authorized_keys() [3/4]

void jaiabot::protobuf::FleetConfig_SSHKeys::set_permanent_authorized_keys ( int  index,
const std::string &  value 
)
inline

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

◆ set_permanent_authorized_keys() [4/4]

void jaiabot::protobuf::FleetConfig_SSHKeys::set_permanent_authorized_keys ( int  index,
std::string &&  value 
)
inline

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

◆ Swap()

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

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_vpn_tmp()

jaiabot::protobuf::FleetConfig_SSHKeys_VPNTempKey * jaiabot::protobuf::FleetConfig_SSHKeys::unsafe_arena_release_vpn_tmp ( )
inline

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

◆ unsafe_arena_set_allocated_vpn_tmp()

void jaiabot::protobuf::FleetConfig_SSHKeys::unsafe_arena_set_allocated_vpn_tmp ( ::jaiabot::protobuf::FleetConfig_SSHKeys_VPNTempKey vpn_tmp)
inline

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

◆ UnsafeArenaSwap()

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

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

◆ vpn_tmp()

const ::jaiabot::protobuf::FleetConfig_SSHKeys_VPNTempKey & jaiabot::protobuf::FleetConfig_SSHKeys::vpn_tmp ( ) const
inline

Definition at line 2805 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 767 of file fleet_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_jaiabot_2fmessages_2ffleet_5fconfig_2eproto

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

◆ swap

void swap ( FleetConfig_SSHKeys a,
FleetConfig_SSHKeys b 
)
friend

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

Member Data Documentation

◆ _class_data_

const ClassData jaiabot::protobuf::FleetConfig_SSHKeys::_class_data_
static

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

◆ _impl_

Impl_ jaiabot::protobuf::FleetConfig_SSHKeys::_impl_

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

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::FleetConfig_SSHKeys::kIndexInFileMessages
staticconstexpr
Initial value:
=
2

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


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