annotations.pb.cc 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. /*
  2. * Copyright 2024 Google LLC
  3. *
  4. * Licensed under the Apache License, Version 2.0 (the "License");
  5. * you may not use this file except in compliance with the License.
  6. * You may obtain a copy of the License at
  7. *
  8. * http://www.apache.org/licenses/LICENSE-2.0
  9. *
  10. * Unless required by applicable law or agreed to in writing, software
  11. * distributed under the License is distributed on an "AS IS" BASIS,
  12. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. * See the License for the specific language governing permissions and
  14. * limitations under the License.
  15. */
  16. // Generated by the protocol buffer compiler. DO NOT EDIT!
  17. // source: google/api/annotations.proto
  18. #include "google/api/annotations.pb.h"
  19. #include <algorithm>
  20. #include "google/protobuf/io/coded_stream.h"
  21. #include "google/protobuf/extension_set.h"
  22. #include "google/protobuf/wire_format_lite.h"
  23. #include "google/protobuf/descriptor.h"
  24. #include "google/protobuf/generated_message_reflection.h"
  25. #include "google/protobuf/reflection_ops.h"
  26. #include "google/protobuf/wire_format.h"
  27. #include "google/protobuf/generated_message_tctable_impl.h"
  28. // @@protoc_insertion_point(includes)
  29. // Must be included last.
  30. #include "google/protobuf/port_def.inc"
  31. PROTOBUF_PRAGMA_INIT_SEG
  32. namespace _pb = ::google::protobuf;
  33. namespace _pbi = ::google::protobuf::internal;
  34. namespace _fl = ::google::protobuf::internal::field_layout;
  35. namespace google {
  36. namespace api {
  37. } // namespace api
  38. } // namespace google
  39. static constexpr const ::_pb::EnumDescriptor**
  40. file_level_enum_descriptors_google_2fapi_2fannotations_2eproto = nullptr;
  41. static constexpr const ::_pb::ServiceDescriptor**
  42. file_level_service_descriptors_google_2fapi_2fannotations_2eproto = nullptr;
  43. const ::uint32_t TableStruct_google_2fapi_2fannotations_2eproto::offsets[1] = {};
  44. static constexpr ::_pbi::MigrationSchema* schemas = nullptr;
  45. static constexpr ::_pb::Message* const* file_default_instances = nullptr;
  46. const char descriptor_table_protodef_google_2fapi_2fannotations_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
  47. "\n\034google/api/annotations.proto\022\ngoogle.a"
  48. "pi\032\025google/api/http.proto\032 google/protob"
  49. "uf/descriptor.proto:E\n\004http\022\036.google.pro"
  50. "tobuf.MethodOptions\030\260\312\274\" \001(\0132\024.google.ap"
  51. "i.HttpRuleBn\n\016com.google.apiB\020Annotation"
  52. "sProtoP\001ZAgoogle.golang.org/genproto/goo"
  53. "gleapis/api/annotations;annotations\242\002\004GA"
  54. "PIb\006proto3"
  55. };
  56. static const ::_pbi::DescriptorTable* const descriptor_table_google_2fapi_2fannotations_2eproto_deps[2] =
  57. {
  58. &::descriptor_table_google_2fapi_2fhttp_2eproto,
  59. &::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto,
  60. };
  61. static ::absl::once_flag descriptor_table_google_2fapi_2fannotations_2eproto_once;
  62. const ::_pbi::DescriptorTable descriptor_table_google_2fapi_2fannotations_2eproto = {
  63. false,
  64. false,
  65. 290,
  66. descriptor_table_protodef_google_2fapi_2fannotations_2eproto,
  67. "google/api/annotations.proto",
  68. &descriptor_table_google_2fapi_2fannotations_2eproto_once,
  69. descriptor_table_google_2fapi_2fannotations_2eproto_deps,
  70. 2,
  71. 0,
  72. schemas,
  73. file_default_instances,
  74. TableStruct_google_2fapi_2fannotations_2eproto::offsets,
  75. nullptr,
  76. file_level_enum_descriptors_google_2fapi_2fannotations_2eproto,
  77. file_level_service_descriptors_google_2fapi_2fannotations_2eproto,
  78. };
  79. // This function exists to be marked as weak.
  80. // It can significantly speed up compilation by breaking up LLVM's SCC
  81. // in the .pb.cc translation units. Large translation units see a
  82. // reduction of more than 35% of walltime for optimized builds. Without
  83. // the weak attribute all the messages in the file, including all the
  84. // vtables and everything they use become part of the same SCC through
  85. // a cycle like:
  86. // GetMetadata -> descriptor table -> default instances ->
  87. // vtables -> GetMetadata
  88. // By adding a weak function here we break the connection from the
  89. // individual vtables back into the descriptor table.
  90. PROTOBUF_ATTRIBUTE_WEAK const ::_pbi::DescriptorTable* descriptor_table_google_2fapi_2fannotations_2eproto_getter() {
  91. return &descriptor_table_google_2fapi_2fannotations_2eproto;
  92. }
  93. // Force running AddDescriptors() at dynamic initialization time.
  94. PROTOBUF_ATTRIBUTE_INIT_PRIORITY2
  95. static ::_pbi::AddDescriptorsRunner dynamic_init_dummy_google_2fapi_2fannotations_2eproto(&descriptor_table_google_2fapi_2fannotations_2eproto);
  96. namespace google {
  97. namespace api {
  98. PROTOBUF_ATTRIBUTE_INIT_PRIORITY2 ::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::MethodOptions,
  99. ::google::protobuf::internal::MessageTypeTraits< ::google::api::HttpRule >, 11, false>
  100. http(kHttpFieldNumber, ::google::api::HttpRule::default_instance(), nullptr);
  101. // @@protoc_insertion_point(namespace_scope)
  102. } // namespace api
  103. } // namespace google
  104. namespace google {
  105. namespace protobuf {
  106. } // namespace protobuf
  107. } // namespace google
  108. // @@protoc_insertion_point(global_scope)
  109. #include "google/protobuf/port_undef.inc"