@raystack/proton 0.1.0-00c55b6ba2a3f425eca16ca3d36e172952e4824d

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (278) hide show
  1. package/README.md +113 -0
  2. package/google/api/annotations_pb.d.ts +34 -0
  3. package/google/api/annotations_pb.js +36 -0
  4. package/google/api/annotations_pb.ts +39 -0
  5. package/google/api/field_behavior_pb.d.ts +134 -0
  6. package/google/api/field_behavior_pb.js +65 -0
  7. package/google/api/field_behavior_pb.ts +139 -0
  8. package/google/api/http_pb.d.ts +477 -0
  9. package/google/api/http_pb.js +47 -0
  10. package/google/api/http_pb.ts +482 -0
  11. package/google/api/httpbody_pb.d.ts +104 -0
  12. package/google/api/httpbody_pb.js +34 -0
  13. package/google/api/httpbody_pb.ts +108 -0
  14. package/index.d.ts +10 -0
  15. package/index.js +10 -0
  16. package/index.ts +10 -0
  17. package/package.json +94 -0
  18. package/protoc-gen-openapiv2/options/annotations_pb.d.ts +63 -0
  19. package/protoc-gen-openapiv2/options/annotations_pb.js +69 -0
  20. package/protoc-gen-openapiv2/options/annotations_pb.ts +72 -0
  21. package/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +1497 -0
  22. package/protoc-gen-openapiv2/options/openapiv2_pb.js +232 -0
  23. package/protoc-gen-openapiv2/options/openapiv2_pb.ts +1525 -0
  24. package/raystack/assets/index.d.ts +29 -0
  25. package/raystack/assets/index.js +29 -0
  26. package/raystack/assets/index.ts +29 -0
  27. package/raystack/assets/v1beta1/bucket_pb.d.ts +180 -0
  28. package/raystack/assets/v1beta1/bucket_pb.js +32 -0
  29. package/raystack/assets/v1beta1/bucket_pb.ts +190 -0
  30. package/raystack/assets/v1beta1/dashboard_pb.d.ts +217 -0
  31. package/raystack/assets/v1beta1/dashboard_pb.js +32 -0
  32. package/raystack/assets/v1beta1/dashboard_pb.ts +227 -0
  33. package/raystack/assets/v1beta1/event_pb.d.ts +52 -0
  34. package/raystack/assets/v1beta1/event_pb.js +20 -0
  35. package/raystack/assets/v1beta1/event_pb.ts +56 -0
  36. package/raystack/assets/v1beta1/group_pb.d.ts +105 -0
  37. package/raystack/assets/v1beta1/group_pb.js +30 -0
  38. package/raystack/assets/v1beta1/group_pb.ts +113 -0
  39. package/raystack/assets/v1beta1/job_pb.d.ts +78 -0
  40. package/raystack/assets/v1beta1/job_pb.js +25 -0
  41. package/raystack/assets/v1beta1/job_pb.ts +87 -0
  42. package/raystack/assets/v1beta1/lineage_pb.d.ts +43 -0
  43. package/raystack/assets/v1beta1/lineage_pb.js +20 -0
  44. package/raystack/assets/v1beta1/lineage_pb.ts +47 -0
  45. package/raystack/assets/v1beta1/ownership_pb.d.ts +78 -0
  46. package/raystack/assets/v1beta1/ownership_pb.js +26 -0
  47. package/raystack/assets/v1beta1/ownership_pb.ts +82 -0
  48. package/raystack/assets/v1beta1/preview_pb.d.ts +41 -0
  49. package/raystack/assets/v1beta1/preview_pb.js +20 -0
  50. package/raystack/assets/v1beta1/preview_pb.ts +45 -0
  51. package/raystack/assets/v1beta1/properties_pb.d.ts +44 -0
  52. package/raystack/assets/v1beta1/properties_pb.js +20 -0
  53. package/raystack/assets/v1beta1/properties_pb.ts +48 -0
  54. package/raystack/assets/v1beta1/resource_pb.d.ts +74 -0
  55. package/raystack/assets/v1beta1/resource_pb.js +19 -0
  56. package/raystack/assets/v1beta1/resource_pb.ts +77 -0
  57. package/raystack/assets/v1beta1/schema_pb.d.ts +169 -0
  58. package/raystack/assets/v1beta1/schema_pb.js +41 -0
  59. package/raystack/assets/v1beta1/schema_pb.ts +176 -0
  60. package/raystack/assets/v1beta1/table_pb.d.ts +192 -0
  61. package/raystack/assets/v1beta1/table_pb.js +41 -0
  62. package/raystack/assets/v1beta1/table_pb.ts +205 -0
  63. package/raystack/assets/v1beta1/timestamp_pb.d.ts +68 -0
  64. package/raystack/assets/v1beta1/timestamp_pb.js +27 -0
  65. package/raystack/assets/v1beta1/timestamp_pb.ts +73 -0
  66. package/raystack/assets/v1beta1/topic_pb.d.ts +125 -0
  67. package/raystack/assets/v1beta1/topic_pb.js +33 -0
  68. package/raystack/assets/v1beta1/topic_pb.ts +136 -0
  69. package/raystack/assets/v1beta1/user_pb.d.ts +216 -0
  70. package/raystack/assets/v1beta1/user_pb.js +37 -0
  71. package/raystack/assets/v1beta1/user_pb.ts +225 -0
  72. package/raystack/assets/v1beta2/application_pb.d.ts +59 -0
  73. package/raystack/assets/v1beta2/application_pb.js +20 -0
  74. package/raystack/assets/v1beta2/application_pb.ts +63 -0
  75. package/raystack/assets/v1beta2/asset_pb.d.ts +129 -0
  76. package/raystack/assets/v1beta2/asset_pb.js +21 -0
  77. package/raystack/assets/v1beta2/asset_pb.ts +134 -0
  78. package/raystack/assets/v1beta2/bucket_pb.d.ts +163 -0
  79. package/raystack/assets/v1beta2/bucket_pb.js +28 -0
  80. package/raystack/assets/v1beta2/bucket_pb.ts +169 -0
  81. package/raystack/assets/v1beta2/common_pb.d.ts +170 -0
  82. package/raystack/assets/v1beta2/common_pb.js +41 -0
  83. package/raystack/assets/v1beta2/common_pb.ts +177 -0
  84. package/raystack/assets/v1beta2/dashboard_pb.d.ts +192 -0
  85. package/raystack/assets/v1beta2/dashboard_pb.js +28 -0
  86. package/raystack/assets/v1beta2/dashboard_pb.ts +198 -0
  87. package/raystack/assets/v1beta2/experiment_pb.d.ts +134 -0
  88. package/raystack/assets/v1beta2/experiment_pb.js +27 -0
  89. package/raystack/assets/v1beta2/experiment_pb.ts +139 -0
  90. package/raystack/assets/v1beta2/feature_table_pb.d.ts +167 -0
  91. package/raystack/assets/v1beta2/feature_table_pb.js +34 -0
  92. package/raystack/assets/v1beta2/feature_table_pb.ts +173 -0
  93. package/raystack/assets/v1beta2/group_pb.d.ts +77 -0
  94. package/raystack/assets/v1beta2/group_pb.js +27 -0
  95. package/raystack/assets/v1beta2/group_pb.ts +82 -0
  96. package/raystack/assets/v1beta2/job_pb.d.ts +47 -0
  97. package/raystack/assets/v1beta2/job_pb.js +20 -0
  98. package/raystack/assets/v1beta2/job_pb.ts +51 -0
  99. package/raystack/assets/v1beta2/metric_pb.d.ts +83 -0
  100. package/raystack/assets/v1beta2/metric_pb.js +20 -0
  101. package/raystack/assets/v1beta2/metric_pb.ts +87 -0
  102. package/raystack/assets/v1beta2/model_pb.d.ts +227 -0
  103. package/raystack/assets/v1beta2/model_pb.js +41 -0
  104. package/raystack/assets/v1beta2/model_pb.ts +234 -0
  105. package/raystack/assets/v1beta2/table_pb.d.ts +283 -0
  106. package/raystack/assets/v1beta2/table_pb.js +48 -0
  107. package/raystack/assets/v1beta2/table_pb.ts +291 -0
  108. package/raystack/assets/v1beta2/topic_pb.d.ts +117 -0
  109. package/raystack/assets/v1beta2/topic_pb.js +34 -0
  110. package/raystack/assets/v1beta2/topic_pb.ts +123 -0
  111. package/raystack/assets/v1beta2/user_pb.d.ts +203 -0
  112. package/raystack/assets/v1beta2/user_pb.js +34 -0
  113. package/raystack/assets/v1beta2/user_pb.ts +209 -0
  114. package/raystack/common/index.d.ts +2 -0
  115. package/raystack/common/index.js +2 -0
  116. package/raystack/common/index.ts +2 -0
  117. package/raystack/common/v1/service-CommonService_connectquery.d.ts +10 -0
  118. package/raystack/common/v1/service-CommonService_connectquery.js +10 -0
  119. package/raystack/common/v1/service-CommonService_connectquery.ts +10 -0
  120. package/raystack/common/v1/service_pb.d.ts +100 -0
  121. package/raystack/common/v1/service_pb.js +42 -0
  122. package/raystack/common/v1/service_pb.ts +109 -0
  123. package/raystack/compass/index.d.ts +2 -0
  124. package/raystack/compass/index.js +2 -0
  125. package/raystack/compass/index.ts +2 -0
  126. package/raystack/compass/v1beta1/service-CompassService_connectquery.d.ts +184 -0
  127. package/raystack/compass/v1beta1/service-CompassService_connectquery.js +225 -0
  128. package/raystack/compass/v1beta1/service-CompassService_connectquery.ts +225 -0
  129. package/raystack/compass/v1beta1/service_pb.d.ts +2994 -0
  130. package/raystack/compass/v1beta1/service_pb.js +745 -0
  131. package/raystack/compass/v1beta1/service_pb.ts +3104 -0
  132. package/raystack/entropy/index.d.ts +4 -0
  133. package/raystack/entropy/index.js +4 -0
  134. package/raystack/entropy/index.ts +4 -0
  135. package/raystack/entropy/v1beta1/module-ModuleService_connectquery.d.ts +26 -0
  136. package/raystack/entropy/v1beta1/module-ModuleService_connectquery.js +30 -0
  137. package/raystack/entropy/v1beta1/module-ModuleService_connectquery.ts +30 -0
  138. package/raystack/entropy/v1beta1/module_pb.d.ts +261 -0
  139. package/raystack/entropy/v1beta1/module_pb.js +97 -0
  140. package/raystack/entropy/v1beta1/module_pb.ts +277 -0
  141. package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.d.ts +34 -0
  142. package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.js +40 -0
  143. package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.ts +40 -0
  144. package/raystack/entropy/v1beta1/resource_pb.d.ts +636 -0
  145. package/raystack/entropy/v1beta1/resource_pb.js +200 -0
  146. package/raystack/entropy/v1beta1/resource_pb.ts +666 -0
  147. package/raystack/frontier/index.d.ts +5 -0
  148. package/raystack/frontier/index.js +5 -0
  149. package/raystack/frontier/index.ts +5 -0
  150. package/raystack/frontier/v1beta1/admin-AdminService_connectquery.d.ts +263 -0
  151. package/raystack/frontier/v1beta1/admin-AdminService_connectquery.js +316 -0
  152. package/raystack/frontier/v1beta1/admin-AdminService_connectquery.ts +316 -0
  153. package/raystack/frontier/v1beta1/admin_pb.d.ts +3550 -0
  154. package/raystack/frontier/v1beta1/admin_pb.js +914 -0
  155. package/raystack/frontier/v1beta1/admin_pb.ts +3687 -0
  156. package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.d.ts +746 -0
  157. package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.js +915 -0
  158. package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.ts +915 -0
  159. package/raystack/frontier/v1beta1/frontier_pb.d.ts +8883 -0
  160. package/raystack/frontier/v1beta1/frontier_pb.js +2635 -0
  161. package/raystack/frontier/v1beta1/frontier_pb.ts +9265 -0
  162. package/raystack/frontier/v1beta1/models_pb.d.ts +2861 -0
  163. package/raystack/frontier/v1beta1/models_pb.js +450 -0
  164. package/raystack/frontier/v1beta1/models_pb.ts +2928 -0
  165. package/raystack/guardian/index.d.ts +2 -0
  166. package/raystack/guardian/index.js +2 -0
  167. package/raystack/guardian/index.ts +2 -0
  168. package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.d.ts +168 -0
  169. package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.js +207 -0
  170. package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.ts +207 -0
  171. package/raystack/guardian/v1beta1/guardian_pb.d.ts +3537 -0
  172. package/raystack/guardian/v1beta1/guardian_pb.js +823 -0
  173. package/raystack/guardian/v1beta1/guardian_pb.ts +3659 -0
  174. package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.d.ts +18 -0
  175. package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.js +20 -0
  176. package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.ts +20 -0
  177. package/raystack/optimus/core/v1beta1/backup_pb.d.ts +256 -0
  178. package/raystack/optimus/core/v1beta1/backup_pb.js +77 -0
  179. package/raystack/optimus/core/v1beta1/backup_pb.ts +270 -0
  180. package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.d.ts +30 -0
  181. package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.js +33 -0
  182. package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.ts +33 -0
  183. package/raystack/optimus/core/v1beta1/job_run_pb.d.ts +410 -0
  184. package/raystack/optimus/core/v1beta1/job_run_pb.js +127 -0
  185. package/raystack/optimus/core/v1beta1/job_run_pb.ts +430 -0
  186. package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.d.ts +98 -0
  187. package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.js +112 -0
  188. package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.ts +112 -0
  189. package/raystack/optimus/core/v1beta1/job_spec_pb.d.ts +1953 -0
  190. package/raystack/optimus/core/v1beta1/job_spec_pb.js +487 -0
  191. package/raystack/optimus/core/v1beta1/job_spec_pb.ts +2025 -0
  192. package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.d.ts +24 -0
  193. package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.js +26 -0
  194. package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.ts +26 -0
  195. package/raystack/optimus/core/v1beta1/namespace_pb.d.ts +180 -0
  196. package/raystack/optimus/core/v1beta1/namespace_pb.js +69 -0
  197. package/raystack/optimus/core/v1beta1/namespace_pb.ts +192 -0
  198. package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.d.ts +24 -0
  199. package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.js +26 -0
  200. package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.ts +26 -0
  201. package/raystack/optimus/core/v1beta1/project_pb.d.ts +166 -0
  202. package/raystack/optimus/core/v1beta1/project_pb.js +69 -0
  203. package/raystack/optimus/core/v1beta1/project_pb.ts +178 -0
  204. package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.d.ts +22 -0
  205. package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.js +25 -0
  206. package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.ts +25 -0
  207. package/raystack/optimus/core/v1beta1/replay_pb.d.ts +331 -0
  208. package/raystack/optimus/core/v1beta1/replay_pb.js +91 -0
  209. package/raystack/optimus/core/v1beta1/replay_pb.ts +347 -0
  210. package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.d.ts +43 -0
  211. package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.js +48 -0
  212. package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.ts +48 -0
  213. package/raystack/optimus/core/v1beta1/resource_pb.d.ts +507 -0
  214. package/raystack/optimus/core/v1beta1/resource_pb.js +134 -0
  215. package/raystack/optimus/core/v1beta1/resource_pb.ts +530 -0
  216. package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.d.ts +12 -0
  217. package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.js +12 -0
  218. package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.ts +12 -0
  219. package/raystack/optimus/core/v1beta1/runtime_pb.d.ts +62 -0
  220. package/raystack/optimus/core/v1beta1/runtime_pb.js +36 -0
  221. package/raystack/optimus/core/v1beta1/runtime_pb.ts +69 -0
  222. package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.d.ts +30 -0
  223. package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.js +33 -0
  224. package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.ts +33 -0
  225. package/raystack/optimus/core/v1beta1/secret_pb.d.ts +250 -0
  226. package/raystack/optimus/core/v1beta1/secret_pb.js +84 -0
  227. package/raystack/optimus/core/v1beta1/secret_pb.ts +265 -0
  228. package/raystack/optimus/core/v1beta1/status_pb.d.ts +78 -0
  229. package/raystack/optimus/core/v1beta1/status_pb.js +31 -0
  230. package/raystack/optimus/core/v1beta1/status_pb.ts +82 -0
  231. package/raystack/optimus/integration/v1beta1/event_pb.d.ts +239 -0
  232. package/raystack/optimus/integration/v1beta1/event_pb.js +62 -0
  233. package/raystack/optimus/integration/v1beta1/event_pb.ts +250 -0
  234. package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.d.ts +31 -0
  235. package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.js +34 -0
  236. package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.ts +34 -0
  237. package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.d.ts +353 -0
  238. package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.js +120 -0
  239. package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.ts +371 -0
  240. package/raystack/predator/index.d.ts +2 -0
  241. package/raystack/predator/index.js +2 -0
  242. package/raystack/predator/index.ts +2 -0
  243. package/raystack/predator/v1beta1/metrics_log_pb.d.ts +163 -0
  244. package/raystack/predator/v1beta1/metrics_log_pb.js +48 -0
  245. package/raystack/predator/v1beta1/metrics_log_pb.ts +171 -0
  246. package/raystack/predator/v1beta1/result_log_pb.d.ts +143 -0
  247. package/raystack/predator/v1beta1/result_log_pb.js +42 -0
  248. package/raystack/predator/v1beta1/result_log_pb.ts +151 -0
  249. package/raystack/raccoon/index.d.ts +2 -0
  250. package/raystack/raccoon/index.js +2 -0
  251. package/raystack/raccoon/index.ts +2 -0
  252. package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.d.ts +10 -0
  253. package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.js +10 -0
  254. package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.ts +10 -0
  255. package/raystack/raccoon/v1beta1/raccoon_pb.d.ts +268 -0
  256. package/raystack/raccoon/v1beta1/raccoon_pb.js +64 -0
  257. package/raystack/raccoon/v1beta1/raccoon_pb.ts +277 -0
  258. package/raystack/siren/index.d.ts +2 -0
  259. package/raystack/siren/index.js +2 -0
  260. package/raystack/siren/index.ts +2 -0
  261. package/raystack/siren/v1beta1/siren-SirenService_connectquery.d.ts +146 -0
  262. package/raystack/siren/v1beta1/siren-SirenService_connectquery.js +180 -0
  263. package/raystack/siren/v1beta1/siren-SirenService_connectquery.ts +180 -0
  264. package/raystack/siren/v1beta1/siren_pb.d.ts +2281 -0
  265. package/raystack/siren/v1beta1/siren_pb.js +603 -0
  266. package/raystack/siren/v1beta1/siren_pb.ts +2371 -0
  267. package/raystack/stencil/index.d.ts +2 -0
  268. package/raystack/stencil/index.js +2 -0
  269. package/raystack/stencil/index.ts +2 -0
  270. package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.d.ts +70 -0
  271. package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.js +85 -0
  272. package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.ts +85 -0
  273. package/raystack/stencil/v1beta1/stencil_pb.d.ts +1057 -0
  274. package/raystack/stencil/v1beta1/stencil_pb.js +298 -0
  275. package/raystack/stencil/v1beta1/stencil_pb.ts +1102 -0
  276. package/validate/validate_pb.d.ts +1953 -0
  277. package/validate/validate_pb.js +223 -0
  278. package/validate/validate_pb.ts +1984 -0
@@ -0,0 +1,1525 @@
1
+ // @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
2
+ // @generated from file protoc-gen-openapiv2/options/openapiv2.proto (package grpc.gateway.protoc_gen_openapiv2.options, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
6
+ import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
7
+ import type { Value } from "@bufbuild/protobuf/wkt";
8
+ import { file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
9
+ import type { Message } from "@bufbuild/protobuf";
10
+
11
+ /**
12
+ * Describes the file protoc-gen-openapiv2/options/openapiv2.proto.
13
+ */
14
+ export const file_protoc_gen_openapiv2_options_openapiv2: GenFile = /*@__PURE__*/
15
+ fileDesc("Cixwcm90b2MtZ2VuLW9wZW5hcGl2Mi9vcHRpb25zL29wZW5hcGl2Mi5wcm90bxIpZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnMilQcKB1N3YWdnZXISDwoHc3dhZ2dlchgBIAEoCRI9CgRpbmZvGAIgASgLMi8uZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnMuSW5mbxIMCgRob3N0GAMgASgJEhEKCWJhc2VfcGF0aBgEIAEoCRJCCgdzY2hlbWVzGAUgAygOMjEuZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnMuU2NoZW1lEhAKCGNvbnN1bWVzGAYgAygJEhAKCHByb2R1Y2VzGAcgAygJElQKCXJlc3BvbnNlcxgKIAMoCzJBLmdycGMuZ2F0ZXdheS5wcm90b2NfZ2VuX29wZW5hcGl2Mi5vcHRpb25zLlN3YWdnZXIuUmVzcG9uc2VzRW50cnkSXAoUc2VjdXJpdHlfZGVmaW5pdGlvbnMYCyABKAsyPi5ncnBjLmdhdGV3YXkucHJvdG9jX2dlbl9vcGVuYXBpdjIub3B0aW9ucy5TZWN1cml0eURlZmluaXRpb25zElAKCHNlY3VyaXR5GAwgAygLMj4uZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnMuU2VjdXJpdHlSZXF1aXJlbWVudBI8CgR0YWdzGA0gAygLMi4uZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnMuVGFnElcKDWV4dGVybmFsX2RvY3MYDiABKAsyQC5ncnBjLmdhdGV3YXkucHJvdG9jX2dlbl9vcGVuYXBpdjIub3B0aW9ucy5FeHRlcm5hbERvY3VtZW50YXRpb24SVgoKZXh0ZW5zaW9ucxgPIAMoCzJCLmdycGMuZ2F0ZXdheS5wcm90b2NfZ2VuX29wZW5hcGl2Mi5vcHRpb25zLlN3YWdnZXIuRXh0ZW5zaW9uc0VudHJ5GmUKDlJlc3BvbnNlc0VudHJ5EgsKA2tleRgBIAEoCRJCCgV2YWx1ZRgCIAEoCzIzLmdycGMuZ2F0ZXdheS5wcm90b2NfZ2VuX29wZW5hcGl2Mi5vcHRpb25zLlJlc3BvbnNlOgI4ARpJCg9FeHRlbnNpb25zRW50cnkSCwoDa2V5GAEgASgJEiUKBXZhbHVlGAIgASgLMhYuZ29vZ2xlLnByb3RvYnVmLlZhbHVlOgI4AUoECAgQCUoECAkQCiKxBgoJT3BlcmF0aW9uEgwKBHRhZ3MYASADKAkSDwoHc3VtbWFyeRgCIAEoCRITCgtkZXNjcmlwdGlvbhgDIAEoCRJXCg1leHRlcm5hbF9kb2NzGAQgASgLMkAuZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnMuRXh0ZXJuYWxEb2N1bWVudGF0aW9uEhQKDG9wZXJhdGlvbl9pZBgFIAEoCRIQCghjb25zdW1lcxgGIAMoCRIQCghwcm9kdWNlcxgHIAMoCRJWCglyZXNwb25zZXMYCSADKAsyQy5ncnBjLmdhdGV3YXkucHJvdG9jX2dlbl9vcGVuYXBpdjIub3B0aW9ucy5PcGVyYXRpb24uUmVzcG9uc2VzRW50cnkSQgoHc2NoZW1lcxgKIAMoDjIxLmdycGMuZ2F0ZXdheS5wcm90b2NfZ2VuX29wZW5hcGl2Mi5vcHRpb25zLlNjaGVtZRISCgpkZXByZWNhdGVkGAsgASgIElAKCHNlY3VyaXR5GAwgAygLMj4uZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnMuU2VjdXJpdHlSZXF1aXJlbWVudBJYCgpleHRlbnNpb25zGA0gAygLMkQuZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnMuT3BlcmF0aW9uLkV4dGVuc2lvbnNFbnRyeRJJCgpwYXJhbWV0ZXJzGA4gASgLMjUuZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnMuUGFyYW1ldGVycxplCg5SZXNwb25zZXNFbnRyeRILCgNrZXkYASABKAkSQgoFdmFsdWUYAiABKAsyMy5ncnBjLmdhdGV3YXkucHJvdG9jX2dlbl9vcGVuYXBpdjIub3B0aW9ucy5SZXNwb25zZToCOAEaSQoPRXh0ZW5zaW9uc0VudHJ5EgsKA2tleRgBIAEoCRIlCgV2YWx1ZRgCIAEoCzIWLmdvb2dsZS5wcm90b2J1Zi5WYWx1ZToCOAFKBAgIEAkiWQoKUGFyYW1ldGVycxJLCgdoZWFkZXJzGAEgAygLMjouZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnMuSGVhZGVyUGFyYW1ldGVyIvgBCg9IZWFkZXJQYXJhbWV0ZXISDAoEbmFtZRgBIAEoCRITCgtkZXNjcmlwdGlvbhgCIAEoCRJNCgR0eXBlGAMgASgOMj8uZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnMuSGVhZGVyUGFyYW1ldGVyLlR5cGUSDgoGZm9ybWF0GAQgASgJEhAKCHJlcXVpcmVkGAUgASgIIkUKBFR5cGUSCwoHVU5LTk9XThAAEgoKBlNUUklORxABEgoKBk5VTUJFUhACEgsKB0lOVEVHRVIQAxILCgdCT09MRUFOEARKBAgGEAdKBAgHEAgiqwEKBkhlYWRlchITCgtkZXNjcmlwdGlvbhgBIAEoCRIMCgR0eXBlGAIgASgJEg4KBmZvcm1hdBgDIAEoCRIPCgdkZWZhdWx0GAYgASgJEg8KB3BhdHRlcm4YDSABKAlKBAgEEAVKBAgFEAZKBAgHEAhKBAgIEAlKBAgJEApKBAgKEAtKBAgLEAxKBAgMEA1KBAgOEA9KBAgPEBBKBAgQEBFKBAgREBJKBAgSEBMiwgQKCFJlc3BvbnNlEhMKC2Rlc2NyaXB0aW9uGAEgASgJEkEKBnNjaGVtYRgCIAEoCzIxLmdycGMuZ2F0ZXdheS5wcm90b2NfZ2VuX29wZW5hcGl2Mi5vcHRpb25zLlNjaGVtYRJRCgdoZWFkZXJzGAMgAygLMkAuZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnMuUmVzcG9uc2UuSGVhZGVyc0VudHJ5ElMKCGV4YW1wbGVzGAQgAygLMkEuZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnMuUmVzcG9uc2UuRXhhbXBsZXNFbnRyeRJXCgpleHRlbnNpb25zGAUgAygLMkMuZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnMuUmVzcG9uc2UuRXh0ZW5zaW9uc0VudHJ5GmEKDEhlYWRlcnNFbnRyeRILCgNrZXkYASABKAkSQAoFdmFsdWUYAiABKAsyMS5ncnBjLmdhdGV3YXkucHJvdG9jX2dlbl9vcGVuYXBpdjIub3B0aW9ucy5IZWFkZXI6AjgBGi8KDUV4YW1wbGVzRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ARpJCg9FeHRlbnNpb25zRW50cnkSCwoDa2V5GAEgASgJEiUKBXZhbHVlGAIgASgLMhYuZ29vZ2xlLnByb3RvYnVmLlZhbHVlOgI4ASL/AgoESW5mbxINCgV0aXRsZRgBIAEoCRITCgtkZXNjcmlwdGlvbhgCIAEoCRIYChB0ZXJtc19vZl9zZXJ2aWNlGAMgASgJEkMKB2NvbnRhY3QYBCABKAsyMi5ncnBjLmdhdGV3YXkucHJvdG9jX2dlbl9vcGVuYXBpdjIub3B0aW9ucy5Db250YWN0EkMKB2xpY2Vuc2UYBSABKAsyMi5ncnBjLmdhdGV3YXkucHJvdG9jX2dlbl9vcGVuYXBpdjIub3B0aW9ucy5MaWNlbnNlEg8KB3ZlcnNpb24YBiABKAkSUwoKZXh0ZW5zaW9ucxgHIAMoCzI/LmdycGMuZ2F0ZXdheS5wcm90b2NfZ2VuX29wZW5hcGl2Mi5vcHRpb25zLkluZm8uRXh0ZW5zaW9uc0VudHJ5GkkKD0V4dGVuc2lvbnNFbnRyeRILCgNrZXkYASABKAkSJQoFdmFsdWUYAiABKAsyFi5nb29nbGUucHJvdG9idWYuVmFsdWU6AjgBIjMKB0NvbnRhY3QSDAoEbmFtZRgBIAEoCRILCgN1cmwYAiABKAkSDQoFZW1haWwYAyABKAkiJAoHTGljZW5zZRIMCgRuYW1lGAEgASgJEgsKA3VybBgCIAEoCSI5ChVFeHRlcm5hbERvY3VtZW50YXRpb24SEwoLZGVzY3JpcHRpb24YASABKAkSCwoDdXJsGAIgASgJIu4BCgZTY2hlbWESSgoLanNvbl9zY2hlbWEYASABKAsyNS5ncnBjLmdhdGV3YXkucHJvdG9jX2dlbl9vcGVuYXBpdjIub3B0aW9ucy5KU09OU2NoZW1hEhUKDWRpc2NyaW1pbmF0b3IYAiABKAkSEQoJcmVhZF9vbmx5GAMgASgIElcKDWV4dGVybmFsX2RvY3MYBSABKAsyQC5ncnBjLmdhdGV3YXkucHJvdG9jX2dlbl9vcGVuYXBpdjIub3B0aW9ucy5FeHRlcm5hbERvY3VtZW50YXRpb24SDwoHZXhhbXBsZRgGIAEoCUoECAQQBSKiCAoKSlNPTlNjaGVtYRILCgNyZWYYAyABKAkSDQoFdGl0bGUYBSABKAkSEwoLZGVzY3JpcHRpb24YBiABKAkSDwoHZGVmYXVsdBgHIAEoCRIRCglyZWFkX29ubHkYCCABKAgSDwoHZXhhbXBsZRgJIAEoCRITCgttdWx0aXBsZV9vZhgKIAEoARIPCgdtYXhpbXVtGAsgASgBEhkKEWV4Y2x1c2l2ZV9tYXhpbXVtGAwgASgIEg8KB21pbmltdW0YDSABKAESGQoRZXhjbHVzaXZlX21pbmltdW0YDiABKAgSEgoKbWF4X2xlbmd0aBgPIAEoBBISCgptaW5fbGVuZ3RoGBAgASgEEg8KB3BhdHRlcm4YESABKAkSEQoJbWF4X2l0ZW1zGBQgASgEEhEKCW1pbl9pdGVtcxgVIAEoBBIUCgx1bmlxdWVfaXRlbXMYFiABKAgSFgoObWF4X3Byb3BlcnRpZXMYGCABKAQSFgoObWluX3Byb3BlcnRpZXMYGSABKAQSEAoIcmVxdWlyZWQYGiADKAkSDQoFYXJyYXkYIiADKAkSWQoEdHlwZRgjIAMoDjJLLmdycGMuZ2F0ZXdheS5wcm90b2NfZ2VuX29wZW5hcGl2Mi5vcHRpb25zLkpTT05TY2hlbWEuSlNPTlNjaGVtYVNpbXBsZVR5cGVzEg4KBmZvcm1hdBgkIAEoCRIMCgRlbnVtGC4gAygJEmYKE2ZpZWxkX2NvbmZpZ3VyYXRpb24Y6QcgASgLMkguZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnMuSlNPTlNjaGVtYS5GaWVsZENvbmZpZ3VyYXRpb24SWQoKZXh0ZW5zaW9ucxgwIAMoCzJFLmdycGMuZ2F0ZXdheS5wcm90b2NfZ2VuX29wZW5hcGl2Mi5vcHRpb25zLkpTT05TY2hlbWEuRXh0ZW5zaW9uc0VudHJ5Gi0KEkZpZWxkQ29uZmlndXJhdGlvbhIXCg9wYXRoX3BhcmFtX25hbWUYLyABKAkaSQoPRXh0ZW5zaW9uc0VudHJ5EgsKA2tleRgBIAEoCRIlCgV2YWx1ZRgCIAEoCzIWLmdvb2dsZS5wcm90b2J1Zi5WYWx1ZToCOAEidwoVSlNPTlNjaGVtYVNpbXBsZVR5cGVzEgsKB1VOS05PV04QABIJCgVBUlJBWRABEgsKB0JPT0xFQU4QAhILCgdJTlRFR0VSEAMSCAoETlVMTBAEEgoKBk5VTUJFUhAFEgoKBk9CSkVDVBAGEgoKBlNUUklORxAHSgQIARACSgQIAhADSgQIBBAFSgQIEhATSgQIExAUSgQIFxAYSgQIGxAcSgQIHBAdSgQIHRAeSgQIHhAiSgQIJRAqSgQIKhArSgQIKxAuIqACCgNUYWcSDAoEbmFtZRgBIAEoCRITCgtkZXNjcmlwdGlvbhgCIAEoCRJXCg1leHRlcm5hbF9kb2NzGAMgASgLMkAuZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnMuRXh0ZXJuYWxEb2N1bWVudGF0aW9uElIKCmV4dGVuc2lvbnMYBCADKAsyPi5ncnBjLmdhdGV3YXkucHJvdG9jX2dlbl9vcGVuYXBpdjIub3B0aW9ucy5UYWcuRXh0ZW5zaW9uc0VudHJ5GkkKD0V4dGVuc2lvbnNFbnRyeRILCgNrZXkYASABKAkSJQoFdmFsdWUYAiABKAsyFi5nb29nbGUucHJvdG9idWYuVmFsdWU6AjgBIuEBChNTZWN1cml0eURlZmluaXRpb25zEl4KCHNlY3VyaXR5GAEgAygLMkwuZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnMuU2VjdXJpdHlEZWZpbml0aW9ucy5TZWN1cml0eUVudHJ5GmoKDVNlY3VyaXR5RW50cnkSCwoDa2V5GAEgASgJEkgKBXZhbHVlGAIgASgLMjkuZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnMuU2VjdXJpdHlTY2hlbWU6AjgBIqAGCg5TZWN1cml0eVNjaGVtZRJMCgR0eXBlGAEgASgOMj4uZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnMuU2VjdXJpdHlTY2hlbWUuVHlwZRITCgtkZXNjcmlwdGlvbhgCIAEoCRIMCgRuYW1lGAMgASgJEkgKAmluGAQgASgOMjwuZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnMuU2VjdXJpdHlTY2hlbWUuSW4STAoEZmxvdxgFIAEoDjI+LmdycGMuZ2F0ZXdheS5wcm90b2NfZ2VuX29wZW5hcGl2Mi5vcHRpb25zLlNlY3VyaXR5U2NoZW1lLkZsb3cSGQoRYXV0aG9yaXphdGlvbl91cmwYBiABKAkSEQoJdG9rZW5fdXJsGAcgASgJEkEKBnNjb3BlcxgIIAEoCzIxLmdycGMuZ2F0ZXdheS5wcm90b2NfZ2VuX29wZW5hcGl2Mi5vcHRpb25zLlNjb3BlcxJdCgpleHRlbnNpb25zGAkgAygLMkkuZ3JwYy5nYXRld2F5LnByb3RvY19nZW5fb3BlbmFwaXYyLm9wdGlvbnMuU2VjdXJpdHlTY2hlbWUuRXh0ZW5zaW9uc0VudHJ5GkkKD0V4dGVuc2lvbnNFbnRyeRILCgNrZXkYASABKAkSJQoFdmFsdWUYAiABKAsyFi5nb29nbGUucHJvdG9idWYuVmFsdWU6AjgBIksKBFR5cGUSEAoMVFlQRV9JTlZBTElEEAASDgoKVFlQRV9CQVNJQxABEhAKDFRZUEVfQVBJX0tFWRACEg8KC1RZUEVfT0FVVEgyEAMiMQoCSW4SDgoKSU5fSU5WQUxJRBAAEgwKCElOX1FVRVJZEAESDQoJSU5fSEVBREVSEAIiagoERmxvdxIQCgxGTE9XX0lOVkFMSUQQABIRCg1GTE9XX0lNUExJQ0lUEAESEQoNRkxPV19QQVNTV09SRBACEhQKEEZMT1dfQVBQTElDQVRJT04QAxIUChBGTE9XX0FDQ0VTU19DT0RFEAQizQIKE1NlY3VyaXR5UmVxdWlyZW1lbnQSdQoUc2VjdXJpdHlfcmVxdWlyZW1lbnQYASADKAsyVy5ncnBjLmdhdGV3YXkucHJvdG9jX2dlbl9vcGVuYXBpdjIub3B0aW9ucy5TZWN1cml0eVJlcXVpcmVtZW50LlNlY3VyaXR5UmVxdWlyZW1lbnRFbnRyeRopChhTZWN1cml0eVJlcXVpcmVtZW50VmFsdWUSDQoFc2NvcGUYASADKAkakwEKGFNlY3VyaXR5UmVxdWlyZW1lbnRFbnRyeRILCgNrZXkYASABKAkSZgoFdmFsdWUYAiABKAsyVy5ncnBjLmdhdGV3YXkucHJvdG9jX2dlbl9vcGVuYXBpdjIub3B0aW9ucy5TZWN1cml0eVJlcXVpcmVtZW50LlNlY3VyaXR5UmVxdWlyZW1lbnRWYWx1ZToCOAEigwEKBlNjb3BlcxJLCgVzY29wZRgBIAMoCzI8LmdycGMuZ2F0ZXdheS5wcm90b2NfZ2VuX29wZW5hcGl2Mi5vcHRpb25zLlNjb3Blcy5TY29wZUVudHJ5GiwKClNjb3BlRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ASo7CgZTY2hlbWUSCwoHVU5LTk9XThAAEggKBEhUVFAQARIJCgVIVFRQUxACEgYKAldTEAMSBwoDV1NTEARCSFpGZ2l0aHViLmNvbS9ncnBjLWVjb3N5c3RlbS9ncnBjLWdhdGV3YXkvdjIvcHJvdG9jLWdlbi1vcGVuYXBpdjIvb3B0aW9uc2IGcHJvdG8z", [file_google_protobuf_struct]);
16
+
17
+ /**
18
+ * `Swagger` is a representation of OpenAPI v2 specification's Swagger object.
19
+ *
20
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#swaggerObject
21
+ *
22
+ * Example:
23
+ *
24
+ * option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
25
+ * info: {
26
+ * title: "Echo API";
27
+ * version: "1.0";
28
+ * description: "";
29
+ * contact: {
30
+ * name: "gRPC-Gateway project";
31
+ * url: "https://github.com/grpc-ecosystem/grpc-gateway";
32
+ * email: "none@example.com";
33
+ * };
34
+ * license: {
35
+ * name: "BSD 3-Clause License";
36
+ * url: "https://github.com/grpc-ecosystem/grpc-gateway/blob/main/LICENSE.txt";
37
+ * };
38
+ * };
39
+ * schemes: HTTPS;
40
+ * consumes: "application/json";
41
+ * produces: "application/json";
42
+ * };
43
+ *
44
+ *
45
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.Swagger
46
+ */
47
+ export type Swagger = Message<"grpc.gateway.protoc_gen_openapiv2.options.Swagger"> & {
48
+ /**
49
+ * Specifies the OpenAPI Specification version being used. It can be
50
+ * used by the OpenAPI UI and other clients to interpret the API listing. The
51
+ * value MUST be "2.0".
52
+ *
53
+ * @generated from field: string swagger = 1;
54
+ */
55
+ swagger: string;
56
+
57
+ /**
58
+ * Provides metadata about the API. The metadata can be used by the
59
+ * clients if needed.
60
+ *
61
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.Info info = 2;
62
+ */
63
+ info?: Info;
64
+
65
+ /**
66
+ * The host (name or ip) serving the API. This MUST be the host only and does
67
+ * not include the scheme nor sub-paths. It MAY include a port. If the host is
68
+ * not included, the host serving the documentation is to be used (including
69
+ * the port). The host does not support path templating.
70
+ *
71
+ * @generated from field: string host = 3;
72
+ */
73
+ host: string;
74
+
75
+ /**
76
+ * The base path on which the API is served, which is relative to the host. If
77
+ * it is not included, the API is served directly under the host. The value
78
+ * MUST start with a leading slash (/). The basePath does not support path
79
+ * templating.
80
+ * Note that using `base_path` does not change the endpoint paths that are
81
+ * generated in the resulting OpenAPI file. If you wish to use `base_path`
82
+ * with relatively generated OpenAPI paths, the `base_path` prefix must be
83
+ * manually removed from your `google.api.http` paths and your code changed to
84
+ * serve the API from the `base_path`.
85
+ *
86
+ * @generated from field: string base_path = 4;
87
+ */
88
+ basePath: string;
89
+
90
+ /**
91
+ * The transfer protocol of the API. Values MUST be from the list: "http",
92
+ * "https", "ws", "wss". If the schemes is not included, the default scheme to
93
+ * be used is the one used to access the OpenAPI definition itself.
94
+ *
95
+ * @generated from field: repeated grpc.gateway.protoc_gen_openapiv2.options.Scheme schemes = 5;
96
+ */
97
+ schemes: Scheme[];
98
+
99
+ /**
100
+ * A list of MIME types the APIs can consume. This is global to all APIs but
101
+ * can be overridden on specific API calls. Value MUST be as described under
102
+ * Mime Types.
103
+ *
104
+ * @generated from field: repeated string consumes = 6;
105
+ */
106
+ consumes: string[];
107
+
108
+ /**
109
+ * A list of MIME types the APIs can produce. This is global to all APIs but
110
+ * can be overridden on specific API calls. Value MUST be as described under
111
+ * Mime Types.
112
+ *
113
+ * @generated from field: repeated string produces = 7;
114
+ */
115
+ produces: string[];
116
+
117
+ /**
118
+ * An object to hold responses that can be used across operations. This
119
+ * property does not define global responses for all operations.
120
+ *
121
+ * @generated from field: map<string, grpc.gateway.protoc_gen_openapiv2.options.Response> responses = 10;
122
+ */
123
+ responses: { [key: string]: Response };
124
+
125
+ /**
126
+ * Security scheme definitions that can be used across the specification.
127
+ *
128
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.SecurityDefinitions security_definitions = 11;
129
+ */
130
+ securityDefinitions?: SecurityDefinitions;
131
+
132
+ /**
133
+ * A declaration of which security schemes are applied for the API as a whole.
134
+ * The list of values describes alternative security schemes that can be used
135
+ * (that is, there is a logical OR between the security requirements).
136
+ * Individual operations can override this definition.
137
+ *
138
+ * @generated from field: repeated grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement security = 12;
139
+ */
140
+ security: SecurityRequirement[];
141
+
142
+ /**
143
+ * A list of tags for API documentation control. Tags can be used for logical
144
+ * grouping of operations by resources or any other qualifier.
145
+ *
146
+ * @generated from field: repeated grpc.gateway.protoc_gen_openapiv2.options.Tag tags = 13;
147
+ */
148
+ tags: Tag[];
149
+
150
+ /**
151
+ * Additional external documentation.
152
+ *
153
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation external_docs = 14;
154
+ */
155
+ externalDocs?: ExternalDocumentation;
156
+
157
+ /**
158
+ * Custom properties that start with "x-" such as "x-foo" used to describe
159
+ * extra functionality that is not covered by the standard OpenAPI Specification.
160
+ * See: https://swagger.io/docs/specification/2-0/swagger-extensions/
161
+ *
162
+ * @generated from field: map<string, google.protobuf.Value> extensions = 15;
163
+ */
164
+ extensions: { [key: string]: Value };
165
+ };
166
+
167
+ /**
168
+ * Describes the message grpc.gateway.protoc_gen_openapiv2.options.Swagger.
169
+ * Use `create(SwaggerSchema)` to create a new message.
170
+ */
171
+ export const SwaggerSchema: GenMessage<Swagger> = /*@__PURE__*/
172
+ messageDesc(file_protoc_gen_openapiv2_options_openapiv2, 0);
173
+
174
+ /**
175
+ * `Operation` is a representation of OpenAPI v2 specification's Operation object.
176
+ *
177
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#operationObject
178
+ *
179
+ * Example:
180
+ *
181
+ * service EchoService {
182
+ * rpc Echo(SimpleMessage) returns (SimpleMessage) {
183
+ * option (google.api.http) = {
184
+ * get: "/v1/example/echo/{id}"
185
+ * };
186
+ *
187
+ * option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
188
+ * summary: "Get a message.";
189
+ * operation_id: "getMessage";
190
+ * tags: "echo";
191
+ * responses: {
192
+ * key: "200"
193
+ * value: {
194
+ * description: "OK";
195
+ * }
196
+ * }
197
+ * };
198
+ * }
199
+ * }
200
+ *
201
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.Operation
202
+ */
203
+ export type Operation = Message<"grpc.gateway.protoc_gen_openapiv2.options.Operation"> & {
204
+ /**
205
+ * A list of tags for API documentation control. Tags can be used for logical
206
+ * grouping of operations by resources or any other qualifier.
207
+ *
208
+ * @generated from field: repeated string tags = 1;
209
+ */
210
+ tags: string[];
211
+
212
+ /**
213
+ * A short summary of what the operation does. For maximum readability in the
214
+ * swagger-ui, this field SHOULD be less than 120 characters.
215
+ *
216
+ * @generated from field: string summary = 2;
217
+ */
218
+ summary: string;
219
+
220
+ /**
221
+ * A verbose explanation of the operation behavior. GFM syntax can be used for
222
+ * rich text representation.
223
+ *
224
+ * @generated from field: string description = 3;
225
+ */
226
+ description: string;
227
+
228
+ /**
229
+ * Additional external documentation for this operation.
230
+ *
231
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation external_docs = 4;
232
+ */
233
+ externalDocs?: ExternalDocumentation;
234
+
235
+ /**
236
+ * Unique string used to identify the operation. The id MUST be unique among
237
+ * all operations described in the API. Tools and libraries MAY use the
238
+ * operationId to uniquely identify an operation, therefore, it is recommended
239
+ * to follow common programming naming conventions.
240
+ *
241
+ * @generated from field: string operation_id = 5;
242
+ */
243
+ operationId: string;
244
+
245
+ /**
246
+ * A list of MIME types the operation can consume. This overrides the consumes
247
+ * definition at the OpenAPI Object. An empty value MAY be used to clear the
248
+ * global definition. Value MUST be as described under Mime Types.
249
+ *
250
+ * @generated from field: repeated string consumes = 6;
251
+ */
252
+ consumes: string[];
253
+
254
+ /**
255
+ * A list of MIME types the operation can produce. This overrides the produces
256
+ * definition at the OpenAPI Object. An empty value MAY be used to clear the
257
+ * global definition. Value MUST be as described under Mime Types.
258
+ *
259
+ * @generated from field: repeated string produces = 7;
260
+ */
261
+ produces: string[];
262
+
263
+ /**
264
+ * The list of possible responses as they are returned from executing this
265
+ * operation.
266
+ *
267
+ * @generated from field: map<string, grpc.gateway.protoc_gen_openapiv2.options.Response> responses = 9;
268
+ */
269
+ responses: { [key: string]: Response };
270
+
271
+ /**
272
+ * The transfer protocol for the operation. Values MUST be from the list:
273
+ * "http", "https", "ws", "wss". The value overrides the OpenAPI Object
274
+ * schemes definition.
275
+ *
276
+ * @generated from field: repeated grpc.gateway.protoc_gen_openapiv2.options.Scheme schemes = 10;
277
+ */
278
+ schemes: Scheme[];
279
+
280
+ /**
281
+ * Declares this operation to be deprecated. Usage of the declared operation
282
+ * should be refrained. Default value is false.
283
+ *
284
+ * @generated from field: bool deprecated = 11;
285
+ */
286
+ deprecated: boolean;
287
+
288
+ /**
289
+ * A declaration of which security schemes are applied for this operation. The
290
+ * list of values describes alternative security schemes that can be used
291
+ * (that is, there is a logical OR between the security requirements). This
292
+ * definition overrides any declared top-level security. To remove a top-level
293
+ * security declaration, an empty array can be used.
294
+ *
295
+ * @generated from field: repeated grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement security = 12;
296
+ */
297
+ security: SecurityRequirement[];
298
+
299
+ /**
300
+ * Custom properties that start with "x-" such as "x-foo" used to describe
301
+ * extra functionality that is not covered by the standard OpenAPI Specification.
302
+ * See: https://swagger.io/docs/specification/2-0/swagger-extensions/
303
+ *
304
+ * @generated from field: map<string, google.protobuf.Value> extensions = 13;
305
+ */
306
+ extensions: { [key: string]: Value };
307
+
308
+ /**
309
+ * Custom parameters such as HTTP request headers.
310
+ * See: https://swagger.io/docs/specification/2-0/describing-parameters/
311
+ * and https://swagger.io/specification/v2/#parameter-object.
312
+ *
313
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.Parameters parameters = 14;
314
+ */
315
+ parameters?: Parameters;
316
+ };
317
+
318
+ /**
319
+ * Describes the message grpc.gateway.protoc_gen_openapiv2.options.Operation.
320
+ * Use `create(OperationSchema)` to create a new message.
321
+ */
322
+ export const OperationSchema: GenMessage<Operation> = /*@__PURE__*/
323
+ messageDesc(file_protoc_gen_openapiv2_options_openapiv2, 1);
324
+
325
+ /**
326
+ * `Parameters` is a representation of OpenAPI v2 specification's parameters object.
327
+ * Note: This technically breaks compatibility with the OpenAPI 2 definition structure as we only
328
+ * allow header parameters to be set here since we do not want users specifying custom non-header
329
+ * parameters beyond those inferred from the Protobuf schema.
330
+ * See: https://swagger.io/specification/v2/#parameter-object
331
+ *
332
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.Parameters
333
+ */
334
+ export type Parameters = Message<"grpc.gateway.protoc_gen_openapiv2.options.Parameters"> & {
335
+ /**
336
+ * `Headers` is one or more HTTP header parameter.
337
+ * See: https://swagger.io/docs/specification/2-0/describing-parameters/#header-parameters
338
+ *
339
+ * @generated from field: repeated grpc.gateway.protoc_gen_openapiv2.options.HeaderParameter headers = 1;
340
+ */
341
+ headers: HeaderParameter[];
342
+ };
343
+
344
+ /**
345
+ * Describes the message grpc.gateway.protoc_gen_openapiv2.options.Parameters.
346
+ * Use `create(ParametersSchema)` to create a new message.
347
+ */
348
+ export const ParametersSchema: GenMessage<Parameters> = /*@__PURE__*/
349
+ messageDesc(file_protoc_gen_openapiv2_options_openapiv2, 2);
350
+
351
+ /**
352
+ * `HeaderParameter` a HTTP header parameter.
353
+ * See: https://swagger.io/specification/v2/#parameter-object
354
+ *
355
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.HeaderParameter
356
+ */
357
+ export type HeaderParameter = Message<"grpc.gateway.protoc_gen_openapiv2.options.HeaderParameter"> & {
358
+ /**
359
+ * `Name` is the header name.
360
+ *
361
+ * @generated from field: string name = 1;
362
+ */
363
+ name: string;
364
+
365
+ /**
366
+ * `Description` is a short description of the header.
367
+ *
368
+ * @generated from field: string description = 2;
369
+ */
370
+ description: string;
371
+
372
+ /**
373
+ * `Type` is the type of the object. The value MUST be one of "string", "number", "integer", or "boolean". The "array" type is not supported.
374
+ * See: https://swagger.io/specification/v2/#parameterType.
375
+ *
376
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.HeaderParameter.Type type = 3;
377
+ */
378
+ type: HeaderParameter_Type;
379
+
380
+ /**
381
+ * `Format` The extending format for the previously mentioned type.
382
+ *
383
+ * @generated from field: string format = 4;
384
+ */
385
+ format: string;
386
+
387
+ /**
388
+ * `Required` indicates if the header is optional
389
+ *
390
+ * @generated from field: bool required = 5;
391
+ */
392
+ required: boolean;
393
+ };
394
+
395
+ /**
396
+ * Describes the message grpc.gateway.protoc_gen_openapiv2.options.HeaderParameter.
397
+ * Use `create(HeaderParameterSchema)` to create a new message.
398
+ */
399
+ export const HeaderParameterSchema: GenMessage<HeaderParameter> = /*@__PURE__*/
400
+ messageDesc(file_protoc_gen_openapiv2_options_openapiv2, 3);
401
+
402
+ /**
403
+ * `Type` is a a supported HTTP header type.
404
+ * See https://swagger.io/specification/v2/#parameterType.
405
+ *
406
+ * @generated from enum grpc.gateway.protoc_gen_openapiv2.options.HeaderParameter.Type
407
+ */
408
+ export enum HeaderParameter_Type {
409
+ /**
410
+ * @generated from enum value: UNKNOWN = 0;
411
+ */
412
+ UNKNOWN = 0,
413
+
414
+ /**
415
+ * @generated from enum value: STRING = 1;
416
+ */
417
+ STRING = 1,
418
+
419
+ /**
420
+ * @generated from enum value: NUMBER = 2;
421
+ */
422
+ NUMBER = 2,
423
+
424
+ /**
425
+ * @generated from enum value: INTEGER = 3;
426
+ */
427
+ INTEGER = 3,
428
+
429
+ /**
430
+ * @generated from enum value: BOOLEAN = 4;
431
+ */
432
+ BOOLEAN = 4,
433
+ }
434
+
435
+ /**
436
+ * Describes the enum grpc.gateway.protoc_gen_openapiv2.options.HeaderParameter.Type.
437
+ */
438
+ export const HeaderParameter_TypeSchema: GenEnum<HeaderParameter_Type> = /*@__PURE__*/
439
+ enumDesc(file_protoc_gen_openapiv2_options_openapiv2, 3, 0);
440
+
441
+ /**
442
+ * `Header` is a representation of OpenAPI v2 specification's Header object.
443
+ *
444
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#headerObject
445
+ *
446
+ *
447
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.Header
448
+ */
449
+ export type Header = Message<"grpc.gateway.protoc_gen_openapiv2.options.Header"> & {
450
+ /**
451
+ * `Description` is a short description of the header.
452
+ *
453
+ * @generated from field: string description = 1;
454
+ */
455
+ description: string;
456
+
457
+ /**
458
+ * The type of the object. The value MUST be one of "string", "number", "integer", or "boolean". The "array" type is not supported.
459
+ *
460
+ * @generated from field: string type = 2;
461
+ */
462
+ type: string;
463
+
464
+ /**
465
+ * `Format` The extending format for the previously mentioned type.
466
+ *
467
+ * @generated from field: string format = 3;
468
+ */
469
+ format: string;
470
+
471
+ /**
472
+ * `Default` Declares the value of the header that the server will use if none is provided.
473
+ * See: https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-6.2.
474
+ * Unlike JSON Schema this value MUST conform to the defined type for the header.
475
+ *
476
+ * @generated from field: string default = 6;
477
+ */
478
+ default: string;
479
+
480
+ /**
481
+ * 'Pattern' See https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.2.3.
482
+ *
483
+ * @generated from field: string pattern = 13;
484
+ */
485
+ pattern: string;
486
+ };
487
+
488
+ /**
489
+ * Describes the message grpc.gateway.protoc_gen_openapiv2.options.Header.
490
+ * Use `create(HeaderSchema)` to create a new message.
491
+ */
492
+ export const HeaderSchema: GenMessage<Header> = /*@__PURE__*/
493
+ messageDesc(file_protoc_gen_openapiv2_options_openapiv2, 4);
494
+
495
+ /**
496
+ * `Response` is a representation of OpenAPI v2 specification's Response object.
497
+ *
498
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#responseObject
499
+ *
500
+ *
501
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.Response
502
+ */
503
+ export type Response = Message<"grpc.gateway.protoc_gen_openapiv2.options.Response"> & {
504
+ /**
505
+ * `Description` is a short description of the response.
506
+ * GFM syntax can be used for rich text representation.
507
+ *
508
+ * @generated from field: string description = 1;
509
+ */
510
+ description: string;
511
+
512
+ /**
513
+ * `Schema` optionally defines the structure of the response.
514
+ * If `Schema` is not provided, it means there is no content to the response.
515
+ *
516
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.Schema schema = 2;
517
+ */
518
+ schema?: Schema;
519
+
520
+ /**
521
+ * `Headers` A list of headers that are sent with the response.
522
+ * `Header` name is expected to be a string in the canonical format of the MIME header key
523
+ * See: https://golang.org/pkg/net/textproto/#CanonicalMIMEHeaderKey
524
+ *
525
+ * @generated from field: map<string, grpc.gateway.protoc_gen_openapiv2.options.Header> headers = 3;
526
+ */
527
+ headers: { [key: string]: Header };
528
+
529
+ /**
530
+ * `Examples` gives per-mimetype response examples.
531
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#example-object
532
+ *
533
+ * @generated from field: map<string, string> examples = 4;
534
+ */
535
+ examples: { [key: string]: string };
536
+
537
+ /**
538
+ * Custom properties that start with "x-" such as "x-foo" used to describe
539
+ * extra functionality that is not covered by the standard OpenAPI Specification.
540
+ * See: https://swagger.io/docs/specification/2-0/swagger-extensions/
541
+ *
542
+ * @generated from field: map<string, google.protobuf.Value> extensions = 5;
543
+ */
544
+ extensions: { [key: string]: Value };
545
+ };
546
+
547
+ /**
548
+ * Describes the message grpc.gateway.protoc_gen_openapiv2.options.Response.
549
+ * Use `create(ResponseSchema)` to create a new message.
550
+ */
551
+ export const ResponseSchema: GenMessage<Response> = /*@__PURE__*/
552
+ messageDesc(file_protoc_gen_openapiv2_options_openapiv2, 5);
553
+
554
+ /**
555
+ * `Info` is a representation of OpenAPI v2 specification's Info object.
556
+ *
557
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#infoObject
558
+ *
559
+ * Example:
560
+ *
561
+ * option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
562
+ * info: {
563
+ * title: "Echo API";
564
+ * version: "1.0";
565
+ * description: "";
566
+ * contact: {
567
+ * name: "gRPC-Gateway project";
568
+ * url: "https://github.com/grpc-ecosystem/grpc-gateway";
569
+ * email: "none@example.com";
570
+ * };
571
+ * license: {
572
+ * name: "BSD 3-Clause License";
573
+ * url: "https://github.com/grpc-ecosystem/grpc-gateway/blob/main/LICENSE.txt";
574
+ * };
575
+ * };
576
+ * ...
577
+ * };
578
+ *
579
+ *
580
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.Info
581
+ */
582
+ export type Info = Message<"grpc.gateway.protoc_gen_openapiv2.options.Info"> & {
583
+ /**
584
+ * The title of the application.
585
+ *
586
+ * @generated from field: string title = 1;
587
+ */
588
+ title: string;
589
+
590
+ /**
591
+ * A short description of the application. GFM syntax can be used for rich
592
+ * text representation.
593
+ *
594
+ * @generated from field: string description = 2;
595
+ */
596
+ description: string;
597
+
598
+ /**
599
+ * The Terms of Service for the API.
600
+ *
601
+ * @generated from field: string terms_of_service = 3;
602
+ */
603
+ termsOfService: string;
604
+
605
+ /**
606
+ * The contact information for the exposed API.
607
+ *
608
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.Contact contact = 4;
609
+ */
610
+ contact?: Contact;
611
+
612
+ /**
613
+ * The license information for the exposed API.
614
+ *
615
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.License license = 5;
616
+ */
617
+ license?: License;
618
+
619
+ /**
620
+ * Provides the version of the application API (not to be confused
621
+ * with the specification version).
622
+ *
623
+ * @generated from field: string version = 6;
624
+ */
625
+ version: string;
626
+
627
+ /**
628
+ * Custom properties that start with "x-" such as "x-foo" used to describe
629
+ * extra functionality that is not covered by the standard OpenAPI Specification.
630
+ * See: https://swagger.io/docs/specification/2-0/swagger-extensions/
631
+ *
632
+ * @generated from field: map<string, google.protobuf.Value> extensions = 7;
633
+ */
634
+ extensions: { [key: string]: Value };
635
+ };
636
+
637
+ /**
638
+ * Describes the message grpc.gateway.protoc_gen_openapiv2.options.Info.
639
+ * Use `create(InfoSchema)` to create a new message.
640
+ */
641
+ export const InfoSchema: GenMessage<Info> = /*@__PURE__*/
642
+ messageDesc(file_protoc_gen_openapiv2_options_openapiv2, 6);
643
+
644
+ /**
645
+ * `Contact` is a representation of OpenAPI v2 specification's Contact object.
646
+ *
647
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#contactObject
648
+ *
649
+ * Example:
650
+ *
651
+ * option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
652
+ * info: {
653
+ * ...
654
+ * contact: {
655
+ * name: "gRPC-Gateway project";
656
+ * url: "https://github.com/grpc-ecosystem/grpc-gateway";
657
+ * email: "none@example.com";
658
+ * };
659
+ * ...
660
+ * };
661
+ * ...
662
+ * };
663
+ *
664
+ *
665
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.Contact
666
+ */
667
+ export type Contact = Message<"grpc.gateway.protoc_gen_openapiv2.options.Contact"> & {
668
+ /**
669
+ * The identifying name of the contact person/organization.
670
+ *
671
+ * @generated from field: string name = 1;
672
+ */
673
+ name: string;
674
+
675
+ /**
676
+ * The URL pointing to the contact information. MUST be in the format of a
677
+ * URL.
678
+ *
679
+ * @generated from field: string url = 2;
680
+ */
681
+ url: string;
682
+
683
+ /**
684
+ * The email address of the contact person/organization. MUST be in the format
685
+ * of an email address.
686
+ *
687
+ * @generated from field: string email = 3;
688
+ */
689
+ email: string;
690
+ };
691
+
692
+ /**
693
+ * Describes the message grpc.gateway.protoc_gen_openapiv2.options.Contact.
694
+ * Use `create(ContactSchema)` to create a new message.
695
+ */
696
+ export const ContactSchema: GenMessage<Contact> = /*@__PURE__*/
697
+ messageDesc(file_protoc_gen_openapiv2_options_openapiv2, 7);
698
+
699
+ /**
700
+ * `License` is a representation of OpenAPI v2 specification's License object.
701
+ *
702
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#licenseObject
703
+ *
704
+ * Example:
705
+ *
706
+ * option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
707
+ * info: {
708
+ * ...
709
+ * license: {
710
+ * name: "BSD 3-Clause License";
711
+ * url: "https://github.com/grpc-ecosystem/grpc-gateway/blob/main/LICENSE.txt";
712
+ * };
713
+ * ...
714
+ * };
715
+ * ...
716
+ * };
717
+ *
718
+ *
719
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.License
720
+ */
721
+ export type License = Message<"grpc.gateway.protoc_gen_openapiv2.options.License"> & {
722
+ /**
723
+ * The license name used for the API.
724
+ *
725
+ * @generated from field: string name = 1;
726
+ */
727
+ name: string;
728
+
729
+ /**
730
+ * A URL to the license used for the API. MUST be in the format of a URL.
731
+ *
732
+ * @generated from field: string url = 2;
733
+ */
734
+ url: string;
735
+ };
736
+
737
+ /**
738
+ * Describes the message grpc.gateway.protoc_gen_openapiv2.options.License.
739
+ * Use `create(LicenseSchema)` to create a new message.
740
+ */
741
+ export const LicenseSchema: GenMessage<License> = /*@__PURE__*/
742
+ messageDesc(file_protoc_gen_openapiv2_options_openapiv2, 8);
743
+
744
+ /**
745
+ * `ExternalDocumentation` is a representation of OpenAPI v2 specification's
746
+ * ExternalDocumentation object.
747
+ *
748
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#externalDocumentationObject
749
+ *
750
+ * Example:
751
+ *
752
+ * option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
753
+ * ...
754
+ * external_docs: {
755
+ * description: "More about gRPC-Gateway";
756
+ * url: "https://github.com/grpc-ecosystem/grpc-gateway";
757
+ * }
758
+ * ...
759
+ * };
760
+ *
761
+ *
762
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation
763
+ */
764
+ export type ExternalDocumentation = Message<"grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation"> & {
765
+ /**
766
+ * A short description of the target documentation. GFM syntax can be used for
767
+ * rich text representation.
768
+ *
769
+ * @generated from field: string description = 1;
770
+ */
771
+ description: string;
772
+
773
+ /**
774
+ * The URL for the target documentation. Value MUST be in the format
775
+ * of a URL.
776
+ *
777
+ * @generated from field: string url = 2;
778
+ */
779
+ url: string;
780
+ };
781
+
782
+ /**
783
+ * Describes the message grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation.
784
+ * Use `create(ExternalDocumentationSchema)` to create a new message.
785
+ */
786
+ export const ExternalDocumentationSchema: GenMessage<ExternalDocumentation> = /*@__PURE__*/
787
+ messageDesc(file_protoc_gen_openapiv2_options_openapiv2, 9);
788
+
789
+ /**
790
+ * `Schema` is a representation of OpenAPI v2 specification's Schema object.
791
+ *
792
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#schemaObject
793
+ *
794
+ *
795
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.Schema
796
+ */
797
+ export type Schema = Message<"grpc.gateway.protoc_gen_openapiv2.options.Schema"> & {
798
+ /**
799
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.JSONSchema json_schema = 1;
800
+ */
801
+ jsonSchema?: JSONSchema;
802
+
803
+ /**
804
+ * Adds support for polymorphism. The discriminator is the schema property
805
+ * name that is used to differentiate between other schema that inherit this
806
+ * schema. The property name used MUST be defined at this schema and it MUST
807
+ * be in the required property list. When used, the value MUST be the name of
808
+ * this schema or any schema that inherits it.
809
+ *
810
+ * @generated from field: string discriminator = 2;
811
+ */
812
+ discriminator: string;
813
+
814
+ /**
815
+ * Relevant only for Schema "properties" definitions. Declares the property as
816
+ * "read only". This means that it MAY be sent as part of a response but MUST
817
+ * NOT be sent as part of the request. Properties marked as readOnly being
818
+ * true SHOULD NOT be in the required list of the defined schema. Default
819
+ * value is false.
820
+ *
821
+ * @generated from field: bool read_only = 3;
822
+ */
823
+ readOnly: boolean;
824
+
825
+ /**
826
+ * Additional external documentation for this schema.
827
+ *
828
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation external_docs = 5;
829
+ */
830
+ externalDocs?: ExternalDocumentation;
831
+
832
+ /**
833
+ * A free-form property to include an example of an instance for this schema in JSON.
834
+ * This is copied verbatim to the output.
835
+ *
836
+ * @generated from field: string example = 6;
837
+ */
838
+ example: string;
839
+ };
840
+
841
+ /**
842
+ * Describes the message grpc.gateway.protoc_gen_openapiv2.options.Schema.
843
+ * Use `create(SchemaSchema)` to create a new message.
844
+ */
845
+ export const SchemaSchema: GenMessage<Schema> = /*@__PURE__*/
846
+ messageDesc(file_protoc_gen_openapiv2_options_openapiv2, 10);
847
+
848
+ /**
849
+ * `JSONSchema` represents properties from JSON Schema taken, and as used, in
850
+ * the OpenAPI v2 spec.
851
+ *
852
+ * This includes changes made by OpenAPI v2.
853
+ *
854
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#schemaObject
855
+ *
856
+ * See also: https://cswr.github.io/JsonSchema/spec/basic_types/,
857
+ * https://github.com/json-schema-org/json-schema-spec/blob/master/schema.json
858
+ *
859
+ * Example:
860
+ *
861
+ * message SimpleMessage {
862
+ * option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema) = {
863
+ * json_schema: {
864
+ * title: "SimpleMessage"
865
+ * description: "A simple message."
866
+ * required: ["id"]
867
+ * }
868
+ * };
869
+ *
870
+ * // Id represents the message identifier.
871
+ * string id = 1; [
872
+ * (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
873
+ * description: "The unique identifier of the simple message."
874
+ * }];
875
+ * }
876
+ *
877
+ *
878
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.JSONSchema
879
+ */
880
+ export type JSONSchema = Message<"grpc.gateway.protoc_gen_openapiv2.options.JSONSchema"> & {
881
+ /**
882
+ * Ref is used to define an external reference to include in the message.
883
+ * This could be a fully qualified proto message reference, and that type must
884
+ * be imported into the protofile. If no message is identified, the Ref will
885
+ * be used verbatim in the output.
886
+ * For example:
887
+ * `ref: ".google.protobuf.Timestamp"`.
888
+ *
889
+ * @generated from field: string ref = 3;
890
+ */
891
+ ref: string;
892
+
893
+ /**
894
+ * The title of the schema.
895
+ *
896
+ * @generated from field: string title = 5;
897
+ */
898
+ title: string;
899
+
900
+ /**
901
+ * A short description of the schema.
902
+ *
903
+ * @generated from field: string description = 6;
904
+ */
905
+ description: string;
906
+
907
+ /**
908
+ * @generated from field: string default = 7;
909
+ */
910
+ default: string;
911
+
912
+ /**
913
+ * @generated from field: bool read_only = 8;
914
+ */
915
+ readOnly: boolean;
916
+
917
+ /**
918
+ * A free-form property to include a JSON example of this field. This is copied
919
+ * verbatim to the output swagger.json. Quotes must be escaped.
920
+ * This property is the same for 2.0 and 3.0.0 https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/3.0.0.md#schemaObject https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#schemaObject
921
+ *
922
+ * @generated from field: string example = 9;
923
+ */
924
+ example: string;
925
+
926
+ /**
927
+ * @generated from field: double multiple_of = 10;
928
+ */
929
+ multipleOf: number;
930
+
931
+ /**
932
+ * Maximum represents an inclusive upper limit for a numeric instance. The
933
+ * value of MUST be a number,
934
+ *
935
+ * @generated from field: double maximum = 11;
936
+ */
937
+ maximum: number;
938
+
939
+ /**
940
+ * @generated from field: bool exclusive_maximum = 12;
941
+ */
942
+ exclusiveMaximum: boolean;
943
+
944
+ /**
945
+ * minimum represents an inclusive lower limit for a numeric instance. The
946
+ * value of MUST be a number,
947
+ *
948
+ * @generated from field: double minimum = 13;
949
+ */
950
+ minimum: number;
951
+
952
+ /**
953
+ * @generated from field: bool exclusive_minimum = 14;
954
+ */
955
+ exclusiveMinimum: boolean;
956
+
957
+ /**
958
+ * @generated from field: uint64 max_length = 15;
959
+ */
960
+ maxLength: bigint;
961
+
962
+ /**
963
+ * @generated from field: uint64 min_length = 16;
964
+ */
965
+ minLength: bigint;
966
+
967
+ /**
968
+ * @generated from field: string pattern = 17;
969
+ */
970
+ pattern: string;
971
+
972
+ /**
973
+ * @generated from field: uint64 max_items = 20;
974
+ */
975
+ maxItems: bigint;
976
+
977
+ /**
978
+ * @generated from field: uint64 min_items = 21;
979
+ */
980
+ minItems: bigint;
981
+
982
+ /**
983
+ * @generated from field: bool unique_items = 22;
984
+ */
985
+ uniqueItems: boolean;
986
+
987
+ /**
988
+ * @generated from field: uint64 max_properties = 24;
989
+ */
990
+ maxProperties: bigint;
991
+
992
+ /**
993
+ * @generated from field: uint64 min_properties = 25;
994
+ */
995
+ minProperties: bigint;
996
+
997
+ /**
998
+ * @generated from field: repeated string required = 26;
999
+ */
1000
+ required: string[];
1001
+
1002
+ /**
1003
+ * Items in 'array' must be unique.
1004
+ *
1005
+ * @generated from field: repeated string array = 34;
1006
+ */
1007
+ array: string[];
1008
+
1009
+ /**
1010
+ * @generated from field: repeated grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.JSONSchemaSimpleTypes type = 35;
1011
+ */
1012
+ type: JSONSchema_JSONSchemaSimpleTypes[];
1013
+
1014
+ /**
1015
+ * `Format`
1016
+ *
1017
+ * @generated from field: string format = 36;
1018
+ */
1019
+ format: string;
1020
+
1021
+ /**
1022
+ * Items in `enum` must be unique https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.5.1
1023
+ *
1024
+ * @generated from field: repeated string enum = 46;
1025
+ */
1026
+ enum: string[];
1027
+
1028
+ /**
1029
+ * Additional field level properties used when generating the OpenAPI v2 file.
1030
+ *
1031
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.FieldConfiguration field_configuration = 1001;
1032
+ */
1033
+ fieldConfiguration?: JSONSchema_FieldConfiguration;
1034
+
1035
+ /**
1036
+ * Custom properties that start with "x-" such as "x-foo" used to describe
1037
+ * extra functionality that is not covered by the standard OpenAPI Specification.
1038
+ * See: https://swagger.io/docs/specification/2-0/swagger-extensions/
1039
+ *
1040
+ * @generated from field: map<string, google.protobuf.Value> extensions = 48;
1041
+ */
1042
+ extensions: { [key: string]: Value };
1043
+ };
1044
+
1045
+ /**
1046
+ * Describes the message grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.
1047
+ * Use `create(JSONSchemaSchema)` to create a new message.
1048
+ */
1049
+ export const JSONSchemaSchema: GenMessage<JSONSchema> = /*@__PURE__*/
1050
+ messageDesc(file_protoc_gen_openapiv2_options_openapiv2, 11);
1051
+
1052
+ /**
1053
+ * 'FieldConfiguration' provides additional field level properties used when generating the OpenAPI v2 file.
1054
+ * These properties are not defined by OpenAPIv2, but they are used to control the generation.
1055
+ *
1056
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.FieldConfiguration
1057
+ */
1058
+ export type JSONSchema_FieldConfiguration = Message<"grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.FieldConfiguration"> & {
1059
+ /**
1060
+ * Alternative parameter name when used as path parameter. If set, this will
1061
+ * be used as the complete parameter name when this field is used as a path
1062
+ * parameter. Use this to avoid having auto generated path parameter names
1063
+ * for overlapping paths.
1064
+ *
1065
+ * @generated from field: string path_param_name = 47;
1066
+ */
1067
+ pathParamName: string;
1068
+ };
1069
+
1070
+ /**
1071
+ * Describes the message grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.FieldConfiguration.
1072
+ * Use `create(JSONSchema_FieldConfigurationSchema)` to create a new message.
1073
+ */
1074
+ export const JSONSchema_FieldConfigurationSchema: GenMessage<JSONSchema_FieldConfiguration> = /*@__PURE__*/
1075
+ messageDesc(file_protoc_gen_openapiv2_options_openapiv2, 11, 0);
1076
+
1077
+ /**
1078
+ * @generated from enum grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.JSONSchemaSimpleTypes
1079
+ */
1080
+ export enum JSONSchema_JSONSchemaSimpleTypes {
1081
+ /**
1082
+ * @generated from enum value: UNKNOWN = 0;
1083
+ */
1084
+ UNKNOWN = 0,
1085
+
1086
+ /**
1087
+ * @generated from enum value: ARRAY = 1;
1088
+ */
1089
+ ARRAY = 1,
1090
+
1091
+ /**
1092
+ * @generated from enum value: BOOLEAN = 2;
1093
+ */
1094
+ BOOLEAN = 2,
1095
+
1096
+ /**
1097
+ * @generated from enum value: INTEGER = 3;
1098
+ */
1099
+ INTEGER = 3,
1100
+
1101
+ /**
1102
+ * @generated from enum value: NULL = 4;
1103
+ */
1104
+ NULL = 4,
1105
+
1106
+ /**
1107
+ * @generated from enum value: NUMBER = 5;
1108
+ */
1109
+ NUMBER = 5,
1110
+
1111
+ /**
1112
+ * @generated from enum value: OBJECT = 6;
1113
+ */
1114
+ OBJECT = 6,
1115
+
1116
+ /**
1117
+ * @generated from enum value: STRING = 7;
1118
+ */
1119
+ STRING = 7,
1120
+ }
1121
+
1122
+ /**
1123
+ * Describes the enum grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.JSONSchemaSimpleTypes.
1124
+ */
1125
+ export const JSONSchema_JSONSchemaSimpleTypesSchema: GenEnum<JSONSchema_JSONSchemaSimpleTypes> = /*@__PURE__*/
1126
+ enumDesc(file_protoc_gen_openapiv2_options_openapiv2, 11, 0);
1127
+
1128
+ /**
1129
+ * `Tag` is a representation of OpenAPI v2 specification's Tag object.
1130
+ *
1131
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#tagObject
1132
+ *
1133
+ *
1134
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.Tag
1135
+ */
1136
+ export type Tag = Message<"grpc.gateway.protoc_gen_openapiv2.options.Tag"> & {
1137
+ /**
1138
+ * The name of the tag. Use it to allow override of the name of a
1139
+ * global Tag object, then use that name to reference the tag throughout the
1140
+ * OpenAPI file.
1141
+ *
1142
+ * @generated from field: string name = 1;
1143
+ */
1144
+ name: string;
1145
+
1146
+ /**
1147
+ * A short description for the tag. GFM syntax can be used for rich text
1148
+ * representation.
1149
+ *
1150
+ * @generated from field: string description = 2;
1151
+ */
1152
+ description: string;
1153
+
1154
+ /**
1155
+ * Additional external documentation for this tag.
1156
+ *
1157
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation external_docs = 3;
1158
+ */
1159
+ externalDocs?: ExternalDocumentation;
1160
+
1161
+ /**
1162
+ * Custom properties that start with "x-" such as "x-foo" used to describe
1163
+ * extra functionality that is not covered by the standard OpenAPI Specification.
1164
+ * See: https://swagger.io/docs/specification/2-0/swagger-extensions/
1165
+ *
1166
+ * @generated from field: map<string, google.protobuf.Value> extensions = 4;
1167
+ */
1168
+ extensions: { [key: string]: Value };
1169
+ };
1170
+
1171
+ /**
1172
+ * Describes the message grpc.gateway.protoc_gen_openapiv2.options.Tag.
1173
+ * Use `create(TagSchema)` to create a new message.
1174
+ */
1175
+ export const TagSchema: GenMessage<Tag> = /*@__PURE__*/
1176
+ messageDesc(file_protoc_gen_openapiv2_options_openapiv2, 12);
1177
+
1178
+ /**
1179
+ * `SecurityDefinitions` is a representation of OpenAPI v2 specification's
1180
+ * Security Definitions object.
1181
+ *
1182
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#securityDefinitionsObject
1183
+ *
1184
+ * A declaration of the security schemes available to be used in the
1185
+ * specification. This does not enforce the security schemes on the operations
1186
+ * and only serves to provide the relevant details for each scheme.
1187
+ *
1188
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.SecurityDefinitions
1189
+ */
1190
+ export type SecurityDefinitions = Message<"grpc.gateway.protoc_gen_openapiv2.options.SecurityDefinitions"> & {
1191
+ /**
1192
+ * A single security scheme definition, mapping a "name" to the scheme it
1193
+ * defines.
1194
+ *
1195
+ * @generated from field: map<string, grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme> security = 1;
1196
+ */
1197
+ security: { [key: string]: SecurityScheme };
1198
+ };
1199
+
1200
+ /**
1201
+ * Describes the message grpc.gateway.protoc_gen_openapiv2.options.SecurityDefinitions.
1202
+ * Use `create(SecurityDefinitionsSchema)` to create a new message.
1203
+ */
1204
+ export const SecurityDefinitionsSchema: GenMessage<SecurityDefinitions> = /*@__PURE__*/
1205
+ messageDesc(file_protoc_gen_openapiv2_options_openapiv2, 13);
1206
+
1207
+ /**
1208
+ * `SecurityScheme` is a representation of OpenAPI v2 specification's
1209
+ * Security Scheme object.
1210
+ *
1211
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#securitySchemeObject
1212
+ *
1213
+ * Allows the definition of a security scheme that can be used by the
1214
+ * operations. Supported schemes are basic authentication, an API key (either as
1215
+ * a header or as a query parameter) and OAuth2's common flows (implicit,
1216
+ * password, application and access code).
1217
+ *
1218
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme
1219
+ */
1220
+ export type SecurityScheme = Message<"grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme"> & {
1221
+ /**
1222
+ * The type of the security scheme. Valid values are "basic",
1223
+ * "apiKey" or "oauth2".
1224
+ *
1225
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.Type type = 1;
1226
+ */
1227
+ type: SecurityScheme_Type;
1228
+
1229
+ /**
1230
+ * A short description for security scheme.
1231
+ *
1232
+ * @generated from field: string description = 2;
1233
+ */
1234
+ description: string;
1235
+
1236
+ /**
1237
+ * The name of the header or query parameter to be used.
1238
+ * Valid for apiKey.
1239
+ *
1240
+ * @generated from field: string name = 3;
1241
+ */
1242
+ name: string;
1243
+
1244
+ /**
1245
+ * The location of the API key. Valid values are "query" or
1246
+ * "header".
1247
+ * Valid for apiKey.
1248
+ *
1249
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.In in = 4;
1250
+ */
1251
+ in: SecurityScheme_In;
1252
+
1253
+ /**
1254
+ * The flow used by the OAuth2 security scheme. Valid values are
1255
+ * "implicit", "password", "application" or "accessCode".
1256
+ * Valid for oauth2.
1257
+ *
1258
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.Flow flow = 5;
1259
+ */
1260
+ flow: SecurityScheme_Flow;
1261
+
1262
+ /**
1263
+ * The authorization URL to be used for this flow. This SHOULD be in
1264
+ * the form of a URL.
1265
+ * Valid for oauth2/implicit and oauth2/accessCode.
1266
+ *
1267
+ * @generated from field: string authorization_url = 6;
1268
+ */
1269
+ authorizationUrl: string;
1270
+
1271
+ /**
1272
+ * The token URL to be used for this flow. This SHOULD be in the
1273
+ * form of a URL.
1274
+ * Valid for oauth2/password, oauth2/application and oauth2/accessCode.
1275
+ *
1276
+ * @generated from field: string token_url = 7;
1277
+ */
1278
+ tokenUrl: string;
1279
+
1280
+ /**
1281
+ * The available scopes for the OAuth2 security scheme.
1282
+ * Valid for oauth2.
1283
+ *
1284
+ * @generated from field: grpc.gateway.protoc_gen_openapiv2.options.Scopes scopes = 8;
1285
+ */
1286
+ scopes?: Scopes;
1287
+
1288
+ /**
1289
+ * Custom properties that start with "x-" such as "x-foo" used to describe
1290
+ * extra functionality that is not covered by the standard OpenAPI Specification.
1291
+ * See: https://swagger.io/docs/specification/2-0/swagger-extensions/
1292
+ *
1293
+ * @generated from field: map<string, google.protobuf.Value> extensions = 9;
1294
+ */
1295
+ extensions: { [key: string]: Value };
1296
+ };
1297
+
1298
+ /**
1299
+ * Describes the message grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.
1300
+ * Use `create(SecuritySchemeSchema)` to create a new message.
1301
+ */
1302
+ export const SecuritySchemeSchema: GenMessage<SecurityScheme> = /*@__PURE__*/
1303
+ messageDesc(file_protoc_gen_openapiv2_options_openapiv2, 14);
1304
+
1305
+ /**
1306
+ * The type of the security scheme. Valid values are "basic",
1307
+ * "apiKey" or "oauth2".
1308
+ *
1309
+ * @generated from enum grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.Type
1310
+ */
1311
+ export enum SecurityScheme_Type {
1312
+ /**
1313
+ * @generated from enum value: TYPE_INVALID = 0;
1314
+ */
1315
+ INVALID = 0,
1316
+
1317
+ /**
1318
+ * @generated from enum value: TYPE_BASIC = 1;
1319
+ */
1320
+ BASIC = 1,
1321
+
1322
+ /**
1323
+ * @generated from enum value: TYPE_API_KEY = 2;
1324
+ */
1325
+ API_KEY = 2,
1326
+
1327
+ /**
1328
+ * @generated from enum value: TYPE_OAUTH2 = 3;
1329
+ */
1330
+ OAUTH2 = 3,
1331
+ }
1332
+
1333
+ /**
1334
+ * Describes the enum grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.Type.
1335
+ */
1336
+ export const SecurityScheme_TypeSchema: GenEnum<SecurityScheme_Type> = /*@__PURE__*/
1337
+ enumDesc(file_protoc_gen_openapiv2_options_openapiv2, 14, 0);
1338
+
1339
+ /**
1340
+ * The location of the API key. Valid values are "query" or "header".
1341
+ *
1342
+ * @generated from enum grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.In
1343
+ */
1344
+ export enum SecurityScheme_In {
1345
+ /**
1346
+ * @generated from enum value: IN_INVALID = 0;
1347
+ */
1348
+ INVALID = 0,
1349
+
1350
+ /**
1351
+ * @generated from enum value: IN_QUERY = 1;
1352
+ */
1353
+ QUERY = 1,
1354
+
1355
+ /**
1356
+ * @generated from enum value: IN_HEADER = 2;
1357
+ */
1358
+ HEADER = 2,
1359
+ }
1360
+
1361
+ /**
1362
+ * Describes the enum grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.In.
1363
+ */
1364
+ export const SecurityScheme_InSchema: GenEnum<SecurityScheme_In> = /*@__PURE__*/
1365
+ enumDesc(file_protoc_gen_openapiv2_options_openapiv2, 14, 1);
1366
+
1367
+ /**
1368
+ * The flow used by the OAuth2 security scheme. Valid values are
1369
+ * "implicit", "password", "application" or "accessCode".
1370
+ *
1371
+ * @generated from enum grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.Flow
1372
+ */
1373
+ export enum SecurityScheme_Flow {
1374
+ /**
1375
+ * @generated from enum value: FLOW_INVALID = 0;
1376
+ */
1377
+ INVALID = 0,
1378
+
1379
+ /**
1380
+ * @generated from enum value: FLOW_IMPLICIT = 1;
1381
+ */
1382
+ IMPLICIT = 1,
1383
+
1384
+ /**
1385
+ * @generated from enum value: FLOW_PASSWORD = 2;
1386
+ */
1387
+ PASSWORD = 2,
1388
+
1389
+ /**
1390
+ * @generated from enum value: FLOW_APPLICATION = 3;
1391
+ */
1392
+ APPLICATION = 3,
1393
+
1394
+ /**
1395
+ * @generated from enum value: FLOW_ACCESS_CODE = 4;
1396
+ */
1397
+ ACCESS_CODE = 4,
1398
+ }
1399
+
1400
+ /**
1401
+ * Describes the enum grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.Flow.
1402
+ */
1403
+ export const SecurityScheme_FlowSchema: GenEnum<SecurityScheme_Flow> = /*@__PURE__*/
1404
+ enumDesc(file_protoc_gen_openapiv2_options_openapiv2, 14, 2);
1405
+
1406
+ /**
1407
+ * `SecurityRequirement` is a representation of OpenAPI v2 specification's
1408
+ * Security Requirement object.
1409
+ *
1410
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#securityRequirementObject
1411
+ *
1412
+ * Lists the required security schemes to execute this operation. The object can
1413
+ * have multiple security schemes declared in it which are all required (that
1414
+ * is, there is a logical AND between the schemes).
1415
+ *
1416
+ * The name used for each property MUST correspond to a security scheme
1417
+ * declared in the Security Definitions.
1418
+ *
1419
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement
1420
+ */
1421
+ export type SecurityRequirement = Message<"grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement"> & {
1422
+ /**
1423
+ * Each name must correspond to a security scheme which is declared in
1424
+ * the Security Definitions. If the security scheme is of type "oauth2",
1425
+ * then the value is a list of scope names required for the execution.
1426
+ * For other security scheme types, the array MUST be empty.
1427
+ *
1428
+ * @generated from field: map<string, grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement.SecurityRequirementValue> security_requirement = 1;
1429
+ */
1430
+ securityRequirement: { [key: string]: SecurityRequirement_SecurityRequirementValue };
1431
+ };
1432
+
1433
+ /**
1434
+ * Describes the message grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement.
1435
+ * Use `create(SecurityRequirementSchema)` to create a new message.
1436
+ */
1437
+ export const SecurityRequirementSchema: GenMessage<SecurityRequirement> = /*@__PURE__*/
1438
+ messageDesc(file_protoc_gen_openapiv2_options_openapiv2, 15);
1439
+
1440
+ /**
1441
+ * If the security scheme is of type "oauth2", then the value is a list of
1442
+ * scope names required for the execution. For other security scheme types,
1443
+ * the array MUST be empty.
1444
+ *
1445
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement.SecurityRequirementValue
1446
+ */
1447
+ export type SecurityRequirement_SecurityRequirementValue = Message<"grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement.SecurityRequirementValue"> & {
1448
+ /**
1449
+ * @generated from field: repeated string scope = 1;
1450
+ */
1451
+ scope: string[];
1452
+ };
1453
+
1454
+ /**
1455
+ * Describes the message grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement.SecurityRequirementValue.
1456
+ * Use `create(SecurityRequirement_SecurityRequirementValueSchema)` to create a new message.
1457
+ */
1458
+ export const SecurityRequirement_SecurityRequirementValueSchema: GenMessage<SecurityRequirement_SecurityRequirementValue> = /*@__PURE__*/
1459
+ messageDesc(file_protoc_gen_openapiv2_options_openapiv2, 15, 0);
1460
+
1461
+ /**
1462
+ * `Scopes` is a representation of OpenAPI v2 specification's Scopes object.
1463
+ *
1464
+ * See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#scopesObject
1465
+ *
1466
+ * Lists the available scopes for an OAuth2 security scheme.
1467
+ *
1468
+ * @generated from message grpc.gateway.protoc_gen_openapiv2.options.Scopes
1469
+ */
1470
+ export type Scopes = Message<"grpc.gateway.protoc_gen_openapiv2.options.Scopes"> & {
1471
+ /**
1472
+ * Maps between a name of a scope to a short description of it (as the value
1473
+ * of the property).
1474
+ *
1475
+ * @generated from field: map<string, string> scope = 1;
1476
+ */
1477
+ scope: { [key: string]: string };
1478
+ };
1479
+
1480
+ /**
1481
+ * Describes the message grpc.gateway.protoc_gen_openapiv2.options.Scopes.
1482
+ * Use `create(ScopesSchema)` to create a new message.
1483
+ */
1484
+ export const ScopesSchema: GenMessage<Scopes> = /*@__PURE__*/
1485
+ messageDesc(file_protoc_gen_openapiv2_options_openapiv2, 16);
1486
+
1487
+ /**
1488
+ * Scheme describes the schemes supported by the OpenAPI Swagger
1489
+ * and Operation objects.
1490
+ *
1491
+ * @generated from enum grpc.gateway.protoc_gen_openapiv2.options.Scheme
1492
+ */
1493
+ export enum Scheme {
1494
+ /**
1495
+ * @generated from enum value: UNKNOWN = 0;
1496
+ */
1497
+ UNKNOWN = 0,
1498
+
1499
+ /**
1500
+ * @generated from enum value: HTTP = 1;
1501
+ */
1502
+ HTTP = 1,
1503
+
1504
+ /**
1505
+ * @generated from enum value: HTTPS = 2;
1506
+ */
1507
+ HTTPS = 2,
1508
+
1509
+ /**
1510
+ * @generated from enum value: WS = 3;
1511
+ */
1512
+ WS = 3,
1513
+
1514
+ /**
1515
+ * @generated from enum value: WSS = 4;
1516
+ */
1517
+ WSS = 4,
1518
+ }
1519
+
1520
+ /**
1521
+ * Describes the enum grpc.gateway.protoc_gen_openapiv2.options.Scheme.
1522
+ */
1523
+ export const SchemeSchema: GenEnum<Scheme> = /*@__PURE__*/
1524
+ enumDesc(file_protoc_gen_openapiv2_options_openapiv2, 0);
1525
+