#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 2226 of file rest_api.pb.h.
| anonymous enum : int |
| Enumerator | |
|---|---|
| kHostnameFieldNumber | |
| kHubIdFieldNumber | |
| kPortFieldNumber | |
Definition at line 2353 of file rest_api.pb.h.
|
inline |
Definition at line 2229 of file rest_api.pb.h.
|
override |
|
explicit |
| jaiabot::protobuf::APIConfig_StreamingEndpoint::APIConfig_StreamingEndpoint | ( | const APIConfig_StreamingEndpoint & | from | ) |
|
inlinenoexcept |
Definition at line 2234 of file rest_api.pb.h.
|
explicitprotected |
|
final |
|
final |
|
final |
|
final |
|
inline |
Definition at line 4506 of file rest_api.pb.h.
|
inline |
Definition at line 4478 of file rest_api.pb.h.
|
inline |
Definition at line 4574 of file rest_api.pb.h.
| void jaiabot::protobuf::APIConfig_StreamingEndpoint::CopyFrom | ( | const APIConfig_StreamingEndpoint & | from | ) |
|
inlinestatic |
Definition at line 2273 of file rest_api.pb.h.
|
inlinestatic |
Definition at line 2264 of file rest_api.pb.h.
|
inlinefinal |
Definition at line 2326 of file rest_api.pb.h.
|
final |
|
inlinestatic |
Definition at line 2267 of file rest_api.pb.h.
|
final |
|
inlinestatic |
Definition at line 2270 of file rest_api.pb.h.
|
inline |
Definition at line 4503 of file rest_api.pb.h.
|
inline |
Definition at line 4475 of file rest_api.pb.h.
|
inline |
Definition at line 4571 of file rest_api.pb.h.
|
inline |
Definition at line 4510 of file rest_api.pb.h.
|
inline |
Definition at line 4485 of file rest_api.pb.h.
|
inlinestatic |
Definition at line 2276 of file rest_api.pb.h.
|
final |
|
inline |
Definition at line 2313 of file rest_api.pb.h.
|
inline |
Definition at line 4521 of file rest_api.pb.h.
|
inline |
Definition at line 2260 of file rest_api.pb.h.
|
inlinefinal |
Definition at line 2307 of file rest_api.pb.h.
|
inlinenoexcept |
Definition at line 2243 of file rest_api.pb.h.
|
inline |
Definition at line 2239 of file rest_api.pb.h.
|
inline |
Definition at line 4581 of file rest_api.pb.h.
|
inline |
Definition at line 4537 of file rest_api.pb.h.
|
inline |
Definition at line 4551 of file rest_api.pb.h.
| void jaiabot::protobuf::APIConfig_StreamingEndpoint::set_hostname | ( | ArgT0 && | arg0, |
| ArgT... | args | ||
| ) |
|
inline |
Definition at line 4516 of file rest_api.pb.h.
|
inline |
Definition at line 4493 of file rest_api.pb.h.
|
inline |
Definition at line 4589 of file rest_api.pb.h.
|
inline |
Definition at line 2286 of file rest_api.pb.h.
|
inline |
Definition at line 2257 of file rest_api.pb.h.
|
inline |
Definition at line 2299 of file rest_api.pb.h.
|
friend |
Definition at line 2409 of file rest_api.pb.h.
|
friend |
Definition at line 2335 of file rest_api.pb.h.
|
friend |
Definition at line 2420 of file rest_api.pb.h.
|
friend |
Definition at line 2283 of file rest_api.pb.h.
|
static |
Definition at line 2344 of file rest_api.pb.h.
| Impl_ jaiabot::protobuf::APIConfig_StreamingEndpoint::_impl_ |
Definition at line 2419 of file rest_api.pb.h.
|
staticconstexpr |
Definition at line 2280 of file rest_api.pb.h.