#include <jaiabot/messages/fleet_config.pb.h>
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_SSHKeys & | operator= (const FleetConfig_SSHKeys &from) |
FleetConfig_SSHKeys & | operator= (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_SSHKeys * | New (::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_HubKey * | mutable_hub (int index) |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::jaiabot::protobuf::FleetConfig_SSHKeys_HubKey > * | mutable_hub () |
const ::jaiabot::protobuf::FleetConfig_SSHKeys_HubKey & | hub (int index) const |
::jaiabot::protobuf::FleetConfig_SSHKeys_HubKey * | add_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_VPNTempKey & | vpn_tmp () const |
PROTOBUF_NODISCARD::jaiabot::protobuf::FleetConfig_SSHKeys_VPNTempKey * | release_vpn_tmp () |
::jaiabot::protobuf::FleetConfig_SSHKeys_VPNTempKey * | mutable_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_VPNTempKey * | unsafe_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_SSHKeys & | default_instance () |
static const FleetConfig_SSHKeys * | internal_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) |
Definition at line 529 of file fleet_config.pb.h.
Definition at line 654 of file fleet_config.pb.h.
Definition at line 655 of file fleet_config.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kPermanentAuthorizedKeysFieldNumber | |
kHubFieldNumber | |
kVpnTmpFieldNumber |
Definition at line 659 of file fleet_config.pb.h.
|
inline |
Definition at line 532 of file fleet_config.pb.h.
|
override |
|
explicit |
jaiabot::protobuf::FleetConfig_SSHKeys::FleetConfig_SSHKeys | ( | const FleetConfig_SSHKeys & | from | ) |
|
inlinenoexcept |
Definition at line 537 of file fleet_config.pb.h.
|
explicitprotected |
|
final |
|
final |
|
inline |
Definition at line 1945 of file fleet_config.pb.h.
|
inline |
Definition at line 1851 of file fleet_config.pb.h.
|
inline |
Definition at line 1896 of file fleet_config.pb.h.
|
inline |
Definition at line 1901 of file fleet_config.pb.h.
|
inline |
Definition at line 1888 of file fleet_config.pb.h.
|
inline |
Definition at line 1892 of file fleet_config.pb.h.
|
final |
|
final |
|
inline |
Definition at line 1923 of file fleet_config.pb.h.
|
inline |
Definition at line 1848 of file fleet_config.pb.h.
|
inline |
Definition at line 1965 of file fleet_config.pb.h.
void jaiabot::protobuf::FleetConfig_SSHKeys::CopyFrom | ( | const FleetConfig_SSHKeys & | from | ) |
|
inlinestatic |
Definition at line 576 of file fleet_config.pb.h.
|
inlinestatic |
Definition at line 567 of file fleet_config.pb.h.
|
inlinefinal |
Definition at line 629 of file fleet_config.pb.h.
|
final |
|
inlinestatic |
Definition at line 570 of file fleet_config.pb.h.
|
final |
|
inlinestatic |
Definition at line 573 of file fleet_config.pb.h.
|
inline |
Definition at line 1962 of file fleet_config.pb.h.
|
inline |
Definition at line 1951 of file fleet_config.pb.h.
|
inline |
Definition at line 1938 of file fleet_config.pb.h.
|
inline |
Definition at line 1920 of file fleet_config.pb.h.
|
inlinestatic |
Definition at line 579 of file fleet_config.pb.h.
|
final |
|
inline |
Definition at line 616 of file fleet_config.pb.h.
|
inline |
Definition at line 1931 of file fleet_config.pb.h.
|
inline |
Definition at line 1926 of file fleet_config.pb.h.
|
inline |
Definition at line 1911 of file fleet_config.pb.h.
|
inline |
Definition at line 1863 of file fleet_config.pb.h.
|
inline |
Definition at line 563 of file fleet_config.pb.h.
|
inline |
Definition at line 2021 of file fleet_config.pb.h.
|
inlinefinal |
Definition at line 610 of file fleet_config.pb.h.
|
inline |
Definition at line 542 of file fleet_config.pb.h.
|
inlinenoexcept |
Definition at line 546 of file fleet_config.pb.h.
|
inline |
Definition at line 1906 of file fleet_config.pb.h.
|
inline |
Definition at line 1859 of file fleet_config.pb.h.
|
inline |
Definition at line 1845 of file fleet_config.pb.h.
|
inline |
Definition at line 1991 of file fleet_config.pb.h.
|
inline |
Definition at line 2026 of file fleet_config.pb.h.
|
inline |
Definition at line 1875 of file fleet_config.pb.h.
|
inline |
Definition at line 1880 of file fleet_config.pb.h.
|
inline |
Definition at line 1867 of file fleet_config.pb.h.
|
inline |
Definition at line 1871 of file fleet_config.pb.h.
|
inline |
Definition at line 589 of file fleet_config.pb.h.
|
inline |
Definition at line 560 of file fleet_config.pb.h.
|
inline |
Definition at line 2006 of file fleet_config.pb.h.
|
inline |
Definition at line 1978 of file fleet_config.pb.h.
|
inline |
Definition at line 602 of file fleet_config.pb.h.
|
inline |
Definition at line 1974 of file fleet_config.pb.h.
|
friend |
Definition at line 728 of file fleet_config.pb.h.
|
friend |
Definition at line 638 of file fleet_config.pb.h.
|
friend |
Definition at line 739 of file fleet_config.pb.h.
|
friend |
Definition at line 586 of file fleet_config.pb.h.
|
static |
Definition at line 647 of file fleet_config.pb.h.
Impl_ jaiabot::protobuf::FleetConfig_SSHKeys::_impl_ |
Definition at line 738 of file fleet_config.pb.h.
|
staticconstexpr |
Definition at line 583 of file fleet_config.pb.h.