Ignition Msgs

API Reference

5.8.1
log_control.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/log_control.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2flog_5fcontrol_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2flog_5fcontrol_2eproto
6 
7 #include <limits>
8 #include <string>
9 
10 #include <google/protobuf/port_def.inc>
11 #if PROTOBUF_VERSION < 3014000
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 3014000 < 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>
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/metadata_lite.h>
29 #include <google/protobuf/generated_message_reflection.h>
30 #include <google/protobuf/message.h>
31 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
32 #include <google/protobuf/extension_set.h> // IWYU pragma: export
33 #include <google/protobuf/unknown_field_set.h>
35 #ifndef _MSC_VER
36 #pragma GCC system_header
37 #else
38 #pragma warning(push)
39 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
40 #endif
41 #ifdef __linux__
42 #include <sys/sysmacros.h>
43 #endif
44 #include <memory>
45 #include <ignition/msgs/Export.hh>
46 // @@protoc_insertion_point(includes)
47 #include <google/protobuf/port_def.inc>
48 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2flog_5fcontrol_2eproto IGNITION_MSGS_VISIBLE
49 PROTOBUF_NAMESPACE_OPEN
50 namespace internal {
51 class AnyMetadata;
52 } // namespace internal
53 PROTOBUF_NAMESPACE_CLOSE
54 
55 // Internal implementation detail -- do not use these members.
57  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
58  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
59  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[]
60  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
61  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
62  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
63  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
64  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
65  static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
66 };
67 extern IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2flog_5fcontrol_2eproto;
68 namespace ignition {
69 namespace msgs {
70 class LogControl;
71 class LogControlDefaultTypeInternal;
72 IGNITION_MSGS_VISIBLE extern LogControlDefaultTypeInternal _LogControl_default_instance_;
73 } // namespace msgs
74 } // namespace ignition
75 PROTOBUF_NAMESPACE_OPEN
76 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::LogControl* Arena::CreateMaybeMessage<::ignition::msgs::LogControl>(Arena*);
77 PROTOBUF_NAMESPACE_CLOSE
78 namespace ignition {
79 namespace msgs {
80 
81 // ===================================================================
82 
83 class IGNITION_MSGS_VISIBLE LogControl PROTOBUF_FINAL :
84  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.LogControl) */ {
85  public:
86  inline LogControl() : LogControl(nullptr) {}
87  virtual ~LogControl();
88 
89  LogControl(const LogControl& from);
90  LogControl(LogControl&& from) noexcept
91  : LogControl() {
92  *this = ::std::move(from);
93  }
94 
95  inline LogControl& operator=(const LogControl& from) {
96  CopyFrom(from);
97  return *this;
98  }
99  inline LogControl& operator=(LogControl&& from) noexcept {
100  if (GetArena() == from.GetArena()) {
101  if (this != &from) InternalSwap(&from);
102  } else {
103  CopyFrom(from);
104  }
105  return *this;
106  }
107 
108  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
109  return GetDescriptor();
110  }
111  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
112  return GetMetadataStatic().descriptor;
113  }
114  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
115  return GetMetadataStatic().reflection;
116  }
117  static const LogControl& default_instance();
118 
119  static inline const LogControl* internal_default_instance() {
120  return reinterpret_cast<const LogControl*>(
122  }
123  static constexpr int kIndexInFileMessages =
124  0;
125 
126  friend void swap(LogControl& a, LogControl& b) {
127  a.Swap(&b);
128  }
129  inline void Swap(LogControl* other) {
130  if (other == this) return;
131  if (GetArena() == other->GetArena()) {
132  InternalSwap(other);
133  } else {
134  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
135  }
136  }
137  void UnsafeArenaSwap(LogControl* other) {
138  if (other == this) return;
139  GOOGLE_DCHECK(GetArena() == other->GetArena());
140  InternalSwap(other);
141  }
142 
143  // implements Message ----------------------------------------------
144 
145  inline LogControl* New() const final {
146  return CreateMaybeMessage<LogControl>(nullptr);
147  }
148 
149  LogControl* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
150  return CreateMaybeMessage<LogControl>(arena);
151  }
152  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
153  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
154  void CopyFrom(const LogControl& from);
155  void MergeFrom(const LogControl& from);
156  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
157  bool IsInitialized() const final;
158 
159  size_t ByteSizeLong() const final;
160  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
161  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
162  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
163  int GetCachedSize() const final { return _cached_size_.Get(); }
164 
165  private:
166  inline void SharedCtor();
167  inline void SharedDtor();
168  void SetCachedSize(int size) const final;
169  void InternalSwap(LogControl* other);
170  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
171  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
172  return "ignition.msgs.LogControl";
173  }
174  protected:
175  explicit LogControl(::PROTOBUF_NAMESPACE_ID::Arena* arena);
176  private:
177  static void ArenaDtor(void* object);
178  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
179  public:
180 
181  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
182  private:
183  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
184  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ignition_2fmsgs_2flog_5fcontrol_2eproto);
185  return ::descriptor_table_ignition_2fmsgs_2flog_5fcontrol_2eproto.file_level_metadata[kIndexInFileMessages];
186  }
187 
188  public:
189 
190  // nested types ----------------------------------------------------
191 
192  // accessors -------------------------------------------------------
193 
194  enum : int {
195  kBasePathFieldNumber = 5,
196  kEncodingFieldNumber = 6,
197  kRecordResourcesFieldNumber = 7,
198  kHeaderFieldNumber = 1,
199  kStartFieldNumber = 2,
200  kStopFieldNumber = 3,
201  kPausedFieldNumber = 4,
202  };
203  // string base_path = 5;
205  const std::string& base_path() const;
206  void set_base_path(const std::string& value);
207  void set_base_path(std::string&& value);
208  void set_base_path(const char* value);
209  void set_base_path(const char* value, size_t size);
213  private:
214  const std::string& _internal_base_path() const;
215  void _internal_set_base_path(const std::string& value);
216  std::string* _internal_mutable_base_path();
217  public:
218 
219  // string encoding = 6;
221  const std::string& encoding() const;
222  void set_encoding(const std::string& value);
223  void set_encoding(std::string&& value);
224  void set_encoding(const char* value);
225  void set_encoding(const char* value, size_t size);
229  private:
230  const std::string& _internal_encoding() const;
231  void _internal_set_encoding(const std::string& value);
232  std::string* _internal_mutable_encoding();
233  public:
234 
235  // string record_resources = 7;
238  void set_record_resources(const std::string& value);
240  void set_record_resources(const char* value);
241  void set_record_resources(const char* value, size_t size);
245  private:
246  const std::string& _internal_record_resources() const;
247  void _internal_set_record_resources(const std::string& value);
248  std::string* _internal_mutable_record_resources();
249  public:
250 
251  // .ignition.msgs.Header header = 1;
252  bool has_header() const;
253  private:
254  bool _internal_has_header() const;
255  public:
256  void clear_header();
257  const ::ignition::msgs::Header& header() const;
258  ::ignition::msgs::Header* release_header();
259  ::ignition::msgs::Header* mutable_header();
260  void set_allocated_header(::ignition::msgs::Header* header);
261  private:
262  const ::ignition::msgs::Header& _internal_header() const;
263  ::ignition::msgs::Header* _internal_mutable_header();
264  public:
266  ::ignition::msgs::Header* header);
267  ::ignition::msgs::Header* unsafe_arena_release_header();
268 
269  // bool start = 2;
270  void clear_start();
271  bool start() const;
272  void set_start(bool value);
273  private:
274  bool _internal_start() const;
275  void _internal_set_start(bool value);
276  public:
277 
278  // bool stop = 3;
279  void clear_stop();
280  bool stop() const;
281  void set_stop(bool value);
282  private:
283  bool _internal_stop() const;
284  void _internal_set_stop(bool value);
285  public:
286 
287  // bool paused = 4;
288  void clear_paused();
289  bool paused() const;
290  void set_paused(bool value);
291  private:
292  bool _internal_paused() const;
293  void _internal_set_paused(bool value);
294  public:
295 
296  // @@protoc_insertion_point(class_scope:ignition.msgs.LogControl)
297  private:
298  class _Internal;
299 
300  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
301  typedef void InternalArenaConstructable_;
302  typedef void DestructorSkippable_;
303  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr base_path_;
304  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr encoding_;
305  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr record_resources_;
306  ::ignition::msgs::Header* header_;
307  bool start_;
308  bool stop_;
309  bool paused_;
310  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
311  friend struct ::TableStruct_ignition_2fmsgs_2flog_5fcontrol_2eproto;
312 };
313 // ===================================================================
314 
315 
316 // ===================================================================
317 
318 #ifdef __GNUC__
319  #pragma GCC diagnostic push
320  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
321 #endif // __GNUC__
322 // LogControl
323 
324 // .ignition.msgs.Header header = 1;
325 inline bool LogControl::_internal_has_header() const {
326  return this != internal_default_instance() && header_ != nullptr;
327 }
328 inline bool LogControl::has_header() const {
329  return _internal_has_header();
330 }
331 inline const ::ignition::msgs::Header& LogControl::_internal_header() const {
332  const ::ignition::msgs::Header* p = header_;
333  return p != nullptr ? *p : reinterpret_cast<const ::ignition::msgs::Header&>(
335 }
336 inline const ::ignition::msgs::Header& LogControl::header() const {
337  // @@protoc_insertion_point(field_get:ignition.msgs.LogControl.header)
338  return _internal_header();
339 }
340 inline void LogControl::unsafe_arena_set_allocated_header(
341  ::ignition::msgs::Header* header) {
342  if (GetArena() == nullptr) {
343  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
344  }
345  header_ = header;
346  if (header) {
347 
348  } else {
349 
350  }
351  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.LogControl.header)
352 }
353 inline ::ignition::msgs::Header* LogControl::release_header() {
354 
355  ::ignition::msgs::Header* temp = header_;
356  header_ = nullptr;
357  if (GetArena() != nullptr) {
358  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
359  }
360  return temp;
361 }
362 inline ::ignition::msgs::Header* LogControl::unsafe_arena_release_header() {
363  // @@protoc_insertion_point(field_release:ignition.msgs.LogControl.header)
364 
365  ::ignition::msgs::Header* temp = header_;
366  header_ = nullptr;
367  return temp;
368 }
369 inline ::ignition::msgs::Header* LogControl::_internal_mutable_header() {
370 
371  if (header_ == nullptr) {
372  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArena());
373  header_ = p;
374  }
375  return header_;
376 }
377 inline ::ignition::msgs::Header* LogControl::mutable_header() {
378  // @@protoc_insertion_point(field_mutable:ignition.msgs.LogControl.header)
379  return _internal_mutable_header();
380 }
381 inline void LogControl::set_allocated_header(::ignition::msgs::Header* header) {
382  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
383  if (message_arena == nullptr) {
384  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
385  }
386  if (header) {
387  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
388  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header)->GetArena();
389  if (message_arena != submessage_arena) {
390  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
391  message_arena, header, submessage_arena);
392  }
393 
394  } else {
395 
396  }
397  header_ = header;
398  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.LogControl.header)
399 }
400 
401 // bool start = 2;
402 inline void LogControl::clear_start() {
403  start_ = false;
404 }
405 inline bool LogControl::_internal_start() const {
406  return start_;
407 }
408 inline bool LogControl::start() const {
409  // @@protoc_insertion_point(field_get:ignition.msgs.LogControl.start)
410  return _internal_start();
411 }
412 inline void LogControl::_internal_set_start(bool value) {
413 
414  start_ = value;
415 }
416 inline void LogControl::set_start(bool value) {
417  _internal_set_start(value);
418  // @@protoc_insertion_point(field_set:ignition.msgs.LogControl.start)
419 }
420 
421 // bool stop = 3;
422 inline void LogControl::clear_stop() {
423  stop_ = false;
424 }
425 inline bool LogControl::_internal_stop() const {
426  return stop_;
427 }
428 inline bool LogControl::stop() const {
429  // @@protoc_insertion_point(field_get:ignition.msgs.LogControl.stop)
430  return _internal_stop();
431 }
432 inline void LogControl::_internal_set_stop(bool value) {
433 
434  stop_ = value;
435 }
436 inline void LogControl::set_stop(bool value) {
437  _internal_set_stop(value);
438  // @@protoc_insertion_point(field_set:ignition.msgs.LogControl.stop)
439 }
440 
441 // bool paused = 4;
442 inline void LogControl::clear_paused() {
443  paused_ = false;
444 }
445 inline bool LogControl::_internal_paused() const {
446  return paused_;
447 }
448 inline bool LogControl::paused() const {
449  // @@protoc_insertion_point(field_get:ignition.msgs.LogControl.paused)
450  return _internal_paused();
451 }
452 inline void LogControl::_internal_set_paused(bool value) {
453 
454  paused_ = value;
455 }
456 inline void LogControl::set_paused(bool value) {
457  _internal_set_paused(value);
458  // @@protoc_insertion_point(field_set:ignition.msgs.LogControl.paused)
459 }
460 
461 // string base_path = 5;
462 inline void LogControl::clear_base_path() {
463  base_path_.ClearToEmpty();
464 }
465 inline const std::string& LogControl::base_path() const {
466  // @@protoc_insertion_point(field_get:ignition.msgs.LogControl.base_path)
467  return _internal_base_path();
468 }
469 inline void LogControl::set_base_path(const std::string& value) {
470  _internal_set_base_path(value);
471  // @@protoc_insertion_point(field_set:ignition.msgs.LogControl.base_path)
472 }
473 inline std::string* LogControl::mutable_base_path() {
474  // @@protoc_insertion_point(field_mutable:ignition.msgs.LogControl.base_path)
475  return _internal_mutable_base_path();
476 }
477 inline const std::string& LogControl::_internal_base_path() const {
478  return base_path_.Get();
479 }
480 inline void LogControl::_internal_set_base_path(const std::string& value) {
481 
482  base_path_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArena());
483 }
484 inline void LogControl::set_base_path(std::string&& value) {
485 
486  base_path_.Set(
487  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::move(value), GetArena());
488  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.LogControl.base_path)
489 }
490 inline void LogControl::set_base_path(const char* value) {
491  GOOGLE_DCHECK(value != nullptr);
492 
493  base_path_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::string(value), GetArena());
494  // @@protoc_insertion_point(field_set_char:ignition.msgs.LogControl.base_path)
495 }
496 inline void LogControl::set_base_path(const char* value,
497  size_t size) {
498 
499  base_path_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::string(
500  reinterpret_cast<const char*>(value), size), GetArena());
501  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.LogControl.base_path)
502 }
503 inline std::string* LogControl::_internal_mutable_base_path() {
504 
505  return base_path_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArena());
506 }
507 inline std::string* LogControl::release_base_path() {
508  // @@protoc_insertion_point(field_release:ignition.msgs.LogControl.base_path)
509  return base_path_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
510 }
511 inline void LogControl::set_allocated_base_path(std::string* base_path) {
512  if (base_path != nullptr) {
513 
514  } else {
515 
516  }
517  base_path_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), base_path,
518  GetArena());
519  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.LogControl.base_path)
520 }
521 
522 // string encoding = 6;
523 inline void LogControl::clear_encoding() {
524  encoding_.ClearToEmpty();
525 }
526 inline const std::string& LogControl::encoding() const {
527  // @@protoc_insertion_point(field_get:ignition.msgs.LogControl.encoding)
528  return _internal_encoding();
529 }
530 inline void LogControl::set_encoding(const std::string& value) {
531  _internal_set_encoding(value);
532  // @@protoc_insertion_point(field_set:ignition.msgs.LogControl.encoding)
533 }
534 inline std::string* LogControl::mutable_encoding() {
535  // @@protoc_insertion_point(field_mutable:ignition.msgs.LogControl.encoding)
536  return _internal_mutable_encoding();
537 }
538 inline const std::string& LogControl::_internal_encoding() const {
539  return encoding_.Get();
540 }
541 inline void LogControl::_internal_set_encoding(const std::string& value) {
542 
543  encoding_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArena());
544 }
545 inline void LogControl::set_encoding(std::string&& value) {
546 
547  encoding_.Set(
548  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::move(value), GetArena());
549  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.LogControl.encoding)
550 }
551 inline void LogControl::set_encoding(const char* value) {
552  GOOGLE_DCHECK(value != nullptr);
553 
554  encoding_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::string(value), GetArena());
555  // @@protoc_insertion_point(field_set_char:ignition.msgs.LogControl.encoding)
556 }
557 inline void LogControl::set_encoding(const char* value,
558  size_t size) {
559 
560  encoding_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::string(
561  reinterpret_cast<const char*>(value), size), GetArena());
562  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.LogControl.encoding)
563 }
564 inline std::string* LogControl::_internal_mutable_encoding() {
565 
566  return encoding_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArena());
567 }
568 inline std::string* LogControl::release_encoding() {
569  // @@protoc_insertion_point(field_release:ignition.msgs.LogControl.encoding)
570  return encoding_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
571 }
572 inline void LogControl::set_allocated_encoding(std::string* encoding) {
573  if (encoding != nullptr) {
574 
575  } else {
576 
577  }
578  encoding_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), encoding,
579  GetArena());
580  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.LogControl.encoding)
581 }
582 
583 // string record_resources = 7;
584 inline void LogControl::clear_record_resources() {
585  record_resources_.ClearToEmpty();
586 }
587 inline const std::string& LogControl::record_resources() const {
588  // @@protoc_insertion_point(field_get:ignition.msgs.LogControl.record_resources)
589  return _internal_record_resources();
590 }
591 inline void LogControl::set_record_resources(const std::string& value) {
592  _internal_set_record_resources(value);
593  // @@protoc_insertion_point(field_set:ignition.msgs.LogControl.record_resources)
594 }
595 inline std::string* LogControl::mutable_record_resources() {
596  // @@protoc_insertion_point(field_mutable:ignition.msgs.LogControl.record_resources)
597  return _internal_mutable_record_resources();
598 }
599 inline const std::string& LogControl::_internal_record_resources() const {
600  return record_resources_.Get();
601 }
602 inline void LogControl::_internal_set_record_resources(const std::string& value) {
603 
604  record_resources_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, value, GetArena());
605 }
606 inline void LogControl::set_record_resources(std::string&& value) {
607 
608  record_resources_.Set(
609  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::move(value), GetArena());
610  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.LogControl.record_resources)
611 }
612 inline void LogControl::set_record_resources(const char* value) {
613  GOOGLE_DCHECK(value != nullptr);
614 
615  record_resources_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::string(value), GetArena());
616  // @@protoc_insertion_point(field_set_char:ignition.msgs.LogControl.record_resources)
617 }
618 inline void LogControl::set_record_resources(const char* value,
619  size_t size) {
620 
621  record_resources_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, ::std::string(
622  reinterpret_cast<const char*>(value), size), GetArena());
623  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.LogControl.record_resources)
624 }
625 inline std::string* LogControl::_internal_mutable_record_resources() {
626 
627  return record_resources_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArena());
628 }
629 inline std::string* LogControl::release_record_resources() {
630  // @@protoc_insertion_point(field_release:ignition.msgs.LogControl.record_resources)
631  return record_resources_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
632 }
633 inline void LogControl::set_allocated_record_resources(std::string* record_resources) {
634  if (record_resources != nullptr) {
635 
636  } else {
637 
638  }
639  record_resources_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), record_resources,
640  GetArena());
641  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.LogControl.record_resources)
642 }
643 
644 #ifdef __GNUC__
645  #pragma GCC diagnostic pop
646 #endif // __GNUC__
647 
652 // @@protoc_insertion_point(namespace_scope)
653 
654 } // namespace msgs
655 } // namespace ignition
656 
657 #ifdef _MSC_VER
658 #pragma warning(pop)
659 #endif
660 // @@protoc_insertion_point(global_scope)
661 
662 #include <google/protobuf/port_undef.inc>
663 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2flog_5fcontrol_2eproto
const std::string & encoding() const
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: log_control.pb.h:114
void MergeFrom(const LogControl &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
const std::string & record_resources() const
::ignition::msgs::Header * release_header()
void set_record_resources(std::string &&value)
static const LogControl * internal_default_instance()
Definition: log_control.pb.h:119
void set_record_resources(const std::string &value)
::ignition::msgs::Header * mutable_header()
std::string * mutable_base_path()
void set_allocated_base_path(std::string *base_path)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: log_control.pb.h:108
friend void swap(LogControl &a, LogControl &b)
Definition: log_control.pb.h:126
static const LogControl & default_instance()
LogControl(const LogControl &from)
LogControl()
Definition: log_control.pb.h:86
void UnsafeArenaSwap(LogControl *other)
Definition: log_control.pb.h:137
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
std::string * release_record_resources()
LogControl & operator=(const LogControl &from)
Definition: log_control.pb.h:95
void unsafe_arena_set_allocated_header(::ignition::msgs::Header *header)
std::string * release_encoding()
LogControl * New() const final
Definition: log_control.pb.h:145
LogControl * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: log_control.pb.h:149
std::string * release_base_path()
::ignition::msgs::Header * unsafe_arena_release_header()
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void set_record_resources(const char *value, size_t size)
const std::string & base_path() const
void set_base_path(const std::string &value)
LogControl(::PROTOBUF_NAMESPACE_ID::Arena *arena)
void set_allocated_header(::ignition::msgs::Header *header)
void set_encoding(const char *value, size_t size)
void set_encoding(const std::string &value)
LogControl & operator=(LogControl &&from) noexcept
Definition: log_control.pb.h:99
void set_allocated_encoding(std::string *encoding)
LogControl(LogControl &&from) noexcept
Definition: log_control.pb.h:90
void set_record_resources(const char *value)
void set_allocated_record_resources(std::string *record_resources)
void set_base_path(const char *value)
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
void set_encoding(const char *value)
std::string * mutable_record_resources()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: log_control.pb.h:111
void set_encoding(std::string &&value)
void CopyFrom(const LogControl &from)
std::string * mutable_encoding()
void set_base_path(std::string &&value)
void Swap(LogControl *other)
Definition: log_control.pb.h:129
const ::ignition::msgs::Header & header() const
void set_base_path(const char *value, size_t size)
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2flog_5fcontrol_2eproto
IGNITION_MSGS_VISIBLE LogControlDefaultTypeInternal _LogControl_default_instance_
std::shared_ptr< const LogControl > ConstLogControlSharedPtr
Definition: log_control.pb.h:651
std::unique_ptr< const LogControl > ConstLogControlUniquePtr
Definition: log_control.pb.h:649
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
std::unique_ptr< LogControl > LogControlUniquePtr
Definition: log_control.pb.h:648
std::shared_ptr< LogControl > LogControlSharedPtr
Definition: log_control.pb.h:650
Definition: actor.pb.h:52
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1] PROTOBUF_SECTION_VARIABLE(protodesc_cold)