OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
etcdserver.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: etcdserver.proto
3 
4 #ifndef PROTOBUF_etcdserver_2eproto__INCLUDED
5 #define PROTOBUF_etcdserver_2eproto__INCLUDED
6 
7 #include <string>
8 
9 #include <google/protobuf/stubs/common.h>
10 
11 #if GOOGLE_PROTOBUF_VERSION < 3005000
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 3005001 < 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/metadata.h>
28 #include <google/protobuf/message.h>
29 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
30 #include <google/protobuf/extension_set.h> // IWYU pragma: export
31 #include <google/protobuf/unknown_field_set.h>
32 // @@protoc_insertion_point(includes)
33 
34 namespace protobuf_etcdserver_2eproto {
35 // Internal implementation detail -- do not use these members.
36 struct TableStruct {
37  static const ::google::protobuf::internal::ParseTableField entries[];
38  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
39  static const ::google::protobuf::internal::ParseTable schema[2];
40  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
41  static const ::google::protobuf::internal::SerializationTable serialization_table[];
42  static const ::google::protobuf::uint32 offsets[];
43 };
44 void AddDescriptors();
46 void InitDefaultsRequest();
49 inline void InitDefaults() {
52 }
53 } // namespace protobuf_etcdserver_2eproto
54 namespace etcdserverpb {
55 class Metadata;
58 class Request;
61 } // namespace etcdserverpb
62 namespace etcdserverpb {
63 
64 // ===================================================================
65 
66 class Request : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:etcdserverpb.Request) */ {
67  public:
68  Request();
69  virtual ~Request();
70 
71  Request(const Request& from);
72 
73  inline Request& operator=(const Request& from) {
74  CopyFrom(from);
75  return *this;
76  }
77  #if LANG_CXX11
78  Request(Request&& from) noexcept
79  : Request() {
80  *this = ::std::move(from);
81  }
82 
83  inline Request& operator=(Request&& from) noexcept {
84  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
85  if (this != &from) InternalSwap(&from);
86  } else {
87  CopyFrom(from);
88  }
89  return *this;
90  }
91  #endif
92  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
93  return _internal_metadata_.unknown_fields();
94  }
95  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
96  return _internal_metadata_.mutable_unknown_fields();
97  }
98 
99  static const ::google::protobuf::Descriptor* descriptor();
100  static const Request& default_instance();
101 
102  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
103  static inline const Request* internal_default_instance() {
104  return reinterpret_cast<const Request*>(
106  }
107  static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
108  0;
109 
110  void Swap(Request* other);
111  friend void swap(Request& a, Request& b) {
112  a.Swap(&b);
113  }
114 
115  // implements Message ----------------------------------------------
116 
117  inline Request* New() const PROTOBUF_FINAL { return New(NULL); }
118 
119  Request* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
120  void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
121  void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
122  void CopyFrom(const Request& from);
123  void MergeFrom(const Request& from);
124  void Clear() PROTOBUF_FINAL;
125  bool IsInitialized() const PROTOBUF_FINAL;
126 
127  size_t ByteSizeLong() const PROTOBUF_FINAL;
129  ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
131  ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
132  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
133  bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
134  int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
135  private:
136  void SharedCtor();
137  void SharedDtor();
138  void SetCachedSize(int size) const PROTOBUF_FINAL;
139  void InternalSwap(Request* other);
140  private:
141  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
142  return NULL;
143  }
144  inline void* MaybeArenaPtr() const {
145  return NULL;
146  }
147  public:
148 
149  ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
150 
151  // nested types ----------------------------------------------------
152 
153  // accessors -------------------------------------------------------
154 
155  // optional string Method = 2;
156  bool has_method() const;
157  void clear_method();
158  static const int kMethodFieldNumber = 2;
159  const ::std::string& method() const;
160  void set_method(const ::std::string& value);
161  #if LANG_CXX11
162  void set_method(::std::string&& value);
163  #endif
164  void set_method(const char* value);
165  void set_method(const char* value, size_t size);
166  ::std::string* mutable_method();
167  ::std::string* release_method();
168  void set_allocated_method(::std::string* method);
169 
170  // optional string Path = 3;
171  bool has_path() const;
172  void clear_path();
173  static const int kPathFieldNumber = 3;
174  const ::std::string& path() const;
175  void set_path(const ::std::string& value);
176  #if LANG_CXX11
177  void set_path(::std::string&& value);
178  #endif
179  void set_path(const char* value);
180  void set_path(const char* value, size_t size);
181  ::std::string* mutable_path();
182  ::std::string* release_path();
183  void set_allocated_path(::std::string* path);
184 
185  // optional string Val = 4;
186  bool has_val() const;
187  void clear_val();
188  static const int kValFieldNumber = 4;
189  const ::std::string& val() const;
190  void set_val(const ::std::string& value);
191  #if LANG_CXX11
192  void set_val(::std::string&& value);
193  #endif
194  void set_val(const char* value);
195  void set_val(const char* value, size_t size);
196  ::std::string* mutable_val();
197  ::std::string* release_val();
198  void set_allocated_val(::std::string* val);
199 
200  // optional string PrevValue = 6;
201  bool has_prevvalue() const;
202  void clear_prevvalue();
203  static const int kPrevValueFieldNumber = 6;
204  const ::std::string& prevvalue() const;
205  void set_prevvalue(const ::std::string& value);
206  #if LANG_CXX11
207  void set_prevvalue(::std::string&& value);
208  #endif
209  void set_prevvalue(const char* value);
210  void set_prevvalue(const char* value, size_t size);
211  ::std::string* mutable_prevvalue();
212  ::std::string* release_prevvalue();
213  void set_allocated_prevvalue(::std::string* prevvalue);
214 
215  // optional uint64 ID = 1;
216  bool has_id() const;
217  void clear_id();
218  static const int kIDFieldNumber = 1;
219  ::google::protobuf::uint64 id() const;
220  void set_id(::google::protobuf::uint64 value);
221 
222  // optional uint64 PrevIndex = 7;
223  bool has_previndex() const;
224  void clear_previndex();
225  static const int kPrevIndexFieldNumber = 7;
226  ::google::protobuf::uint64 previndex() const;
227  void set_previndex(::google::protobuf::uint64 value);
228 
229  // optional int64 Expiration = 9;
230  bool has_expiration() const;
231  void clear_expiration();
232  static const int kExpirationFieldNumber = 9;
233  ::google::protobuf::int64 expiration() const;
234  void set_expiration(::google::protobuf::int64 value);
235 
236  // optional uint64 Since = 11;
237  bool has_since() const;
238  void clear_since();
239  static const int kSinceFieldNumber = 11;
240  ::google::protobuf::uint64 since() const;
241  void set_since(::google::protobuf::uint64 value);
242 
243  // optional bool Dir = 5;
244  bool has_dir() const;
245  void clear_dir();
246  static const int kDirFieldNumber = 5;
247  bool dir() const;
248  void set_dir(bool value);
249 
250  // optional bool PrevExist = 8;
251  bool has_prevexist() const;
252  void clear_prevexist();
253  static const int kPrevExistFieldNumber = 8;
254  bool prevexist() const;
255  void set_prevexist(bool value);
256 
257  // optional bool Wait = 10;
258  bool has_wait() const;
259  void clear_wait();
260  static const int kWaitFieldNumber = 10;
261  bool wait() const;
262  void set_wait(bool value);
263 
264  // optional bool Recursive = 12;
265  bool has_recursive() const;
266  void clear_recursive();
267  static const int kRecursiveFieldNumber = 12;
268  bool recursive() const;
269  void set_recursive(bool value);
270 
271  // optional bool Sorted = 13;
272  bool has_sorted() const;
273  void clear_sorted();
274  static const int kSortedFieldNumber = 13;
275  bool sorted() const;
276  void set_sorted(bool value);
277 
278  // optional bool Quorum = 14;
279  bool has_quorum() const;
280  void clear_quorum();
281  static const int kQuorumFieldNumber = 14;
282  bool quorum() const;
283  void set_quorum(bool value);
284 
285  // optional bool Stream = 16;
286  bool has_stream() const;
287  void clear_stream();
288  static const int kStreamFieldNumber = 16;
289  bool stream() const;
290  void set_stream(bool value);
291 
292  // optional bool Refresh = 17;
293  bool has_refresh() const;
294  void clear_refresh();
295  static const int kRefreshFieldNumber = 17;
296  bool refresh() const;
297  void set_refresh(bool value);
298 
299  // optional int64 Time = 15;
300  bool has_time() const;
301  void clear_time();
302  static const int kTimeFieldNumber = 15;
303  ::google::protobuf::int64 time() const;
304  void set_time(::google::protobuf::int64 value);
305 
306  // @@protoc_insertion_point(class_scope:etcdserverpb.Request)
307  private:
308  void set_has_id();
309  void clear_has_id();
310  void set_has_method();
311  void clear_has_method();
312  void set_has_path();
313  void clear_has_path();
314  void set_has_val();
315  void clear_has_val();
316  void set_has_dir();
317  void clear_has_dir();
318  void set_has_prevvalue();
319  void clear_has_prevvalue();
320  void set_has_previndex();
321  void clear_has_previndex();
322  void set_has_prevexist();
323  void clear_has_prevexist();
324  void set_has_expiration();
325  void clear_has_expiration();
326  void set_has_wait();
327  void clear_has_wait();
328  void set_has_since();
329  void clear_has_since();
330  void set_has_recursive();
331  void clear_has_recursive();
332  void set_has_sorted();
333  void clear_has_sorted();
334  void set_has_quorum();
335  void clear_has_quorum();
336  void set_has_time();
337  void clear_has_time();
338  void set_has_stream();
339  void clear_has_stream();
340  void set_has_refresh();
341  void clear_has_refresh();
342 
343  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
344  ::google::protobuf::internal::HasBits<1> _has_bits_;
345  mutable int _cached_size_;
346  ::google::protobuf::internal::ArenaStringPtr method_;
347  ::google::protobuf::internal::ArenaStringPtr path_;
348  ::google::protobuf::internal::ArenaStringPtr val_;
349  ::google::protobuf::internal::ArenaStringPtr prevvalue_;
350  ::google::protobuf::uint64 id_;
351  ::google::protobuf::uint64 previndex_;
352  ::google::protobuf::int64 expiration_;
353  ::google::protobuf::uint64 since_;
354  bool dir_;
356  bool wait_;
358  bool sorted_;
359  bool quorum_;
360  bool stream_;
361  bool refresh_;
362  ::google::protobuf::int64 time_;
363  friend struct ::protobuf_etcdserver_2eproto::TableStruct;
365 };
366 // -------------------------------------------------------------------
367 
368 class Metadata : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:etcdserverpb.Metadata) */ {
369  public:
370  Metadata();
371  virtual ~Metadata();
372 
373  Metadata(const Metadata& from);
374 
375  inline Metadata& operator=(const Metadata& from) {
376  CopyFrom(from);
377  return *this;
378  }
379  #if LANG_CXX11
380  Metadata(Metadata&& from) noexcept
381  : Metadata() {
382  *this = ::std::move(from);
383  }
384 
385  inline Metadata& operator=(Metadata&& from) noexcept {
386  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
387  if (this != &from) InternalSwap(&from);
388  } else {
389  CopyFrom(from);
390  }
391  return *this;
392  }
393  #endif
394  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
395  return _internal_metadata_.unknown_fields();
396  }
397  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
398  return _internal_metadata_.mutable_unknown_fields();
399  }
400 
401  static const ::google::protobuf::Descriptor* descriptor();
402  static const Metadata& default_instance();
403 
404  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
405  static inline const Metadata* internal_default_instance() {
406  return reinterpret_cast<const Metadata*>(
408  }
409  static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
410  1;
411 
412  void Swap(Metadata* other);
413  friend void swap(Metadata& a, Metadata& b) {
414  a.Swap(&b);
415  }
416 
417  // implements Message ----------------------------------------------
418 
419  inline Metadata* New() const PROTOBUF_FINAL { return New(NULL); }
420 
421  Metadata* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
422  void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
423  void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
424  void CopyFrom(const Metadata& from);
425  void MergeFrom(const Metadata& from);
426  void Clear() PROTOBUF_FINAL;
427  bool IsInitialized() const PROTOBUF_FINAL;
428 
429  size_t ByteSizeLong() const PROTOBUF_FINAL;
431  ::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
433  ::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
434  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
435  bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
436  int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
437  private:
438  void SharedCtor();
439  void SharedDtor();
440  void SetCachedSize(int size) const PROTOBUF_FINAL;
441  void InternalSwap(Metadata* other);
442  private:
443  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
444  return NULL;
445  }
446  inline void* MaybeArenaPtr() const {
447  return NULL;
448  }
449  public:
450 
451  ::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
452 
453  // nested types ----------------------------------------------------
454 
455  // accessors -------------------------------------------------------
456 
457  // optional uint64 NodeID = 1;
458  bool has_nodeid() const;
459  void clear_nodeid();
460  static const int kNodeIDFieldNumber = 1;
461  ::google::protobuf::uint64 nodeid() const;
462  void set_nodeid(::google::protobuf::uint64 value);
463 
464  // optional uint64 ClusterID = 2;
465  bool has_clusterid() const;
466  void clear_clusterid();
467  static const int kClusterIDFieldNumber = 2;
468  ::google::protobuf::uint64 clusterid() const;
469  void set_clusterid(::google::protobuf::uint64 value);
470 
471  // @@protoc_insertion_point(class_scope:etcdserverpb.Metadata)
472  private:
473  void set_has_nodeid();
474  void clear_has_nodeid();
475  void set_has_clusterid();
476  void clear_has_clusterid();
477 
478  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
479  ::google::protobuf::internal::HasBits<1> _has_bits_;
480  mutable int _cached_size_;
481  ::google::protobuf::uint64 nodeid_;
482  ::google::protobuf::uint64 clusterid_;
483  friend struct ::protobuf_etcdserver_2eproto::TableStruct;
484  friend void ::protobuf_etcdserver_2eproto::InitDefaultsMetadataImpl();
485 };
486 // ===================================================================
487 
488 
489 // ===================================================================
490 
491 #ifdef __GNUC__
492  #pragma GCC diagnostic push
493  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
494 #endif // __GNUC__
495 // Request
496 
497 // optional uint64 ID = 1;
498 inline bool Request::has_id() const {
499  return (_has_bits_[0] & 0x00000010u) != 0;
500 }
501 inline void Request::set_has_id() {
502  _has_bits_[0] |= 0x00000010u;
503 }
504 inline void Request::clear_has_id() {
505  _has_bits_[0] &= ~0x00000010u;
506 }
507 inline void Request::clear_id() {
508  id_ = GOOGLE_ULONGLONG(0);
509  clear_has_id();
510 }
511 inline ::google::protobuf::uint64 Request::id() const {
512  // @@protoc_insertion_point(field_get:etcdserverpb.Request.ID)
513  return id_;
514 }
515 inline void Request::set_id(::google::protobuf::uint64 value) {
516  set_has_id();
517  id_ = value;
518  // @@protoc_insertion_point(field_set:etcdserverpb.Request.ID)
519 }
520 
521 // optional string Method = 2;
522 inline bool Request::has_method() const {
523  return (_has_bits_[0] & 0x00000001u) != 0;
524 }
525 inline void Request::set_has_method() {
526  _has_bits_[0] |= 0x00000001u;
527 }
529  _has_bits_[0] &= ~0x00000001u;
530 }
531 inline void Request::clear_method() {
532  method_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
533  clear_has_method();
534 }
535 inline const ::std::string& Request::method() const {
536  // @@protoc_insertion_point(field_get:etcdserverpb.Request.Method)
537  return method_.GetNoArena();
538 }
539 inline void Request::set_method(const ::std::string& value) {
540  set_has_method();
541  method_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
542  // @@protoc_insertion_point(field_set:etcdserverpb.Request.Method)
543 }
544 #if LANG_CXX11
545 inline void Request::set_method(::std::string&& value) {
546  set_has_method();
547  method_.SetNoArena(
548  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
549  // @@protoc_insertion_point(field_set_rvalue:etcdserverpb.Request.Method)
550 }
551 #endif
552 inline void Request::set_method(const char* value) {
553  GOOGLE_DCHECK(value != NULL);
554  set_has_method();
555  method_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
556  // @@protoc_insertion_point(field_set_char:etcdserverpb.Request.Method)
557 }
558 inline void Request::set_method(const char* value, size_t size) {
559  set_has_method();
560  method_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
561  ::std::string(reinterpret_cast<const char*>(value), size));
562  // @@protoc_insertion_point(field_set_pointer:etcdserverpb.Request.Method)
563 }
564 inline ::std::string* Request::mutable_method() {
565  set_has_method();
566  // @@protoc_insertion_point(field_mutable:etcdserverpb.Request.Method)
567  return method_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
568 }
569 inline ::std::string* Request::release_method() {
570  // @@protoc_insertion_point(field_release:etcdserverpb.Request.Method)
571  clear_has_method();
572  return method_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
573 }
574 inline void Request::set_allocated_method(::std::string* method) {
575  if (method != NULL) {
576  set_has_method();
577  } else {
578  clear_has_method();
579  }
580  method_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), method);
581  // @@protoc_insertion_point(field_set_allocated:etcdserverpb.Request.Method)
582 }
583 
584 // optional string Path = 3;
585 inline bool Request::has_path() const {
586  return (_has_bits_[0] & 0x00000002u) != 0;
587 }
588 inline void Request::set_has_path() {
589  _has_bits_[0] |= 0x00000002u;
590 }
591 inline void Request::clear_has_path() {
592  _has_bits_[0] &= ~0x00000002u;
593 }
594 inline void Request::clear_path() {
595  path_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
596  clear_has_path();
597 }
598 inline const ::std::string& Request::path() const {
599  // @@protoc_insertion_point(field_get:etcdserverpb.Request.Path)
600  return path_.GetNoArena();
601 }
602 inline void Request::set_path(const ::std::string& value) {
603  set_has_path();
604  path_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
605  // @@protoc_insertion_point(field_set:etcdserverpb.Request.Path)
606 }
607 #if LANG_CXX11
608 inline void Request::set_path(::std::string&& value) {
609  set_has_path();
610  path_.SetNoArena(
611  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
612  // @@protoc_insertion_point(field_set_rvalue:etcdserverpb.Request.Path)
613 }
614 #endif
615 inline void Request::set_path(const char* value) {
616  GOOGLE_DCHECK(value != NULL);
617  set_has_path();
618  path_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
619  // @@protoc_insertion_point(field_set_char:etcdserverpb.Request.Path)
620 }
621 inline void Request::set_path(const char* value, size_t size) {
622  set_has_path();
623  path_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
624  ::std::string(reinterpret_cast<const char*>(value), size));
625  // @@protoc_insertion_point(field_set_pointer:etcdserverpb.Request.Path)
626 }
627 inline ::std::string* Request::mutable_path() {
628  set_has_path();
629  // @@protoc_insertion_point(field_mutable:etcdserverpb.Request.Path)
630  return path_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
631 }
632 inline ::std::string* Request::release_path() {
633  // @@protoc_insertion_point(field_release:etcdserverpb.Request.Path)
634  clear_has_path();
635  return path_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
636 }
637 inline void Request::set_allocated_path(::std::string* path) {
638  if (path != NULL) {
639  set_has_path();
640  } else {
641  clear_has_path();
642  }
643  path_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), path);
644  // @@protoc_insertion_point(field_set_allocated:etcdserverpb.Request.Path)
645 }
646 
647 // optional string Val = 4;
648 inline bool Request::has_val() const {
649  return (_has_bits_[0] & 0x00000004u) != 0;
650 }
651 inline void Request::set_has_val() {
652  _has_bits_[0] |= 0x00000004u;
653 }
654 inline void Request::clear_has_val() {
655  _has_bits_[0] &= ~0x00000004u;
656 }
657 inline void Request::clear_val() {
658  val_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
659  clear_has_val();
660 }
661 inline const ::std::string& Request::val() const {
662  // @@protoc_insertion_point(field_get:etcdserverpb.Request.Val)
663  return val_.GetNoArena();
664 }
665 inline void Request::set_val(const ::std::string& value) {
666  set_has_val();
667  val_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
668  // @@protoc_insertion_point(field_set:etcdserverpb.Request.Val)
669 }
670 #if LANG_CXX11
671 inline void Request::set_val(::std::string&& value) {
672  set_has_val();
673  val_.SetNoArena(
674  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
675  // @@protoc_insertion_point(field_set_rvalue:etcdserverpb.Request.Val)
676 }
677 #endif
678 inline void Request::set_val(const char* value) {
679  GOOGLE_DCHECK(value != NULL);
680  set_has_val();
681  val_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
682  // @@protoc_insertion_point(field_set_char:etcdserverpb.Request.Val)
683 }
684 inline void Request::set_val(const char* value, size_t size) {
685  set_has_val();
686  val_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
687  ::std::string(reinterpret_cast<const char*>(value), size));
688  // @@protoc_insertion_point(field_set_pointer:etcdserverpb.Request.Val)
689 }
690 inline ::std::string* Request::mutable_val() {
691  set_has_val();
692  // @@protoc_insertion_point(field_mutable:etcdserverpb.Request.Val)
693  return val_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
694 }
695 inline ::std::string* Request::release_val() {
696  // @@protoc_insertion_point(field_release:etcdserverpb.Request.Val)
697  clear_has_val();
698  return val_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
699 }
700 inline void Request::set_allocated_val(::std::string* val) {
701  if (val != NULL) {
702  set_has_val();
703  } else {
704  clear_has_val();
705  }
706  val_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), val);
707  // @@protoc_insertion_point(field_set_allocated:etcdserverpb.Request.Val)
708 }
709 
710 // optional bool Dir = 5;
711 inline bool Request::has_dir() const {
712  return (_has_bits_[0] & 0x00000100u) != 0;
713 }
714 inline void Request::set_has_dir() {
715  _has_bits_[0] |= 0x00000100u;
716 }
717 inline void Request::clear_has_dir() {
718  _has_bits_[0] &= ~0x00000100u;
719 }
720 inline void Request::clear_dir() {
721  dir_ = false;
722  clear_has_dir();
723 }
724 inline bool Request::dir() const {
725  // @@protoc_insertion_point(field_get:etcdserverpb.Request.Dir)
726  return dir_;
727 }
728 inline void Request::set_dir(bool value) {
729  set_has_dir();
730  dir_ = value;
731  // @@protoc_insertion_point(field_set:etcdserverpb.Request.Dir)
732 }
733 
734 // optional string PrevValue = 6;
735 inline bool Request::has_prevvalue() const {
736  return (_has_bits_[0] & 0x00000008u) != 0;
737 }
739  _has_bits_[0] |= 0x00000008u;
740 }
742  _has_bits_[0] &= ~0x00000008u;
743 }
745  prevvalue_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
746  clear_has_prevvalue();
747 }
748 inline const ::std::string& Request::prevvalue() const {
749  // @@protoc_insertion_point(field_get:etcdserverpb.Request.PrevValue)
750  return prevvalue_.GetNoArena();
751 }
752 inline void Request::set_prevvalue(const ::std::string& value) {
753  set_has_prevvalue();
754  prevvalue_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
755  // @@protoc_insertion_point(field_set:etcdserverpb.Request.PrevValue)
756 }
757 #if LANG_CXX11
758 inline void Request::set_prevvalue(::std::string&& value) {
759  set_has_prevvalue();
760  prevvalue_.SetNoArena(
761  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
762  // @@protoc_insertion_point(field_set_rvalue:etcdserverpb.Request.PrevValue)
763 }
764 #endif
765 inline void Request::set_prevvalue(const char* value) {
766  GOOGLE_DCHECK(value != NULL);
767  set_has_prevvalue();
768  prevvalue_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
769  // @@protoc_insertion_point(field_set_char:etcdserverpb.Request.PrevValue)
770 }
771 inline void Request::set_prevvalue(const char* value, size_t size) {
772  set_has_prevvalue();
773  prevvalue_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
774  ::std::string(reinterpret_cast<const char*>(value), size));
775  // @@protoc_insertion_point(field_set_pointer:etcdserverpb.Request.PrevValue)
776 }
777 inline ::std::string* Request::mutable_prevvalue() {
778  set_has_prevvalue();
779  // @@protoc_insertion_point(field_mutable:etcdserverpb.Request.PrevValue)
780  return prevvalue_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
781 }
782 inline ::std::string* Request::release_prevvalue() {
783  // @@protoc_insertion_point(field_release:etcdserverpb.Request.PrevValue)
784  clear_has_prevvalue();
785  return prevvalue_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
786 }
787 inline void Request::set_allocated_prevvalue(::std::string* prevvalue) {
788  if (prevvalue != NULL) {
789  set_has_prevvalue();
790  } else {
791  clear_has_prevvalue();
792  }
793  prevvalue_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), prevvalue);
794  // @@protoc_insertion_point(field_set_allocated:etcdserverpb.Request.PrevValue)
795 }
796 
797 // optional uint64 PrevIndex = 7;
798 inline bool Request::has_previndex() const {
799  return (_has_bits_[0] & 0x00000020u) != 0;
800 }
802  _has_bits_[0] |= 0x00000020u;
803 }
805  _has_bits_[0] &= ~0x00000020u;
806 }
808  previndex_ = GOOGLE_ULONGLONG(0);
809  clear_has_previndex();
810 }
811 inline ::google::protobuf::uint64 Request::previndex() const {
812  // @@protoc_insertion_point(field_get:etcdserverpb.Request.PrevIndex)
813  return previndex_;
814 }
815 inline void Request::set_previndex(::google::protobuf::uint64 value) {
816  set_has_previndex();
817  previndex_ = value;
818  // @@protoc_insertion_point(field_set:etcdserverpb.Request.PrevIndex)
819 }
820 
821 // optional bool PrevExist = 8;
822 inline bool Request::has_prevexist() const {
823  return (_has_bits_[0] & 0x00000200u) != 0;
824 }
826  _has_bits_[0] |= 0x00000200u;
827 }
829  _has_bits_[0] &= ~0x00000200u;
830 }
832  prevexist_ = false;
833  clear_has_prevexist();
834 }
835 inline bool Request::prevexist() const {
836  // @@protoc_insertion_point(field_get:etcdserverpb.Request.PrevExist)
837  return prevexist_;
838 }
839 inline void Request::set_prevexist(bool value) {
840  set_has_prevexist();
841  prevexist_ = value;
842  // @@protoc_insertion_point(field_set:etcdserverpb.Request.PrevExist)
843 }
844 
845 // optional int64 Expiration = 9;
846 inline bool Request::has_expiration() const {
847  return (_has_bits_[0] & 0x00000040u) != 0;
848 }
850  _has_bits_[0] |= 0x00000040u;
851 }
853  _has_bits_[0] &= ~0x00000040u;
854 }
856  expiration_ = GOOGLE_LONGLONG(0);
857  clear_has_expiration();
858 }
859 inline ::google::protobuf::int64 Request::expiration() const {
860  // @@protoc_insertion_point(field_get:etcdserverpb.Request.Expiration)
861  return expiration_;
862 }
863 inline void Request::set_expiration(::google::protobuf::int64 value) {
864  set_has_expiration();
865  expiration_ = value;
866  // @@protoc_insertion_point(field_set:etcdserverpb.Request.Expiration)
867 }
868 
869 // optional bool Wait = 10;
870 inline bool Request::has_wait() const {
871  return (_has_bits_[0] & 0x00000400u) != 0;
872 }
873 inline void Request::set_has_wait() {
874  _has_bits_[0] |= 0x00000400u;
875 }
876 inline void Request::clear_has_wait() {
877  _has_bits_[0] &= ~0x00000400u;
878 }
879 inline void Request::clear_wait() {
880  wait_ = false;
881  clear_has_wait();
882 }
883 inline bool Request::wait() const {
884  // @@protoc_insertion_point(field_get:etcdserverpb.Request.Wait)
885  return wait_;
886 }
887 inline void Request::set_wait(bool value) {
888  set_has_wait();
889  wait_ = value;
890  // @@protoc_insertion_point(field_set:etcdserverpb.Request.Wait)
891 }
892 
893 // optional uint64 Since = 11;
894 inline bool Request::has_since() const {
895  return (_has_bits_[0] & 0x00000080u) != 0;
896 }
897 inline void Request::set_has_since() {
898  _has_bits_[0] |= 0x00000080u;
899 }
901  _has_bits_[0] &= ~0x00000080u;
902 }
903 inline void Request::clear_since() {
904  since_ = GOOGLE_ULONGLONG(0);
905  clear_has_since();
906 }
907 inline ::google::protobuf::uint64 Request::since() const {
908  // @@protoc_insertion_point(field_get:etcdserverpb.Request.Since)
909  return since_;
910 }
911 inline void Request::set_since(::google::protobuf::uint64 value) {
912  set_has_since();
913  since_ = value;
914  // @@protoc_insertion_point(field_set:etcdserverpb.Request.Since)
915 }
916 
917 // optional bool Recursive = 12;
918 inline bool Request::has_recursive() const {
919  return (_has_bits_[0] & 0x00000800u) != 0;
920 }
922  _has_bits_[0] |= 0x00000800u;
923 }
925  _has_bits_[0] &= ~0x00000800u;
926 }
928  recursive_ = false;
929  clear_has_recursive();
930 }
931 inline bool Request::recursive() const {
932  // @@protoc_insertion_point(field_get:etcdserverpb.Request.Recursive)
933  return recursive_;
934 }
935 inline void Request::set_recursive(bool value) {
936  set_has_recursive();
937  recursive_ = value;
938  // @@protoc_insertion_point(field_set:etcdserverpb.Request.Recursive)
939 }
940 
941 // optional bool Sorted = 13;
942 inline bool Request::has_sorted() const {
943  return (_has_bits_[0] & 0x00001000u) != 0;
944 }
945 inline void Request::set_has_sorted() {
946  _has_bits_[0] |= 0x00001000u;
947 }
949  _has_bits_[0] &= ~0x00001000u;
950 }
951 inline void Request::clear_sorted() {
952  sorted_ = false;
953  clear_has_sorted();
954 }
955 inline bool Request::sorted() const {
956  // @@protoc_insertion_point(field_get:etcdserverpb.Request.Sorted)
957  return sorted_;
958 }
959 inline void Request::set_sorted(bool value) {
960  set_has_sorted();
961  sorted_ = value;
962  // @@protoc_insertion_point(field_set:etcdserverpb.Request.Sorted)
963 }
964 
965 // optional bool Quorum = 14;
966 inline bool Request::has_quorum() const {
967  return (_has_bits_[0] & 0x00002000u) != 0;
968 }
969 inline void Request::set_has_quorum() {
970  _has_bits_[0] |= 0x00002000u;
971 }
973  _has_bits_[0] &= ~0x00002000u;
974 }
975 inline void Request::clear_quorum() {
976  quorum_ = false;
977  clear_has_quorum();
978 }
979 inline bool Request::quorum() const {
980  // @@protoc_insertion_point(field_get:etcdserverpb.Request.Quorum)
981  return quorum_;
982 }
983 inline void Request::set_quorum(bool value) {
984  set_has_quorum();
985  quorum_ = value;
986  // @@protoc_insertion_point(field_set:etcdserverpb.Request.Quorum)
987 }
988 
989 // optional int64 Time = 15;
990 inline bool Request::has_time() const {
991  return (_has_bits_[0] & 0x00010000u) != 0;
992 }
993 inline void Request::set_has_time() {
994  _has_bits_[0] |= 0x00010000u;
995 }
996 inline void Request::clear_has_time() {
997  _has_bits_[0] &= ~0x00010000u;
998 }
999 inline void Request::clear_time() {
1000  time_ = GOOGLE_LONGLONG(0);
1001  clear_has_time();
1002 }
1003 inline ::google::protobuf::int64 Request::time() const {
1004  // @@protoc_insertion_point(field_get:etcdserverpb.Request.Time)
1005  return time_;
1006 }
1007 inline void Request::set_time(::google::protobuf::int64 value) {
1008  set_has_time();
1009  time_ = value;
1010  // @@protoc_insertion_point(field_set:etcdserverpb.Request.Time)
1011 }
1012 
1013 // optional bool Stream = 16;
1014 inline bool Request::has_stream() const {
1015  return (_has_bits_[0] & 0x00004000u) != 0;
1016 }
1018  _has_bits_[0] |= 0x00004000u;
1019 }
1021  _has_bits_[0] &= ~0x00004000u;
1022 }
1023 inline void Request::clear_stream() {
1024  stream_ = false;
1025  clear_has_stream();
1026 }
1027 inline bool Request::stream() const {
1028  // @@protoc_insertion_point(field_get:etcdserverpb.Request.Stream)
1029  return stream_;
1030 }
1031 inline void Request::set_stream(bool value) {
1032  set_has_stream();
1033  stream_ = value;
1034  // @@protoc_insertion_point(field_set:etcdserverpb.Request.Stream)
1035 }
1036 
1037 // optional bool Refresh = 17;
1038 inline bool Request::has_refresh() const {
1039  return (_has_bits_[0] & 0x00008000u) != 0;
1040 }
1042  _has_bits_[0] |= 0x00008000u;
1043 }
1045  _has_bits_[0] &= ~0x00008000u;
1046 }
1047 inline void Request::clear_refresh() {
1048  refresh_ = false;
1049  clear_has_refresh();
1050 }
1051 inline bool Request::refresh() const {
1052  // @@protoc_insertion_point(field_get:etcdserverpb.Request.Refresh)
1053  return refresh_;
1054 }
1055 inline void Request::set_refresh(bool value) {
1056  set_has_refresh();
1057  refresh_ = value;
1058  // @@protoc_insertion_point(field_set:etcdserverpb.Request.Refresh)
1059 }
1060 
1061 // -------------------------------------------------------------------
1062 
1063 // Metadata
1064 
1065 // optional uint64 NodeID = 1;
1066 inline bool Metadata::has_nodeid() const {
1067  return (_has_bits_[0] & 0x00000001u) != 0;
1068 }
1070  _has_bits_[0] |= 0x00000001u;
1071 }
1073  _has_bits_[0] &= ~0x00000001u;
1074 }
1075 inline void Metadata::clear_nodeid() {
1076  nodeid_ = GOOGLE_ULONGLONG(0);
1077  clear_has_nodeid();
1078 }
1079 inline ::google::protobuf::uint64 Metadata::nodeid() const {
1080  // @@protoc_insertion_point(field_get:etcdserverpb.Metadata.NodeID)
1081  return nodeid_;
1082 }
1083 inline void Metadata::set_nodeid(::google::protobuf::uint64 value) {
1084  set_has_nodeid();
1085  nodeid_ = value;
1086  // @@protoc_insertion_point(field_set:etcdserverpb.Metadata.NodeID)
1087 }
1088 
1089 // optional uint64 ClusterID = 2;
1090 inline bool Metadata::has_clusterid() const {
1091  return (_has_bits_[0] & 0x00000002u) != 0;
1092 }
1094  _has_bits_[0] |= 0x00000002u;
1095 }
1097  _has_bits_[0] &= ~0x00000002u;
1098 }
1100  clusterid_ = GOOGLE_ULONGLONG(0);
1102 }
1103 inline ::google::protobuf::uint64 Metadata::clusterid() const {
1104  // @@protoc_insertion_point(field_get:etcdserverpb.Metadata.ClusterID)
1105  return clusterid_;
1106 }
1107 inline void Metadata::set_clusterid(::google::protobuf::uint64 value) {
1109  clusterid_ = value;
1110  // @@protoc_insertion_point(field_set:etcdserverpb.Metadata.ClusterID)
1111 }
1112 
1113 #ifdef __GNUC__
1114  #pragma GCC diagnostic pop
1115 #endif // __GNUC__
1116 // -------------------------------------------------------------------
1117 
1118 
1119 // @@protoc_insertion_point(namespace_scope)
1120 
1121 } // namespace etcdserverpb
1122 
1123 // @@protoc_insertion_point(global_scope)
1124 
1125 #endif // PROTOBUF_etcdserver_2eproto__INCLUDED
void set_time(::google::protobuf::int64 value)
::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL
int GetCachedSize() const PROTOBUF_FINAL
static void InitAsDefaultInstance()
::google::protobuf::uint64 previndex() const
::google::protobuf::uint64 clusterid_
static const int kPrevValueFieldNumber
bool has_dir() const
::google::protobuf::int64 expiration() const
void set_allocated_method(::std::string *method)
static const int kQuorumFieldNumber
static const int kRecursiveFieldNumber
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray(bool deterministic,::google::protobuf::uint8 *target) const PROTOBUF_FINAL
static const int kMethodFieldNumber
::std::string * release_method()
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const PROTOBUF_FINAL
Request & operator=(const Request &from)
Definition: etcdserver.pb.h:73
Request * New() const PROTOBUF_FINAL
void set_id(::google::protobuf::uint64 value)
void SetCachedSize(int size) const PROTOBUF_FINAL
::google::protobuf::uint64 since() const
const ::std::string & method() const
static const int kSortedFieldNumber
size_t ByteSizeLong() const PROTOBUF_FINAL
bool prevexist() const
::google::protobuf::uint64 id() const
bool has_clusterid() const
void Swap(Metadata *other)
bool has_prevvalue() const
void Swap(Request *other)
void set_quorum(bool value)
bool has_sorted() const
bool has_expiration() const
bool has_id() const
bool has_recursive() const
static const int kExpirationFieldNumber
bool sorted() const
void set_wait(bool value)
static const int kPathFieldNumber
bool has_refresh() const
::std::string * release_prevvalue()
const ::std::string & val() const
static const int kNodeIDFieldNumber
const ::std::string & prevvalue() const
static const ::google::protobuf::internal::AuxillaryParseTableField aux[]
Definition: etcdserver.pb.h:38
::google::protobuf::internal::ArenaStringPtr method_
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: etcdserver.pb.h:95
void set_sorted(bool value)
void CopyFrom(const ::google::protobuf::Message &from) PROTOBUF_FINAL
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: etcdserver.pb.h:92
::std::string * mutable_prevvalue()
::google::protobuf::internal::HasBits< 1 > _has_bits_
void * MaybeArenaPtr() const
void set_since(::google::protobuf::uint64 value)
bool recursive() const
::google::protobuf::internal::ArenaStringPtr path_
::google::protobuf::int64 time_
::google::protobuf::internal::HasBits< 1 > _has_bits_
Metadata & operator=(const Metadata &from)
const ::std::string & path() const
bool has_nodeid() const
void set_prevvalue(const ::std::string &value)
void set_refresh(bool value)
::google::protobuf::int64 time() const
bool has_wait() const
void MergeFrom(const ::google::protobuf::Message &from) PROTOBUF_FINAL
::google::protobuf::uint64 nodeid() const
void SetCachedSize(int size) const PROTOBUF_FINAL
::google::protobuf::int64 expiration_
inline::google::protobuf::Arena * GetArenaNoVirtual() const
static const int kSinceFieldNumber
::google::protobuf::internal::ArenaStringPtr prevvalue_
static const Request & default_instance()
static const ::google::protobuf::uint32 offsets[]
Definition: etcdserver.pb.h:42
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages
bool has_since() const
void InternalSwap(Metadata *other)
bool has_method() const
::std::string * release_path()
friend void swap(Request &a, Request &b)
static const int kPrevExistFieldNumber
::google::protobuf::uint64 clusterid() const
void set_clusterid(::google::protobuf::uint64 value)
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input) PROTOBUF_FINAL
static const Request * internal_default_instance()
bool has_val() const
static const int kDirFieldNumber
static const int kPrevIndexFieldNumber
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
void InternalSwap(Request *other)
void set_expiration(::google::protobuf::int64 value)
::google::protobuf::uint64 previndex_
void set_allocated_val(::std::string *val)
void set_stream(bool value)
void set_allocated_prevvalue(::std::string *prevvalue)
bool has_path() const
static const ::google::protobuf::internal::ParseTableField entries[]
Definition: etcdserver.pb.h:37
inline::google::protobuf::Arena * GetArenaNoVirtual() const
::google::protobuf::uint64 id_
void MergeFrom(const ::google::protobuf::Message &from) PROTOBUF_FINAL
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
bool has_prevexist() const
static const Metadata & default_instance()
bool has_quorum() const
static const ::google::protobuf::internal::ParseTable schema[2]
Definition: etcdserver.pb.h:39
void set_previndex(::google::protobuf::uint64 value)
::std::string * release_val()
void set_val(const ::std::string &value)
bool IsInitialized() const PROTOBUF_FINAL
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray(bool deterministic,::google::protobuf::uint8 *target) const PROTOBUF_FINAL
void set_prevexist(bool value)
static const ::google::protobuf::internal::SerializationTable serialization_table[]
Definition: etcdserver.pb.h:41
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static const Metadata * internal_default_instance()
void Clear() PROTOBUF_FINAL
::google::protobuf::uint64 since_
static const int kIDFieldNumber
Metadata * New() const PROTOBUF_FINAL
static const int kValFieldNumber
void set_nodeid(::google::protobuf::uint64 value)
static void InitAsDefaultInstance()
static const ::google::protobuf::Descriptor * descriptor()
bool IsInitialized() const PROTOBUF_FINAL
void set_dir(bool value)
class etcdserverpb::RequestDefaultTypeInternal _Request_default_instance_
Definition: etcdserver.pb.h:59
void set_path(const ::std::string &value)
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input) PROTOBUF_FINAL
class etcdserverpb::MetadataDefaultTypeInternal _Metadata_default_instance_
Definition: etcdserver.pb.h:56
::std::string * mutable_path()
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages
static const int kRefreshFieldNumber
::std::string * mutable_method()
static const int kClusterIDFieldNumber
bool has_previndex() const
bool has_stream() const
static const int kWaitFieldNumber
friend void swap(Metadata &a, Metadata &b)
size_t ByteSizeLong() const PROTOBUF_FINAL
static const ::google::protobuf::Descriptor * descriptor()
static const ::google::protobuf::internal::FieldMetadata field_metadata[]
Definition: etcdserver.pb.h:40
void * MaybeArenaPtr() const
bool quorum() const
::std::string * mutable_val()
static const int kTimeFieldNumber
static const int kStreamFieldNumber
void set_method(const ::std::string &value)
void Clear() PROTOBUF_FINAL
bool has_time() const
void set_recursive(bool value)
int GetCachedSize() const PROTOBUF_FINAL
void set_allocated_path(::std::string *path)
::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL
::google::protobuf::internal::ArenaStringPtr val_
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const PROTOBUF_FINAL
::google::protobuf::uint64 nodeid_
void CopyFrom(const ::google::protobuf::Message &from) PROTOBUF_FINAL