4 #ifndef GOOGLE_PROTOBUF_INCLUDED_bin_2fweb_5fportal_2fconfig_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_bin_2fweb_5fportal_2fconfig_2eproto
10 #include <google/protobuf/port_def.inc>
11 #if PROTOBUF_VERSION < 3012000
12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update
16 #if 3012004 < PROTOBUF_MIN_PROTOC_VERSION
17 #error This file was generated by an older version of protoc which is
18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc.
22 #include <google/protobuf/port_undef.inc>
23 #include <google/protobuf/io/coded_stream.h>
24 #include <google/protobuf/arena.h>
25 #include <google/protobuf/arenastring.h>
26 #include <google/protobuf/generated_message_table_driven.h>
27 #include <google/protobuf/generated_message_util.h>
28 #include <google/protobuf/inlined_string_field.h>
29 #include <google/protobuf/metadata_lite.h>
30 #include <google/protobuf/generated_message_reflection.h>
31 #include <google/protobuf/message.h>
32 #include <google/protobuf/repeated_field.h>
33 #include <google/protobuf/extension_set.h>
34 #include <google/protobuf/unknown_field_set.h>
35 #include "goby/middleware/protobuf/app_config.pb.h"
36 #include "goby/zeromq/protobuf/interprocess_config.pb.h"
37 #include "goby/middleware/protobuf/udp_config.pb.h"
38 #include <boost/units/quantity.hpp>
39 #include <boost/units/absolute.hpp>
40 #include <boost/units/dimensionless_type.hpp>
41 #include <boost/units/make_scaled_unit.hpp>
43 #include <google/protobuf/port_def.inc>
44 #define PROTOBUF_INTERNAL_EXPORT_bin_2fweb_5fportal_2fconfig_2eproto
45 PROTOBUF_NAMESPACE_OPEN
49 PROTOBUF_NAMESPACE_CLOSE
53 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
55 static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
57 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
59 static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata
field_metadata[];
61 static const ::PROTOBUF_NAMESPACE_ID::uint32
offsets[];
67 class WebPortalDefaultTypeInternal;
71 PROTOBUF_NAMESPACE_OPEN
72 template<> ::jaiabot::config::WebPortal* Arena::CreateMaybeMessage<::jaiabot::config::WebPortal>(Arena*);
73 PROTOBUF_NAMESPACE_CLOSE
79 class WebPortal PROTOBUF_FINAL :
80 public ::PROTOBUF_NAMESPACE_ID::Message {
88 *
this = ::std::move(from);
91 inline WebPortal&
operator=(
const WebPortal& from) {
95 inline WebPortal&
operator=(WebPortal&& from) noexcept {
96 if (GetArena() == from.GetArena()) {
97 if (
this != &from) InternalSwap(&from);
105 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
108 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
111 static const ::PROTOBUF_NAMESPACE_ID::Descriptor*
descriptor() {
112 return GetDescriptor();
115 return GetMetadataStatic().descriptor;
118 return GetMetadataStatic().reflection;
124 return reinterpret_cast<const WebPortal*
>(
127 static constexpr
int kIndexInFileMessages =
130 friend void swap(WebPortal& a, WebPortal& b) {
133 inline void Swap(WebPortal* other) {
134 if (other ==
this)
return;
135 if (GetArena() == other->GetArena()) {
138 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
142 if (other ==
this)
return;
143 GOOGLE_DCHECK(GetArena() == other->GetArena());
149 inline WebPortal*
New() const final {
150 return CreateMaybeMessage<WebPortal>(
nullptr);
153 WebPortal*
New(::PROTOBUF_NAMESPACE_ID::Arena* arena)
const final {
154 return CreateMaybeMessage<WebPortal>(arena);
156 void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from)
final;
157 void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from)
final;
160 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
161 bool IsInitialized() const final;
163 size_t ByteSizeLong() const final;
164 const
char* _InternalParse(const
char* ptr, ::PROTOBUF_NAMESPACE_ID::
internal::ParseContext* ctx) final;
165 ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
166 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
167 int GetCachedSize() const final {
return _cached_size_.Get(); }
170 inline void SharedCtor();
171 inline void SharedDtor();
172 void SetCachedSize(
int size)
const final;
173 void InternalSwap(WebPortal* other);
174 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
175 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
176 return "jaiabot.config.WebPortal";
179 explicit WebPortal(::PROTOBUF_NAMESPACE_ID::Arena* arena);
181 static void ArenaDtor(
void*
object);
182 inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
187 static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
200 kInterprocessFieldNumber = 2,
201 kUdpConfigFieldNumber = 3,
202 kUdpCustomerConfigFieldNumber = 4,
207 bool _internal_has_app()
const;
210 const ::goby::middleware::protobuf::AppConfig&
app()
const;
215 const ::goby::middleware::protobuf::AppConfig& _internal_app()
const;
216 ::goby::middleware::protobuf::AppConfig* _internal_mutable_app();
219 ::goby::middleware::protobuf::AppConfig* app);
225 bool _internal_has_interprocess()
const;
228 const ::goby::zeromq::protobuf::InterProcessPortalConfig&
interprocess()
const;
233 const ::goby::zeromq::protobuf::InterProcessPortalConfig& _internal_interprocess()
const;
234 ::goby::zeromq::protobuf::InterProcessPortalConfig* _internal_mutable_interprocess();
237 ::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess);
243 bool _internal_has_udp_config()
const;
246 const ::goby::middleware::protobuf::UDPOneToManyConfig&
udp_config()
const;
251 const ::goby::middleware::protobuf::UDPOneToManyConfig& _internal_udp_config()
const;
252 ::goby::middleware::protobuf::UDPOneToManyConfig* _internal_mutable_udp_config();
255 ::goby::middleware::protobuf::UDPOneToManyConfig* udp_config);
261 bool _internal_has_udp_customer_config()
const;
269 const ::goby::middleware::protobuf::UDPPointToPointConfig& _internal_udp_customer_config()
const;
270 ::goby::middleware::protobuf::UDPPointToPointConfig* _internal_mutable_udp_customer_config();
273 ::goby::middleware::protobuf::UDPPointToPointConfig* udp_customer_config);
280 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
281 typedef void InternalArenaConstructable_;
282 typedef void DestructorSkippable_;
283 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
284 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
285 ::goby::middleware::protobuf::AppConfig* app_;
286 ::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess_;
287 ::goby::middleware::protobuf::UDPOneToManyConfig* udp_config_;
288 ::goby::middleware::protobuf::UDPPointToPointConfig* udp_customer_config_;
289 friend struct ::TableStruct_bin_2fweb_5fportal_2fconfig_2eproto;
297 #pragma GCC diagnostic push
298 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
303 inline bool WebPortal::_internal_has_app()
const {
304 bool value = (_has_bits_[0] & 0x00000001u) != 0;
305 PROTOBUF_ASSUME(!value || app_ !=
nullptr);
308 inline bool WebPortal::has_app()
const {
309 return _internal_has_app();
311 inline const ::goby::middleware::protobuf::AppConfig& WebPortal::_internal_app()
const {
312 const ::goby::middleware::protobuf::AppConfig* p = app_;
313 return p !=
nullptr ? *p : *
reinterpret_cast<const ::goby::middleware::protobuf::AppConfig*
>(
314 &::goby::middleware::protobuf::_AppConfig_default_instance_);
316 inline const ::goby::middleware::protobuf::AppConfig& WebPortal::app()
const {
318 return _internal_app();
320 inline void WebPortal::unsafe_arena_set_allocated_app(
321 ::goby::middleware::protobuf::AppConfig* app) {
322 if (GetArena() ==
nullptr) {
323 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(app_);
327 _has_bits_[0] |= 0x00000001u;
329 _has_bits_[0] &= ~0x00000001u;
333 inline ::goby::middleware::protobuf::AppConfig* WebPortal::release_app() {
334 auto temp = unsafe_arena_release_app();
335 if (GetArena() !=
nullptr) {
336 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
340 inline ::goby::middleware::protobuf::AppConfig* WebPortal::unsafe_arena_release_app() {
342 _has_bits_[0] &= ~0x00000001u;
343 ::goby::middleware::protobuf::AppConfig* temp = app_;
347 inline ::goby::middleware::protobuf::AppConfig* WebPortal::_internal_mutable_app() {
348 _has_bits_[0] |= 0x00000001u;
349 if (app_ ==
nullptr) {
350 auto* p = CreateMaybeMessage<::goby::middleware::protobuf::AppConfig>(GetArena());
355 inline ::goby::middleware::protobuf::AppConfig* WebPortal::mutable_app() {
357 return _internal_mutable_app();
359 inline void WebPortal::set_allocated_app(::goby::middleware::protobuf::AppConfig* app) {
360 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
361 if (message_arena ==
nullptr) {
362 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*
>(app_);
365 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
366 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(app)->GetArena();
367 if (message_arena != submessage_arena) {
368 app = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
369 message_arena, app, submessage_arena);
371 _has_bits_[0] |= 0x00000001u;
373 _has_bits_[0] &= ~0x00000001u;
380 inline bool WebPortal::_internal_has_interprocess()
const {
381 bool value = (_has_bits_[0] & 0x00000002u) != 0;
382 PROTOBUF_ASSUME(!value || interprocess_ !=
nullptr);
385 inline bool WebPortal::has_interprocess()
const {
386 return _internal_has_interprocess();
388 inline const ::goby::zeromq::protobuf::InterProcessPortalConfig& WebPortal::_internal_interprocess()
const {
389 const ::goby::zeromq::protobuf::InterProcessPortalConfig* p = interprocess_;
390 return p !=
nullptr ? *p : *
reinterpret_cast<const ::goby::zeromq::protobuf::InterProcessPortalConfig*
>(
391 &::goby::zeromq::protobuf::_InterProcessPortalConfig_default_instance_);
393 inline const ::goby::zeromq::protobuf::InterProcessPortalConfig& WebPortal::interprocess()
const {
395 return _internal_interprocess();
397 inline void WebPortal::unsafe_arena_set_allocated_interprocess(
398 ::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess) {
399 if (GetArena() ==
nullptr) {
400 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(interprocess_);
402 interprocess_ = interprocess;
404 _has_bits_[0] |= 0x00000002u;
406 _has_bits_[0] &= ~0x00000002u;
410 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* WebPortal::release_interprocess() {
411 auto temp = unsafe_arena_release_interprocess();
412 if (GetArena() !=
nullptr) {
413 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
417 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* WebPortal::unsafe_arena_release_interprocess() {
419 _has_bits_[0] &= ~0x00000002u;
420 ::goby::zeromq::protobuf::InterProcessPortalConfig* temp = interprocess_;
421 interprocess_ =
nullptr;
424 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* WebPortal::_internal_mutable_interprocess() {
425 _has_bits_[0] |= 0x00000002u;
426 if (interprocess_ ==
nullptr) {
427 auto* p = CreateMaybeMessage<::goby::zeromq::protobuf::InterProcessPortalConfig>(GetArena());
430 return interprocess_;
432 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* WebPortal::mutable_interprocess() {
434 return _internal_mutable_interprocess();
436 inline void WebPortal::set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess) {
437 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
438 if (message_arena ==
nullptr) {
439 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*
>(interprocess_);
442 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
443 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(interprocess)->GetArena();
444 if (message_arena != submessage_arena) {
445 interprocess = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
446 message_arena, interprocess, submessage_arena);
448 _has_bits_[0] |= 0x00000002u;
450 _has_bits_[0] &= ~0x00000002u;
452 interprocess_ = interprocess;
457 inline bool WebPortal::_internal_has_udp_config()
const {
458 bool value = (_has_bits_[0] & 0x00000004u) != 0;
459 PROTOBUF_ASSUME(!value || udp_config_ !=
nullptr);
462 inline bool WebPortal::has_udp_config()
const {
463 return _internal_has_udp_config();
465 inline const ::goby::middleware::protobuf::UDPOneToManyConfig& WebPortal::_internal_udp_config()
const {
466 const ::goby::middleware::protobuf::UDPOneToManyConfig* p = udp_config_;
467 return p !=
nullptr ? *p : *
reinterpret_cast<const ::goby::middleware::protobuf::UDPOneToManyConfig*
>(
468 &::goby::middleware::protobuf::_UDPOneToManyConfig_default_instance_);
470 inline const ::goby::middleware::protobuf::UDPOneToManyConfig& WebPortal::udp_config()
const {
472 return _internal_udp_config();
474 inline void WebPortal::unsafe_arena_set_allocated_udp_config(
475 ::goby::middleware::protobuf::UDPOneToManyConfig* udp_config) {
476 if (GetArena() ==
nullptr) {
477 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(udp_config_);
479 udp_config_ = udp_config;
481 _has_bits_[0] |= 0x00000004u;
483 _has_bits_[0] &= ~0x00000004u;
487 inline ::goby::middleware::protobuf::UDPOneToManyConfig* WebPortal::release_udp_config() {
488 auto temp = unsafe_arena_release_udp_config();
489 if (GetArena() !=
nullptr) {
490 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
494 inline ::goby::middleware::protobuf::UDPOneToManyConfig* WebPortal::unsafe_arena_release_udp_config() {
496 _has_bits_[0] &= ~0x00000004u;
497 ::goby::middleware::protobuf::UDPOneToManyConfig* temp = udp_config_;
498 udp_config_ =
nullptr;
501 inline ::goby::middleware::protobuf::UDPOneToManyConfig* WebPortal::_internal_mutable_udp_config() {
502 _has_bits_[0] |= 0x00000004u;
503 if (udp_config_ ==
nullptr) {
504 auto* p = CreateMaybeMessage<::goby::middleware::protobuf::UDPOneToManyConfig>(GetArena());
509 inline ::goby::middleware::protobuf::UDPOneToManyConfig* WebPortal::mutable_udp_config() {
511 return _internal_mutable_udp_config();
513 inline void WebPortal::set_allocated_udp_config(::goby::middleware::protobuf::UDPOneToManyConfig* udp_config) {
514 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
515 if (message_arena ==
nullptr) {
516 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*
>(udp_config_);
519 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
520 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(udp_config)->GetArena();
521 if (message_arena != submessage_arena) {
522 udp_config = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
523 message_arena, udp_config, submessage_arena);
525 _has_bits_[0] |= 0x00000004u;
527 _has_bits_[0] &= ~0x00000004u;
529 udp_config_ = udp_config;
534 inline bool WebPortal::_internal_has_udp_customer_config()
const {
535 bool value = (_has_bits_[0] & 0x00000008u) != 0;
536 PROTOBUF_ASSUME(!value || udp_customer_config_ !=
nullptr);
539 inline bool WebPortal::has_udp_customer_config()
const {
540 return _internal_has_udp_customer_config();
542 inline const ::goby::middleware::protobuf::UDPPointToPointConfig& WebPortal::_internal_udp_customer_config()
const {
543 const ::goby::middleware::protobuf::UDPPointToPointConfig* p = udp_customer_config_;
544 return p !=
nullptr ? *p : *
reinterpret_cast<const ::goby::middleware::protobuf::UDPPointToPointConfig*
>(
545 &::goby::middleware::protobuf::_UDPPointToPointConfig_default_instance_);
547 inline const ::goby::middleware::protobuf::UDPPointToPointConfig& WebPortal::udp_customer_config()
const {
549 return _internal_udp_customer_config();
551 inline void WebPortal::unsafe_arena_set_allocated_udp_customer_config(
552 ::goby::middleware::protobuf::UDPPointToPointConfig* udp_customer_config) {
553 if (GetArena() ==
nullptr) {
554 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(udp_customer_config_);
556 udp_customer_config_ = udp_customer_config;
557 if (udp_customer_config) {
558 _has_bits_[0] |= 0x00000008u;
560 _has_bits_[0] &= ~0x00000008u;
564 inline ::goby::middleware::protobuf::UDPPointToPointConfig* WebPortal::release_udp_customer_config() {
565 auto temp = unsafe_arena_release_udp_customer_config();
566 if (GetArena() !=
nullptr) {
567 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
571 inline ::goby::middleware::protobuf::UDPPointToPointConfig* WebPortal::unsafe_arena_release_udp_customer_config() {
573 _has_bits_[0] &= ~0x00000008u;
574 ::goby::middleware::protobuf::UDPPointToPointConfig* temp = udp_customer_config_;
575 udp_customer_config_ =
nullptr;
578 inline ::goby::middleware::protobuf::UDPPointToPointConfig* WebPortal::_internal_mutable_udp_customer_config() {
579 _has_bits_[0] |= 0x00000008u;
580 if (udp_customer_config_ ==
nullptr) {
581 auto* p = CreateMaybeMessage<::goby::middleware::protobuf::UDPPointToPointConfig>(GetArena());
582 udp_customer_config_ = p;
584 return udp_customer_config_;
586 inline ::goby::middleware::protobuf::UDPPointToPointConfig* WebPortal::mutable_udp_customer_config() {
588 return _internal_mutable_udp_customer_config();
590 inline void WebPortal::set_allocated_udp_customer_config(::goby::middleware::protobuf::UDPPointToPointConfig* udp_customer_config) {
591 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
592 if (message_arena ==
nullptr) {
593 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*
>(udp_customer_config_);
595 if (udp_customer_config) {
596 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
597 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(udp_customer_config)->GetArena();
598 if (message_arena != submessage_arena) {
599 udp_customer_config = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
600 message_arena, udp_customer_config, submessage_arena);
602 _has_bits_[0] |= 0x00000008u;
604 _has_bits_[0] &= ~0x00000008u;
606 udp_customer_config_ = udp_customer_config;
611 #pragma GCC diagnostic pop
621 #include <google/protobuf/port_undef.inc>
static const WebPortal & default_instance()
::goby::middleware::protobuf::UDPPointToPointConfig * release_udp_customer_config()
bool has_udp_customer_config() const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
WebPortal(::PROTOBUF_NAMESPACE_ID::Arena *arena)
bool has_interprocess() const
::goby::middleware::protobuf::UDPPointToPointConfig * unsafe_arena_release_udp_customer_config()
static const WebPortal * internal_default_instance()
const ::goby::middleware::protobuf::UDPPointToPointConfig & udp_customer_config() const
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
const ::goby::middleware::protobuf::AppConfig & app() const
static void InitAsDefaultInstance()
WebPortal & operator=(const WebPortal &from)
const ::goby::middleware::protobuf::UDPOneToManyConfig & udp_config() const
void clear_interprocess()
WebPortal & operator=(WebPortal &&from) noexcept
::goby::middleware::protobuf::AppConfig * unsafe_arena_release_app()
void Swap(WebPortal *other)
void unsafe_arena_set_allocated_udp_customer_config(::goby::middleware::protobuf::UDPPointToPointConfig *udp_customer_config)
::goby::middleware::protobuf::AppConfig * release_app()
void CopyFrom(const WebPortal &from)
void set_allocated_udp_config(::goby::middleware::protobuf::UDPOneToManyConfig *udp_config)
const ::goby::zeromq::protobuf::InterProcessPortalConfig & interprocess() const
WebPortal * New() const final
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
void MergeFrom(const WebPortal &from)
void unsafe_arena_set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void set_allocated_udp_customer_config(::goby::middleware::protobuf::UDPPointToPointConfig *udp_customer_config)
void unsafe_arena_set_allocated_udp_config(::goby::middleware::protobuf::UDPOneToManyConfig *udp_config)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
::goby::zeromq::protobuf::InterProcessPortalConfig * release_interprocess()
::goby::zeromq::protobuf::InterProcessPortalConfig * mutable_interprocess()
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
::goby::middleware::protobuf::UDPOneToManyConfig * mutable_udp_config()
friend void swap(WebPortal &a, WebPortal &b)
WebPortal(const WebPortal &from)
::goby::middleware::protobuf::AppConfig * mutable_app()
WebPortal * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
void set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
void unsafe_arena_set_allocated_app(::goby::middleware::protobuf::AppConfig *app)
void UnsafeArenaSwap(WebPortal *other)
::goby::middleware::protobuf::UDPOneToManyConfig * release_udp_config()
void set_allocated_app(::goby::middleware::protobuf::AppConfig *app)
::goby::zeromq::protobuf::InterProcessPortalConfig * unsafe_arena_release_interprocess()
WebPortal(WebPortal &&from) noexcept
::goby::middleware::protobuf::UDPPointToPointConfig * mutable_udp_customer_config()
void clear_udp_customer_config()
::goby::middleware::protobuf::UDPOneToManyConfig * unsafe_arena_release_udp_config()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
bool has_udp_config() const
WebPortalDefaultTypeInternal _WebPortal_default_instance_
extern ::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ::goby::acomms::protobuf::DriverConfig, ::PROTOBUF_NAMESPACE_ID::internal::MessageTypeTraits< ::jaiabot::udp::protobuf::Config >, 11, false > config
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[]
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[]
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_bin_2fweb_5fportal_2fconfig_2eproto