Gazebo Msgs

API Reference

8.7.0
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 PROTOBUF_INCLUDED_ignition_2fmsgs_2frest_5flogin_2eproto
5 #define PROTOBUF_INCLUDED_ignition_2fmsgs_2frest_5flogin_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_2frest_5flogin_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_2frest_5flogin_2eproto
60 namespace ignition {
61 namespace msgs {
62 class RestLogin;
63 class RestLoginDefaultTypeInternal;
64 IGNITION_MSGS_VISIBLE extern RestLoginDefaultTypeInternal _RestLogin_default_instance_;
65 } // namespace msgs
66 } // namespace ignition
67 namespace google {
68 namespace protobuf {
69 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::RestLogin* Arena::CreateMaybeMessage<::ignition::msgs::RestLogin>(Arena*);
70 } // namespace protobuf
71 } // namespace google
72 namespace ignition {
73 namespace msgs {
74 
75 // ===================================================================
76 
77 class IGNITION_MSGS_VISIBLE RestLogin : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.RestLogin) */ {
78  public:
79  RestLogin();
80  virtual ~RestLogin();
81 
82  RestLogin(const RestLogin& from);
83 
84  inline RestLogin& operator=(const RestLogin& from) {
85  CopyFrom(from);
86  return *this;
87  }
88  #if LANG_CXX11
89  RestLogin(RestLogin&& from) noexcept
90  : RestLogin() {
91  *this = ::std::move(from);
92  }
93 
94  inline RestLogin& operator=(RestLogin&& 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 RestLogin& default_instance();
105 
106  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
107  static inline const RestLogin* internal_default_instance() {
108  return reinterpret_cast<const RestLogin*>(
110  }
111  static constexpr int kIndexInFileMessages =
112  0;
113 
114  void Swap(RestLogin* other);
115  friend void swap(RestLogin& a, RestLogin& b) {
116  a.Swap(&b);
117  }
118 
119  // implements Message ----------------------------------------------
120 
121  inline RestLogin* New() const final {
122  return CreateMaybeMessage<RestLogin>(NULL);
123  }
124 
125  RestLogin* New(::google::protobuf::Arena* arena) const final {
126  return CreateMaybeMessage<RestLogin>(arena);
127  }
128  void CopyFrom(const ::google::protobuf::Message& from) final;
129  void MergeFrom(const ::google::protobuf::Message& from) final;
130  void CopyFrom(const RestLogin& from);
131  void MergeFrom(const RestLogin& 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(RestLogin* 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 url = 3;
165  void clear_url();
166  static const int kUrlFieldNumber = 3;
167  const ::std::string& url() const;
168  void set_url(const ::std::string& value);
169  #if LANG_CXX11
170  void set_url(::std::string&& value);
171  #endif
172  void set_url(const char* value);
173  void set_url(const char* value, size_t size);
174  ::std::string* mutable_url();
175  ::std::string* release_url();
176  void set_allocated_url(::std::string* url);
177 
178  // string username = 4;
179  void clear_username();
180  static const int kUsernameFieldNumber = 4;
181  const ::std::string& username() const;
182  void set_username(const ::std::string& value);
183  #if LANG_CXX11
184  void set_username(::std::string&& value);
185  #endif
186  void set_username(const char* value);
187  void set_username(const char* value, size_t size);
188  ::std::string* mutable_username();
189  ::std::string* release_username();
190  void set_allocated_username(::std::string* username);
191 
192  // string password = 5;
193  void clear_password();
194  static const int kPasswordFieldNumber = 5;
195  const ::std::string& password() const;
196  void set_password(const ::std::string& value);
197  #if LANG_CXX11
198  void set_password(::std::string&& value);
199  #endif
200  void set_password(const char* value);
201  void set_password(const char* value, size_t size);
202  ::std::string* mutable_password();
203  ::std::string* release_password();
204  void set_allocated_password(::std::string* password);
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 id = 2;
219  void clear_id();
220  static const int kIdFieldNumber = 2;
221  ::google::protobuf::uint32 id() const;
222  void set_id(::google::protobuf::uint32 value);
223 
224  // @@protoc_insertion_point(class_scope:ignition.msgs.RestLogin)
225  private:
226 
227  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
228  ::google::protobuf::internal::ArenaStringPtr url_;
229  ::google::protobuf::internal::ArenaStringPtr username_;
230  ::google::protobuf::internal::ArenaStringPtr password_;
231  ::ignition::msgs::Header* header_;
232  ::google::protobuf::uint32 id_;
233  mutable ::google::protobuf::internal::CachedSize _cached_size_;
234  friend struct ::protobuf_ignition_2fmsgs_2frest_5flogin_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 // RestLogin
246 
247 // .ignition.msgs.Header header = 1;
248 inline bool RestLogin::has_header() const {
249  return this != internal_default_instance() && header_ != NULL;
250 }
251 inline const ::ignition::msgs::Header& RestLogin::_internal_header() const {
252  return *header_;
253 }
254 inline const ::ignition::msgs::Header& RestLogin::header() const {
255  const ::ignition::msgs::Header* p = header_;
256  // @@protoc_insertion_point(field_get:ignition.msgs.RestLogin.header)
257  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
259 }
260 inline ::ignition::msgs::Header* RestLogin::release_header() {
261  // @@protoc_insertion_point(field_release:ignition.msgs.RestLogin.header)
262 
263  ::ignition::msgs::Header* temp = header_;
264  header_ = NULL;
265  return temp;
266 }
267 inline ::ignition::msgs::Header* RestLogin::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.RestLogin.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.RestLogin.header)
293 }
294 
295 // uint32 id = 2;
296 inline void RestLogin::clear_id() {
297  id_ = 0u;
298 }
299 inline ::google::protobuf::uint32 RestLogin::id() const {
300  // @@protoc_insertion_point(field_get:ignition.msgs.RestLogin.id)
301  return id_;
302 }
303 inline void RestLogin::set_id(::google::protobuf::uint32 value) {
304 
305  id_ = value;
306  // @@protoc_insertion_point(field_set:ignition.msgs.RestLogin.id)
307 }
308 
309 // string url = 3;
310 inline void RestLogin::clear_url() {
311  url_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
312 }
313 inline const ::std::string& RestLogin::url() const {
314  // @@protoc_insertion_point(field_get:ignition.msgs.RestLogin.url)
315  return url_.GetNoArena();
316 }
317 inline void RestLogin::set_url(const ::std::string& value) {
318 
319  url_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
320  // @@protoc_insertion_point(field_set:ignition.msgs.RestLogin.url)
321 }
322 #if LANG_CXX11
323 inline void RestLogin::set_url(::std::string&& value) {
324 
325  url_.SetNoArena(
326  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
327  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.RestLogin.url)
328 }
329 #endif
330 inline void RestLogin::set_url(const char* value) {
331  GOOGLE_DCHECK(value != NULL);
332 
333  url_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
334  // @@protoc_insertion_point(field_set_char:ignition.msgs.RestLogin.url)
335 }
336 inline void RestLogin::set_url(const char* value, size_t size) {
337 
338  url_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
339  ::std::string(reinterpret_cast<const char*>(value), size));
340  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.RestLogin.url)
341 }
342 inline ::std::string* RestLogin::mutable_url() {
343 
344  // @@protoc_insertion_point(field_mutable:ignition.msgs.RestLogin.url)
345  return url_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
346 }
347 inline ::std::string* RestLogin::release_url() {
348  // @@protoc_insertion_point(field_release:ignition.msgs.RestLogin.url)
349 
350  return url_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
351 }
353  if (url != NULL) {
354 
355  } else {
356 
357  }
358  url_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), url);
359  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.RestLogin.url)
360 }
361 
362 // string username = 4;
364  username_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
365 }
366 inline const ::std::string& RestLogin::username() const {
367  // @@protoc_insertion_point(field_get:ignition.msgs.RestLogin.username)
368  return username_.GetNoArena();
369 }
370 inline void RestLogin::set_username(const ::std::string& value) {
371 
372  username_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
373  // @@protoc_insertion_point(field_set:ignition.msgs.RestLogin.username)
374 }
375 #if LANG_CXX11
376 inline void RestLogin::set_username(::std::string&& value) {
377 
378  username_.SetNoArena(
379  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
380  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.RestLogin.username)
381 }
382 #endif
383 inline void RestLogin::set_username(const char* value) {
384  GOOGLE_DCHECK(value != NULL);
385 
386  username_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
387  // @@protoc_insertion_point(field_set_char:ignition.msgs.RestLogin.username)
388 }
389 inline void RestLogin::set_username(const char* value, size_t size) {
390 
391  username_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
392  ::std::string(reinterpret_cast<const char*>(value), size));
393  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.RestLogin.username)
394 }
395 inline ::std::string* RestLogin::mutable_username() {
396 
397  // @@protoc_insertion_point(field_mutable:ignition.msgs.RestLogin.username)
398  return username_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
399 }
400 inline ::std::string* RestLogin::release_username() {
401  // @@protoc_insertion_point(field_release:ignition.msgs.RestLogin.username)
402 
403  return username_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
404 }
406  if (username != NULL) {
407 
408  } else {
409 
410  }
411  username_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), username);
412  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.RestLogin.username)
413 }
414 
415 // string password = 5;
417  password_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
418 }
419 inline const ::std::string& RestLogin::password() const {
420  // @@protoc_insertion_point(field_get:ignition.msgs.RestLogin.password)
421  return password_.GetNoArena();
422 }
423 inline void RestLogin::set_password(const ::std::string& value) {
424 
425  password_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
426  // @@protoc_insertion_point(field_set:ignition.msgs.RestLogin.password)
427 }
428 #if LANG_CXX11
429 inline void RestLogin::set_password(::std::string&& value) {
430 
431  password_.SetNoArena(
432  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
433  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.RestLogin.password)
434 }
435 #endif
436 inline void RestLogin::set_password(const char* value) {
437  GOOGLE_DCHECK(value != NULL);
438 
439  password_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
440  // @@protoc_insertion_point(field_set_char:ignition.msgs.RestLogin.password)
441 }
442 inline void RestLogin::set_password(const char* value, size_t size) {
443 
444  password_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
445  ::std::string(reinterpret_cast<const char*>(value), size));
446  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.RestLogin.password)
447 }
448 inline ::std::string* RestLogin::mutable_password() {
449 
450  // @@protoc_insertion_point(field_mutable:ignition.msgs.RestLogin.password)
451  return password_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
452 }
453 inline ::std::string* RestLogin::release_password() {
454  // @@protoc_insertion_point(field_release:ignition.msgs.RestLogin.password)
455 
456  return password_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
457 }
459  if (password != NULL) {
460 
461  } else {
462 
463  }
464  password_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), password);
465  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.RestLogin.password)
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_2frest_5flogin_2eproto
const ::ignition::msgs::Header & header() const
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:254
void set_username(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:370
STL class.
STL class.
void clear_id()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:296
::ignition::msgs::Header * mutable_header()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:267
void Swap(RestLogin *other)
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:77
void set_allocated_username(::std::string *username)
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:405
T move(T... args)
void set_id(::google::protobuf::uint32 value)
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:303
std::unique_ptr< RestLogin > RestLoginUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:472
::std::string * mutable_url()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:342
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:50
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:48
friend void swap(RestLogin &a, RestLogin &b)
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:115
::std::string * mutable_username()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:395
::google::protobuf::uint32 id() const
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:299
const ::std::string & username() const
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:366
::std::string * release_password()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:453
RestLogin * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:121
const ::std::string & url() const
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:313
void clear_username()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:363
std::shared_ptr< RestLogin > RestLoginSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:474
void clear_password()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:416
void IGNITION_MSGS_VISIBLE AddDescriptors()
void set_allocated_password(::std::string *password)
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:458
RestLogin * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:125
static const RestLogin * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:107
void clear_url()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:310
void set_allocated_url(::std::string *url)
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:352
const ::std::string & password() const
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:419
::ignition::msgs::Header * release_header()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:260
std::shared_ptr< const RestLogin > ConstRestLoginSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:475
RestLogin & operator=(const RestLogin &from)
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:84
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
IGNITION_MSGS_VISIBLE RestLoginDefaultTypeInternal _RestLogin_default_instance_
void set_url(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:317
void set_allocated_header(::ignition::msgs::Header *header)
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:276
STL namespace.
Definition: build/ignition-msgs8/include/ignition/msgs/header.pb.h:215
::std::string * release_url()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:347
bool has_header() const
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:248
std::unique_ptr< const RestLogin > ConstRestLoginUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:473
::std::string * release_username()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:400
STL class.
void set_password(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:423
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:78
::std::string * mutable_password()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_login.pb.h:448