Gazebo Msgs

API Reference

8.7.0
build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/rest_logout.proto
3 
4 #ifndef PROTOBUF_INCLUDED_ignition_2fmsgs_2frest_5flogout_2eproto
5 #define PROTOBUF_INCLUDED_ignition_2fmsgs_2frest_5flogout_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_5flogout_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_5flogout_2eproto
60 namespace ignition {
61 namespace msgs {
62 class RestLogout;
63 class RestLogoutDefaultTypeInternal;
64 IGNITION_MSGS_VISIBLE extern RestLogoutDefaultTypeInternal _RestLogout_default_instance_;
65 } // namespace msgs
66 } // namespace ignition
67 namespace google {
68 namespace protobuf {
69 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::RestLogout* Arena::CreateMaybeMessage<::ignition::msgs::RestLogout>(Arena*);
70 } // namespace protobuf
71 } // namespace google
72 namespace ignition {
73 namespace msgs {
74 
75 // ===================================================================
76 
77 class IGNITION_MSGS_VISIBLE RestLogout : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.RestLogout) */ {
78  public:
79  RestLogout();
80  virtual ~RestLogout();
81 
82  RestLogout(const RestLogout& from);
83 
84  inline RestLogout& operator=(const RestLogout& from) {
85  CopyFrom(from);
86  return *this;
87  }
88  #if LANG_CXX11
89  RestLogout(RestLogout&& from) noexcept
90  : RestLogout() {
91  *this = ::std::move(from);
92  }
93 
94  inline RestLogout& operator=(RestLogout&& 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 RestLogout& default_instance();
105 
106  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
107  static inline const RestLogout* internal_default_instance() {
108  return reinterpret_cast<const RestLogout*>(
110  }
111  static constexpr int kIndexInFileMessages =
112  0;
113 
114  void Swap(RestLogout* other);
115  friend void swap(RestLogout& a, RestLogout& b) {
116  a.Swap(&b);
117  }
118 
119  // implements Message ----------------------------------------------
120 
121  inline RestLogout* New() const final {
122  return CreateMaybeMessage<RestLogout>(NULL);
123  }
124 
125  RestLogout* New(::google::protobuf::Arena* arena) const final {
126  return CreateMaybeMessage<RestLogout>(arena);
127  }
128  void CopyFrom(const ::google::protobuf::Message& from) final;
129  void MergeFrom(const ::google::protobuf::Message& from) final;
130  void CopyFrom(const RestLogout& from);
131  void MergeFrom(const RestLogout& 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(RestLogout* 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  // .ignition.msgs.Header header = 1;
179  bool has_header() const;
180  void clear_header();
181  static const int kHeaderFieldNumber = 1;
182  private:
183  const ::ignition::msgs::Header& _internal_header() const;
184  public:
185  const ::ignition::msgs::Header& header() const;
186  ::ignition::msgs::Header* release_header();
187  ::ignition::msgs::Header* mutable_header();
188  void set_allocated_header(::ignition::msgs::Header* header);
189 
190  // uint32 id = 2;
191  void clear_id();
192  static const int kIdFieldNumber = 2;
193  ::google::protobuf::uint32 id() const;
194  void set_id(::google::protobuf::uint32 value);
195 
196  // @@protoc_insertion_point(class_scope:ignition.msgs.RestLogout)
197  private:
198 
199  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
200  ::google::protobuf::internal::ArenaStringPtr url_;
201  ::ignition::msgs::Header* header_;
202  ::google::protobuf::uint32 id_;
203  mutable ::google::protobuf::internal::CachedSize _cached_size_;
204  friend struct ::protobuf_ignition_2fmsgs_2frest_5flogout_2eproto::TableStruct;
205 };
206 // ===================================================================
207 
208 
209 // ===================================================================
210 
211 #ifdef __GNUC__
212  #pragma GCC diagnostic push
213  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
214 #endif // __GNUC__
215 // RestLogout
216 
217 // .ignition.msgs.Header header = 1;
218 inline bool RestLogout::has_header() const {
219  return this != internal_default_instance() && header_ != NULL;
220 }
221 inline const ::ignition::msgs::Header& RestLogout::_internal_header() const {
222  return *header_;
223 }
224 inline const ::ignition::msgs::Header& RestLogout::header() const {
225  const ::ignition::msgs::Header* p = header_;
226  // @@protoc_insertion_point(field_get:ignition.msgs.RestLogout.header)
227  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
229 }
230 inline ::ignition::msgs::Header* RestLogout::release_header() {
231  // @@protoc_insertion_point(field_release:ignition.msgs.RestLogout.header)
232 
233  ::ignition::msgs::Header* temp = header_;
234  header_ = NULL;
235  return temp;
236 }
237 inline ::ignition::msgs::Header* RestLogout::mutable_header() {
238 
239  if (header_ == NULL) {
240  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaNoVirtual());
241  header_ = p;
242  }
243  // @@protoc_insertion_point(field_mutable:ignition.msgs.RestLogout.header)
244  return header_;
245 }
247  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
248  if (message_arena == NULL) {
249  delete reinterpret_cast< ::google::protobuf::MessageLite*>(header_);
250  }
251  if (header) {
252  ::google::protobuf::Arena* submessage_arena = NULL;
253  if (message_arena != submessage_arena) {
254  header = ::google::protobuf::internal::GetOwnedMessage(
255  message_arena, header, submessage_arena);
256  }
257 
258  } else {
259 
260  }
261  header_ = header;
262  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.RestLogout.header)
263 }
264 
265 // uint32 id = 2;
266 inline void RestLogout::clear_id() {
267  id_ = 0u;
268 }
269 inline ::google::protobuf::uint32 RestLogout::id() const {
270  // @@protoc_insertion_point(field_get:ignition.msgs.RestLogout.id)
271  return id_;
272 }
273 inline void RestLogout::set_id(::google::protobuf::uint32 value) {
274 
275  id_ = value;
276  // @@protoc_insertion_point(field_set:ignition.msgs.RestLogout.id)
277 }
278 
279 // string url = 3;
280 inline void RestLogout::clear_url() {
281  url_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
282 }
283 inline const ::std::string& RestLogout::url() const {
284  // @@protoc_insertion_point(field_get:ignition.msgs.RestLogout.url)
285  return url_.GetNoArena();
286 }
287 inline void RestLogout::set_url(const ::std::string& value) {
288 
289  url_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
290  // @@protoc_insertion_point(field_set:ignition.msgs.RestLogout.url)
291 }
292 #if LANG_CXX11
293 inline void RestLogout::set_url(::std::string&& value) {
294 
295  url_.SetNoArena(
296  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
297  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.RestLogout.url)
298 }
299 #endif
300 inline void RestLogout::set_url(const char* value) {
301  GOOGLE_DCHECK(value != NULL);
302 
303  url_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
304  // @@protoc_insertion_point(field_set_char:ignition.msgs.RestLogout.url)
305 }
306 inline void RestLogout::set_url(const char* value, size_t size) {
307 
308  url_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
309  ::std::string(reinterpret_cast<const char*>(value), size));
310  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.RestLogout.url)
311 }
312 inline ::std::string* RestLogout::mutable_url() {
313 
314  // @@protoc_insertion_point(field_mutable:ignition.msgs.RestLogout.url)
315  return url_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
316 }
317 inline ::std::string* RestLogout::release_url() {
318  // @@protoc_insertion_point(field_release:ignition.msgs.RestLogout.url)
319 
320  return url_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
321 }
323  if (url != NULL) {
324 
325  } else {
326 
327  }
328  url_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), url);
329  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.RestLogout.url)
330 }
331 
332 #ifdef __GNUC__
333  #pragma GCC diagnostic pop
334 #endif // __GNUC__
335 
340 // @@protoc_insertion_point(namespace_scope)
341 
342 } // namespace msgs
343 } // namespace ignition
344 
345 #ifdef _MSC_VER
346 #pragma warning(pop)
347 #endif
348 // @@protoc_insertion_point(global_scope)
349 
350 #endif // PROTOBUF_INCLUDED_ignition_2fmsgs_2frest_5flogout_2eproto
void set_url(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:287
RestLogout & operator=(const RestLogout &from)
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:84
::std::string * release_url()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:317
STL class.
STL class.
T move(T... args)
friend void swap(RestLogout &a, RestLogout &b)
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:115
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:77
std::unique_ptr< RestLogout > RestLogoutUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:336
const ::std::string & url() const
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:283
std::shared_ptr< const RestLogout > ConstRestLogoutSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:339
void IGNITION_MSGS_VISIBLE AddDescriptors()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:48
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:50
std::shared_ptr< RestLogout > RestLogoutSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:338
const ::ignition::msgs::Header & header() const
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:224
void set_allocated_header(::ignition::msgs::Header *header)
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:246
IGNITION_MSGS_VISIBLE RestLogoutDefaultTypeInternal _RestLogout_default_instance_
bool has_header() const
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:218
RestLogout * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:125
::std::string * mutable_url()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:312
static const RestLogout * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:107
void clear_id()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:266
std::unique_ptr< const RestLogout > ConstRestLogoutUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:337
void clear_url()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:280
void Swap(RestLogout *other)
RestLogout * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:121
::ignition::msgs::Header * mutable_header()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:237
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
STL namespace.
Definition: build/ignition-msgs8/include/ignition/msgs/header.pb.h:215
::ignition::msgs::Header * release_header()
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:230
void set_allocated_url(::std::string *url)
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:322
::google::protobuf::uint32 id() const
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:269
STL class.
void set_id(::google::protobuf::uint32 value)
Definition: build/ignition-msgs8/include/ignition/msgs/rest_logout.pb.h:273
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:78