Goby3 3.1.5a
2024.05.23
Loading...
Searching...
No Matches
intermodule.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: goby/middleware/protobuf/intermodule.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_goby_2fmiddleware_2fprotobuf_2fintermodule_2eproto
5#define GOOGLE_PROTOBUF_INCLUDED_goby_2fmiddleware_2fprotobuf_2fintermodule_2eproto
6
7#include <limits>
8#include <string>
9
10#include <google/protobuf/port_def.inc>
11#if PROTOBUF_VERSION < 3021000
12#error This file was generated by a newer version of protoc which is
13#error incompatible with your Protocol Buffer headers. Please update
14#error your headers.
15#endif
16#if 3021012 < 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.
20#endif
21
22#include <google/protobuf/port_undef.inc>
23#include <google/protobuf/io/coded_stream.h>
25#include <google/protobuf/arenastring.h>
26#include <google/protobuf/generated_message_util.h>
27#include <google/protobuf/metadata_lite.h>
28#include <google/protobuf/generated_message_reflection.h>
30#include <google/protobuf/repeated_field.h> // IWYU pragma: export
31#include <google/protobuf/extension_set.h> // IWYU pragma: export
32#include <google/protobuf/generated_enum_reflection.h>
33#include <google/protobuf/unknown_field_set.h>
34#include "dccl/option_extensions.pb.h"
37#include <boost/units/quantity.hpp>
38#include <boost/units/absolute.hpp>
39#include <boost/units/dimensionless_type.hpp>
40#include <boost/units/make_scaled_unit.hpp>
41// @@protoc_insertion_point(includes)
42#include <google/protobuf/port_def.inc>
43#define PROTOBUF_INTERNAL_EXPORT_goby_2fmiddleware_2fprotobuf_2fintermodule_2eproto
44PROTOBUF_NAMESPACE_OPEN
45namespace internal {
46class AnyMetadata;
47} // namespace internal
48PROTOBUF_NAMESPACE_CLOSE
49
50// Internal implementation detail -- do not use these members.
54extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2fmiddleware_2fprotobuf_2fintermodule_2eproto;
55namespace goby {
56namespace middleware {
57namespace intermodule {
58namespace protobuf {
59class Subscription;
60struct SubscriptionDefaultTypeInternal;
61extern SubscriptionDefaultTypeInternal _Subscription_default_instance_;
62} // namespace protobuf
63} // namespace intermodule
64} // namespace middleware
65} // namespace goby
66PROTOBUF_NAMESPACE_OPEN
67template<> ::goby::middleware::intermodule::protobuf::Subscription* Arena::CreateMaybeMessage<::goby::middleware::intermodule::protobuf::Subscription>(Arena*);
68PROTOBUF_NAMESPACE_CLOSE
69namespace goby {
70namespace middleware {
71namespace intermodule {
72namespace protobuf {
73
83
84const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Subscription_Action_descriptor();
85template<typename T>
86inline const std::string& Subscription_Action_Name(T enum_t_value) {
87 static_assert(::std::is_same<T, Subscription_Action>::value ||
88 ::std::is_integral<T>::value,
89 "Incorrect type passed to function Subscription_Action_Name.");
90 return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
91 Subscription_Action_descriptor(), enum_t_value);
92}
94 ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Subscription_Action* value) {
95 return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<Subscription_Action>(
96 Subscription_Action_descriptor(), name, value);
97}
98// ===================================================================
99
100class Subscription final :
101 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:goby.middleware.intermodule.protobuf.Subscription) */ {
102 public:
103 inline Subscription() : Subscription(nullptr) {}
104 ~Subscription() override;
105 explicit PROTOBUF_CONSTEXPR Subscription(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
106
108 Subscription(Subscription&& from) noexcept
109 : Subscription() {
110 *this = ::std::move(from);
111 }
112
113 inline Subscription& operator=(const Subscription& from) {
114 CopyFrom(from);
115 return *this;
116 }
117 inline Subscription& operator=(Subscription&& from) noexcept {
118 if (this == &from) return *this;
119 if (GetOwningArena() == from.GetOwningArena()
120 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
121 && GetOwningArena() != nullptr
122 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
123 ) {
124 InternalSwap(&from);
125 } else {
126 CopyFrom(from);
127 }
128 return *this;
129 }
130
131 inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
132 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
133 }
134 inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
135 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
136 }
137
138 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
139 return GetDescriptor();
140 }
141 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
142 return default_instance().GetMetadata().descriptor;
143 }
144 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
145 return default_instance().GetMetadata().reflection;
146 }
149 }
151 return reinterpret_cast<const Subscription*>(
153 }
154 static constexpr int kIndexInFileMessages =
155 0;
156
157 friend void swap(Subscription& a, Subscription& b) {
158 a.Swap(&b);
159 }
160 inline void Swap(Subscription* other) {
161 if (other == this) return;
162 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
163 if (GetOwningArena() != nullptr &&
164 GetOwningArena() == other->GetOwningArena()) {
165 #else // PROTOBUF_FORCE_COPY_IN_SWAP
166 if (GetOwningArena() == other->GetOwningArena()) {
167 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
168 InternalSwap(other);
169 } else {
170 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
171 }
172 }
174 if (other == this) return;
175 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
176 InternalSwap(other);
177 }
178
179 // implements Message ----------------------------------------------
180
181 Subscription* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
182 return CreateMaybeMessage<Subscription>(arena);
183 }
184 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
185 void CopyFrom(const Subscription& from);
186 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
187 void MergeFrom( const Subscription& from) {
188 Subscription::MergeImpl(*this, from);
189 }
190 private:
191 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
192 public:
193 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
194 bool IsInitialized() const final;
195
196 size_t ByteSizeLong() const final;
197 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
199 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
200 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
201
202 private:
203 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
204 void SharedDtor();
205 void SetCachedSize(int size) const final;
206 void InternalSwap(Subscription* other);
207
208 private:
209 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
210 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
211 return "goby.middleware.intermodule.protobuf.Subscription";
212 }
213 protected:
214 explicit Subscription(::PROTOBUF_NAMESPACE_ID::Arena* arena,
215 bool is_message_owned = false);
216 public:
217
218 static const ClassData _class_data_;
219 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
220
221 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
222
223 // nested types ----------------------------------------------------
224
226 static constexpr Action SUBSCRIBE =
228 static constexpr Action UNSUBSCRIBE =
230 static constexpr Action UNSUBSCRIBE_ALL =
232 static inline bool Action_IsValid(int value) {
233 return Subscription_Action_IsValid(value);
234 }
235 static constexpr Action Action_MIN =
237 static constexpr Action Action_MAX =
239 static constexpr int Action_ARRAYSIZE =
241 static inline const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor*
245 template<typename T>
246 static inline const std::string& Action_Name(T enum_t_value) {
247 static_assert(::std::is_same<T, Action>::value ||
248 ::std::is_integral<T>::value,
249 "Incorrect type passed to function Action_Name.");
250 return Subscription_Action_Name(enum_t_value);
251 }
252 static inline bool Action_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
253 Action* value) {
254 return Subscription_Action_Parse(name, value);
255 }
256
257 // accessors -------------------------------------------------------
258
259 enum : int {
263 };
264 // required string id = 1;
265 bool has_id() const;
266 private:
267 bool _internal_has_id() const;
268 public:
269 void clear_id();
270 const std::string& id() const;
271 template <typename ArgT0 = const std::string&, typename... ArgT>
272 void set_id(ArgT0&& arg0, ArgT... args);
273 std::string* mutable_id();
274 PROTOBUF_NODISCARD std::string* release_id();
275 void set_allocated_id(std::string* id);
276 private:
277 const std::string& _internal_id() const;
278 inline PROTOBUF_ALWAYS_INLINE void _internal_set_id(const std::string& value);
279 std::string* _internal_mutable_id();
280 public:
281
282 // optional .goby.middleware.protobuf.SerializerTransporterKey key = 2;
283 bool has_key() const;
284 private:
285 bool _internal_has_key() const;
286 public:
287 void clear_key();
288 const ::goby::middleware::protobuf::SerializerTransporterKey& key() const;
289 PROTOBUF_NODISCARD ::goby::middleware::protobuf::SerializerTransporterKey* release_key();
292 private:
293 const ::goby::middleware::protobuf::SerializerTransporterKey& _internal_key() const;
295 public:
299
300 // required .goby.middleware.intermodule.protobuf.Subscription.Action action = 5;
301 bool has_action() const;
302 private:
303 bool _internal_has_action() const;
304 public:
305 void clear_action();
308 private:
311 public:
312
313 // @@protoc_insertion_point(class_scope:goby.middleware.intermodule.protobuf.Subscription)
314 private:
315 class _Internal;
316
317 // helper for ByteSizeLong()
318 size_t RequiredFieldsByteSizeFallback() const;
319
320 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
321 typedef void InternalArenaConstructable_;
322 typedef void DestructorSkippable_;
323 struct Impl_ {
324 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
325 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
326 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr id_;
328 int action_;
329 };
330 union { Impl_ _impl_; };
331 friend struct ::TableStruct_goby_2fmiddleware_2fprotobuf_2fintermodule_2eproto;
332};
333// ===================================================================
334
335
336// ===================================================================
337
338#ifdef __GNUC__
339 #pragma GCC diagnostic push
340 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
341#endif // __GNUC__
342// Subscription
343
344// required string id = 1;
345inline bool Subscription::_internal_has_id() const {
346 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
347 return value;
348}
349inline bool Subscription::has_id() const {
350 return _internal_has_id();
351}
353 _impl_.id_.ClearToEmpty();
354 _impl_._has_bits_[0] &= ~0x00000001u;
355}
356inline const std::string& Subscription::id() const {
357 // @@protoc_insertion_point(field_get:goby.middleware.intermodule.protobuf.Subscription.id)
358 return _internal_id();
359}
360template <typename ArgT0, typename... ArgT>
361inline PROTOBUF_ALWAYS_INLINE
362void Subscription::set_id(ArgT0&& arg0, ArgT... args) {
363 _impl_._has_bits_[0] |= 0x00000001u;
364 _impl_.id_.Set(static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
365 // @@protoc_insertion_point(field_set:goby.middleware.intermodule.protobuf.Subscription.id)
366}
367inline std::string* Subscription::mutable_id() {
368 std::string* _s = _internal_mutable_id();
369 // @@protoc_insertion_point(field_mutable:goby.middleware.intermodule.protobuf.Subscription.id)
370 return _s;
371}
372inline const std::string& Subscription::_internal_id() const {
373 return _impl_.id_.Get();
374}
375inline void Subscription::_internal_set_id(const std::string& value) {
376 _impl_._has_bits_[0] |= 0x00000001u;
377 _impl_.id_.Set(value, GetArenaForAllocation());
378}
379inline std::string* Subscription::_internal_mutable_id() {
380 _impl_._has_bits_[0] |= 0x00000001u;
381 return _impl_.id_.Mutable(GetArenaForAllocation());
382}
383inline std::string* Subscription::release_id() {
384 // @@protoc_insertion_point(field_release:goby.middleware.intermodule.protobuf.Subscription.id)
385 if (!_internal_has_id()) {
386 return nullptr;
387 }
388 _impl_._has_bits_[0] &= ~0x00000001u;
389 auto* p = _impl_.id_.Release();
390#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
391 if (_impl_.id_.IsDefault()) {
392 _impl_.id_.Set("", GetArenaForAllocation());
393 }
394#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
395 return p;
396}
397inline void Subscription::set_allocated_id(std::string* id) {
398 if (id != nullptr) {
399 _impl_._has_bits_[0] |= 0x00000001u;
400 } else {
401 _impl_._has_bits_[0] &= ~0x00000001u;
402 }
403 _impl_.id_.SetAllocated(id, GetArenaForAllocation());
404#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
405 if (_impl_.id_.IsDefault()) {
406 _impl_.id_.Set("", GetArenaForAllocation());
407 }
408#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
409 // @@protoc_insertion_point(field_set_allocated:goby.middleware.intermodule.protobuf.Subscription.id)
410}
411
412// optional .goby.middleware.protobuf.SerializerTransporterKey key = 2;
413inline bool Subscription::_internal_has_key() const {
414 bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0;
415 PROTOBUF_ASSUME(!value || _impl_.key_ != nullptr);
416 return value;
417}
418inline bool Subscription::has_key() const {
419 return _internal_has_key();
420}
421inline const ::goby::middleware::protobuf::SerializerTransporterKey& Subscription::_internal_key() const {
422 const ::goby::middleware::protobuf::SerializerTransporterKey* p = _impl_.key_;
423 return p != nullptr ? *p : reinterpret_cast<const ::goby::middleware::protobuf::SerializerTransporterKey&>(
425}
426inline const ::goby::middleware::protobuf::SerializerTransporterKey& Subscription::key() const {
427 // @@protoc_insertion_point(field_get:goby.middleware.intermodule.protobuf.Subscription.key)
428 return _internal_key();
429}
432 if (GetArenaForAllocation() == nullptr) {
433 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.key_);
434 }
435 _impl_.key_ = key;
436 if (key) {
437 _impl_._has_bits_[0] |= 0x00000002u;
438 } else {
439 _impl_._has_bits_[0] &= ~0x00000002u;
440 }
441 // @@protoc_insertion_point(field_unsafe_arena_set_allocated:goby.middleware.intermodule.protobuf.Subscription.key)
442}
443inline ::goby::middleware::protobuf::SerializerTransporterKey* Subscription::release_key() {
444 _impl_._has_bits_[0] &= ~0x00000002u;
446 _impl_.key_ = nullptr;
447#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
448 auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp);
449 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
450 if (GetArenaForAllocation() == nullptr) { delete old; }
451#else // PROTOBUF_FORCE_COPY_IN_RELEASE
452 if (GetArenaForAllocation() != nullptr) {
453 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
454 }
455#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
456 return temp;
457}
458inline ::goby::middleware::protobuf::SerializerTransporterKey* Subscription::unsafe_arena_release_key() {
459 // @@protoc_insertion_point(field_release:goby.middleware.intermodule.protobuf.Subscription.key)
460 _impl_._has_bits_[0] &= ~0x00000002u;
462 _impl_.key_ = nullptr;
463 return temp;
464}
465inline ::goby::middleware::protobuf::SerializerTransporterKey* Subscription::_internal_mutable_key() {
466 _impl_._has_bits_[0] |= 0x00000002u;
467 if (_impl_.key_ == nullptr) {
469 _impl_.key_ = p;
470 }
471 return _impl_.key_;
472}
473inline ::goby::middleware::protobuf::SerializerTransporterKey* Subscription::mutable_key() {
474 ::goby::middleware::protobuf::SerializerTransporterKey* _msg = _internal_mutable_key();
475 // @@protoc_insertion_point(field_mutable:goby.middleware.intermodule.protobuf.Subscription.key)
476 return _msg;
477}
479 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
480 if (message_arena == nullptr) {
481 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.key_);
482 }
483 if (key) {
484 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
485 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(
486 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(key));
487 if (message_arena != submessage_arena) {
488 key = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
489 message_arena, key, submessage_arena);
490 }
491 _impl_._has_bits_[0] |= 0x00000002u;
492 } else {
493 _impl_._has_bits_[0] &= ~0x00000002u;
494 }
495 _impl_.key_ = key;
496 // @@protoc_insertion_point(field_set_allocated:goby.middleware.intermodule.protobuf.Subscription.key)
497}
498
499// required .goby.middleware.intermodule.protobuf.Subscription.Action action = 5;
500inline bool Subscription::_internal_has_action() const {
501 bool value = (_impl_._has_bits_[0] & 0x00000004u) != 0;
502 return value;
503}
504inline bool Subscription::has_action() const {
505 return _internal_has_action();
506}
508 _impl_.action_ = 1;
509 _impl_._has_bits_[0] &= ~0x00000004u;
510}
511inline ::goby::middleware::intermodule::protobuf::Subscription_Action Subscription::_internal_action() const {
513}
514inline ::goby::middleware::intermodule::protobuf::Subscription_Action Subscription::action() const {
515 // @@protoc_insertion_point(field_get:goby.middleware.intermodule.protobuf.Subscription.action)
516 return _internal_action();
517}
518inline void Subscription::_internal_set_action(::goby::middleware::intermodule::protobuf::Subscription_Action value) {
520 _impl_._has_bits_[0] |= 0x00000004u;
521 _impl_.action_ = value;
522}
524 _internal_set_action(value);
525 // @@protoc_insertion_point(field_set:goby.middleware.intermodule.protobuf.Subscription.action)
526}
527
528#ifdef __GNUC__
529 #pragma GCC diagnostic pop
530#endif // __GNUC__
531
532// @@protoc_insertion_point(namespace_scope)
533
534} // namespace protobuf
535} // namespace intermodule
536} // namespace middleware
537} // namespace goby
538
539PROTOBUF_NAMESPACE_OPEN
540
541template <> struct is_proto_enum< ::goby::middleware::intermodule::protobuf::Subscription_Action> : ::std::true_type {};
542template <>
544 return ::goby::middleware::intermodule::protobuf::Subscription_Action_descriptor();
545}
546
547PROTOBUF_NAMESPACE_CLOSE
548
549// @@protoc_insertion_point(global_scope)
550
551#include <google/protobuf/port_undef.inc>
552#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_goby_2fmiddleware_2fprotobuf_2fintermodule_2eproto
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void unsafe_arena_set_allocated_key(::goby::middleware::protobuf::SerializerTransporterKey *key)
const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
static const std::string & Action_Name(T enum_t_value)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
::goby::middleware::protobuf::SerializerTransporterKey * mutable_key()
Subscription * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
static bool Action_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Action *value)
void set_action(::goby::middleware::intermodule::protobuf::Subscription_Action value)
::goby::middleware::intermodule::protobuf::Subscription_Action action() const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
Subscription & operator=(Subscription &&from) noexcept
friend void swap(Subscription &a, Subscription &b)
const ::goby::middleware::protobuf::SerializerTransporterKey & key() const
PROTOBUF_CONSTEXPR Subscription(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
uint8_t * _InternalSerialize(uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
Subscription & operator=(const Subscription &from)
Subscription(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
PROTOBUF_NODISCARD::goby::middleware::protobuf::SerializerTransporterKey * release_key()
void set_allocated_key(::goby::middleware::protobuf::SerializerTransporterKey *key)
::goby::middleware::protobuf::SerializerTransporterKey * unsafe_arena_release_key()
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Action_descriptor()
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
const EnumDescriptor * GetEnumDescriptor< ::goby::middleware::intermodule::protobuf::Subscription_Action >()
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2fmiddleware_2fprotobuf_2fintermodule_2eproto
SubscriptionDefaultTypeInternal _Subscription_default_instance_
bool Subscription_Action_Parse(::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Subscription_Action *value)
constexpr Subscription_Action Subscription_Action_Action_MIN
constexpr Subscription_Action Subscription_Action_Action_MAX
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Subscription_Action_descriptor()
const std::string & Subscription_Action_Name(T enum_t_value)
SerializerTransporterKeyDefaultTypeInternal _SerializerTransporterKey_default_instance_
The global namespace for the Goby project.
::goby::middleware::protobuf::SerializerTransporterKey * Arena::CreateMaybeMessage<::goby::middleware::protobuf::SerializerTransporterKey >(Arena *)