field_mask.pb.h 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. // Generated by the protocol buffer compiler. DO NOT EDIT!
  2. // source: google/protobuf/field_mask.proto
  3. #ifndef GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2ffield_5fmask_2eproto
  4. #define GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2ffield_5fmask_2eproto
  5. #include <limits>
  6. #include <string>
  7. #include <google/protobuf/port_def.inc>
  8. #if PROTOBUF_VERSION < 3019000
  9. #error This file was generated by a newer version of protoc which is
  10. #error incompatible with your Protocol Buffer headers. Please update
  11. #error your headers.
  12. #endif
  13. #if 3019004 < PROTOBUF_MIN_PROTOC_VERSION
  14. #error This file was generated by an older version of protoc which is
  15. #error incompatible with your Protocol Buffer headers. Please
  16. #error regenerate this file with a newer version of protoc.
  17. #endif
  18. #include <google/protobuf/port_undef.inc>
  19. #include <google/protobuf/io/coded_stream.h>
  20. #include <google/protobuf/arena.h>
  21. #include <google/protobuf/arenastring.h>
  22. #include <google/protobuf/generated_message_table_driven.h>
  23. #include <google/protobuf/generated_message_util.h>
  24. #include <google/protobuf/metadata_lite.h>
  25. #include <google/protobuf/generated_message_reflection.h>
  26. #include <google/protobuf/message.h>
  27. #include <google/protobuf/repeated_field.h> // IWYU pragma: export
  28. #include <google/protobuf/extension_set.h> // IWYU pragma: export
  29. #include <google/protobuf/unknown_field_set.h>
  30. // @@protoc_insertion_point(includes)
  31. #include <google/protobuf/port_def.inc>
  32. #define PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2ffield_5fmask_2eproto PROTOBUF_EXPORT
  33. PROTOBUF_NAMESPACE_OPEN
  34. namespace internal {
  35. class AnyMetadata;
  36. } // namespace internal
  37. PROTOBUF_NAMESPACE_CLOSE
  38. // Internal implementation detail -- do not use these members.
  39. struct PROTOBUF_EXPORT TableStruct_google_2fprotobuf_2ffield_5fmask_2eproto {
  40. static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
  41. PROTOBUF_SECTION_VARIABLE(protodesc_cold);
  42. static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[]
  43. PROTOBUF_SECTION_VARIABLE(protodesc_cold);
  44. static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
  45. PROTOBUF_SECTION_VARIABLE(protodesc_cold);
  46. static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
  47. static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
  48. static const uint32_t offsets[];
  49. };
  50. PROTOBUF_EXPORT extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2ffield_5fmask_2eproto;
  51. PROTOBUF_NAMESPACE_OPEN
  52. class FieldMask;
  53. struct FieldMaskDefaultTypeInternal;
  54. PROTOBUF_EXPORT extern FieldMaskDefaultTypeInternal _FieldMask_default_instance_;
  55. PROTOBUF_NAMESPACE_CLOSE
  56. PROTOBUF_NAMESPACE_OPEN
  57. template<> PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::FieldMask* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE_ID::FieldMask>(Arena*);
  58. PROTOBUF_NAMESPACE_CLOSE
  59. PROTOBUF_NAMESPACE_OPEN
  60. // ===================================================================
  61. class PROTOBUF_EXPORT FieldMask final :
  62. public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.FieldMask) */ {
  63. public:
  64. inline FieldMask() : FieldMask(nullptr) {}
  65. ~FieldMask() override;
  66. explicit constexpr FieldMask(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
  67. FieldMask(const FieldMask& from);
  68. FieldMask(FieldMask&& from) noexcept
  69. : FieldMask() {
  70. *this = ::std::move(from);
  71. }
  72. inline FieldMask& operator=(const FieldMask& from) {
  73. CopyFrom(from);
  74. return *this;
  75. }
  76. inline FieldMask& operator=(FieldMask&& from) noexcept {
  77. if (this == &from) return *this;
  78. if (GetOwningArena() == from.GetOwningArena()
  79. #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
  80. && GetOwningArena() != nullptr
  81. #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
  82. ) {
  83. InternalSwap(&from);
  84. } else {
  85. CopyFrom(from);
  86. }
  87. return *this;
  88. }
  89. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
  90. return GetDescriptor();
  91. }
  92. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
  93. return default_instance().GetMetadata().descriptor;
  94. }
  95. static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
  96. return default_instance().GetMetadata().reflection;
  97. }
  98. static const FieldMask& default_instance() {
  99. return *internal_default_instance();
  100. }
  101. static inline const FieldMask* internal_default_instance() {
  102. return reinterpret_cast<const FieldMask*>(
  103. &_FieldMask_default_instance_);
  104. }
  105. static constexpr int kIndexInFileMessages =
  106. 0;
  107. friend void swap(FieldMask& a, FieldMask& b) {
  108. a.Swap(&b);
  109. }
  110. inline void Swap(FieldMask* other) {
  111. if (other == this) return;
  112. #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
  113. if (GetOwningArena() != nullptr &&
  114. GetOwningArena() == other->GetOwningArena()) {
  115. #else // PROTOBUF_FORCE_COPY_IN_SWAP
  116. if (GetOwningArena() == other->GetOwningArena()) {
  117. #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
  118. InternalSwap(other);
  119. } else {
  120. ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
  121. }
  122. }
  123. void UnsafeArenaSwap(FieldMask* other) {
  124. if (other == this) return;
  125. GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
  126. InternalSwap(other);
  127. }
  128. // implements Message ----------------------------------------------
  129. FieldMask* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
  130. return CreateMaybeMessage<FieldMask>(arena);
  131. }
  132. using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
  133. void CopyFrom(const FieldMask& from);
  134. using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
  135. void MergeFrom(const FieldMask& from);
  136. private:
  137. static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from);
  138. public:
  139. PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  140. bool IsInitialized() const final;
  141. size_t ByteSizeLong() const final;
  142. const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  143. uint8_t* _InternalSerialize(
  144. uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
  145. int GetCachedSize() const final { return _cached_size_.Get(); }
  146. private:
  147. void SharedCtor();
  148. void SharedDtor();
  149. void SetCachedSize(int size) const final;
  150. void InternalSwap(FieldMask* other);
  151. private:
  152. friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  153. static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
  154. return "google.protobuf.FieldMask";
  155. }
  156. protected:
  157. explicit FieldMask(::PROTOBUF_NAMESPACE_ID::Arena* arena,
  158. bool is_message_owned = false);
  159. private:
  160. static void ArenaDtor(void* object);
  161. inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  162. public:
  163. static const ClassData _class_data_;
  164. const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
  165. ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
  166. // nested types ----------------------------------------------------
  167. // accessors -------------------------------------------------------
  168. enum : int {
  169. kPathsFieldNumber = 1,
  170. };
  171. // repeated string paths = 1;
  172. int paths_size() const;
  173. private:
  174. int _internal_paths_size() const;
  175. public:
  176. void clear_paths();
  177. const std::string& paths(int index) const;
  178. std::string* mutable_paths(int index);
  179. void set_paths(int index, const std::string& value);
  180. void set_paths(int index, std::string&& value);
  181. void set_paths(int index, const char* value);
  182. void set_paths(int index, const char* value, size_t size);
  183. std::string* add_paths();
  184. void add_paths(const std::string& value);
  185. void add_paths(std::string&& value);
  186. void add_paths(const char* value);
  187. void add_paths(const char* value, size_t size);
  188. const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& paths() const;
  189. ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>* mutable_paths();
  190. private:
  191. const std::string& _internal_paths(int index) const;
  192. std::string* _internal_add_paths();
  193. public:
  194. // @@protoc_insertion_point(class_scope:google.protobuf.FieldMask)
  195. private:
  196. class _Internal;
  197. template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
  198. typedef void InternalArenaConstructable_;
  199. typedef void DestructorSkippable_;
  200. ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string> paths_;
  201. mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  202. friend struct ::TableStruct_google_2fprotobuf_2ffield_5fmask_2eproto;
  203. };
  204. // ===================================================================
  205. // ===================================================================
  206. #ifdef __GNUC__
  207. #pragma GCC diagnostic push
  208. #pragma GCC diagnostic ignored "-Wstrict-aliasing"
  209. #endif // __GNUC__
  210. // FieldMask
  211. // repeated string paths = 1;
  212. inline int FieldMask::_internal_paths_size() const {
  213. return paths_.size();
  214. }
  215. inline int FieldMask::paths_size() const {
  216. return _internal_paths_size();
  217. }
  218. inline void FieldMask::clear_paths() {
  219. paths_.Clear();
  220. }
  221. inline std::string* FieldMask::add_paths() {
  222. std::string* _s = _internal_add_paths();
  223. // @@protoc_insertion_point(field_add_mutable:google.protobuf.FieldMask.paths)
  224. return _s;
  225. }
  226. inline const std::string& FieldMask::_internal_paths(int index) const {
  227. return paths_.Get(index);
  228. }
  229. inline const std::string& FieldMask::paths(int index) const {
  230. // @@protoc_insertion_point(field_get:google.protobuf.FieldMask.paths)
  231. return _internal_paths(index);
  232. }
  233. inline std::string* FieldMask::mutable_paths(int index) {
  234. // @@protoc_insertion_point(field_mutable:google.protobuf.FieldMask.paths)
  235. return paths_.Mutable(index);
  236. }
  237. inline void FieldMask::set_paths(int index, const std::string& value) {
  238. paths_.Mutable(index)->assign(value);
  239. // @@protoc_insertion_point(field_set:google.protobuf.FieldMask.paths)
  240. }
  241. inline void FieldMask::set_paths(int index, std::string&& value) {
  242. paths_.Mutable(index)->assign(std::move(value));
  243. // @@protoc_insertion_point(field_set:google.protobuf.FieldMask.paths)
  244. }
  245. inline void FieldMask::set_paths(int index, const char* value) {
  246. GOOGLE_DCHECK(value != nullptr);
  247. paths_.Mutable(index)->assign(value);
  248. // @@protoc_insertion_point(field_set_char:google.protobuf.FieldMask.paths)
  249. }
  250. inline void FieldMask::set_paths(int index, const char* value, size_t size) {
  251. paths_.Mutable(index)->assign(
  252. reinterpret_cast<const char*>(value), size);
  253. // @@protoc_insertion_point(field_set_pointer:google.protobuf.FieldMask.paths)
  254. }
  255. inline std::string* FieldMask::_internal_add_paths() {
  256. return paths_.Add();
  257. }
  258. inline void FieldMask::add_paths(const std::string& value) {
  259. paths_.Add()->assign(value);
  260. // @@protoc_insertion_point(field_add:google.protobuf.FieldMask.paths)
  261. }
  262. inline void FieldMask::add_paths(std::string&& value) {
  263. paths_.Add(std::move(value));
  264. // @@protoc_insertion_point(field_add:google.protobuf.FieldMask.paths)
  265. }
  266. inline void FieldMask::add_paths(const char* value) {
  267. GOOGLE_DCHECK(value != nullptr);
  268. paths_.Add()->assign(value);
  269. // @@protoc_insertion_point(field_add_char:google.protobuf.FieldMask.paths)
  270. }
  271. inline void FieldMask::add_paths(const char* value, size_t size) {
  272. paths_.Add()->assign(reinterpret_cast<const char*>(value), size);
  273. // @@protoc_insertion_point(field_add_pointer:google.protobuf.FieldMask.paths)
  274. }
  275. inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
  276. FieldMask::paths() const {
  277. // @@protoc_insertion_point(field_list:google.protobuf.FieldMask.paths)
  278. return paths_;
  279. }
  280. inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
  281. FieldMask::mutable_paths() {
  282. // @@protoc_insertion_point(field_mutable_list:google.protobuf.FieldMask.paths)
  283. return &paths_;
  284. }
  285. #ifdef __GNUC__
  286. #pragma GCC diagnostic pop
  287. #endif // __GNUC__
  288. // @@protoc_insertion_point(namespace_scope)
  289. PROTOBUF_NAMESPACE_CLOSE
  290. // @@protoc_insertion_point(global_scope)
  291. #include <google/protobuf/port_undef.inc>
  292. #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2ffield_5fmask_2eproto