Gazebo Msgs

API Reference

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