timestamp.pb.h 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. // Generated by the protocol buffer compiler. DO NOT EDIT!
  2. // source: google/protobuf/timestamp.proto
  3. #ifndef GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2ftimestamp_2eproto
  4. #define GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2ftimestamp_2eproto
  5. #include <limits>
  6. #include <string>
  7. #include <google/protobuf/port_def.inc>
  8. #if PROTOBUF_VERSION < 3013000
  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 3013000 < 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/inlined_string_field.h>
  25. #include <google/protobuf/metadata_lite.h>
  26. #include <google/protobuf/generated_message_reflection.h>
  27. #include <google/protobuf/message.h>
  28. #include <google/protobuf/repeated_field.h> // IWYU pragma: export
  29. #include <google/protobuf/extension_set.h> // IWYU pragma: export
  30. #include <google/protobuf/unknown_field_set.h>
  31. // @@protoc_insertion_point(includes)
  32. #include <google/protobuf/port_def.inc>
  33. #define PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2ftimestamp_2eproto PROTOBUF_EXPORT
  34. PROTOBUF_NAMESPACE_OPEN
  35. namespace internal {
  36. class AnyMetadata;
  37. } // namespace internal
  38. PROTOBUF_NAMESPACE_CLOSE
  39. // Internal implementation detail -- do not use these members.
  40. struct PROTOBUF_EXPORT TableStruct_google_2fprotobuf_2ftimestamp_2eproto {
  41. static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
  42. PROTOBUF_SECTION_VARIABLE(protodesc_cold);
  43. static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[]
  44. PROTOBUF_SECTION_VARIABLE(protodesc_cold);
  45. static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
  46. PROTOBUF_SECTION_VARIABLE(protodesc_cold);
  47. static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
  48. static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
  49. static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
  50. };
  51. extern PROTOBUF_EXPORT const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2ftimestamp_2eproto;
  52. PROTOBUF_NAMESPACE_OPEN
  53. class Timestamp;
  54. class TimestampDefaultTypeInternal;
  55. PROTOBUF_EXPORT extern TimestampDefaultTypeInternal _Timestamp_default_instance_;
  56. PROTOBUF_NAMESPACE_CLOSE
  57. PROTOBUF_NAMESPACE_OPEN
  58. template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::Timestamp* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::Timestamp>(Arena*);
  59. PROTOBUF_NAMESPACE_CLOSE
  60. PROTOBUF_NAMESPACE_OPEN
  61. // ===================================================================
  62. class PROTOBUF_EXPORT Timestamp PROTOBUF_FINAL :
  63. public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.Timestamp) */ {
  64. public:
  65. inline Timestamp() : Timestamp(nullptr) {}
  66. virtual ~Timestamp();
  67. Timestamp(const Timestamp& from);
  68. Timestamp(Timestamp&& from) noexcept
  69. : Timestamp() {
  70. *this = ::std::move(from);
  71. }
  72. inline Timestamp& operator=(const Timestamp& from) {
  73. CopyFrom(from);
  74. return *this;
  75. }
  76. inline Timestamp& operator=(Timestamp&& from) noexcept {
  77. if (GetArena() == from.GetArena()) {
  78. if (this != &from) InternalSwap(&from);
  79. } else {
  80. CopyFrom(from);
  81. }
  82. return *this;
  83. }
  84. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
  85. return GetDescriptor();
  86. }
  87. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
  88. return GetMetadataStatic().descriptor;
  89. }
  90. static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
  91. return GetMetadataStatic().reflection;
  92. }
  93. static const Timestamp& default_instance();
  94. static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
  95. static inline const Timestamp* internal_default_instance() {
  96. return reinterpret_cast<const Timestamp*>(
  97. &_Timestamp_default_instance_);
  98. }
  99. static constexpr int kIndexInFileMessages =
  100. 0;
  101. friend void swap(Timestamp& a, Timestamp& b) {
  102. a.Swap(&b);
  103. }
  104. inline void Swap(Timestamp* other) {
  105. if (other == this) return;
  106. if (GetArena() == other->GetArena()) {
  107. InternalSwap(other);
  108. } else {
  109. ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
  110. }
  111. }
  112. void UnsafeArenaSwap(Timestamp* other) {
  113. if (other == this) return;
  114. GOOGLE_DCHECK(GetArena() == other->GetArena());
  115. InternalSwap(other);
  116. }
  117. // implements Message ----------------------------------------------
  118. inline Timestamp* New() const final {
  119. return CreateMaybeMessage<Timestamp>(nullptr);
  120. }
  121. Timestamp* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
  122. return CreateMaybeMessage<Timestamp>(arena);
  123. }
  124. void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
  125. void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
  126. void CopyFrom(const Timestamp& from);
  127. void MergeFrom(const Timestamp& from);
  128. PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  129. bool IsInitialized() const final;
  130. size_t ByteSizeLong() const final;
  131. const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  132. ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
  133. ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
  134. int GetCachedSize() const final { return _cached_size_.Get(); }
  135. private:
  136. inline void SharedCtor();
  137. inline void SharedDtor();
  138. void SetCachedSize(int size) const final;
  139. void InternalSwap(Timestamp* other);
  140. friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  141. static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
  142. return "google.protobuf.Timestamp";
  143. }
  144. protected:
  145. explicit Timestamp(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  146. private:
  147. static void ArenaDtor(void* object);
  148. inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  149. public:
  150. ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
  151. private:
  152. static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
  153. ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2ftimestamp_2eproto);
  154. return ::descriptor_table_google_2fprotobuf_2ftimestamp_2eproto.file_level_metadata[kIndexInFileMessages];
  155. }
  156. public:
  157. // nested types ----------------------------------------------------
  158. // accessors -------------------------------------------------------
  159. enum : int {
  160. kSecondsFieldNumber = 1,
  161. kNanosFieldNumber = 2,
  162. };
  163. // int64 seconds = 1;
  164. void clear_seconds();
  165. ::PROTOBUF_NAMESPACE_ID::int64 seconds() const;
  166. void set_seconds(::PROTOBUF_NAMESPACE_ID::int64 value);
  167. private:
  168. ::PROTOBUF_NAMESPACE_ID::int64 _internal_seconds() const;
  169. void _internal_set_seconds(::PROTOBUF_NAMESPACE_ID::int64 value);
  170. public:
  171. // int32 nanos = 2;
  172. void clear_nanos();
  173. ::PROTOBUF_NAMESPACE_ID::int32 nanos() const;
  174. void set_nanos(::PROTOBUF_NAMESPACE_ID::int32 value);
  175. private:
  176. ::PROTOBUF_NAMESPACE_ID::int32 _internal_nanos() const;
  177. void _internal_set_nanos(::PROTOBUF_NAMESPACE_ID::int32 value);
  178. public:
  179. // @@protoc_insertion_point(class_scope:google.protobuf.Timestamp)
  180. private:
  181. class _Internal;
  182. template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
  183. typedef void InternalArenaConstructable_;
  184. typedef void DestructorSkippable_;
  185. ::PROTOBUF_NAMESPACE_ID::int64 seconds_;
  186. ::PROTOBUF_NAMESPACE_ID::int32 nanos_;
  187. mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  188. friend struct ::TableStruct_google_2fprotobuf_2ftimestamp_2eproto;
  189. };
  190. // ===================================================================
  191. // ===================================================================
  192. #ifdef __GNUC__
  193. #pragma GCC diagnostic push
  194. #pragma GCC diagnostic ignored "-Wstrict-aliasing"
  195. #endif // __GNUC__
  196. // Timestamp
  197. // int64 seconds = 1;
  198. inline void Timestamp::clear_seconds() {
  199. seconds_ = PROTOBUF_LONGLONG(0);
  200. }
  201. inline ::PROTOBUF_NAMESPACE_ID::int64 Timestamp::_internal_seconds() const {
  202. return seconds_;
  203. }
  204. inline ::PROTOBUF_NAMESPACE_ID::int64 Timestamp::seconds() const {
  205. // @@protoc_insertion_point(field_get:google.protobuf.Timestamp.seconds)
  206. return _internal_seconds();
  207. }
  208. inline void Timestamp::_internal_set_seconds(::PROTOBUF_NAMESPACE_ID::int64 value) {
  209. seconds_ = value;
  210. }
  211. inline void Timestamp::set_seconds(::PROTOBUF_NAMESPACE_ID::int64 value) {
  212. _internal_set_seconds(value);
  213. // @@protoc_insertion_point(field_set:google.protobuf.Timestamp.seconds)
  214. }
  215. // int32 nanos = 2;
  216. inline void Timestamp::clear_nanos() {
  217. nanos_ = 0;
  218. }
  219. inline ::PROTOBUF_NAMESPACE_ID::int32 Timestamp::_internal_nanos() const {
  220. return nanos_;
  221. }
  222. inline ::PROTOBUF_NAMESPACE_ID::int32 Timestamp::nanos() const {
  223. // @@protoc_insertion_point(field_get:google.protobuf.Timestamp.nanos)
  224. return _internal_nanos();
  225. }
  226. inline void Timestamp::_internal_set_nanos(::PROTOBUF_NAMESPACE_ID::int32 value) {
  227. nanos_ = value;
  228. }
  229. inline void Timestamp::set_nanos(::PROTOBUF_NAMESPACE_ID::int32 value) {
  230. _internal_set_nanos(value);
  231. // @@protoc_insertion_point(field_set:google.protobuf.Timestamp.nanos)
  232. }
  233. #ifdef __GNUC__
  234. #pragma GCC diagnostic pop
  235. #endif // __GNUC__
  236. // @@protoc_insertion_point(namespace_scope)
  237. PROTOBUF_NAMESPACE_CLOSE
  238. // @@protoc_insertion_point(global_scope)
  239. #include <google/protobuf/port_undef.inc>
  240. #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2ftimestamp_2eproto