JaiaBot 2.0.0
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 529 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 659 of file fleet_config.pb.h.

Constructor & Destructor Documentation

◆ FleetConfig_SSHKeys() [1/5]

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

Definition at line 532 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 537 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 1945 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 1851 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 1896 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 1901 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 1888 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 1892 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 1923 of file fleet_config.pb.h.

◆ clear_permanent_authorized_keys()

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

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

◆ clear_vpn_tmp()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

Definition at line 629 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 570 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 573 of file fleet_config.pb.h.

◆ has_vpn_tmp()

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

Definition at line 1962 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 1951 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 1938 of file fleet_config.pb.h.

◆ hub_size()

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

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

◆ internal_default_instance()

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

Definition at line 579 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 616 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 1931 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 1926 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 1911 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 1863 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 563 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 2021 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 610 of file fleet_config.pb.h.

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

Definition at line 546 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 1906 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 1859 of file fleet_config.pb.h.

◆ permanent_authorized_keys_size()

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

Definition at line 1845 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 1991 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 2026 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 1875 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 1880 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 1867 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 1871 of file fleet_config.pb.h.

◆ Swap()

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

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

◆ unknown_fields()

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

Definition at line 560 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 2006 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 1978 of file fleet_config.pb.h.

◆ UnsafeArenaSwap()

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

Definition at line 602 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 1974 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 728 of file fleet_config.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_jaiabot_2fmessages_2ffleet_5fconfig_2eproto

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

◆ swap

void swap ( FleetConfig_SSHKeys a,
FleetConfig_SSHKeys b 
)
friend

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

Member Data Documentation

◆ _class_data_

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

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

◆ _impl_

Impl_ jaiabot::protobuf::FleetConfig_SSHKeys::_impl_

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

◆ kIndexInFileMessages

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

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


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