annotations.pb.go 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.30.0
  4. // protoc (unknown)
  5. // source: protoc-gen-openapiv2/options/annotations.proto
  6. package options
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. descriptorpb "google.golang.org/protobuf/types/descriptorpb"
  11. reflect "reflect"
  12. )
  13. const (
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  16. // Verify that runtime/protoimpl is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  18. )
  19. var file_protoc_gen_openapiv2_options_annotations_proto_extTypes = []protoimpl.ExtensionInfo{
  20. {
  21. ExtendedType: (*descriptorpb.FileOptions)(nil),
  22. ExtensionType: (*Swagger)(nil),
  23. Field: 1042,
  24. Name: "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger",
  25. Tag: "bytes,1042,opt,name=openapiv2_swagger",
  26. Filename: "protoc-gen-openapiv2/options/annotations.proto",
  27. },
  28. {
  29. ExtendedType: (*descriptorpb.MethodOptions)(nil),
  30. ExtensionType: (*Operation)(nil),
  31. Field: 1042,
  32. Name: "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation",
  33. Tag: "bytes,1042,opt,name=openapiv2_operation",
  34. Filename: "protoc-gen-openapiv2/options/annotations.proto",
  35. },
  36. {
  37. ExtendedType: (*descriptorpb.MessageOptions)(nil),
  38. ExtensionType: (*Schema)(nil),
  39. Field: 1042,
  40. Name: "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema",
  41. Tag: "bytes,1042,opt,name=openapiv2_schema",
  42. Filename: "protoc-gen-openapiv2/options/annotations.proto",
  43. },
  44. {
  45. ExtendedType: (*descriptorpb.ServiceOptions)(nil),
  46. ExtensionType: (*Tag)(nil),
  47. Field: 1042,
  48. Name: "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_tag",
  49. Tag: "bytes,1042,opt,name=openapiv2_tag",
  50. Filename: "protoc-gen-openapiv2/options/annotations.proto",
  51. },
  52. {
  53. ExtendedType: (*descriptorpb.FieldOptions)(nil),
  54. ExtensionType: (*JSONSchema)(nil),
  55. Field: 1042,
  56. Name: "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field",
  57. Tag: "bytes,1042,opt,name=openapiv2_field",
  58. Filename: "protoc-gen-openapiv2/options/annotations.proto",
  59. },
  60. }
  61. // Extension fields to descriptorpb.FileOptions.
  62. var (
  63. // ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
  64. //
  65. // All IDs are the same, as assigned. It is okay that they are the same, as they extend
  66. // different descriptor messages.
  67. //
  68. // optional grpc.gateway.protoc_gen_openapiv2.options.Swagger openapiv2_swagger = 1042;
  69. E_Openapiv2Swagger = &file_protoc_gen_openapiv2_options_annotations_proto_extTypes[0]
  70. )
  71. // Extension fields to descriptorpb.MethodOptions.
  72. var (
  73. // ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
  74. //
  75. // All IDs are the same, as assigned. It is okay that they are the same, as they extend
  76. // different descriptor messages.
  77. //
  78. // optional grpc.gateway.protoc_gen_openapiv2.options.Operation openapiv2_operation = 1042;
  79. E_Openapiv2Operation = &file_protoc_gen_openapiv2_options_annotations_proto_extTypes[1]
  80. )
  81. // Extension fields to descriptorpb.MessageOptions.
  82. var (
  83. // ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
  84. //
  85. // All IDs are the same, as assigned. It is okay that they are the same, as they extend
  86. // different descriptor messages.
  87. //
  88. // optional grpc.gateway.protoc_gen_openapiv2.options.Schema openapiv2_schema = 1042;
  89. E_Openapiv2Schema = &file_protoc_gen_openapiv2_options_annotations_proto_extTypes[2]
  90. )
  91. // Extension fields to descriptorpb.ServiceOptions.
  92. var (
  93. // ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
  94. //
  95. // All IDs are the same, as assigned. It is okay that they are the same, as they extend
  96. // different descriptor messages.
  97. //
  98. // optional grpc.gateway.protoc_gen_openapiv2.options.Tag openapiv2_tag = 1042;
  99. E_Openapiv2Tag = &file_protoc_gen_openapiv2_options_annotations_proto_extTypes[3]
  100. )
  101. // Extension fields to descriptorpb.FieldOptions.
  102. var (
  103. // ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
  104. //
  105. // All IDs are the same, as assigned. It is okay that they are the same, as they extend
  106. // different descriptor messages.
  107. //
  108. // optional grpc.gateway.protoc_gen_openapiv2.options.JSONSchema openapiv2_field = 1042;
  109. E_Openapiv2Field = &file_protoc_gen_openapiv2_options_annotations_proto_extTypes[4]
  110. )
  111. var File_protoc_gen_openapiv2_options_annotations_proto protoreflect.FileDescriptor
  112. var file_protoc_gen_openapiv2_options_annotations_proto_rawDesc = []byte{
  113. 0x0a, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e, 0x2d, 0x6f, 0x70, 0x65,
  114. 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x2f, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x61,
  115. 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  116. 0x12, 0x29, 0x67, 0x72, 0x70, 0x63, 0x2e, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2e, 0x70,
  117. 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x5f, 0x67, 0x65, 0x6e, 0x5f, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70,
  118. 0x69, 0x76, 0x32, 0x2e, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x1a, 0x20, 0x67, 0x6f, 0x6f,
  119. 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x64, 0x65, 0x73,
  120. 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2c, 0x70,
  121. 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e, 0x2d, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70,
  122. 0x69, 0x76, 0x32, 0x2f, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x6f, 0x70, 0x65, 0x6e,
  123. 0x61, 0x70, 0x69, 0x76, 0x32, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x3a, 0x7e, 0x0a, 0x11, 0x6f,
  124. 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x5f, 0x73, 0x77, 0x61, 0x67, 0x67, 0x65, 0x72,
  125. 0x12, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
  126. 0x75, 0x66, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x92,
  127. 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x67, 0x72, 0x70, 0x63, 0x2e, 0x67, 0x61, 0x74,
  128. 0x65, 0x77, 0x61, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x5f, 0x67, 0x65, 0x6e, 0x5f,
  129. 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x2e, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e,
  130. 0x73, 0x2e, 0x53, 0x77, 0x61, 0x67, 0x67, 0x65, 0x72, 0x52, 0x10, 0x6f, 0x70, 0x65, 0x6e, 0x61,
  131. 0x70, 0x69, 0x76, 0x32, 0x53, 0x77, 0x61, 0x67, 0x67, 0x65, 0x72, 0x3a, 0x86, 0x01, 0x0a, 0x13,
  132. 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x5f, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74,
  133. 0x69, 0x6f, 0x6e, 0x12, 0x1e, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
  134. 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x4f, 0x70, 0x74, 0x69,
  135. 0x6f, 0x6e, 0x73, 0x18, 0x92, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x67, 0x72, 0x70,
  136. 0x63, 0x2e, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63,
  137. 0x5f, 0x67, 0x65, 0x6e, 0x5f, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x2e, 0x6f,
  138. 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
  139. 0x52, 0x12, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x4f, 0x70, 0x65, 0x72, 0x61,
  140. 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x7e, 0x0a, 0x10, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76,
  141. 0x32, 0x5f, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
  142. 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61,
  143. 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x92, 0x08, 0x20, 0x01, 0x28, 0x0b,
  144. 0x32, 0x31, 0x2e, 0x67, 0x72, 0x70, 0x63, 0x2e, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2e,
  145. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x5f, 0x67, 0x65, 0x6e, 0x5f, 0x6f, 0x70, 0x65, 0x6e, 0x61,
  146. 0x70, 0x69, 0x76, 0x32, 0x2e, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x53, 0x63, 0x68,
  147. 0x65, 0x6d, 0x61, 0x52, 0x0f, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x53, 0x63,
  148. 0x68, 0x65, 0x6d, 0x61, 0x3a, 0x75, 0x0a, 0x0d, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76,
  149. 0x32, 0x5f, 0x74, 0x61, 0x67, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
  150. 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4f,
  151. 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x92, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e,
  152. 0x67, 0x72, 0x70, 0x63, 0x2e, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2e, 0x70, 0x72, 0x6f,
  153. 0x74, 0x6f, 0x63, 0x5f, 0x67, 0x65, 0x6e, 0x5f, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76,
  154. 0x32, 0x2e, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x54, 0x61, 0x67, 0x52, 0x0c, 0x6f,
  155. 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x54, 0x61, 0x67, 0x3a, 0x7e, 0x0a, 0x0f, 0x6f,
  156. 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x1d,
  157. 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
  158. 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x92, 0x08,
  159. 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x67, 0x72, 0x70, 0x63, 0x2e, 0x67, 0x61, 0x74, 0x65,
  160. 0x77, 0x61, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x5f, 0x67, 0x65, 0x6e, 0x5f, 0x6f,
  161. 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x2e, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73,
  162. 0x2e, 0x4a, 0x53, 0x4f, 0x4e, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x0e, 0x6f, 0x70, 0x65,
  163. 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x42, 0xc2, 0x02, 0x0a, 0x2d,
  164. 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x72, 0x70, 0x63, 0x2e, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79,
  165. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x5f, 0x67, 0x65, 0x6e, 0x5f, 0x6f, 0x70, 0x65, 0x6e,
  166. 0x61, 0x70, 0x69, 0x76, 0x32, 0x2e, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x10, 0x41,
  167. 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50,
  168. 0x01, 0x5a, 0x3f, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x73,
  169. 0x67, 0x75, 0x79, 0x64, 0x63, 0x68, 0x2f, 0x64, 0x69, 0x6f, 0x73, 0x70, 0x72, 0x6f, 0x63, 0x2f,
  170. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e,
  171. 0x2d, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x2f, 0x6f, 0x70, 0x74, 0x69, 0x6f,
  172. 0x6e, 0x73, 0xa2, 0x02, 0x04, 0x47, 0x47, 0x50, 0x4f, 0xaa, 0x02, 0x27, 0x47, 0x72, 0x70, 0x63,
  173. 0x2e, 0x47, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x47,
  174. 0x65, 0x6e, 0x4f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x2e, 0x4f, 0x70, 0x74, 0x69,
  175. 0x6f, 0x6e, 0x73, 0xca, 0x02, 0x27, 0x47, 0x72, 0x70, 0x63, 0x5c, 0x47, 0x61, 0x74, 0x65, 0x77,
  176. 0x61, 0x79, 0x5c, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x47, 0x65, 0x6e, 0x4f, 0x70, 0x65, 0x6e,
  177. 0x61, 0x70, 0x69, 0x76, 0x32, 0x5c, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0xe2, 0x02, 0x33,
  178. 0x47, 0x72, 0x70, 0x63, 0x5c, 0x47, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x5c, 0x50, 0x72, 0x6f,
  179. 0x74, 0x6f, 0x63, 0x47, 0x65, 0x6e, 0x4f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x5c,
  180. 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64,
  181. 0x61, 0x74, 0x61, 0xea, 0x02, 0x2a, 0x47, 0x72, 0x70, 0x63, 0x3a, 0x3a, 0x47, 0x61, 0x74, 0x65,
  182. 0x77, 0x61, 0x79, 0x3a, 0x3a, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x47, 0x65, 0x6e, 0x4f, 0x70,
  183. 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x3a, 0x3a, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73,
  184. 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  185. }
  186. var file_protoc_gen_openapiv2_options_annotations_proto_goTypes = []interface{}{
  187. (*descriptorpb.FileOptions)(nil), // 0: google.protobuf.FileOptions
  188. (*descriptorpb.MethodOptions)(nil), // 1: google.protobuf.MethodOptions
  189. (*descriptorpb.MessageOptions)(nil), // 2: google.protobuf.MessageOptions
  190. (*descriptorpb.ServiceOptions)(nil), // 3: google.protobuf.ServiceOptions
  191. (*descriptorpb.FieldOptions)(nil), // 4: google.protobuf.FieldOptions
  192. (*Swagger)(nil), // 5: grpc.gateway.protoc_gen_openapiv2.options.Swagger
  193. (*Operation)(nil), // 6: grpc.gateway.protoc_gen_openapiv2.options.Operation
  194. (*Schema)(nil), // 7: grpc.gateway.protoc_gen_openapiv2.options.Schema
  195. (*Tag)(nil), // 8: grpc.gateway.protoc_gen_openapiv2.options.Tag
  196. (*JSONSchema)(nil), // 9: grpc.gateway.protoc_gen_openapiv2.options.JSONSchema
  197. }
  198. var file_protoc_gen_openapiv2_options_annotations_proto_depIdxs = []int32{
  199. 0, // 0: grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger:extendee -> google.protobuf.FileOptions
  200. 1, // 1: grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation:extendee -> google.protobuf.MethodOptions
  201. 2, // 2: grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema:extendee -> google.protobuf.MessageOptions
  202. 3, // 3: grpc.gateway.protoc_gen_openapiv2.options.openapiv2_tag:extendee -> google.protobuf.ServiceOptions
  203. 4, // 4: grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field:extendee -> google.protobuf.FieldOptions
  204. 5, // 5: grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger:type_name -> grpc.gateway.protoc_gen_openapiv2.options.Swagger
  205. 6, // 6: grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation:type_name -> grpc.gateway.protoc_gen_openapiv2.options.Operation
  206. 7, // 7: grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema:type_name -> grpc.gateway.protoc_gen_openapiv2.options.Schema
  207. 8, // 8: grpc.gateway.protoc_gen_openapiv2.options.openapiv2_tag:type_name -> grpc.gateway.protoc_gen_openapiv2.options.Tag
  208. 9, // 9: grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field:type_name -> grpc.gateway.protoc_gen_openapiv2.options.JSONSchema
  209. 10, // [10:10] is the sub-list for method output_type
  210. 10, // [10:10] is the sub-list for method input_type
  211. 5, // [5:10] is the sub-list for extension type_name
  212. 0, // [0:5] is the sub-list for extension extendee
  213. 0, // [0:0] is the sub-list for field type_name
  214. }
  215. func init() { file_protoc_gen_openapiv2_options_annotations_proto_init() }
  216. func file_protoc_gen_openapiv2_options_annotations_proto_init() {
  217. if File_protoc_gen_openapiv2_options_annotations_proto != nil {
  218. return
  219. }
  220. file_protoc_gen_openapiv2_options_openapiv2_proto_init()
  221. type x struct{}
  222. out := protoimpl.TypeBuilder{
  223. File: protoimpl.DescBuilder{
  224. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  225. RawDescriptor: file_protoc_gen_openapiv2_options_annotations_proto_rawDesc,
  226. NumEnums: 0,
  227. NumMessages: 0,
  228. NumExtensions: 5,
  229. NumServices: 0,
  230. },
  231. GoTypes: file_protoc_gen_openapiv2_options_annotations_proto_goTypes,
  232. DependencyIndexes: file_protoc_gen_openapiv2_options_annotations_proto_depIdxs,
  233. ExtensionInfos: file_protoc_gen_openapiv2_options_annotations_proto_extTypes,
  234. }.Build()
  235. File_protoc_gen_openapiv2_options_annotations_proto = out.File
  236. file_protoc_gen_openapiv2_options_annotations_proto_rawDesc = nil
  237. file_protoc_gen_openapiv2_options_annotations_proto_goTypes = nil
  238. file_protoc_gen_openapiv2_options_annotations_proto_depIdxs = nil
  239. }