annotations_protoopaque.pb.go 15 KB

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