Gazebo Msgs

API Reference

8.7.0
build/ignition-msgs8/include/ignition/msgs/publish.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/publish.proto
3 
4 #ifndef PROTOBUF_INCLUDED_ignition_2fmsgs_2fpublish_2eproto
5 #define PROTOBUF_INCLUDED_ignition_2fmsgs_2fpublish_2eproto
6 
7 #include <string>
8 
9 #include <google/protobuf/stubs/common.h>
10 
11 #if GOOGLE_PROTOBUF_VERSION < 3006001
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 3006001 < GOOGLE_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/io/coded_stream.h>
23 #include <google/protobuf/arena.h>
24 #include <google/protobuf/arenastring.h>
25 #include <google/protobuf/generated_message_table_driven.h>
26 #include <google/protobuf/generated_message_util.h>
27 #include <google/protobuf/inlined_string_field.h>
28 #include <google/protobuf/metadata.h>
29 #include <google/protobuf/message.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/unknown_field_set.h>
34 #ifndef _MSC_VER
35 #pragma GCC system_header
36 #else
37 #pragma warning(push)
38 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
39 #endif
40 #ifdef __linux__
41 #include <sys/sysmacros.h>
42 #endif
43 #include <memory>
44 #include <ignition/msgs/Export.hh>
45 // @@protoc_insertion_point(includes)
46 #define PROTOBUF_INTERNAL_EXPORT_protobuf_ignition_2fmsgs_2fpublish_2eproto IGNITION_MSGS_VISIBLE
47 
49 // Internal implementation detail -- do not use these members.
50 struct IGNITION_MSGS_VISIBLE TableStruct {
51  static const ::google::protobuf::internal::ParseTableField entries[];
52  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
53  static const ::google::protobuf::internal::ParseTable schema[1];
54  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
55  static const ::google::protobuf::internal::SerializationTable serialization_table[];
56  static const ::google::protobuf::uint32 offsets[];
57 };
58 void IGNITION_MSGS_VISIBLE AddDescriptors();
59 } // namespace protobuf_ignition_2fmsgs_2fpublish_2eproto
60 namespace ignition {
61 namespace msgs {
62 class Publish;
63 class PublishDefaultTypeInternal;
64 IGNITION_MSGS_VISIBLE extern PublishDefaultTypeInternal _Publish_default_instance_;
65 } // namespace msgs
66 } // namespace ignition
67 namespace google {
68 namespace protobuf {
69 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Publish* Arena::CreateMaybeMessage<::ignition::msgs::Publish>(Arena*);
70 } // namespace protobuf
71 } // namespace google
72 namespace ignition {
73 namespace msgs {
74 
75 // ===================================================================
76 
77 class IGNITION_MSGS_VISIBLE Publish : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.Publish) */ {
78  public:
79  Publish();
80  virtual ~Publish();
81 
82  Publish(const Publish& from);
83 
84  inline Publish& operator=(const Publish& from) {
85  CopyFrom(from);
86  return *this;
87  }
88  #if LANG_CXX11
89  Publish(Publish&& from) noexcept
90  : Publish() {
91  *this = ::std::move(from);
92  }
93 
94  inline Publish& operator=(Publish&& from) noexcept {
95  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
96  if (this != &from) InternalSwap(&from);
97  } else {
98  CopyFrom(from);
99  }
100  return *this;
101  }
102  #endif
103  static const ::google::protobuf::Descriptor* descriptor();
104  static const Publish& default_instance();
105 
106  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
107  static inline const Publish* internal_default_instance() {
108  return reinterpret_cast<const Publish*>(
110  }
111  static constexpr int kIndexInFileMessages =
112  0;
113 
114  void Swap(Publish* other);
115  friend void swap(Publish& a, Publish& b) {
116  a.Swap(&b);
117  }
118 
119  // implements Message ----------------------------------------------
120 
121  inline Publish* New() const final {
122  return CreateMaybeMessage<Publish>(NULL);
123  }
124 
125  Publish* New(::google::protobuf::Arena* arena) const final {
126  return CreateMaybeMessage<Publish>(arena);
127  }
128  void CopyFrom(const ::google::protobuf::Message& from) final;
129  void MergeFrom(const ::google::protobuf::Message& from) final;
130  void CopyFrom(const Publish& from);
131  void MergeFrom(const Publish& from);
132  void Clear() final;
133  bool IsInitialized() const final;
134 
135  size_t ByteSizeLong() const final;
136  bool MergePartialFromCodedStream(
137  ::google::protobuf::io::CodedInputStream* input) final;
138  void SerializeWithCachedSizes(
139  ::google::protobuf::io::CodedOutputStream* output) const final;
140  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
141  bool deterministic, ::google::protobuf::uint8* target) const final;
142  int GetCachedSize() const final { return _cached_size_.Get(); }
143 
144  private:
145  void SharedCtor();
146  void SharedDtor();
147  void SetCachedSize(int size) const final;
148  void InternalSwap(Publish* other);
149  private:
150  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
151  return NULL;
152  }
153  inline void* MaybeArenaPtr() const {
154  return NULL;
155  }
156  public:
157 
158  ::google::protobuf::Metadata GetMetadata() const final;
159 
160  // nested types ----------------------------------------------------
161 
162  // accessors -------------------------------------------------------
163 
164  // string topic = 2;
165  void clear_topic();
166  static const int kTopicFieldNumber = 2;
167  const ::std::string& topic() const;
168  void set_topic(const ::std::string& value);
169  #if LANG_CXX11
170  void set_topic(::std::string&& value);
171  #endif
172  void set_topic(const char* value);
173  void set_topic(const char* value, size_t size);
174  ::std::string* mutable_topic();
175  ::std::string* release_topic();
176  void set_allocated_topic(::std::string* topic);
177 
178  // string msg_type = 3;
179  void clear_msg_type();
180  static const int kMsgTypeFieldNumber = 3;
181  const ::std::string& msg_type() const;
182  void set_msg_type(const ::std::string& value);
183  #if LANG_CXX11
184  void set_msg_type(::std::string&& value);
185  #endif
186  void set_msg_type(const char* value);
187  void set_msg_type(const char* value, size_t size);
188  ::std::string* mutable_msg_type();
189  ::std::string* release_msg_type();
190  void set_allocated_msg_type(::std::string* msg_type);
191 
192  // string host = 4;
193  void clear_host();
194  static const int kHostFieldNumber = 4;
195  const ::std::string& host() const;
196  void set_host(const ::std::string& value);
197  #if LANG_CXX11
198  void set_host(::std::string&& value);
199  #endif
200  void set_host(const char* value);
201  void set_host(const char* value, size_t size);
202  ::std::string* mutable_host();
203  ::std::string* release_host();
204  void set_allocated_host(::std::string* host);
205 
206  // .ignition.msgs.Header header = 1;
207  bool has_header() const;
208  void clear_header();
209  static const int kHeaderFieldNumber = 1;
210  private:
211  const ::ignition::msgs::Header& _internal_header() const;
212  public:
213  const ::ignition::msgs::Header& header() const;
214  ::ignition::msgs::Header* release_header();
215  ::ignition::msgs::Header* mutable_header();
216  void set_allocated_header(::ignition::msgs::Header* header);
217 
218  // uint32 port = 5;
219  void clear_port();
220  static const int kPortFieldNumber = 5;
221  ::google::protobuf::uint32 port() const;
222  void set_port(::google::protobuf::uint32 value);
223 
224  // @@protoc_insertion_point(class_scope:ignition.msgs.Publish)
225  private:
226 
227  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
228  ::google::protobuf::internal::ArenaStringPtr topic_;
229  ::google::protobuf::internal::ArenaStringPtr msg_type_;
230  ::google::protobuf::internal::ArenaStringPtr host_;
231  ::ignition::msgs::Header* header_;
232  ::google::protobuf::uint32 port_;
233  mutable ::google::protobuf::internal::CachedSize _cached_size_;
234  friend struct ::protobuf_ignition_2fmsgs_2fpublish_2eproto::TableStruct;
235 };
236 // ===================================================================
237 
238 
239 // ===================================================================
240 
241 #ifdef __GNUC__
242  #pragma GCC diagnostic push
243  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
244 #endif // __GNUC__
245 // Publish
246 
247 // .ignition.msgs.Header header = 1;
248 inline bool Publish::has_header() const {
249  return this != internal_default_instance() && header_ != NULL;
250 }
251 inline const ::ignition::msgs::Header& Publish::_internal_header() const {
252  return *header_;
253 }
254 inline const ::ignition::msgs::Header& Publish::header() const {
255  const ::ignition::msgs::Header* p = header_;
256  // @@protoc_insertion_point(field_get:ignition.msgs.Publish.header)
257  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
259 }
260 inline ::ignition::msgs::Header* Publish::release_header() {
261  // @@protoc_insertion_point(field_release:ignition.msgs.Publish.header)
262 
263  ::ignition::msgs::Header* temp = header_;
264  header_ = NULL;
265  return temp;
266 }
267 inline ::ignition::msgs::Header* Publish::mutable_header() {
268 
269  if (header_ == NULL) {
270  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaNoVirtual());
271  header_ = p;
272  }
273  // @@protoc_insertion_point(field_mutable:ignition.msgs.Publish.header)
274  return header_;
275 }
277  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
278  if (message_arena == NULL) {
279  delete reinterpret_cast< ::google::protobuf::MessageLite*>(header_);
280  }
281  if (header) {
282  ::google::protobuf::Arena* submessage_arena = NULL;
283  if (message_arena != submessage_arena) {
284  header = ::google::protobuf::internal::GetOwnedMessage(
285  message_arena, header, submessage_arena);
286  }
287 
288  } else {
289 
290  }
291  header_ = header;
292  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Publish.header)
293 }
294 
295 // string topic = 2;
296 inline void Publish::clear_topic() {
297  topic_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
298 }
299 inline const ::std::string& Publish::topic() const {
300  // @@protoc_insertion_point(field_get:ignition.msgs.Publish.topic)
301  return topic_.GetNoArena();
302 }
303 inline void Publish::set_topic(const ::std::string& value) {
304 
305  topic_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
306  // @@protoc_insertion_point(field_set:ignition.msgs.Publish.topic)
307 }
308 #if LANG_CXX11
309 inline void Publish::set_topic(::std::string&& value) {
310 
311  topic_.SetNoArena(
312  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
313  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.Publish.topic)
314 }
315 #endif
316 inline void Publish::set_topic(const char* value) {
317  GOOGLE_DCHECK(value != NULL);
318 
319  topic_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
320  // @@protoc_insertion_point(field_set_char:ignition.msgs.Publish.topic)
321 }
322 inline void Publish::set_topic(const char* value, size_t size) {
323 
324  topic_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
325  ::std::string(reinterpret_cast<const char*>(value), size));
326  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.Publish.topic)
327 }
328 inline ::std::string* Publish::mutable_topic() {
329 
330  // @@protoc_insertion_point(field_mutable:ignition.msgs.Publish.topic)
331  return topic_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
332 }
333 inline ::std::string* Publish::release_topic() {
334  // @@protoc_insertion_point(field_release:ignition.msgs.Publish.topic)
335 
336  return topic_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
337 }
339  if (topic != NULL) {
340 
341  } else {
342 
343  }
344  topic_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), topic);
345  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Publish.topic)
346 }
347 
348 // string msg_type = 3;
349 inline void Publish::clear_msg_type() {
350  msg_type_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
351 }
352 inline const ::std::string& Publish::msg_type() const {
353  // @@protoc_insertion_point(field_get:ignition.msgs.Publish.msg_type)
354  return msg_type_.GetNoArena();
355 }
356 inline void Publish::set_msg_type(const ::std::string& value) {
357 
358  msg_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
359  // @@protoc_insertion_point(field_set:ignition.msgs.Publish.msg_type)
360 }
361 #if LANG_CXX11
362 inline void Publish::set_msg_type(::std::string&& value) {
363 
364  msg_type_.SetNoArena(
365  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
366  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.Publish.msg_type)
367 }
368 #endif
369 inline void Publish::set_msg_type(const char* value) {
370  GOOGLE_DCHECK(value != NULL);
371 
372  msg_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
373  // @@protoc_insertion_point(field_set_char:ignition.msgs.Publish.msg_type)
374 }
375 inline void Publish::set_msg_type(const char* value, size_t size) {
376 
377  msg_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
378  ::std::string(reinterpret_cast<const char*>(value), size));
379  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.Publish.msg_type)
380 }
381 inline ::std::string* Publish::mutable_msg_type() {
382 
383  // @@protoc_insertion_point(field_mutable:ignition.msgs.Publish.msg_type)
384  return msg_type_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
385 }
386 inline ::std::string* Publish::release_msg_type() {
387  // @@protoc_insertion_point(field_release:ignition.msgs.Publish.msg_type)
388 
389  return msg_type_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
390 }
392  if (msg_type != NULL) {
393 
394  } else {
395 
396  }
397  msg_type_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), msg_type);
398  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Publish.msg_type)
399 }
400 
401 // string host = 4;
402 inline void Publish::clear_host() {
403  host_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
404 }
405 inline const ::std::string& Publish::host() const {
406  // @@protoc_insertion_point(field_get:ignition.msgs.Publish.host)
407  return host_.GetNoArena();
408 }
409 inline void Publish::set_host(const ::std::string& value) {
410 
411  host_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
412  // @@protoc_insertion_point(field_set:ignition.msgs.Publish.host)
413 }
414 #if LANG_CXX11
415 inline void Publish::set_host(::std::string&& value) {
416 
417  host_.SetNoArena(
418  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
419  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.Publish.host)
420 }
421 #endif
422 inline void Publish::set_host(const char* value) {
423  GOOGLE_DCHECK(value != NULL);
424 
425  host_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
426  // @@protoc_insertion_point(field_set_char:ignition.msgs.Publish.host)
427 }
428 inline void Publish::set_host(const char* value, size_t size) {
429 
430  host_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
431  ::std::string(reinterpret_cast<const char*>(value), size));
432  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.Publish.host)
433 }
434 inline ::std::string* Publish::mutable_host() {
435 
436  // @@protoc_insertion_point(field_mutable:ignition.msgs.Publish.host)
437  return host_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
438 }
439 inline ::std::string* Publish::release_host() {
440  // @@protoc_insertion_point(field_release:ignition.msgs.Publish.host)
441 
442  return host_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
443 }
445  if (host != NULL) {
446 
447  } else {
448 
449  }
450  host_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), host);
451  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Publish.host)
452 }
453 
454 // uint32 port = 5;
455 inline void Publish::clear_port() {
456  port_ = 0u;
457 }
458 inline ::google::protobuf::uint32 Publish::port() const {
459  // @@protoc_insertion_point(field_get:ignition.msgs.Publish.port)
460  return port_;
461 }
462 inline void Publish::set_port(::google::protobuf::uint32 value) {
463 
464  port_ = value;
465  // @@protoc_insertion_point(field_set:ignition.msgs.Publish.port)
466 }
467 
468 #ifdef __GNUC__
469  #pragma GCC diagnostic pop
470 #endif // __GNUC__
471 
476 // @@protoc_insertion_point(namespace_scope)
477 
478 } // namespace msgs
479 } // namespace ignition
480 
481 #ifdef _MSC_VER
482 #pragma warning(pop)
483 #endif
484 // @@protoc_insertion_point(global_scope)
485 
486 #endif // PROTOBUF_INCLUDED_ignition_2fmsgs_2fpublish_2eproto
void Swap(Publish *other)
::std::string * release_msg_type()
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:386
Publish * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:121
STL class.
STL class.
::std::string * mutable_host()
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:434
::std::string * release_topic()
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:333
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:48
T move(T... args)
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:77
::std::string * mutable_msg_type()
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:381
void set_host(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:409
void set_topic(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:303
static const Publish * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:107
const ::std::string & msg_type() const
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:352
::google::protobuf::uint32 port() const
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:458
void set_allocated_header(::ignition::msgs::Header *header)
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:276
void clear_port()
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:455
void set_allocated_host(::std::string *host)
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:444
void clear_msg_type()
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:349
std::shared_ptr< const Publish > ConstPublishSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:475
IGNITION_MSGS_VISIBLE PublishDefaultTypeInternal _Publish_default_instance_
Publish * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:125
::ignition::msgs::Header * release_header()
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:260
void clear_host()
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:402
void clear_topic()
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:296
std::unique_ptr< const Publish > ConstPublishUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:473
bool has_header() const
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:248
void set_allocated_msg_type(::std::string *msg_type)
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:391
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:50
void IGNITION_MSGS_VISIBLE AddDescriptors()
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
void set_msg_type(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:356
::std::string * release_host()
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:439
std::unique_ptr< Publish > PublishUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:472
STL namespace.
void set_port(::google::protobuf::uint32 value)
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:462
Definition: build/ignition-msgs8/include/ignition/msgs/header.pb.h:215
::ignition::msgs::Header * mutable_header()
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:267
friend void swap(Publish &a, Publish &b)
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:115
::std::string * mutable_topic()
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:328
const ::std::string & host() const
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:405
Publish & operator=(const Publish &from)
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:84
const ::ignition::msgs::Header & header() const
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:254
STL class.
std::shared_ptr< Publish > PublishSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:474
const ::std::string & topic() const
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:299
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:78
void set_allocated_topic(::std::string *topic)
Definition: build/ignition-msgs8/include/ignition/msgs/publish.pb.h:338