annotations.pb.cc 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. /*
  2. * Copyright 2018 Google
  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/stubs/common.h>
  21. #include <google/protobuf/stubs/port.h>
  22. #include <google/protobuf/stubs/once.h>
  23. #include <google/protobuf/io/coded_stream.h>
  24. #include <google/protobuf/wire_format_lite_inl.h>
  25. #include <google/protobuf/descriptor.h>
  26. #include <google/protobuf/generated_message_reflection.h>
  27. #include <google/protobuf/reflection_ops.h>
  28. #include <google/protobuf/wire_format.h>
  29. // This is a temporary google only hack
  30. #ifdef GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS
  31. #include "third_party/protobuf/version.h"
  32. #endif
  33. // @@protoc_insertion_point(includes)
  34. namespace google {
  35. namespace api {
  36. } // namespace api
  37. } // namespace google
  38. namespace protobuf_google_2fapi_2fannotations_2eproto {
  39. const ::google::protobuf::uint32 TableStruct::offsets[1] = {};
  40. static const ::google::protobuf::internal::MigrationSchema* schemas = NULL;
  41. static const ::google::protobuf::Message* const* file_default_instances = NULL;
  42. void protobuf_AssignDescriptors() {
  43. AddDescriptors();
  44. ::google::protobuf::MessageFactory* factory = NULL;
  45. AssignDescriptors(
  46. "google/api/annotations.proto", schemas, file_default_instances, TableStruct::offsets, factory,
  47. NULL, NULL, NULL);
  48. }
  49. void protobuf_AssignDescriptorsOnce() {
  50. static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
  51. ::google::protobuf::GoogleOnceInit(&once, &protobuf_AssignDescriptors);
  52. }
  53. void protobuf_RegisterTypes(const ::std::string&) GOOGLE_PROTOBUF_ATTRIBUTE_COLD;
  54. void protobuf_RegisterTypes(const ::std::string&) {
  55. protobuf_AssignDescriptorsOnce();
  56. }
  57. void AddDescriptorsImpl() {
  58. InitDefaults();
  59. static const char descriptor[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
  60. "\n\034google/api/annotations.proto\022\ngoogle.a"
  61. "pi\032\025google/api/http.proto\032 google/protob"
  62. "uf/descriptor.proto:E\n\004http\022\036.google.pro"
  63. "tobuf.MethodOptions\030\260\312\274\" \001(\0132\024.google.ap"
  64. "i.HttpRuleBn\n\016com.google.apiB\020Annotation"
  65. "sProtoP\001ZAgoogle.golang.org/genproto/goo"
  66. "gleapis/api/annotations;annotations\242\002\004GA"
  67. "PIb\006proto3"
  68. };
  69. ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
  70. descriptor, 290);
  71. ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
  72. "google/api/annotations.proto", &protobuf_RegisterTypes);
  73. ::protobuf_google_2fapi_2fhttp_2eproto::AddDescriptors();
  74. ::protobuf_google_2fprotobuf_2fdescriptor_2eproto::AddDescriptors();
  75. }
  76. void AddDescriptors() {
  77. static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
  78. ::google::protobuf::GoogleOnceInit(&once, &AddDescriptorsImpl);
  79. }
  80. // Force AddDescriptors() to be called at dynamic initialization time.
  81. struct StaticDescriptorInitializer {
  82. StaticDescriptorInitializer() {
  83. AddDescriptors();
  84. }
  85. } static_descriptor_initializer;
  86. } // namespace protobuf_google_2fapi_2fannotations_2eproto
  87. namespace google {
  88. namespace api {
  89. ::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::MethodOptions,
  90. ::google::protobuf::internal::MessageTypeTraits< ::google::api::HttpRule >, 11, false >
  91. http(kHttpFieldNumber, *::google::api::HttpRule::internal_default_instance());
  92. // @@protoc_insertion_point(namespace_scope)
  93. } // namespace api
  94. } // namespace google
  95. // @@protoc_insertion_point(global_scope)