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


Public Types | |
| enum | : int { kHostnameFieldNumber = 2 , kHubIdFieldNumber = 1 , kPortFieldNumber = 3 } |
Public Member Functions | |
| APIConfig_StreamingEndpoint () | |
| ~APIConfig_StreamingEndpoint () override | |
| PROTOBUF_CONSTEXPR | APIConfig_StreamingEndpoint (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
| APIConfig_StreamingEndpoint (const APIConfig_StreamingEndpoint &from) | |
| APIConfig_StreamingEndpoint (APIConfig_StreamingEndpoint &&from) noexcept | |
| APIConfig_StreamingEndpoint & | operator= (const APIConfig_StreamingEndpoint &from) |
| APIConfig_StreamingEndpoint & | operator= (APIConfig_StreamingEndpoint &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (APIConfig_StreamingEndpoint *other) |
| void | UnsafeArenaSwap (APIConfig_StreamingEndpoint *other) |
| APIConfig_StreamingEndpoint * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
| void | CopyFrom (const APIConfig_StreamingEndpoint &from) |
| void | MergeFrom (const APIConfig_StreamingEndpoint &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_hostname () const |
| void | clear_hostname () |
| const std::string & | hostname () const |
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_hostname (ArgT0 &&arg0, ArgT... args) |
| std::string * | mutable_hostname () |
| PROTOBUF_NODISCARD std::string * | release_hostname () |
| void | set_allocated_hostname (std::string *hostname) |
| bool | has_hub_id () const |
| void | clear_hub_id () |
| int32_t | hub_id () const |
| void | set_hub_id (int32_t value) |
| bool | has_port () const |
| void | clear_port () |
| int32_t | port () const |
| void | set_port (int32_t value) |
| template<typename ArgT0 , typename... ArgT> | |
| PROTOBUF_ALWAYS_INLINE void | set_hostname (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 APIConfig_StreamingEndpoint & | default_instance () |
| static const APIConfig_StreamingEndpoint * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
| static const ClassData | _class_data_ |
Protected Member Functions | |
| APIConfig_StreamingEndpoint (::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_2frest_5fapi_2eproto |
| void | swap (APIConfig_StreamingEndpoint &a, APIConfig_StreamingEndpoint &b) |
Definition at line 2730 of file rest_api.pb.h.
| anonymous enum : int |
| Enumerator | |
|---|---|
| kHostnameFieldNumber | |
| kHubIdFieldNumber | |
| kPortFieldNumber | |
Definition at line 2857 of file rest_api.pb.h.
|
inline |
Definition at line 2733 of file rest_api.pb.h.
|
override |
|
explicit |
| jaiabot::protobuf::APIConfig_StreamingEndpoint::APIConfig_StreamingEndpoint | ( | const APIConfig_StreamingEndpoint & | from | ) |
|
inlinenoexcept |
Definition at line 2738 of file rest_api.pb.h.
|
explicitprotected |
|
final |
|
final |
|
final |
|
final |
|
inline |
Definition at line 5393 of file rest_api.pb.h.
|
inline |
Definition at line 5365 of file rest_api.pb.h.
|
inline |
Definition at line 5461 of file rest_api.pb.h.
| void jaiabot::protobuf::APIConfig_StreamingEndpoint::CopyFrom | ( | const APIConfig_StreamingEndpoint & | from | ) |
|
inlinestatic |
Definition at line 2777 of file rest_api.pb.h.
|
inlinestatic |
Definition at line 2768 of file rest_api.pb.h.
|
inlinefinal |
Definition at line 2830 of file rest_api.pb.h.
|
final |
|
inlinestatic |
Definition at line 2771 of file rest_api.pb.h.
|
final |
|
inlinestatic |
Definition at line 2774 of file rest_api.pb.h.
|
inline |
Definition at line 5390 of file rest_api.pb.h.
|
inline |
Definition at line 5362 of file rest_api.pb.h.
|
inline |
Definition at line 5458 of file rest_api.pb.h.
|
inline |
Definition at line 5397 of file rest_api.pb.h.
|
inline |
Definition at line 5372 of file rest_api.pb.h.
|
inlinestatic |
Definition at line 2780 of file rest_api.pb.h.
|
final |
|
inline |
Definition at line 2817 of file rest_api.pb.h.
|
inline |
Definition at line 5408 of file rest_api.pb.h.
|
inline |
Definition at line 2764 of file rest_api.pb.h.
|
inlinefinal |
Definition at line 2811 of file rest_api.pb.h.
|
inlinenoexcept |
Definition at line 2747 of file rest_api.pb.h.
|
inline |
Definition at line 2743 of file rest_api.pb.h.
|
inline |
Definition at line 5468 of file rest_api.pb.h.
|
inline |
Definition at line 5424 of file rest_api.pb.h.
|
inline |
Definition at line 5438 of file rest_api.pb.h.
| void jaiabot::protobuf::APIConfig_StreamingEndpoint::set_hostname | ( | ArgT0 && | arg0, |
| ArgT... | args | ||
| ) |
|
inline |
Definition at line 5403 of file rest_api.pb.h.
|
inline |
Definition at line 5380 of file rest_api.pb.h.
|
inline |
Definition at line 5476 of file rest_api.pb.h.
|
inline |
Definition at line 2790 of file rest_api.pb.h.
|
inline |
Definition at line 2761 of file rest_api.pb.h.
|
inline |
Definition at line 2803 of file rest_api.pb.h.
|
friend |
Definition at line 2913 of file rest_api.pb.h.
|
friend |
Definition at line 2839 of file rest_api.pb.h.
|
friend |
Definition at line 2924 of file rest_api.pb.h.
|
friend |
Definition at line 2787 of file rest_api.pb.h.
|
static |
Definition at line 2848 of file rest_api.pb.h.
| Impl_ jaiabot::protobuf::APIConfig_StreamingEndpoint::_impl_ |
Definition at line 2923 of file rest_api.pb.h.
|
staticconstexpr |
Definition at line 2784 of file rest_api.pb.h.