JaiaBot 2.0.0
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
jaia::RestAPI Class Referencefinal

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

Inheritance diagram for jaia::RestAPI:
Collaboration diagram for jaia::RestAPI:

Public Types

enum  : int { kPermittedActionFieldNumber = 4 , kDocFieldNumber = 2 , kExampleFieldNumber = 3 , kPresenceFieldNumber = 1 }
 
typedef RestAPI_Example Example
 
typedef RestAPI_Presence Presence
 

Public Member Functions

 RestAPI ()
 
 ~RestAPI () override
 
PROTOBUF_CONSTEXPR RestAPI (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 RestAPI (const RestAPI &from)
 
 RestAPI (RestAPI &&from) noexcept
 
RestAPIoperator= (const RestAPI &from)
 
RestAPIoperator= (RestAPI &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (RestAPI *other)
 
void UnsafeArenaSwap (RestAPI *other)
 
RestAPINew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
void CopyFrom (const RestAPI &from)
 
void MergeFrom (const RestAPI &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 permitted_action_size () const
 
void clear_permitted_action ()
 
const std::string & permitted_action (int index) const
 
std::string * mutable_permitted_action (int index)
 
void set_permitted_action (int index, const std::string &value)
 
void set_permitted_action (int index, std::string &&value)
 
void set_permitted_action (int index, const char *value)
 
void set_permitted_action (int index, const char *value, size_t size)
 
std::string * add_permitted_action ()
 
void add_permitted_action (const std::string &value)
 
void add_permitted_action (std::string &&value)
 
void add_permitted_action (const char *value)
 
void add_permitted_action (const char *value, size_t size)
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & permitted_action () const
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mutable_permitted_action ()
 
bool has_doc () const
 
void clear_doc ()
 
const std::string & doc () const
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_doc (ArgT0 &&arg0, ArgT... args)
 
std::string * mutable_doc ()
 
PROTOBUF_NODISCARD std::string * release_doc ()
 
void set_allocated_doc (std::string *doc)
 
bool has_example () const
 
void clear_example ()
 
const ::jaia::RestAPI_Exampleexample () const
 
PROTOBUF_NODISCARD::jaia::RestAPI_Example * release_example ()
 
::jaia::RestAPI_Examplemutable_example ()
 
void set_allocated_example (::jaia::RestAPI_Example *example)
 
void unsafe_arena_set_allocated_example (::jaia::RestAPI_Example *example)
 
::jaia::RestAPI_Exampleunsafe_arena_release_example ()
 
bool has_presence () const
 
void clear_presence ()
 
::jaia::RestAPI_Presence presence () const
 
void set_presence (::jaia::RestAPI_Presence value)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_doc (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 RestAPIdefault_instance ()
 
static const RestAPIinternal_default_instance ()
 
static bool Presence_IsValid (int value)
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Presence_descriptor ()
 
template<typename T >
static const std::string & Presence_Name (T enum_t_value)
 
static bool Presence_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Presence *value)
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 
static constexpr Presence NOT_GUARANTEED
 
static constexpr Presence GUARANTEED
 
static constexpr Presence OMITTED
 
static constexpr Presence Presence_MIN
 
static constexpr Presence Presence_MAX
 
static constexpr int Presence_ARRAYSIZE
 

Protected Member Functions

 RestAPI (::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_2foption_5fextensions_2eproto
 
void swap (RestAPI &a, RestAPI &b)
 

Detailed Description

Definition at line 294 of file option_extensions.pb.h.

Member Typedef Documentation

◆ Example

◆ Presence

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kPermittedActionFieldNumber 
kDocFieldNumber 
kExampleFieldNumber 
kPresenceFieldNumber 

Definition at line 455 of file option_extensions.pb.h.

Constructor & Destructor Documentation

◆ RestAPI() [1/5]

jaia::RestAPI::RestAPI ( )
inline

Definition at line 297 of file option_extensions.pb.h.

◆ ~RestAPI()

jaia::RestAPI::~RestAPI ( )
override

◆ RestAPI() [2/5]

PROTOBUF_CONSTEXPR jaia::RestAPI::RestAPI ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicit

◆ RestAPI() [3/5]

jaia::RestAPI::RestAPI ( const RestAPI from)

◆ RestAPI() [4/5]

jaia::RestAPI::RestAPI ( RestAPI &&  from)
inlinenoexcept

Definition at line 302 of file option_extensions.pb.h.

◆ RestAPI() [5/5]

jaia::RestAPI::RestAPI ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char * jaia::RestAPI::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * jaia::RestAPI::_InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ add_permitted_action() [1/5]

std::string * jaia::RestAPI::add_permitted_action ( )
inline

Definition at line 1367 of file option_extensions.pb.h.

◆ add_permitted_action() [2/5]

void jaia::RestAPI::add_permitted_action ( const char *  value)
inline

Definition at line 1412 of file option_extensions.pb.h.

◆ add_permitted_action() [3/5]

void jaia::RestAPI::add_permitted_action ( const char *  value,
size_t  size 
)
inline

Definition at line 1417 of file option_extensions.pb.h.

◆ add_permitted_action() [4/5]

void jaia::RestAPI::add_permitted_action ( const std::string &  value)
inline

Definition at line 1404 of file option_extensions.pb.h.

◆ add_permitted_action() [5/5]

void jaia::RestAPI::add_permitted_action ( std::string &&  value)
inline

Definition at line 1408 of file option_extensions.pb.h.

◆ ByteSizeLong()

size_t jaia::RestAPI::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void jaia::RestAPI::Clear ( )
final

◆ clear_doc()

void jaia::RestAPI::clear_doc ( )
inline

Definition at line 1207 of file option_extensions.pb.h.

◆ clear_example()

void jaia::RestAPI::clear_example ( )
inline

Definition at line 1276 of file option_extensions.pb.h.

◆ clear_permitted_action()

void jaia::RestAPI::clear_permitted_action ( )
inline

Definition at line 1364 of file option_extensions.pb.h.

◆ clear_presence()

void jaia::RestAPI::clear_presence ( )
inline

Definition at line 1178 of file option_extensions.pb.h.

◆ CopyFrom()

void jaia::RestAPI::CopyFrom ( const RestAPI from)

◆ default_instance()

static const RestAPI & jaia::RestAPI::default_instance ( )
inlinestatic

Definition at line 341 of file option_extensions.pb.h.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaia::RestAPI::descriptor ( )
inlinestatic

Definition at line 332 of file option_extensions.pb.h.

◆ doc()

const std::string & jaia::RestAPI::doc ( ) const
inline

Definition at line 1211 of file option_extensions.pb.h.

◆ example()

const ::jaia::RestAPI_Example & jaia::RestAPI::example ( ) const
inline

Definition at line 1285 of file option_extensions.pb.h.

◆ GetCachedSize()

int jaia::RestAPI::GetCachedSize ( ) const
inlinefinal

Definition at line 394 of file option_extensions.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * jaia::RestAPI::GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor * jaia::RestAPI::GetDescriptor ( )
inlinestatic

Definition at line 335 of file option_extensions.pb.h.

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata jaia::RestAPI::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection * jaia::RestAPI::GetReflection ( )
inlinestatic

Definition at line 338 of file option_extensions.pb.h.

◆ has_doc()

bool jaia::RestAPI::has_doc ( ) const
inline

Definition at line 1204 of file option_extensions.pb.h.

◆ has_example()

bool jaia::RestAPI::has_example ( ) const
inline

Definition at line 1273 of file option_extensions.pb.h.

◆ has_presence()

bool jaia::RestAPI::has_presence ( ) const
inline

Definition at line 1175 of file option_extensions.pb.h.

◆ internal_default_instance()

static const RestAPI * jaia::RestAPI::internal_default_instance ( )
inlinestatic

Definition at line 344 of file option_extensions.pb.h.

◆ IsInitialized()

bool jaia::RestAPI::IsInitialized ( ) const
final

◆ MergeFrom()

void jaia::RestAPI::MergeFrom ( const RestAPI from)
inline

Definition at line 381 of file option_extensions.pb.h.

◆ mutable_doc()

std::string * jaia::RestAPI::mutable_doc ( )
inline

Definition at line 1222 of file option_extensions.pb.h.

◆ mutable_example()

jaia::RestAPI_Example * jaia::RestAPI::mutable_example ( )
inline

Definition at line 1332 of file option_extensions.pb.h.

◆ mutable_permitted_action() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * jaia::RestAPI::mutable_permitted_action ( )
inline

Definition at line 1427 of file option_extensions.pb.h.

◆ mutable_permitted_action() [2/2]

std::string * jaia::RestAPI::mutable_permitted_action ( int  index)
inline

Definition at line 1379 of file option_extensions.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * jaia::RestAPI::mutable_unknown_fields ( )
inline

Definition at line 328 of file option_extensions.pb.h.

◆ New()

RestAPI * jaia::RestAPI::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

Definition at line 375 of file option_extensions.pb.h.

◆ operator=() [1/2]

RestAPI & jaia::RestAPI::operator= ( const RestAPI from)
inline

Definition at line 307 of file option_extensions.pb.h.

◆ operator=() [2/2]

RestAPI & jaia::RestAPI::operator= ( RestAPI &&  from)
inlinenoexcept

Definition at line 311 of file option_extensions.pb.h.

◆ permitted_action() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & jaia::RestAPI::permitted_action ( ) const
inline

Definition at line 1422 of file option_extensions.pb.h.

◆ permitted_action() [2/2]

const std::string & jaia::RestAPI::permitted_action ( int  index) const
inline

Definition at line 1375 of file option_extensions.pb.h.

◆ permitted_action_size()

int jaia::RestAPI::permitted_action_size ( ) const
inline

Definition at line 1361 of file option_extensions.pb.h.

◆ presence()

jaia::RestAPI_Presence jaia::RestAPI::presence ( ) const
inline

Definition at line 1185 of file option_extensions.pb.h.

◆ Presence_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * jaia::RestAPI::Presence_descriptor ( )
inlinestatic

Definition at line 438 of file option_extensions.pb.h.

◆ Presence_IsValid()

static bool jaia::RestAPI::Presence_IsValid ( int  value)
inlinestatic

Definition at line 428 of file option_extensions.pb.h.

◆ Presence_Name()

template<typename T >
static const std::string & jaia::RestAPI::Presence_Name ( enum_t_value)
inlinestatic

Definition at line 442 of file option_extensions.pb.h.

◆ Presence_Parse()

static bool jaia::RestAPI::Presence_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
Presence value 
)
inlinestatic

Definition at line 448 of file option_extensions.pb.h.

◆ release_doc()

std::string * jaia::RestAPI::release_doc ( )
inline

Definition at line 1238 of file option_extensions.pb.h.

◆ release_example()

jaia::RestAPI_Example * jaia::RestAPI::release_example ( )
inline

Definition at line 1302 of file option_extensions.pb.h.

◆ set_allocated_doc()

void jaia::RestAPI::set_allocated_doc ( std::string *  doc)
inline

Definition at line 1252 of file option_extensions.pb.h.

◆ set_allocated_example()

void jaia::RestAPI::set_allocated_example ( ::jaia::RestAPI_Example example)
inline

Definition at line 1337 of file option_extensions.pb.h.

◆ set_doc() [1/2]

template<typename ArgT0 = const std::string&, typename... ArgT>
void jaia::RestAPI::set_doc ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_doc() [2/2]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void jaia::RestAPI::set_doc ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

Definition at line 1217 of file option_extensions.pb.h.

◆ set_permitted_action() [1/4]

void jaia::RestAPI::set_permitted_action ( int  index,
const char *  value 
)
inline

Definition at line 1391 of file option_extensions.pb.h.

◆ set_permitted_action() [2/4]

void jaia::RestAPI::set_permitted_action ( int  index,
const char *  value,
size_t  size 
)
inline

Definition at line 1396 of file option_extensions.pb.h.

◆ set_permitted_action() [3/4]

void jaia::RestAPI::set_permitted_action ( int  index,
const std::string &  value 
)
inline

Definition at line 1383 of file option_extensions.pb.h.

◆ set_permitted_action() [4/4]

void jaia::RestAPI::set_permitted_action ( int  index,
std::string &&  value 
)
inline

Definition at line 1387 of file option_extensions.pb.h.

◆ set_presence()

void jaia::RestAPI::set_presence ( ::jaia::RestAPI_Presence  value)
inline

Definition at line 1194 of file option_extensions.pb.h.

◆ Swap()

void jaia::RestAPI::Swap ( RestAPI other)
inline

Definition at line 354 of file option_extensions.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & jaia::RestAPI::unknown_fields ( ) const
inline

Definition at line 325 of file option_extensions.pb.h.

◆ unsafe_arena_release_example()

jaia::RestAPI_Example * jaia::RestAPI::unsafe_arena_release_example ( )
inline

Definition at line 1317 of file option_extensions.pb.h.

◆ unsafe_arena_set_allocated_example()

void jaia::RestAPI::unsafe_arena_set_allocated_example ( ::jaia::RestAPI_Example example)
inline

Definition at line 1289 of file option_extensions.pb.h.

◆ UnsafeArenaSwap()

void jaia::RestAPI::UnsafeArenaSwap ( RestAPI other)
inline

Definition at line 367 of file option_extensions.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 538 of file option_extensions.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 403 of file option_extensions.pb.h.

◆ ::TableStruct_jaiabot_2fmessages_2foption_5fextensions_2eproto

◆ swap

void swap ( RestAPI a,
RestAPI b 
)
friend

Definition at line 351 of file option_extensions.pb.h.

Member Data Documentation

◆ _class_data_

const ClassData jaia::RestAPI::_class_data_
static

Definition at line 412 of file option_extensions.pb.h.

◆ _impl_

Impl_ jaia::RestAPI::_impl_

Definition at line 549 of file option_extensions.pb.h.

◆ GUARANTEED

constexpr Presence jaia::RestAPI::GUARANTEED
staticconstexpr
Initial value:

Definition at line 424 of file option_extensions.pb.h.

◆ kIndexInFileMessages

constexpr int jaia::RestAPI::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 348 of file option_extensions.pb.h.

◆ NOT_GUARANTEED

constexpr Presence jaia::RestAPI::NOT_GUARANTEED
staticconstexpr
Initial value:

Definition at line 422 of file option_extensions.pb.h.

◆ OMITTED

constexpr Presence jaia::RestAPI::OMITTED
staticconstexpr
Initial value:

Definition at line 426 of file option_extensions.pb.h.

◆ Presence_ARRAYSIZE

constexpr int jaia::RestAPI::Presence_ARRAYSIZE
staticconstexpr
Initial value:

Definition at line 435 of file option_extensions.pb.h.

◆ Presence_MAX

constexpr Presence jaia::RestAPI::Presence_MAX
staticconstexpr
Initial value:
=
constexpr RestAPI_Presence RestAPI_Presence_Presence_MAX

Definition at line 433 of file option_extensions.pb.h.

◆ Presence_MIN

constexpr Presence jaia::RestAPI::Presence_MIN
staticconstexpr
Initial value:
=
constexpr RestAPI_Presence RestAPI_Presence_Presence_MIN

Definition at line 431 of file option_extensions.pb.h.


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