@furo/open-models 1.15.2 → 1.16.0

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 (641) hide show
  1. package/custom-elements.json +3730 -3730
  2. package/dist/decorators/ModelDecorators.d.ts +2 -0
  3. package/dist/decorators/ModelDecorators.js.map +1 -1
  4. package/dist/protoc-gen-open-models/API_OPTIONS.d.ts +5 -0
  5. package/dist/protoc-gen-open-models/API_OPTIONS.js +11 -0
  6. package/dist/protoc-gen-open-models/API_OPTIONS.js.map +1 -0
  7. package/dist/protoc-gen-open-models/BusinessValidators.d.ts +1 -0
  8. package/dist/protoc-gen-open-models/BusinessValidators.js +201 -0
  9. package/dist/protoc-gen-open-models/BusinessValidators.js.map +1 -0
  10. package/dist/protoc-gen-open-models/CustomPrototypes.d.ts +1 -0
  11. package/dist/protoc-gen-open-models/CustomPrototypes.js +17 -0
  12. package/dist/protoc-gen-open-models/CustomPrototypes.js.map +1 -0
  13. package/dist/protoc-gen-open-models/furo/cube/Colour.d.ts +61 -0
  14. package/dist/protoc-gen-open-models/furo/cube/Colour.js +110 -0
  15. package/dist/protoc-gen-open-models/furo/cube/Colour.js.map +1 -0
  16. package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.d.ts +80 -0
  17. package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.js +131 -0
  18. package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.js.map +1 -0
  19. package/dist/protoc-gen-open-models/furo/cube/CubeEntity.d.ts +57 -0
  20. package/dist/protoc-gen-open-models/furo/cube/CubeEntity.js +94 -0
  21. package/dist/protoc-gen-open-models/furo/cube/CubeEntity.js.map +1 -0
  22. package/dist/protoc-gen-open-models/furo/cube/CubeService.d.ts +12 -0
  23. package/dist/protoc-gen-open-models/furo/cube/CubeService.js +14 -0
  24. package/dist/protoc-gen-open-models/furo/cube/CubeService.js.map +1 -0
  25. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.d.ts +31 -0
  26. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js +58 -0
  27. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js.map +1 -0
  28. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.d.ts +26 -0
  29. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js +57 -0
  30. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js.map +1 -0
  31. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.d.ts +44 -0
  32. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js +79 -0
  33. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js.map +1 -0
  34. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.d.ts +26 -0
  35. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js +57 -0
  36. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js.map +1 -0
  37. package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.d.ts +37 -0
  38. package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js +73 -0
  39. package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js.map +1 -0
  40. package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.d.ts +26 -0
  41. package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js +57 -0
  42. package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js.map +1 -0
  43. package/dist/protoc-gen-open-models/furo/cube/Materials.d.ts +12 -0
  44. package/dist/protoc-gen-open-models/furo/cube/Materials.js +21 -0
  45. package/dist/protoc-gen-open-models/furo/cube/Materials.js.map +1 -0
  46. package/dist/protoc-gen-open-models/furo/cube/Wrappers.d.ts +65 -0
  47. package/dist/protoc-gen-open-models/furo/cube/Wrappers.js +168 -0
  48. package/dist/protoc-gen-open-models/furo/cube/Wrappers.js.map +1 -0
  49. package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.d.ts +50 -0
  50. package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js +83 -0
  51. package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js.map +1 -0
  52. package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.d.ts +50 -0
  53. package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js +83 -0
  54. package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js.map +1 -0
  55. package/dist/protoc-gen-open-models/furo/fat/Any.d.ts +74 -0
  56. package/dist/protoc-gen-open-models/furo/fat/Any.js +96 -0
  57. package/dist/protoc-gen-open-models/furo/fat/Any.js.map +1 -0
  58. package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.d.ts +42 -0
  59. package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js +75 -0
  60. package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js.map +1 -0
  61. package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.d.ts +42 -0
  62. package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js +75 -0
  63. package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js.map +1 -0
  64. package/dist/protoc-gen-open-models/furo/fat/Bool.d.ts +68 -0
  65. package/dist/protoc-gen-open-models/furo/fat/Bool.js +94 -0
  66. package/dist/protoc-gen-open-models/furo/fat/Bool.js.map +1 -0
  67. package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.d.ts +42 -0
  68. package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js +75 -0
  69. package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js.map +1 -0
  70. package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.d.ts +42 -0
  71. package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js +76 -0
  72. package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js.map +1 -0
  73. package/dist/protoc-gen-open-models/furo/fat/Bytes.d.ts +68 -0
  74. package/dist/protoc-gen-open-models/furo/fat/Bytes.js +94 -0
  75. package/dist/protoc-gen-open-models/furo/fat/Bytes.js.map +1 -0
  76. package/dist/protoc-gen-open-models/furo/fat/DecimalRange.d.ts +58 -0
  77. package/dist/protoc-gen-open-models/furo/fat/DecimalRange.js +82 -0
  78. package/dist/protoc-gen-open-models/furo/fat/DecimalRange.js.map +1 -0
  79. package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.d.ts +42 -0
  80. package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js +75 -0
  81. package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js.map +1 -0
  82. package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.d.ts +42 -0
  83. package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js +75 -0
  84. package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js.map +1 -0
  85. package/dist/protoc-gen-open-models/furo/fat/Double.d.ts +68 -0
  86. package/dist/protoc-gen-open-models/furo/fat/Double.js +94 -0
  87. package/dist/protoc-gen-open-models/furo/fat/Double.js.map +1 -0
  88. package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.d.ts +42 -0
  89. package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js +75 -0
  90. package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js.map +1 -0
  91. package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.d.ts +42 -0
  92. package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js +76 -0
  93. package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js.map +1 -0
  94. package/dist/protoc-gen-open-models/furo/fat/Empty.d.ts +57 -0
  95. package/dist/protoc-gen-open-models/furo/fat/Empty.js +78 -0
  96. package/dist/protoc-gen-open-models/furo/fat/Empty.js.map +1 -0
  97. package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.d.ts +42 -0
  98. package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js +75 -0
  99. package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js.map +1 -0
  100. package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.d.ts +42 -0
  101. package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js +76 -0
  102. package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js.map +1 -0
  103. package/dist/protoc-gen-open-models/furo/fat/Float.d.ts +68 -0
  104. package/dist/protoc-gen-open-models/furo/fat/Float.js +94 -0
  105. package/dist/protoc-gen-open-models/furo/fat/Float.js.map +1 -0
  106. package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.d.ts +42 -0
  107. package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js +75 -0
  108. package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js.map +1 -0
  109. package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.d.ts +42 -0
  110. package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js +76 -0
  111. package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js.map +1 -0
  112. package/dist/protoc-gen-open-models/furo/fat/Int32.d.ts +68 -0
  113. package/dist/protoc-gen-open-models/furo/fat/Int32.js +94 -0
  114. package/dist/protoc-gen-open-models/furo/fat/Int32.js.map +1 -0
  115. package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.d.ts +42 -0
  116. package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js +75 -0
  117. package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js.map +1 -0
  118. package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.d.ts +42 -0
  119. package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js +76 -0
  120. package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js.map +1 -0
  121. package/dist/protoc-gen-open-models/furo/fat/Int64.d.ts +68 -0
  122. package/dist/protoc-gen-open-models/furo/fat/Int64.js +94 -0
  123. package/dist/protoc-gen-open-models/furo/fat/Int64.js.map +1 -0
  124. package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.d.ts +42 -0
  125. package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js +75 -0
  126. package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js.map +1 -0
  127. package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.d.ts +42 -0
  128. package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js +75 -0
  129. package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js.map +1 -0
  130. package/dist/protoc-gen-open-models/furo/fat/String.d.ts +68 -0
  131. package/dist/protoc-gen-open-models/furo/fat/String.js +94 -0
  132. package/dist/protoc-gen-open-models/furo/fat/String.js.map +1 -0
  133. package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.d.ts +42 -0
  134. package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js +75 -0
  135. package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js.map +1 -0
  136. package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.d.ts +42 -0
  137. package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js +75 -0
  138. package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js.map +1 -0
  139. package/dist/protoc-gen-open-models/furo/fat/Uint32.d.ts +68 -0
  140. package/dist/protoc-gen-open-models/furo/fat/Uint32.js +94 -0
  141. package/dist/protoc-gen-open-models/furo/fat/Uint32.js.map +1 -0
  142. package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.d.ts +42 -0
  143. package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js +75 -0
  144. package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js.map +1 -0
  145. package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.d.ts +42 -0
  146. package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js +75 -0
  147. package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js.map +1 -0
  148. package/dist/protoc-gen-open-models/furo/fat/Uint64.d.ts +68 -0
  149. package/dist/protoc-gen-open-models/furo/fat/Uint64.js +94 -0
  150. package/dist/protoc-gen-open-models/furo/fat/Uint64.js.map +1 -0
  151. package/dist/protoc-gen-open-models/furo/type/BookingCenter.d.ts +11 -0
  152. package/dist/protoc-gen-open-models/furo/type/BookingCenter.js +15 -0
  153. package/dist/protoc-gen-open-models/furo/type/BookingCenter.js.map +1 -0
  154. package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.d.ts +75 -0
  155. package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js +230 -0
  156. package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js.map +1 -0
  157. package/dist/protoc-gen-open-models/furo/type/Decimal.d.ts +37 -0
  158. package/dist/protoc-gen-open-models/furo/type/Decimal.js +61 -0
  159. package/dist/protoc-gen-open-models/furo/type/Decimal.js.map +1 -0
  160. package/dist/protoc-gen-open-models/furo/type/DecimalB.d.ts +37 -0
  161. package/dist/protoc-gen-open-models/furo/type/DecimalB.js +61 -0
  162. package/dist/protoc-gen-open-models/furo/type/DecimalB.js.map +1 -0
  163. package/dist/protoc-gen-open-models/furo/type/DecimalRange.d.ts +58 -0
  164. package/dist/protoc-gen-open-models/furo/type/DecimalRange.js +82 -0
  165. package/dist/protoc-gen-open-models/furo/type/DecimalRange.js.map +1 -0
  166. package/dist/protoc-gen-open-models/furo/type/DeepRecursion.d.ts +31 -0
  167. package/dist/protoc-gen-open-models/furo/type/DeepRecursion.js +72 -0
  168. package/dist/protoc-gen-open-models/furo/type/DeepRecursion.js.map +1 -0
  169. package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.d.ts +30 -0
  170. package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js +70 -0
  171. package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js.map +1 -0
  172. package/dist/protoc-gen-open-models/furo/type/Defaults.d.ts +111 -0
  173. package/dist/protoc-gen-open-models/furo/type/Defaults.js +222 -0
  174. package/dist/protoc-gen-open-models/furo/type/Defaults.js.map +1 -0
  175. package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.d.ts +30 -0
  176. package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js +70 -0
  177. package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js.map +1 -0
  178. package/dist/protoc-gen-open-models/furo/type/Identifier.d.ts +117 -0
  179. package/dist/protoc-gen-open-models/furo/type/Identifier.js +215 -0
  180. package/dist/protoc-gen-open-models/furo/type/Identifier.js.map +1 -0
  181. package/dist/protoc-gen-open-models/furo/type/Numeric.d.ts +42 -0
  182. package/dist/protoc-gen-open-models/furo/type/Numeric.js +81 -0
  183. package/dist/protoc-gen-open-models/furo/type/Numeric.js.map +1 -0
  184. package/dist/protoc-gen-open-models/furo/type/Numeric64.d.ts +47 -0
  185. package/dist/protoc-gen-open-models/furo/type/Numeric64.js +95 -0
  186. package/dist/protoc-gen-open-models/furo/type/Numeric64.js.map +1 -0
  187. package/dist/protoc-gen-open-models/furo/type/Other.d.ts +26 -0
  188. package/dist/protoc-gen-open-models/furo/type/Other.js +57 -0
  189. package/dist/protoc-gen-open-models/furo/type/Other.js.map +1 -0
  190. package/dist/protoc-gen-open-models/furo/type/RefSystem.d.ts +13 -0
  191. package/dist/protoc-gen-open-models/furo/type/RefSystem.js +17 -0
  192. package/dist/protoc-gen-open-models/furo/type/RefSystem.js.map +1 -0
  193. package/dist/protoc-gen-open-models/furo/type/RefType.d.ts +53 -0
  194. package/dist/protoc-gen-open-models/furo/type/RefType.js +57 -0
  195. package/dist/protoc-gen-open-models/furo/type/RefType.js.map +1 -0
  196. package/dist/protoc-gen-open-models/furo/type/Tree.d.ts +53 -0
  197. package/dist/protoc-gen-open-models/furo/type/Tree.js +90 -0
  198. package/dist/protoc-gen-open-models/furo/type/Tree.js.map +1 -0
  199. package/dist/protoc-gen-open-models/furo/type/Uints.d.ts +46 -0
  200. package/dist/protoc-gen-open-models/furo/type/Uints.js +113 -0
  201. package/dist/protoc-gen-open-models/furo/type/Uints.js.map +1 -0
  202. package/dist/protoc-gen-open-models/furo/type/Wrappers.d.ts +65 -0
  203. package/dist/protoc-gen-open-models/furo/type/Wrappers.js +168 -0
  204. package/dist/protoc-gen-open-models/furo/type/Wrappers.js.map +1 -0
  205. package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.d.ts +45 -0
  206. package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.js +77 -0
  207. package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.js.map +1 -0
  208. package/dist/protoc-gen-open-models/google/api/Http.d.ts +66 -0
  209. package/dist/protoc-gen-open-models/google/api/Http.js +93 -0
  210. package/dist/protoc-gen-open-models/google/api/Http.js.map +1 -0
  211. package/dist/protoc-gen-open-models/google/api/HttpRule.d.ts +985 -0
  212. package/dist/protoc-gen-open-models/google/api/HttpRule.js +514 -0
  213. package/dist/protoc-gen-open-models/google/api/HttpRule.js.map +1 -0
  214. package/dist/protoc-gen-open-models/google/protobuf/Any.d.ts +356 -0
  215. package/dist/protoc-gen-open-models/google/protobuf/Any.js +217 -0
  216. package/dist/protoc-gen-open-models/google/protobuf/Any.js.map +1 -0
  217. package/dist/protoc-gen-open-models/google/protobuf/BoolValue.d.ts +40 -0
  218. package/dist/protoc-gen-open-models/google/protobuf/BoolValue.js +62 -0
  219. package/dist/protoc-gen-open-models/google/protobuf/BoolValue.js.map +1 -0
  220. package/dist/protoc-gen-open-models/google/protobuf/BytesValue.d.ts +40 -0
  221. package/dist/protoc-gen-open-models/google/protobuf/BytesValue.js +62 -0
  222. package/dist/protoc-gen-open-models/google/protobuf/BytesValue.js.map +1 -0
  223. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.d.ts +36 -0
  224. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.js +85 -0
  225. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.js.map +1 -0
  226. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.d.ts +30 -0
  227. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.js +70 -0
  228. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.js.map +1 -0
  229. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.d.ts +87 -0
  230. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.js +194 -0
  231. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.js.map +1 -0
  232. package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.d.ts +40 -0
  233. package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.js +63 -0
  234. package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.js.map +1 -0
  235. package/dist/protoc-gen-open-models/google/protobuf/Edition.d.ts +11 -0
  236. package/dist/protoc-gen-open-models/google/protobuf/Edition.js +26 -0
  237. package/dist/protoc-gen-open-models/google/protobuf/Edition.js.map +1 -0
  238. package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.d.ts +30 -0
  239. package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.js +71 -0
  240. package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.js.map +1 -0
  241. package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.d.ts +69 -0
  242. package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.js +127 -0
  243. package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.js.map +1 -0
  244. package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.d.ts +95 -0
  245. package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.js +143 -0
  246. package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.js.map +1 -0
  247. package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.d.ts +39 -0
  248. package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.js +87 -0
  249. package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.js.map +1 -0
  250. package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.d.ts +76 -0
  251. package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.js +120 -0
  252. package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.js.map +1 -0
  253. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.d.ts +81 -0
  254. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.js +132 -0
  255. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.js.map +1 -0
  256. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.d.ts +4 -0
  257. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.js +8 -0
  258. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.js.map +1 -0
  259. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.d.ts +76 -0
  260. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.js +120 -0
  261. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.js.map +1 -0
  262. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.d.ts +5 -0
  263. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.js +15 -0
  264. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.js.map +1 -0
  265. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.d.ts +6 -0
  266. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.js +16 -0
  267. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.js.map +1 -0
  268. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.d.ts +5 -0
  269. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.js +15 -0
  270. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.js.map +1 -0
  271. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.d.ts +5 -0
  272. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.js +15 -0
  273. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.js.map +1 -0
  274. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.d.ts +5 -0
  275. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.js +15 -0
  276. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.js.map +1 -0
  277. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.d.ts +5 -0
  278. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.js +15 -0
  279. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.js.map +1 -0
  280. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.d.ts +74 -0
  281. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.js +140 -0
  282. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.js.map +1 -0
  283. package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.d.ts +32 -0
  284. package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.js +73 -0
  285. package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.js.map +1 -0
  286. package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.d.ts +65 -0
  287. package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.js +100 -0
  288. package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.js.map +1 -0
  289. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.d.ts +5 -0
  290. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.js +10 -0
  291. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.js.map +1 -0
  292. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.d.ts +20 -0
  293. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.js +25 -0
  294. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.js.map +1 -0
  295. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.d.ts +189 -0
  296. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.js +282 -0
  297. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.js.map +1 -0
  298. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.d.ts +5 -0
  299. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.js +9 -0
  300. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.js.map +1 -0
  301. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.d.ts +31 -0
  302. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.js +71 -0
  303. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.js.map +1 -0
  304. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.d.ts +5 -0
  305. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.js +9 -0
  306. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.js.map +1 -0
  307. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.d.ts +5 -0
  308. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.js +9 -0
  309. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.js.map +1 -0
  310. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.d.ts +12 -0
  311. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.js +16 -0
  312. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.js.map +1 -0
  313. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.d.ts +264 -0
  314. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.js +364 -0
  315. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.js.map +1 -0
  316. package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.d.ts +151 -0
  317. package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.js +262 -0
  318. package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.js.map +1 -0
  319. package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.d.ts +32 -0
  320. package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.js +61 -0
  321. package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.js.map +1 -0
  322. package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.d.ts +5 -0
  323. package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.js +9 -0
  324. package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.js.map +1 -0
  325. package/dist/protoc-gen-open-models/google/protobuf/FileOptions.d.ts +333 -0
  326. package/dist/protoc-gen-open-models/google/protobuf/FileOptions.js +482 -0
  327. package/dist/protoc-gen-open-models/google/protobuf/FileOptions.js.map +1 -0
  328. package/dist/protoc-gen-open-models/google/protobuf/FloatValue.d.ts +40 -0
  329. package/dist/protoc-gen-open-models/google/protobuf/FloatValue.js +62 -0
  330. package/dist/protoc-gen-open-models/google/protobuf/FloatValue.js.map +1 -0
  331. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.d.ts +5 -0
  332. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.js +12 -0
  333. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.js.map +1 -0
  334. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.d.ts +78 -0
  335. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.js +130 -0
  336. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.js.map +1 -0
  337. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.d.ts +43 -0
  338. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.js +66 -0
  339. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.js.map +1 -0
  340. package/dist/protoc-gen-open-models/google/protobuf/Int32Value.d.ts +40 -0
  341. package/dist/protoc-gen-open-models/google/protobuf/Int32Value.js +62 -0
  342. package/dist/protoc-gen-open-models/google/protobuf/Int32Value.js.map +1 -0
  343. package/dist/protoc-gen-open-models/google/protobuf/Int64Value.d.ts +40 -0
  344. package/dist/protoc-gen-open-models/google/protobuf/Int64Value.js +62 -0
  345. package/dist/protoc-gen-open-models/google/protobuf/Int64Value.js.map +1 -0
  346. package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.d.ts +201 -0
  347. package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.js +259 -0
  348. package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.js.map +1 -0
  349. package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.d.ts +74 -0
  350. package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.js +138 -0
  351. package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.js.map +1 -0
  352. package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.d.ts +5 -0
  353. package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.js +9 -0
  354. package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.js.map +1 -0
  355. package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.d.ts +67 -0
  356. package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.js +115 -0
  357. package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.js.map +1 -0
  358. package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.d.ts +34 -0
  359. package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.js +73 -0
  360. package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.js.map +1 -0
  361. package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.d.ts +44 -0
  362. package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.js +77 -0
  363. package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.js.map +1 -0
  364. package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.d.ts +40 -0
  365. package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.js +87 -0
  366. package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.js.map +1 -0
  367. package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.d.ts +61 -0
  368. package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.js +99 -0
  369. package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.js.map +1 -0
  370. package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.d.ts +207 -0
  371. package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.js +262 -0
  372. package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.js.map +1 -0
  373. package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.d.ts +122 -0
  374. package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.js +147 -0
  375. package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.js.map +1 -0
  376. package/dist/protoc-gen-open-models/google/protobuf/StringValue.d.ts +40 -0
  377. package/dist/protoc-gen-open-models/google/protobuf/StringValue.js +63 -0
  378. package/dist/protoc-gen-open-models/google/protobuf/StringValue.js.map +1 -0
  379. package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.d.ts +40 -0
  380. package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.js +63 -0
  381. package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.js.map +1 -0
  382. package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.d.ts +40 -0
  383. package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.js +63 -0
  384. package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.js.map +1 -0
  385. package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.d.ts +30 -0
  386. package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.js +70 -0
  387. package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.js.map +1 -0
  388. package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.d.ts +82 -0
  389. package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.js +153 -0
  390. package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.js.map +1 -0
  391. package/dist/protoc-gen-open-models/init.d.ts +10 -0
  392. package/dist/protoc-gen-open-models/init.js +10 -0
  393. package/dist/protoc-gen-open-models/init.js.map +1 -0
  394. package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.d.ts +31 -0
  395. package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.js +71 -0
  396. package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.js.map +1 -0
  397. package/dist/protoc-gen-open-models/openapiv3/Any.d.ts +30 -0
  398. package/dist/protoc-gen-open-models/openapiv3/Any.js +70 -0
  399. package/dist/protoc-gen-open-models/openapiv3/Any.js.map +1 -0
  400. package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.d.ts +32 -0
  401. package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.js +73 -0
  402. package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.js.map +1 -0
  403. package/dist/protoc-gen-open-models/openapiv3/Callback.d.ts +35 -0
  404. package/dist/protoc-gen-open-models/openapiv3/Callback.js +74 -0
  405. package/dist/protoc-gen-open-models/openapiv3/Callback.js.map +1 -0
  406. package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.d.ts +32 -0
  407. package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.js +73 -0
  408. package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.js.map +1 -0
  409. package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.d.ts +26 -0
  410. package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.js +58 -0
  411. package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.js.map +1 -0
  412. package/dist/protoc-gen-open-models/openapiv3/Components.d.ts +83 -0
  413. package/dist/protoc-gen-open-models/openapiv3/Components.js +194 -0
  414. package/dist/protoc-gen-open-models/openapiv3/Components.js.map +1 -0
  415. package/dist/protoc-gen-open-models/openapiv3/Contact.d.ts +44 -0
  416. package/dist/protoc-gen-open-models/openapiv3/Contact.js +101 -0
  417. package/dist/protoc-gen-open-models/openapiv3/Contact.js.map +1 -0
  418. package/dist/protoc-gen-open-models/openapiv3/DefaultType.d.ts +35 -0
  419. package/dist/protoc-gen-open-models/openapiv3/DefaultType.js +85 -0
  420. package/dist/protoc-gen-open-models/openapiv3/DefaultType.js.map +1 -0
  421. package/dist/protoc-gen-open-models/openapiv3/Discriminator.d.ts +40 -0
  422. package/dist/protoc-gen-open-models/openapiv3/Discriminator.js +89 -0
  423. package/dist/protoc-gen-open-models/openapiv3/Discriminator.js.map +1 -0
  424. package/dist/protoc-gen-open-models/openapiv3/Document.d.ts +73 -0
  425. package/dist/protoc-gen-open-models/openapiv3/Document.js +176 -0
  426. package/dist/protoc-gen-open-models/openapiv3/Document.js.map +1 -0
  427. package/dist/protoc-gen-open-models/openapiv3/Encoding.d.ts +55 -0
  428. package/dist/protoc-gen-open-models/openapiv3/Encoding.js +130 -0
  429. package/dist/protoc-gen-open-models/openapiv3/Encoding.js.map +1 -0
  430. package/dist/protoc-gen-open-models/openapiv3/Encodings.d.ts +26 -0
  431. package/dist/protoc-gen-open-models/openapiv3/Encodings.js +57 -0
  432. package/dist/protoc-gen-open-models/openapiv3/Encodings.js.map +1 -0
  433. package/dist/protoc-gen-open-models/openapiv3/Example.d.ts +47 -0
  434. package/dist/protoc-gen-open-models/openapiv3/Example.js +114 -0
  435. package/dist/protoc-gen-open-models/openapiv3/Example.js.map +1 -0
  436. package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.d.ts +32 -0
  437. package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.js +73 -0
  438. package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.js.map +1 -0
  439. package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.d.ts +26 -0
  440. package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.js +58 -0
  441. package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.js.map +1 -0
  442. package/dist/protoc-gen-open-models/openapiv3/Expression.d.ts +26 -0
  443. package/dist/protoc-gen-open-models/openapiv3/Expression.js +57 -0
  444. package/dist/protoc-gen-open-models/openapiv3/Expression.js.map +1 -0
  445. package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.d.ts +39 -0
  446. package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.js +88 -0
  447. package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.js.map +1 -0
  448. package/dist/protoc-gen-open-models/openapiv3/Header.d.ts +88 -0
  449. package/dist/protoc-gen-open-models/openapiv3/Header.js +217 -0
  450. package/dist/protoc-gen-open-models/openapiv3/Header.js.map +1 -0
  451. package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.d.ts +32 -0
  452. package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.js +73 -0
  453. package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.js.map +1 -0
  454. package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.d.ts +26 -0
  455. package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.js +58 -0
  456. package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.js.map +1 -0
  457. package/dist/protoc-gen-open-models/openapiv3/Info.d.ts +66 -0
  458. package/dist/protoc-gen-open-models/openapiv3/Info.js +159 -0
  459. package/dist/protoc-gen-open-models/openapiv3/Info.js.map +1 -0
  460. package/dist/protoc-gen-open-models/openapiv3/ItemsItem.d.ts +26 -0
  461. package/dist/protoc-gen-open-models/openapiv3/ItemsItem.js +57 -0
  462. package/dist/protoc-gen-open-models/openapiv3/ItemsItem.js.map +1 -0
  463. package/dist/protoc-gen-open-models/openapiv3/License.d.ts +39 -0
  464. package/dist/protoc-gen-open-models/openapiv3/License.js +87 -0
  465. package/dist/protoc-gen-open-models/openapiv3/License.js.map +1 -0
  466. package/dist/protoc-gen-open-models/openapiv3/Link.d.ts +61 -0
  467. package/dist/protoc-gen-open-models/openapiv3/Link.js +145 -0
  468. package/dist/protoc-gen-open-models/openapiv3/Link.js.map +1 -0
  469. package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.d.ts +32 -0
  470. package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.js +73 -0
  471. package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.js.map +1 -0
  472. package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.d.ts +26 -0
  473. package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.js +58 -0
  474. package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.js.map +1 -0
  475. package/dist/protoc-gen-open-models/openapiv3/MediaType.d.ts +53 -0
  476. package/dist/protoc-gen-open-models/openapiv3/MediaType.js +119 -0
  477. package/dist/protoc-gen-open-models/openapiv3/MediaType.js.map +1 -0
  478. package/dist/protoc-gen-open-models/openapiv3/MediaTypes.d.ts +26 -0
  479. package/dist/protoc-gen-open-models/openapiv3/MediaTypes.js +57 -0
  480. package/dist/protoc-gen-open-models/openapiv3/MediaTypes.js.map +1 -0
  481. package/dist/protoc-gen-open-models/openapiv3/NamedAny.d.ts +46 -0
  482. package/dist/protoc-gen-open-models/openapiv3/NamedAny.js +77 -0
  483. package/dist/protoc-gen-open-models/openapiv3/NamedAny.js.map +1 -0
  484. package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.d.ts +46 -0
  485. package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.js +77 -0
  486. package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.js.map +1 -0
  487. package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.d.ts +46 -0
  488. package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.js +78 -0
  489. package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.js.map +1 -0
  490. package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.d.ts +46 -0
  491. package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.js +77 -0
  492. package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.js.map +1 -0
  493. package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.d.ts +46 -0
  494. package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.js +77 -0
  495. package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.js.map +1 -0
  496. package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.d.ts +46 -0
  497. package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.js +78 -0
  498. package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.js.map +1 -0
  499. package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.d.ts +46 -0
  500. package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.js +78 -0
  501. package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.js.map +1 -0
  502. package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.d.ts +46 -0
  503. package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.js +77 -0
  504. package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.js.map +1 -0
  505. package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.d.ts +46 -0
  506. package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.js +78 -0
  507. package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.js.map +1 -0
  508. package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.d.ts +46 -0
  509. package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.js +77 -0
  510. package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.js.map +1 -0
  511. package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.d.ts +46 -0
  512. package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.js +77 -0
  513. package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.js.map +1 -0
  514. package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.d.ts +46 -0
  515. package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.js +77 -0
  516. package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.js.map +1 -0
  517. package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.d.ts +46 -0
  518. package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.js +77 -0
  519. package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.js.map +1 -0
  520. package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.d.ts +46 -0
  521. package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.js +78 -0
  522. package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.js.map +1 -0
  523. package/dist/protoc-gen-open-models/openapiv3/NamedString.d.ts +45 -0
  524. package/dist/protoc-gen-open-models/openapiv3/NamedString.js +77 -0
  525. package/dist/protoc-gen-open-models/openapiv3/NamedString.js.map +1 -0
  526. package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.d.ts +46 -0
  527. package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.js +79 -0
  528. package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.js.map +1 -0
  529. package/dist/protoc-gen-open-models/openapiv3/OauthFlow.d.ts +50 -0
  530. package/dist/protoc-gen-open-models/openapiv3/OauthFlow.js +116 -0
  531. package/dist/protoc-gen-open-models/openapiv3/OauthFlow.js.map +1 -0
  532. package/dist/protoc-gen-open-models/openapiv3/OauthFlows.d.ts +50 -0
  533. package/dist/protoc-gen-open-models/openapiv3/OauthFlows.js +116 -0
  534. package/dist/protoc-gen-open-models/openapiv3/OauthFlows.js.map +1 -0
  535. package/dist/protoc-gen-open-models/openapiv3/Object.d.ts +26 -0
  536. package/dist/protoc-gen-open-models/openapiv3/Object.js +57 -0
  537. package/dist/protoc-gen-open-models/openapiv3/Object.js.map +1 -0
  538. package/dist/protoc-gen-open-models/openapiv3/Operation.d.ts +96 -0
  539. package/dist/protoc-gen-open-models/openapiv3/Operation.js +234 -0
  540. package/dist/protoc-gen-open-models/openapiv3/Operation.js.map +1 -0
  541. package/dist/protoc-gen-open-models/openapiv3/Parameter.d.ts +98 -0
  542. package/dist/protoc-gen-open-models/openapiv3/Parameter.js +245 -0
  543. package/dist/protoc-gen-open-models/openapiv3/Parameter.js.map +1 -0
  544. package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.d.ts +32 -0
  545. package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.js +73 -0
  546. package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.js.map +1 -0
  547. package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.d.ts +26 -0
  548. package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.js +57 -0
  549. package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.js.map +1 -0
  550. package/dist/protoc-gen-open-models/openapiv3/PathItem.d.ts +97 -0
  551. package/dist/protoc-gen-open-models/openapiv3/PathItem.js +244 -0
  552. package/dist/protoc-gen-open-models/openapiv3/PathItem.js.map +1 -0
  553. package/dist/protoc-gen-open-models/openapiv3/Paths.d.ts +35 -0
  554. package/dist/protoc-gen-open-models/openapiv3/Paths.js +74 -0
  555. package/dist/protoc-gen-open-models/openapiv3/Paths.js.map +1 -0
  556. package/dist/protoc-gen-open-models/openapiv3/Properties.d.ts +26 -0
  557. package/dist/protoc-gen-open-models/openapiv3/Properties.js +57 -0
  558. package/dist/protoc-gen-open-models/openapiv3/Properties.js.map +1 -0
  559. package/dist/protoc-gen-open-models/openapiv3/Reference.d.ts +38 -0
  560. package/dist/protoc-gen-open-models/openapiv3/Reference.js +86 -0
  561. package/dist/protoc-gen-open-models/openapiv3/Reference.js.map +1 -0
  562. package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.d.ts +26 -0
  563. package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.js +57 -0
  564. package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.js.map +1 -0
  565. package/dist/protoc-gen-open-models/openapiv3/RequestBody.d.ts +45 -0
  566. package/dist/protoc-gen-open-models/openapiv3/RequestBody.js +102 -0
  567. package/dist/protoc-gen-open-models/openapiv3/RequestBody.js.map +1 -0
  568. package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.d.ts +32 -0
  569. package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.js +72 -0
  570. package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.js.map +1 -0
  571. package/dist/protoc-gen-open-models/openapiv3/Response.d.ts +52 -0
  572. package/dist/protoc-gen-open-models/openapiv3/Response.js +118 -0
  573. package/dist/protoc-gen-open-models/openapiv3/Response.js.map +1 -0
  574. package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.d.ts +32 -0
  575. package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.js +73 -0
  576. package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.js.map +1 -0
  577. package/dist/protoc-gen-open-models/openapiv3/Responses.d.ts +41 -0
  578. package/dist/protoc-gen-open-models/openapiv3/Responses.js +89 -0
  579. package/dist/protoc-gen-open-models/openapiv3/Responses.js.map +1 -0
  580. package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.d.ts +26 -0
  581. package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.js +58 -0
  582. package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.js.map +1 -0
  583. package/dist/protoc-gen-open-models/openapiv3/Schema.d.ts +213 -0
  584. package/dist/protoc-gen-open-models/openapiv3/Schema.js +558 -0
  585. package/dist/protoc-gen-open-models/openapiv3/Schema.js.map +1 -0
  586. package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.d.ts +32 -0
  587. package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.js +73 -0
  588. package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.js.map +1 -0
  589. package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.d.ts +26 -0
  590. package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.js +58 -0
  591. package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.js.map +1 -0
  592. package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.d.ts +29 -0
  593. package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.js +60 -0
  594. package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.js.map +1 -0
  595. package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.d.ts +70 -0
  596. package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.js +173 -0
  597. package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.js.map +1 -0
  598. package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.d.ts +32 -0
  599. package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.js +72 -0
  600. package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.js.map +1 -0
  601. package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.d.ts +26 -0
  602. package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.js +57 -0
  603. package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.js.map +1 -0
  604. package/dist/protoc-gen-open-models/openapiv3/Server.d.ts +45 -0
  605. package/dist/protoc-gen-open-models/openapiv3/Server.js +101 -0
  606. package/dist/protoc-gen-open-models/openapiv3/Server.js.map +1 -0
  607. package/dist/protoc-gen-open-models/openapiv3/ServerVariable.d.ts +44 -0
  608. package/dist/protoc-gen-open-models/openapiv3/ServerVariable.js +102 -0
  609. package/dist/protoc-gen-open-models/openapiv3/ServerVariable.js.map +1 -0
  610. package/dist/protoc-gen-open-models/openapiv3/ServerVariables.d.ts +26 -0
  611. package/dist/protoc-gen-open-models/openapiv3/ServerVariables.js +58 -0
  612. package/dist/protoc-gen-open-models/openapiv3/ServerVariables.js.map +1 -0
  613. package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.d.ts +38 -0
  614. package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.js +86 -0
  615. package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.js.map +1 -0
  616. package/dist/protoc-gen-open-models/openapiv3/StringArray.d.ts +25 -0
  617. package/dist/protoc-gen-open-models/openapiv3/StringArray.js +57 -0
  618. package/dist/protoc-gen-open-models/openapiv3/StringArray.js.map +1 -0
  619. package/dist/protoc-gen-open-models/openapiv3/Strings.d.ts +26 -0
  620. package/dist/protoc-gen-open-models/openapiv3/Strings.js +57 -0
  621. package/dist/protoc-gen-open-models/openapiv3/Strings.js.map +1 -0
  622. package/dist/protoc-gen-open-models/openapiv3/Tag.d.ts +45 -0
  623. package/dist/protoc-gen-open-models/openapiv3/Tag.js +102 -0
  624. package/dist/protoc-gen-open-models/openapiv3/Tag.js.map +1 -0
  625. package/dist/protoc-gen-open-models/openapiv3/Xml.d.ts +54 -0
  626. package/dist/protoc-gen-open-models/openapiv3/Xml.js +129 -0
  627. package/dist/protoc-gen-open-models/openapiv3/Xml.js.map +1 -0
  628. package/dist/web-components/furo-type-renderer.d.ts +6 -0
  629. package/dist/web-components/furo-type-renderer.js +3 -0
  630. package/dist/web-components/furo-type-renderer.js.map +1 -0
  631. package/dist/web-components/impl/TypeRenderer/TypeRenderer.d.ts +158 -0
  632. package/dist/web-components/impl/TypeRenderer/TypeRenderer.js +309 -0
  633. package/dist/web-components/impl/TypeRenderer/TypeRenderer.js.map +1 -0
  634. package/dist/web-components/impl/TypeRenderer/index.d.ts +6 -0
  635. package/dist/web-components/impl/TypeRenderer/index.js +3 -0
  636. package/dist/web-components/impl/TypeRenderer/index.js.map +1 -0
  637. package/package.json +18 -15
  638. package/tsconfig.json +0 -44
  639. /package/dist/decorators/{defaultServiceEventHandlers.d.ts → DefaultServiceEventHandlers.d.ts} +0 -0
  640. /package/dist/decorators/{defaultServiceEventHandlers.js → DefaultServiceEventHandlers.js} +0 -0
  641. /package/dist/decorators/{defaultServiceEventHandlers.js.map → DefaultServiceEventHandlers.js.map} +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HttpRule.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/api/HttpRule.ts"],"names":[],"mappings":"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","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport {\n ARRAY,\n FieldNode,\n Registry,\n STRING,\n} from '@furo/open-models/dist/index';\nimport {\n CustomHttpPattern as GoogleApiCustomHttpPattern,\n type ICustomHttpPattern as IGoogleApiCustomHttpPattern,\n type TCustomHttpPattern as TGoogleApiCustomHttpPattern,\n} from './CustomHttpPattern';\n\n/**\n * @interface IHttpRule\n * # gRPC Transcoding\n *\n * gRPC Transcoding is a feature for mapping between a gRPC method and one or\n * more HTTP REST endpoints. It allows developers to build a single API service\n * that supports both gRPC APIs and REST APIs. Many systems, including [Google\n * APIs](https://github.com/googleapis/googleapis),\n * [Cloud Endpoints](https://cloud.google.com/endpoints), [gRPC\n * Gateway](https://github.com/grpc-ecosystem/grpc-gateway),\n * and [Envoy](https://github.com/envoyproxy/envoy) proxy support this feature\n * and use it for large scale production services.\n *\n * `HttpRule` defines the schema of the gRPC/REST mapping. The mapping specifies\n * how different portions of the gRPC request message are mapped to the URL\n * path, URL query parameters, and HTTP request body. It also controls how the\n * gRPC response message is mapped to the HTTP response body. `HttpRule` is\n * typically specified as an `google.api.http` annotation on the gRPC method.\n *\n * Each mapping specifies a URL path template and an HTTP method. The path\n * template may refer to one or more fields in the gRPC request message, as long\n * as each field is a non-repeated field with a primitive (non-message) type.\n * The path template controls how fields of the request message are mapped to\n * the URL path.\n *\n * Example:\n *\n * service Messaging {\n * rpc GetMessage(GetMessageRequest) returns (Message) {\n * option (google.api.http) = {\n * get: \"/v1/{name=messages/*}\"\n * };\n * }\n * }\n * message GetMessageRequest {\n * string name = 1; // Mapped to URL path.\n * }\n * message Message {\n * string text = 1; // The resource content.\n * }\n *\n * This enables an HTTP REST to gRPC mapping as below:\n *\n * HTTP | gRPC\n * -----|-----\n * `GET /v1/messages/123456` | `GetMessage(name: \"messages/123456\")`\n *\n * Any fields in the request message which are not bound by the path template\n * automatically become HTTP query parameters if there is no HTTP request body.\n * For example:\n *\n * service Messaging {\n * rpc GetMessage(GetMessageRequest) returns (Message) {\n * option (google.api.http) = {\n * get:\"/v1/messages/{message_id}\"\n * };\n * }\n * }\n * message GetMessageRequest {\n * message SubMessage {\n * string subfield = 1;\n * }\n * string message_id = 1; // Mapped to URL path.\n * int64 revision = 2; // Mapped to URL query parameter `revision`.\n * SubMessage sub = 3; // Mapped to URL query parameter `sub.subfield`.\n * }\n *\n * This enables a HTTP JSON to RPC mapping as below:\n *\n * HTTP | gRPC\n * -----|-----\n * `GET /v1/messages/123456?revision=2&sub.subfield=foo` |\n * `GetMessage(message_id: \"123456\" revision: 2 sub: SubMessage(subfield:\n * \"foo\"))`\n *\n * Note that fields which are mapped to URL query parameters must have a\n * primitive type or a repeated primitive type or a non-repeated message type.\n * In the case of a repeated type, the parameter can be repeated in the URL\n * as `...?param=A&param=B`. In the case of a message type, each field of the\n * message is mapped to a separate parameter, such as\n * `...?foo.a=A&foo.b=B&foo.c=C`.\n *\n * For HTTP methods that allow a request body, the `body` field\n * specifies the mapping. Consider a REST update method on the\n * message resource collection:\n *\n * service Messaging {\n * rpc UpdateMessage(UpdateMessageRequest) returns (Message) {\n * option (google.api.http) = {\n * patch: \"/v1/messages/{message_id}\"\n * body: \"message\"\n * };\n * }\n * }\n * message UpdateMessageRequest {\n * string message_id = 1; // mapped to the URL\n * Message message = 2; // mapped to the body\n * }\n *\n * The following HTTP JSON to RPC mapping is enabled, where the\n * representation of the JSON in the request body is determined by\n * protos JSON encoding:\n *\n * HTTP | gRPC\n * -----|-----\n * `PATCH /v1/messages/123456 { \"text\": \"Hi!\" }` | `UpdateMessage(message_id:\n * \"123456\" message { text: \"Hi!\" })`\n *\n * The special name `*` can be used in the body mapping to define that\n * every field not bound by the path template should be mapped to the\n * request body. This enables the following alternative definition of\n * the update method:\n *\n * service Messaging {\n * rpc UpdateMessage(Message) returns (Message) {\n * option (google.api.http) = {\n * patch: \"/v1/messages/{message_id}\"\n * body: \"*\"\n * };\n * }\n * }\n * message Message {\n * string message_id = 1;\n * string text = 2;\n * }\n *\n *\n * The following HTTP JSON to RPC mapping is enabled:\n *\n * HTTP | gRPC\n * -----|-----\n * `PATCH /v1/messages/123456 { \"text\": \"Hi!\" }` | `UpdateMessage(message_id:\n * \"123456\" text: \"Hi!\")`\n *\n * Note that when using `*` in the body mapping, it is not possible to\n * have HTTP parameters, as all fields not bound by the path end in\n * the body. This makes this option more rarely used in practice when\n * defining REST APIs. The common usage of `*` is in custom methods\n * which don't use the URL at all for transferring data.\n *\n * It is possible to define multiple HTTP methods for one RPC by using\n * the `additional_bindings` option. Example:\n *\n * service Messaging {\n * rpc GetMessage(GetMessageRequest) returns (Message) {\n * option (google.api.http) = {\n * get: \"/v1/messages/{message_id}\"\n * additional_bindings {\n * get: \"/v1/users/{user_id}/messages/{message_id}\"\n * }\n * };\n * }\n * }\n * message GetMessageRequest {\n * string message_id = 1;\n * string user_id = 2;\n * }\n *\n * This enables the following two alternative HTTP JSON to RPC mappings:\n *\n * HTTP | gRPC\n * -----|-----\n * `GET /v1/messages/123456` | `GetMessage(message_id: \"123456\")`\n * `GET /v1/users/me/messages/123456` | `GetMessage(user_id: \"me\" message_id:\n * \"123456\")`\n *\n * ## Rules for HTTP mapping\n *\n * 1. Leaf request fields (recursive expansion nested messages in the request\n * message) are classified into three categories:\n * - Fields referred by the path template. They are passed via the URL path.\n * - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They\n * are passed via the HTTP\n * request body.\n * - All other fields are passed via the URL query parameters, and the\n * parameter name is the field path in the request message. A repeated\n * field can be represented as multiple query parameters under the same\n * name.\n * 2. If [HttpRule.body][google.api.HttpRule.body] is \"*\", there is no URL\n * query parameter, all fields\n * are passed via URL path and HTTP request body.\n * 3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP\n * request body, all\n * fields are passed via URL path and URL query parameters.\n *\n * ### Path template syntax\n *\n * Template = \"/\" Segments [ Verb ] ;\n * Segments = Segment { \"/\" Segment } ;\n * Segment = \"*\" | \"**\" | LITERAL | Variable ;\n * Variable = \"{\" FieldPath [ \"=\" Segments ] \"}\" ;\n * FieldPath = IDENT { \".\" IDENT } ;\n * Verb = \":\" LITERAL ;\n *\n * The syntax `*` matches a single URL path segment. The syntax `**` matches\n * zero or more URL path segments, which must be the last part of the URL path\n * except the `Verb`.\n *\n * The syntax `Variable` matches part of the URL path as specified by its\n * template. A variable template must not contain other variables. If a variable\n * matches a single path segment, its template may be omitted, e.g. `{var}`\n * is equivalent to `{var=*}`.\n *\n * The syntax `LITERAL` matches literal text in the URL path. If the `LITERAL`\n * contains any reserved character, such characters should be percent-encoded\n * before the matching.\n *\n * If a variable contains exactly one path segment, such as `\"{var}\"` or\n * `\"{var=*}\"`, when such a variable is expanded into a URL path on the client\n * side, all characters except `[-_.~0-9a-zA-Z]` are percent-encoded. The\n * server side does the reverse decoding. Such variables show up in the\n * [Discovery\n * Document](https://developers.google.com/discovery/v1/reference/apis) as\n * `{var}`.\n *\n * If a variable contains multiple path segments, such as `\"{var=foo/*}\"`\n * or `\"{var=**}\"`, when such a variable is expanded into a URL path on the\n * client side, all characters except `[-_.~/0-9a-zA-Z]` are percent-encoded.\n * The server side does the reverse decoding, except \"%2F\" and \"%2f\" are left\n * unchanged. Such variables show up in the\n * [Discovery\n * Document](https://developers.google.com/discovery/v1/reference/apis) as\n * `{+var}`.\n *\n * ## Using gRPC API Service Configuration\n *\n * gRPC API Service Configuration (service config) is a configuration language\n * for configuring a gRPC service to become a user-facing product. The\n * service config is simply the YAML representation of the `google.api.Service`\n * proto message.\n *\n * As an alternative to annotating your proto file, you can configure gRPC\n * transcoding in your service config YAML files. You do this by specifying a\n * `HttpRule` that maps the gRPC method to a REST endpoint, achieving the same\n * effect as the proto annotation. This can be particularly useful if you\n * have a proto that is reused in multiple services. Note that any transcoding\n * specified in the service config will override any matching transcoding\n * configuration in the proto.\n *\n * Example:\n *\n * http:\n * rules:\n * # Selects a gRPC method and applies HttpRule to it.\n * - selector: example.v1.Messaging.GetMessage\n * get: /v1/messages/{message_id}/{sub.subfield}\n *\n * ## Special notes\n *\n * When gRPC Transcoding is used to map a gRPC to JSON REST endpoints, the\n * proto to JSON conversion must follow the [proto3\n * specification](https://developers.google.com/protocol-buffers/docs/proto3#json).\n *\n * While the single segment variable follows the semantics of\n * [RFC 6570](https://tools.ietf.org/html/rfc6570) Section 3.2.2 Simple String\n * Expansion, the multi segment variable **does not** follow RFC 6570 Section\n * 3.2.3 Reserved Expansion. The reason is that the Reserved Expansion\n * does not expand special characters like `?` and `#`, which would lead\n * to invalid URLs. As the result, gRPC Transcoding uses a custom encoding\n * for multi segment variables.\n *\n * The path variables **must not** refer to any repeated or mapped field,\n * because client libraries are not capable of handling such variable expansion.\n *\n * The path variables **must not** capture the leading \"/\" character. The reason\n * is that the most common use case \"{var}\" does not capture the leading \"/\"\n * character. For consistency, all path variables must share the same behavior.\n *\n * Repeated message fields must not be mapped to URL query parameters, because\n * no client library can support such complicated mapping.\n *\n * If an API needs to use a JSON array for request or response body, it can map\n * the request or response body to a repeated field. However, some gRPC\n * Transcoding implementations may not support this feature.\n */\nexport interface IHttpRule {\n /**\n * Selects a method to which this rule applies.\n *\n * Refer to [selector][google.api.DocumentationRule.selector] for syntax\n * details.\n */\n selector?: string;\n /**\n * Maps to HTTP GET. Used for listing and getting information about\n * resources.\n */\n get?: string;\n /**\n * Maps to HTTP PUT. Used for replacing a resource.\n */\n put?: string;\n /**\n * Maps to HTTP POST. Used for creating a resource or performing an action.\n */\n post?: string;\n /**\n * Maps to HTTP DELETE. Used for deleting a resource.\n */\n delete?: string;\n /**\n * Maps to HTTP PATCH. Used for updating a resource.\n */\n patch?: string;\n /**\n * The custom pattern is used for specifying an HTTP method that is not\n * included in the `pattern` field, such as HEAD, or \"*\" to leave the\n * HTTP method unspecified for this rule. The wild-card rule is useful\n * for services that provide content to Web (HTML) clients.\n */\n custom?: IGoogleApiCustomHttpPattern;\n /**\n * The name of the request field whose value is mapped to the HTTP request\n * body, or `*` for mapping all request fields not captured by the path\n * pattern to the HTTP body, or omitted for not having any HTTP request body.\n *\n * NOTE: the referred field must be present at the top-level of the request\n * message type.\n */\n body?: string;\n /**\n * Optional. The name of the response field whose value is mapped to the HTTP\n * response body. When omitted, the entire response message will be used\n * as the HTTP response body.\n *\n * NOTE: The referred field must be present at the top-level of the response\n * message type.\n */\n responseBody?: string;\n /**\n * Additional HTTP bindings for the selector. Nested bindings must\n * not contain an `additional_bindings` field themselves (that is,\n * the nesting may only be one level deep).\n */\n additionalBindings?: IHttpRule[];\n}\n\n/**\n * @interface THttpRule\n * # gRPC Transcoding\n *\n * gRPC Transcoding is a feature for mapping between a gRPC method and one or\n * more HTTP REST endpoints. It allows developers to build a single API service\n * that supports both gRPC APIs and REST APIs. Many systems, including [Google\n * APIs](https://github.com/googleapis/googleapis),\n * [Cloud Endpoints](https://cloud.google.com/endpoints), [gRPC\n * Gateway](https://github.com/grpc-ecosystem/grpc-gateway),\n * and [Envoy](https://github.com/envoyproxy/envoy) proxy support this feature\n * and use it for large scale production services.\n *\n * `HttpRule` defines the schema of the gRPC/REST mapping. The mapping specifies\n * how different portions of the gRPC request message are mapped to the URL\n * path, URL query parameters, and HTTP request body. It also controls how the\n * gRPC response message is mapped to the HTTP response body. `HttpRule` is\n * typically specified as an `google.api.http` annotation on the gRPC method.\n *\n * Each mapping specifies a URL path template and an HTTP method. The path\n * template may refer to one or more fields in the gRPC request message, as long\n * as each field is a non-repeated field with a primitive (non-message) type.\n * The path template controls how fields of the request message are mapped to\n * the URL path.\n *\n * Example:\n *\n * service Messaging {\n * rpc GetMessage(GetMessageRequest) returns (Message) {\n * option (google.api.http) = {\n * get: \"/v1/{name=messages/*}\"\n * };\n * }\n * }\n * message GetMessageRequest {\n * string name = 1; // Mapped to URL path.\n * }\n * message Message {\n * string text = 1; // The resource content.\n * }\n *\n * This enables an HTTP REST to gRPC mapping as below:\n *\n * HTTP | gRPC\n * -----|-----\n * `GET /v1/messages/123456` | `GetMessage(name: \"messages/123456\")`\n *\n * Any fields in the request message which are not bound by the path template\n * automatically become HTTP query parameters if there is no HTTP request body.\n * For example:\n *\n * service Messaging {\n * rpc GetMessage(GetMessageRequest) returns (Message) {\n * option (google.api.http) = {\n * get:\"/v1/messages/{message_id}\"\n * };\n * }\n * }\n * message GetMessageRequest {\n * message SubMessage {\n * string subfield = 1;\n * }\n * string message_id = 1; // Mapped to URL path.\n * int64 revision = 2; // Mapped to URL query parameter `revision`.\n * SubMessage sub = 3; // Mapped to URL query parameter `sub.subfield`.\n * }\n *\n * This enables a HTTP JSON to RPC mapping as below:\n *\n * HTTP | gRPC\n * -----|-----\n * `GET /v1/messages/123456?revision=2&sub.subfield=foo` |\n * `GetMessage(message_id: \"123456\" revision: 2 sub: SubMessage(subfield:\n * \"foo\"))`\n *\n * Note that fields which are mapped to URL query parameters must have a\n * primitive type or a repeated primitive type or a non-repeated message type.\n * In the case of a repeated type, the parameter can be repeated in the URL\n * as `...?param=A&param=B`. In the case of a message type, each field of the\n * message is mapped to a separate parameter, such as\n * `...?foo.a=A&foo.b=B&foo.c=C`.\n *\n * For HTTP methods that allow a request body, the `body` field\n * specifies the mapping. Consider a REST update method on the\n * message resource collection:\n *\n * service Messaging {\n * rpc UpdateMessage(UpdateMessageRequest) returns (Message) {\n * option (google.api.http) = {\n * patch: \"/v1/messages/{message_id}\"\n * body: \"message\"\n * };\n * }\n * }\n * message UpdateMessageRequest {\n * string message_id = 1; // mapped to the URL\n * Message message = 2; // mapped to the body\n * }\n *\n * The following HTTP JSON to RPC mapping is enabled, where the\n * representation of the JSON in the request body is determined by\n * protos JSON encoding:\n *\n * HTTP | gRPC\n * -----|-----\n * `PATCH /v1/messages/123456 { \"text\": \"Hi!\" }` | `UpdateMessage(message_id:\n * \"123456\" message { text: \"Hi!\" })`\n *\n * The special name `*` can be used in the body mapping to define that\n * every field not bound by the path template should be mapped to the\n * request body. This enables the following alternative definition of\n * the update method:\n *\n * service Messaging {\n * rpc UpdateMessage(Message) returns (Message) {\n * option (google.api.http) = {\n * patch: \"/v1/messages/{message_id}\"\n * body: \"*\"\n * };\n * }\n * }\n * message Message {\n * string message_id = 1;\n * string text = 2;\n * }\n *\n *\n * The following HTTP JSON to RPC mapping is enabled:\n *\n * HTTP | gRPC\n * -----|-----\n * `PATCH /v1/messages/123456 { \"text\": \"Hi!\" }` | `UpdateMessage(message_id:\n * \"123456\" text: \"Hi!\")`\n *\n * Note that when using `*` in the body mapping, it is not possible to\n * have HTTP parameters, as all fields not bound by the path end in\n * the body. This makes this option more rarely used in practice when\n * defining REST APIs. The common usage of `*` is in custom methods\n * which don't use the URL at all for transferring data.\n *\n * It is possible to define multiple HTTP methods for one RPC by using\n * the `additional_bindings` option. Example:\n *\n * service Messaging {\n * rpc GetMessage(GetMessageRequest) returns (Message) {\n * option (google.api.http) = {\n * get: \"/v1/messages/{message_id}\"\n * additional_bindings {\n * get: \"/v1/users/{user_id}/messages/{message_id}\"\n * }\n * };\n * }\n * }\n * message GetMessageRequest {\n * string message_id = 1;\n * string user_id = 2;\n * }\n *\n * This enables the following two alternative HTTP JSON to RPC mappings:\n *\n * HTTP | gRPC\n * -----|-----\n * `GET /v1/messages/123456` | `GetMessage(message_id: \"123456\")`\n * `GET /v1/users/me/messages/123456` | `GetMessage(user_id: \"me\" message_id:\n * \"123456\")`\n *\n * ## Rules for HTTP mapping\n *\n * 1. Leaf request fields (recursive expansion nested messages in the request\n * message) are classified into three categories:\n * - Fields referred by the path template. They are passed via the URL path.\n * - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They\n * are passed via the HTTP\n * request body.\n * - All other fields are passed via the URL query parameters, and the\n * parameter name is the field path in the request message. A repeated\n * field can be represented as multiple query parameters under the same\n * name.\n * 2. If [HttpRule.body][google.api.HttpRule.body] is \"*\", there is no URL\n * query parameter, all fields\n * are passed via URL path and HTTP request body.\n * 3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP\n * request body, all\n * fields are passed via URL path and URL query parameters.\n *\n * ### Path template syntax\n *\n * Template = \"/\" Segments [ Verb ] ;\n * Segments = Segment { \"/\" Segment } ;\n * Segment = \"*\" | \"**\" | LITERAL | Variable ;\n * Variable = \"{\" FieldPath [ \"=\" Segments ] \"}\" ;\n * FieldPath = IDENT { \".\" IDENT } ;\n * Verb = \":\" LITERAL ;\n *\n * The syntax `*` matches a single URL path segment. The syntax `**` matches\n * zero or more URL path segments, which must be the last part of the URL path\n * except the `Verb`.\n *\n * The syntax `Variable` matches part of the URL path as specified by its\n * template. A variable template must not contain other variables. If a variable\n * matches a single path segment, its template may be omitted, e.g. `{var}`\n * is equivalent to `{var=*}`.\n *\n * The syntax `LITERAL` matches literal text in the URL path. If the `LITERAL`\n * contains any reserved character, such characters should be percent-encoded\n * before the matching.\n *\n * If a variable contains exactly one path segment, such as `\"{var}\"` or\n * `\"{var=*}\"`, when such a variable is expanded into a URL path on the client\n * side, all characters except `[-_.~0-9a-zA-Z]` are percent-encoded. The\n * server side does the reverse decoding. Such variables show up in the\n * [Discovery\n * Document](https://developers.google.com/discovery/v1/reference/apis) as\n * `{var}`.\n *\n * If a variable contains multiple path segments, such as `\"{var=foo/*}\"`\n * or `\"{var=**}\"`, when such a variable is expanded into a URL path on the\n * client side, all characters except `[-_.~/0-9a-zA-Z]` are percent-encoded.\n * The server side does the reverse decoding, except \"%2F\" and \"%2f\" are left\n * unchanged. Such variables show up in the\n * [Discovery\n * Document](https://developers.google.com/discovery/v1/reference/apis) as\n * `{+var}`.\n *\n * ## Using gRPC API Service Configuration\n *\n * gRPC API Service Configuration (service config) is a configuration language\n * for configuring a gRPC service to become a user-facing product. The\n * service config is simply the YAML representation of the `google.api.Service`\n * proto message.\n *\n * As an alternative to annotating your proto file, you can configure gRPC\n * transcoding in your service config YAML files. You do this by specifying a\n * `HttpRule` that maps the gRPC method to a REST endpoint, achieving the same\n * effect as the proto annotation. This can be particularly useful if you\n * have a proto that is reused in multiple services. Note that any transcoding\n * specified in the service config will override any matching transcoding\n * configuration in the proto.\n *\n * Example:\n *\n * http:\n * rules:\n * # Selects a gRPC method and applies HttpRule to it.\n * - selector: example.v1.Messaging.GetMessage\n * get: /v1/messages/{message_id}/{sub.subfield}\n *\n * ## Special notes\n *\n * When gRPC Transcoding is used to map a gRPC to JSON REST endpoints, the\n * proto to JSON conversion must follow the [proto3\n * specification](https://developers.google.com/protocol-buffers/docs/proto3#json).\n *\n * While the single segment variable follows the semantics of\n * [RFC 6570](https://tools.ietf.org/html/rfc6570) Section 3.2.2 Simple String\n * Expansion, the multi segment variable **does not** follow RFC 6570 Section\n * 3.2.3 Reserved Expansion. The reason is that the Reserved Expansion\n * does not expand special characters like `?` and `#`, which would lead\n * to invalid URLs. As the result, gRPC Transcoding uses a custom encoding\n * for multi segment variables.\n *\n * The path variables **must not** refer to any repeated or mapped field,\n * because client libraries are not capable of handling such variable expansion.\n *\n * The path variables **must not** capture the leading \"/\" character. The reason\n * is that the most common use case \"{var}\" does not capture the leading \"/\"\n * character. For consistency, all path variables must share the same behavior.\n *\n * Repeated message fields must not be mapped to URL query parameters, because\n * no client library can support such complicated mapping.\n *\n * If an API needs to use a JSON array for request or response body, it can map\n * the request or response body to a repeated field. However, some gRPC\n * Transcoding implementations may not support this feature.\n */\nexport interface THttpRule {\n /**\n * Selects a method to which this rule applies.\n *\n * Refer to [selector][google.api.DocumentationRule.selector] for syntax\n * details.\n */\n selector?: string;\n /**\n * Maps to HTTP GET. Used for listing and getting information about\n * resources.\n */\n get?: string;\n /**\n * Maps to HTTP PUT. Used for replacing a resource.\n */\n put?: string;\n /**\n * Maps to HTTP POST. Used for creating a resource or performing an action.\n */\n post?: string;\n /**\n * Maps to HTTP DELETE. Used for deleting a resource.\n */\n delete?: string;\n /**\n * Maps to HTTP PATCH. Used for updating a resource.\n */\n patch?: string;\n /**\n * The custom pattern is used for specifying an HTTP method that is not\n * included in the `pattern` field, such as HEAD, or \"*\" to leave the\n * HTTP method unspecified for this rule. The wild-card rule is useful\n * for services that provide content to Web (HTML) clients.\n */\n custom?: TGoogleApiCustomHttpPattern;\n /**\n * The name of the request field whose value is mapped to the HTTP request\n * body, or `*` for mapping all request fields not captured by the path\n * pattern to the HTTP body, or omitted for not having any HTTP request body.\n *\n * NOTE: the referred field must be present at the top-level of the request\n * message type.\n */\n body?: string;\n /**\n * Optional. The name of the response field whose value is mapped to the HTTP\n * response body. When omitted, the entire response message will be used\n * as the HTTP response body.\n *\n * NOTE: The referred field must be present at the top-level of the response\n * message type.\n */\n response_body?: string;\n /**\n * Additional HTTP bindings for the selector. Nested bindings must\n * not contain an `additional_bindings` field themselves (that is,\n * the nesting may only be one level deep).\n */\n additional_bindings?: THttpRule[];\n}\n\n/**\n * HttpRule\n * # gRPC Transcoding\n *\n * gRPC Transcoding is a feature for mapping between a gRPC method and one or\n * more HTTP REST endpoints. It allows developers to build a single API service\n * that supports both gRPC APIs and REST APIs. Many systems, including [Google\n * APIs](https://github.com/googleapis/googleapis),\n * [Cloud Endpoints](https://cloud.google.com/endpoints), [gRPC\n * Gateway](https://github.com/grpc-ecosystem/grpc-gateway),\n * and [Envoy](https://github.com/envoyproxy/envoy) proxy support this feature\n * and use it for large scale production services.\n *\n * `HttpRule` defines the schema of the gRPC/REST mapping. The mapping specifies\n * how different portions of the gRPC request message are mapped to the URL\n * path, URL query parameters, and HTTP request body. It also controls how the\n * gRPC response message is mapped to the HTTP response body. `HttpRule` is\n * typically specified as an `google.api.http` annotation on the gRPC method.\n *\n * Each mapping specifies a URL path template and an HTTP method. The path\n * template may refer to one or more fields in the gRPC request message, as long\n * as each field is a non-repeated field with a primitive (non-message) type.\n * The path template controls how fields of the request message are mapped to\n * the URL path.\n *\n * Example:\n *\n * service Messaging {\n * rpc GetMessage(GetMessageRequest) returns (Message) {\n * option (google.api.http) = {\n * get: \"/v1/{name=messages/*}\"\n * };\n * }\n * }\n * message GetMessageRequest {\n * string name = 1; // Mapped to URL path.\n * }\n * message Message {\n * string text = 1; // The resource content.\n * }\n *\n * This enables an HTTP REST to gRPC mapping as below:\n *\n * HTTP | gRPC\n * -----|-----\n * `GET /v1/messages/123456` | `GetMessage(name: \"messages/123456\")`\n *\n * Any fields in the request message which are not bound by the path template\n * automatically become HTTP query parameters if there is no HTTP request body.\n * For example:\n *\n * service Messaging {\n * rpc GetMessage(GetMessageRequest) returns (Message) {\n * option (google.api.http) = {\n * get:\"/v1/messages/{message_id}\"\n * };\n * }\n * }\n * message GetMessageRequest {\n * message SubMessage {\n * string subfield = 1;\n * }\n * string message_id = 1; // Mapped to URL path.\n * int64 revision = 2; // Mapped to URL query parameter `revision`.\n * SubMessage sub = 3; // Mapped to URL query parameter `sub.subfield`.\n * }\n *\n * This enables a HTTP JSON to RPC mapping as below:\n *\n * HTTP | gRPC\n * -----|-----\n * `GET /v1/messages/123456?revision=2&sub.subfield=foo` |\n * `GetMessage(message_id: \"123456\" revision: 2 sub: SubMessage(subfield:\n * \"foo\"))`\n *\n * Note that fields which are mapped to URL query parameters must have a\n * primitive type or a repeated primitive type or a non-repeated message type.\n * In the case of a repeated type, the parameter can be repeated in the URL\n * as `...?param=A&param=B`. In the case of a message type, each field of the\n * message is mapped to a separate parameter, such as\n * `...?foo.a=A&foo.b=B&foo.c=C`.\n *\n * For HTTP methods that allow a request body, the `body` field\n * specifies the mapping. Consider a REST update method on the\n * message resource collection:\n *\n * service Messaging {\n * rpc UpdateMessage(UpdateMessageRequest) returns (Message) {\n * option (google.api.http) = {\n * patch: \"/v1/messages/{message_id}\"\n * body: \"message\"\n * };\n * }\n * }\n * message UpdateMessageRequest {\n * string message_id = 1; // mapped to the URL\n * Message message = 2; // mapped to the body\n * }\n *\n * The following HTTP JSON to RPC mapping is enabled, where the\n * representation of the JSON in the request body is determined by\n * protos JSON encoding:\n *\n * HTTP | gRPC\n * -----|-----\n * `PATCH /v1/messages/123456 { \"text\": \"Hi!\" }` | `UpdateMessage(message_id:\n * \"123456\" message { text: \"Hi!\" })`\n *\n * The special name `*` can be used in the body mapping to define that\n * every field not bound by the path template should be mapped to the\n * request body. This enables the following alternative definition of\n * the update method:\n *\n * service Messaging {\n * rpc UpdateMessage(Message) returns (Message) {\n * option (google.api.http) = {\n * patch: \"/v1/messages/{message_id}\"\n * body: \"*\"\n * };\n * }\n * }\n * message Message {\n * string message_id = 1;\n * string text = 2;\n * }\n *\n *\n * The following HTTP JSON to RPC mapping is enabled:\n *\n * HTTP | gRPC\n * -----|-----\n * `PATCH /v1/messages/123456 { \"text\": \"Hi!\" }` | `UpdateMessage(message_id:\n * \"123456\" text: \"Hi!\")`\n *\n * Note that when using `*` in the body mapping, it is not possible to\n * have HTTP parameters, as all fields not bound by the path end in\n * the body. This makes this option more rarely used in practice when\n * defining REST APIs. The common usage of `*` is in custom methods\n * which don't use the URL at all for transferring data.\n *\n * It is possible to define multiple HTTP methods for one RPC by using\n * the `additional_bindings` option. Example:\n *\n * service Messaging {\n * rpc GetMessage(GetMessageRequest) returns (Message) {\n * option (google.api.http) = {\n * get: \"/v1/messages/{message_id}\"\n * additional_bindings {\n * get: \"/v1/users/{user_id}/messages/{message_id}\"\n * }\n * };\n * }\n * }\n * message GetMessageRequest {\n * string message_id = 1;\n * string user_id = 2;\n * }\n *\n * This enables the following two alternative HTTP JSON to RPC mappings:\n *\n * HTTP | gRPC\n * -----|-----\n * `GET /v1/messages/123456` | `GetMessage(message_id: \"123456\")`\n * `GET /v1/users/me/messages/123456` | `GetMessage(user_id: \"me\" message_id:\n * \"123456\")`\n *\n * ## Rules for HTTP mapping\n *\n * 1. Leaf request fields (recursive expansion nested messages in the request\n * message) are classified into three categories:\n * - Fields referred by the path template. They are passed via the URL path.\n * - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They\n * are passed via the HTTP\n * request body.\n * - All other fields are passed via the URL query parameters, and the\n * parameter name is the field path in the request message. A repeated\n * field can be represented as multiple query parameters under the same\n * name.\n * 2. If [HttpRule.body][google.api.HttpRule.body] is \"*\", there is no URL\n * query parameter, all fields\n * are passed via URL path and HTTP request body.\n * 3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP\n * request body, all\n * fields are passed via URL path and URL query parameters.\n *\n * ### Path template syntax\n *\n * Template = \"/\" Segments [ Verb ] ;\n * Segments = Segment { \"/\" Segment } ;\n * Segment = \"*\" | \"**\" | LITERAL | Variable ;\n * Variable = \"{\" FieldPath [ \"=\" Segments ] \"}\" ;\n * FieldPath = IDENT { \".\" IDENT } ;\n * Verb = \":\" LITERAL ;\n *\n * The syntax `*` matches a single URL path segment. The syntax `**` matches\n * zero or more URL path segments, which must be the last part of the URL path\n * except the `Verb`.\n *\n * The syntax `Variable` matches part of the URL path as specified by its\n * template. A variable template must not contain other variables. If a variable\n * matches a single path segment, its template may be omitted, e.g. `{var}`\n * is equivalent to `{var=*}`.\n *\n * The syntax `LITERAL` matches literal text in the URL path. If the `LITERAL`\n * contains any reserved character, such characters should be percent-encoded\n * before the matching.\n *\n * If a variable contains exactly one path segment, such as `\"{var}\"` or\n * `\"{var=*}\"`, when such a variable is expanded into a URL path on the client\n * side, all characters except `[-_.~0-9a-zA-Z]` are percent-encoded. The\n * server side does the reverse decoding. Such variables show up in the\n * [Discovery\n * Document](https://developers.google.com/discovery/v1/reference/apis) as\n * `{var}`.\n *\n * If a variable contains multiple path segments, such as `\"{var=foo/*}\"`\n * or `\"{var=**}\"`, when such a variable is expanded into a URL path on the\n * client side, all characters except `[-_.~/0-9a-zA-Z]` are percent-encoded.\n * The server side does the reverse decoding, except \"%2F\" and \"%2f\" are left\n * unchanged. Such variables show up in the\n * [Discovery\n * Document](https://developers.google.com/discovery/v1/reference/apis) as\n * `{+var}`.\n *\n * ## Using gRPC API Service Configuration\n *\n * gRPC API Service Configuration (service config) is a configuration language\n * for configuring a gRPC service to become a user-facing product. The\n * service config is simply the YAML representation of the `google.api.Service`\n * proto message.\n *\n * As an alternative to annotating your proto file, you can configure gRPC\n * transcoding in your service config YAML files. You do this by specifying a\n * `HttpRule` that maps the gRPC method to a REST endpoint, achieving the same\n * effect as the proto annotation. This can be particularly useful if you\n * have a proto that is reused in multiple services. Note that any transcoding\n * specified in the service config will override any matching transcoding\n * configuration in the proto.\n *\n * Example:\n *\n * http:\n * rules:\n * # Selects a gRPC method and applies HttpRule to it.\n * - selector: example.v1.Messaging.GetMessage\n * get: /v1/messages/{message_id}/{sub.subfield}\n *\n * ## Special notes\n *\n * When gRPC Transcoding is used to map a gRPC to JSON REST endpoints, the\n * proto to JSON conversion must follow the [proto3\n * specification](https://developers.google.com/protocol-buffers/docs/proto3#json).\n *\n * While the single segment variable follows the semantics of\n * [RFC 6570](https://tools.ietf.org/html/rfc6570) Section 3.2.2 Simple String\n * Expansion, the multi segment variable **does not** follow RFC 6570 Section\n * 3.2.3 Reserved Expansion. The reason is that the Reserved Expansion\n * does not expand special characters like `?` and `#`, which would lead\n * to invalid URLs. As the result, gRPC Transcoding uses a custom encoding\n * for multi segment variables.\n *\n * The path variables **must not** refer to any repeated or mapped field,\n * because client libraries are not capable of handling such variable expansion.\n *\n * The path variables **must not** capture the leading \"/\" character. The reason\n * is that the most common use case \"{var}\" does not capture the leading \"/\"\n * character. For consistency, all path variables must share the same behavior.\n *\n * Repeated message fields must not be mapped to URL query parameters, because\n * no client library can support such complicated mapping.\n *\n * If an API needs to use a JSON array for request or response body, it can map\n * the request or response body to a repeated field. However, some gRPC\n * Transcoding implementations may not support this feature.\n */\nexport class HttpRule extends FieldNode {\n // Selects a method to which this rule applies.\n //\n // Refer to [selector][google.api.DocumentationRule.selector] for syntax\n // details.\n private _selector: STRING;\n\n // Maps to HTTP GET. Used for listing and getting information about\n // resources.\n private _get: STRING;\n\n // Maps to HTTP PUT. Used for replacing a resource.\n private _put: STRING;\n\n // Maps to HTTP POST. Used for creating a resource or performing an action.\n private _post: STRING;\n\n // Maps to HTTP DELETE. Used for deleting a resource.\n private _delete: STRING;\n\n // Maps to HTTP PATCH. Used for updating a resource.\n private _patch: STRING;\n\n // The custom pattern is used for specifying an HTTP method that is not\n // included in the `pattern` field, such as HEAD, or \"*\" to leave the\n // HTTP method unspecified for this rule. The wild-card rule is useful\n // for services that provide content to Web (HTML) clients.\n private _custom: GoogleApiCustomHttpPattern;\n\n // The name of the request field whose value is mapped to the HTTP request\n // body, or `*` for mapping all request fields not captured by the path\n // pattern to the HTTP body, or omitted for not having any HTTP request body.\n //\n // NOTE: the referred field must be present at the top-level of the request\n // message type.\n private _body: STRING;\n\n // Optional. The name of the response field whose value is mapped to the HTTP\n // response body. When omitted, the entire response message will be used\n // as the HTTP response body.\n //\n // NOTE: The referred field must be present at the top-level of the response\n // message type.\n private _responseBody: STRING;\n\n // Additional HTTP bindings for the selector. Nested bindings must\n // not contain an `additional_bindings` field themselves (that is,\n // the nesting may only be one level deep).\n private _additionalBindings: ARRAY<HttpRule, IHttpRule>;\n\n public __defaultValues: IHttpRule;\n\n constructor(\n initData?: IHttpRule,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'google.api.HttpRule';\n this.__meta.description =\n 'HttpRule # gRPC Transcoding\\n\\n gRPC Transcoding is a feature for mapping between a gRPC method and one or\\n more HTTP REST endpoints. It allows developers to build a single API service\\n that supports both gRPC APIs and REST APIs. Many systems, including [Google\\n APIs](https://github.com/googleapis/googleapis),\\n [Cloud Endpoints](https://cloud.google.com/endpoints), [gRPC\\n Gateway](https://github.com/grpc-ecosystem/grpc-gateway),\\n and [Envoy](https://github.com/envoyproxy/envoy) proxy support this feature\\n and use it for large scale production services.\\n\\n `HttpRule` defines the schema of the gRPC/REST mapping. The mapping specifies\\n how different portions of the gRPC request message are mapped to the URL\\n path, URL query parameters, and HTTP request body. It also controls how the\\n gRPC response message is mapped to the HTTP response body. `HttpRule` is\\n typically specified as an `google.api.http` annotation on the gRPC method.\\n\\n Each mapping specifies a URL path template and an HTTP method. The path\\n template may refer to one or more fields in the gRPC request message, as long\\n as each field is a non-repeated field with a primitive (non-message) type.\\n The path template controls how fields of the request message are mapped to\\n the URL path.\\n\\n Example:\\n\\n service Messaging {\\n rpc GetMessage(GetMessageRequest) returns (Message) {\\n option (google.api.http) = {\\n get: \"/v1/{name=messages/*}\"\\n };\\n }\\n }\\n message GetMessageRequest {\\n string name = 1; // Mapped to URL path.\\n }\\n message Message {\\n string text = 1; // The resource content.\\n }\\n\\n This enables an HTTP REST to gRPC mapping as below:\\n\\n HTTP | gRPC\\n -----|-----\\n `GET /v1/messages/123456` | `GetMessage(name: \"messages/123456\")`\\n\\n Any fields in the request message which are not bound by the path template\\n automatically become HTTP query parameters if there is no HTTP request body.\\n For example:\\n\\n service Messaging {\\n rpc GetMessage(GetMessageRequest) returns (Message) {\\n option (google.api.http) = {\\n get:\"/v1/messages/{message_id}\"\\n };\\n }\\n }\\n message GetMessageRequest {\\n message SubMessage {\\n string subfield = 1;\\n }\\n string message_id = 1; // Mapped to URL path.\\n int64 revision = 2; // Mapped to URL query parameter `revision`.\\n SubMessage sub = 3; // Mapped to URL query parameter `sub.subfield`.\\n }\\n\\n This enables a HTTP JSON to RPC mapping as below:\\n\\n HTTP | gRPC\\n -----|-----\\n `GET /v1/messages/123456?revision=2&sub.subfield=foo` |\\n `GetMessage(message_id: \"123456\" revision: 2 sub: SubMessage(subfield:\\n \"foo\"))`\\n\\n Note that fields which are mapped to URL query parameters must have a\\n primitive type or a repeated primitive type or a non-repeated message type.\\n In the case of a repeated type, the parameter can be repeated in the URL\\n as `...?param=A&param=B`. In the case of a message type, each field of the\\n message is mapped to a separate parameter, such as\\n `...?foo.a=A&foo.b=B&foo.c=C`.\\n\\n For HTTP methods that allow a request body, the `body` field\\n specifies the mapping. Consider a REST update method on the\\n message resource collection:\\n\\n service Messaging {\\n rpc UpdateMessage(UpdateMessageRequest) returns (Message) {\\n option (google.api.http) = {\\n patch: \"/v1/messages/{message_id}\"\\n body: \"message\"\\n };\\n }\\n }\\n message UpdateMessageRequest {\\n string message_id = 1; // mapped to the URL\\n Message message = 2; // mapped to the body\\n }\\n\\n The following HTTP JSON to RPC mapping is enabled, where the\\n representation of the JSON in the request body is determined by\\n protos JSON encoding:\\n\\n HTTP | gRPC\\n -----|-----\\n `PATCH /v1/messages/123456 { \"text\": \"Hi!\" }` | `UpdateMessage(message_id:\\n \"123456\" message { text: \"Hi!\" })`\\n\\n The special name `*` can be used in the body mapping to define that\\n every field not bound by the path template should be mapped to the\\n request body. This enables the following alternative definition of\\n the update method:\\n\\n service Messaging {\\n rpc UpdateMessage(Message) returns (Message) {\\n option (google.api.http) = {\\n patch: \"/v1/messages/{message_id}\"\\n body: \"*\"\\n };\\n }\\n }\\n message Message {\\n string message_id = 1;\\n string text = 2;\\n }\\n\\n\\n The following HTTP JSON to RPC mapping is enabled:\\n\\n HTTP | gRPC\\n -----|-----\\n `PATCH /v1/messages/123456 { \"text\": \"Hi!\" }` | `UpdateMessage(message_id:\\n \"123456\" text: \"Hi!\")`\\n\\n Note that when using `*` in the body mapping, it is not possible to\\n have HTTP parameters, as all fields not bound by the path end in\\n the body. This makes this option more rarely used in practice when\\n defining REST APIs. The common usage of `*` is in custom methods\\n which don\\'t use the URL at all for transferring data.\\n\\n It is possible to define multiple HTTP methods for one RPC by using\\n the `additional_bindings` option. Example:\\n\\n service Messaging {\\n rpc GetMessage(GetMessageRequest) returns (Message) {\\n option (google.api.http) = {\\n get: \"/v1/messages/{message_id}\"\\n additional_bindings {\\n get: \"/v1/users/{user_id}/messages/{message_id}\"\\n }\\n };\\n }\\n }\\n message GetMessageRequest {\\n string message_id = 1;\\n string user_id = 2;\\n }\\n\\n This enables the following two alternative HTTP JSON to RPC mappings:\\n\\n HTTP | gRPC\\n -----|-----\\n `GET /v1/messages/123456` | `GetMessage(message_id: \"123456\")`\\n `GET /v1/users/me/messages/123456` | `GetMessage(user_id: \"me\" message_id:\\n \"123456\")`\\n\\n ## Rules for HTTP mapping\\n\\n 1. Leaf request fields (recursive expansion nested messages in the request\\n message) are classified into three categories:\\n - Fields referred by the path template. They are passed via the URL path.\\n - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They\\n are passed via the HTTP\\n request body.\\n - All other fields are passed via the URL query parameters, and the\\n parameter name is the field path in the request message. A repeated\\n field can be represented as multiple query parameters under the same\\n name.\\n 2. If [HttpRule.body][google.api.HttpRule.body] is \"*\", there is no URL\\n query parameter, all fields\\n are passed via URL path and HTTP request body.\\n 3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP\\n request body, all\\n fields are passed via URL path and URL query parameters.\\n\\n ### Path template syntax\\n\\n Template = \"/\" Segments [ Verb ] ;\\n Segments = Segment { \"/\" Segment } ;\\n Segment = \"*\" | \"**\" | LITERAL | Variable ;\\n Variable = \"{\" FieldPath [ \"=\" Segments ] \"}\" ;\\n FieldPath = IDENT { \".\" IDENT } ;\\n Verb = \":\" LITERAL ;\\n\\n The syntax `*` matches a single URL path segment. The syntax `**` matches\\n zero or more URL path segments, which must be the last part of the URL path\\n except the `Verb`.\\n\\n The syntax `Variable` matches part of the URL path as specified by its\\n template. A variable template must not contain other variables. If a variable\\n matches a single path segment, its template may be omitted, e.g. `{var}`\\n is equivalent to `{var=*}`.\\n\\n The syntax `LITERAL` matches literal text in the URL path. If the `LITERAL`\\n contains any reserved character, such characters should be percent-encoded\\n before the matching.\\n\\n If a variable contains exactly one path segment, such as `\"{var}\"` or\\n `\"{var=*}\"`, when such a variable is expanded into a URL path on the client\\n side, all characters except `[-_.~0-9a-zA-Z]` are percent-encoded. The\\n server side does the reverse decoding. Such variables show up in the\\n [Discovery\\n Document](https://developers.google.com/discovery/v1/reference/apis) as\\n `{var}`.\\n\\n If a variable contains multiple path segments, such as `\"{var=foo/*}\"`\\n or `\"{var=**}\"`, when such a variable is expanded into a URL path on the\\n client side, all characters except `[-_.~/0-9a-zA-Z]` are percent-encoded.\\n The server side does the reverse decoding, except \"%2F\" and \"%2f\" are left\\n unchanged. Such variables show up in the\\n [Discovery\\n Document](https://developers.google.com/discovery/v1/reference/apis) as\\n `{+var}`.\\n\\n ## Using gRPC API Service Configuration\\n\\n gRPC API Service Configuration (service config) is a configuration language\\n for configuring a gRPC service to become a user-facing product. The\\n service config is simply the YAML representation of the `google.api.Service`\\n proto message.\\n\\n As an alternative to annotating your proto file, you can configure gRPC\\n transcoding in your service config YAML files. You do this by specifying a\\n `HttpRule` that maps the gRPC method to a REST endpoint, achieving the same\\n effect as the proto annotation. This can be particularly useful if you\\n have a proto that is reused in multiple services. Note that any transcoding\\n specified in the service config will override any matching transcoding\\n configuration in the proto.\\n\\n Example:\\n\\n http:\\n rules:\\n # Selects a gRPC method and applies HttpRule to it.\\n - selector: example.v1.Messaging.GetMessage\\n get: /v1/messages/{message_id}/{sub.subfield}\\n\\n ## Special notes\\n\\n When gRPC Transcoding is used to map a gRPC to JSON REST endpoints, the\\n proto to JSON conversion must follow the [proto3\\n specification](https://developers.google.com/protocol-buffers/docs/proto3#json).\\n\\n While the single segment variable follows the semantics of\\n [RFC 6570](https://tools.ietf.org/html/rfc6570) Section 3.2.2 Simple String\\n Expansion, the multi segment variable **does not** follow RFC 6570 Section\\n 3.2.3 Reserved Expansion. The reason is that the Reserved Expansion\\n does not expand special characters like `?` and `#`, which would lead\\n to invalid URLs. As the result, gRPC Transcoding uses a custom encoding\\n for multi segment variables.\\n\\n The path variables **must not** refer to any repeated or mapped field,\\n because client libraries are not capable of handling such variable expansion.\\n\\n The path variables **must not** capture the leading \"/\" character. The reason\\n is that the most common use case \"{var}\" does not capture the leading \"/\"\\n character. For consistency, all path variables must share the same behavior.\\n\\n Repeated message fields must not be mapped to URL query parameters, because\\n no client library can support such complicated mapping.\\n\\n If an API needs to use a JSON array for request or response body, it can map\\n the request or response body to a repeated field. However, some gRPC\\n Transcoding implementations may not support this feature.';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'selector',\n protoName: 'selector',\n FieldConstructor: STRING,\n constraints: {},\n description:\n 'Selects a method to which this rule applies.\\n\\n Refer to [selector][google.api.DocumentationRule.selector] for syntax\\n details.',\n },\n {\n fieldName: 'get',\n protoName: 'get',\n FieldConstructor: STRING,\n constraints: {},\n description:\n 'Maps to HTTP GET. Used for listing and getting information about\\n resources.',\n },\n {\n fieldName: 'put',\n protoName: 'put',\n FieldConstructor: STRING,\n constraints: {},\n description: 'Maps to HTTP PUT. Used for replacing a resource.',\n },\n {\n fieldName: 'post',\n protoName: 'post',\n FieldConstructor: STRING,\n constraints: {},\n description:\n 'Maps to HTTP POST. Used for creating a resource or performing an action.',\n },\n {\n fieldName: 'delete',\n protoName: 'delete',\n FieldConstructor: STRING,\n constraints: {},\n description: 'Maps to HTTP DELETE. Used for deleting a resource.',\n },\n {\n fieldName: 'patch',\n protoName: 'patch',\n FieldConstructor: STRING,\n constraints: {},\n description: 'Maps to HTTP PATCH. Used for updating a resource.',\n },\n {\n fieldName: 'custom',\n protoName: 'custom',\n FieldConstructor: GoogleApiCustomHttpPattern,\n constraints: {},\n description:\n 'The custom pattern is used for specifying an HTTP method that is not\\n included in the `pattern` field, such as HEAD, or \"*\" to leave the\\n HTTP method unspecified for this rule. The wild-card rule is useful\\n for services that provide content to Web (HTML) clients.',\n },\n {\n fieldName: 'body',\n protoName: 'body',\n FieldConstructor: STRING,\n constraints: {},\n description:\n 'The name of the request field whose value is mapped to the HTTP request\\n body, or `*` for mapping all request fields not captured by the path\\n pattern to the HTTP body, or omitted for not having any HTTP request body.\\n\\n NOTE: the referred field must be present at the top-level of the request\\n message type.',\n },\n {\n fieldName: 'responseBody',\n protoName: 'response_body',\n FieldConstructor: STRING,\n constraints: {},\n description:\n 'Optional. The name of the response field whose value is mapped to the HTTP\\n response body. When omitted, the entire response message will be used\\n as the HTTP response body.\\n\\n NOTE: The referred field must be present at the top-level of the response\\n message type.',\n },\n {\n fieldName: 'additionalBindings',\n protoName: 'additional_bindings',\n FieldConstructor: HttpRule,\n constraints: {},\n description:\n 'Additional HTTP bindings for the selector. Nested bindings must\\n not contain an `additional_bindings` field themselves (that is,\\n the nesting may only be one level deep).',\n },\n ];\n\n // Initialize the fields\n // Selects a method to which this rule applies.\n //\n // Refer to [selector][google.api.DocumentationRule.selector] for syntax\n // details.\n this._selector = new STRING(undefined, this, 'selector');\n\n // Maps to HTTP GET. Used for listing and getting information about\n // resources.\n this._get = new STRING(undefined, this, 'get');\n\n // Maps to HTTP PUT. Used for replacing a resource.\n this._put = new STRING(undefined, this, 'put');\n\n // Maps to HTTP POST. Used for creating a resource or performing an action.\n this._post = new STRING(undefined, this, 'post');\n\n // Maps to HTTP DELETE. Used for deleting a resource.\n this._delete = new STRING(undefined, this, 'delete');\n\n // Maps to HTTP PATCH. Used for updating a resource.\n this._patch = new STRING(undefined, this, 'patch');\n\n // The custom pattern is used for specifying an HTTP method that is not\n // included in the `pattern` field, such as HEAD, or \"*\" to leave the\n // HTTP method unspecified for this rule. The wild-card rule is useful\n // for services that provide content to Web (HTML) clients.\n this._custom = new GoogleApiCustomHttpPattern(undefined, this, 'custom');\n\n // The name of the request field whose value is mapped to the HTTP request\n // body, or `*` for mapping all request fields not captured by the path\n // pattern to the HTTP body, or omitted for not having any HTTP request body.\n //\n // NOTE: the referred field must be present at the top-level of the request\n // message type.\n this._body = new STRING(undefined, this, 'body');\n\n // Optional. The name of the response field whose value is mapped to the HTTP\n // response body. When omitted, the entire response message will be used\n // as the HTTP response body.\n //\n // NOTE: The referred field must be present at the top-level of the response\n // message type.\n this._responseBody = new STRING(undefined, this, 'responseBody');\n\n // Additional HTTP bindings for the selector. Nested bindings must\n // not contain an `additional_bindings` field themselves (that is,\n // the nesting may only be one level deep).\n this._additionalBindings = new ARRAY<HttpRule, IHttpRule>(\n undefined,\n this,\n 'additionalBindings',\n );\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof HttpRule] as FieldNode).__meta.required = true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {};\n\n // Initialize the fields with init data\n if (initData !== undefined) {\n this.__fromLiteral({ ...this.__defaultValues, ...initData });\n } else {\n this.__fromLiteral(this.__defaultValues);\n }\n\n // Set readonly fields after the init, so child nodes are readonly too\n [].forEach(fieldName => {\n (this[fieldName as keyof HttpRule] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n // Selects a method to which this rule applies.\n //\n // Refer to [selector][google.api.DocumentationRule.selector] for syntax\n // details.\n public get selector(): STRING {\n return this._selector;\n }\n\n public set selector(v: string) {\n this.__PrimitivesSetter(this._selector, v);\n }\n\n // Maps to HTTP GET. Used for listing and getting information about\n // resources.\n public get get(): STRING {\n return this._get;\n }\n\n public set get(v: string) {\n this.__PrimitivesSetter(this._get, v);\n }\n\n // Maps to HTTP PUT. Used for replacing a resource.\n public get put(): STRING {\n return this._put;\n }\n\n public set put(v: string) {\n this.__PrimitivesSetter(this._put, v);\n }\n\n // Maps to HTTP POST. Used for creating a resource or performing an action.\n public get post(): STRING {\n return this._post;\n }\n\n public set post(v: string) {\n this.__PrimitivesSetter(this._post, v);\n }\n\n // Maps to HTTP DELETE. Used for deleting a resource.\n public get delete(): STRING {\n return this._delete;\n }\n\n public set delete(v: string) {\n this.__PrimitivesSetter(this._delete, v);\n }\n\n // Maps to HTTP PATCH. Used for updating a resource.\n public get patch(): STRING {\n return this._patch;\n }\n\n public set patch(v: string) {\n this.__PrimitivesSetter(this._patch, v);\n }\n\n // The custom pattern is used for specifying an HTTP method that is not\n // included in the `pattern` field, such as HEAD, or \"*\" to leave the\n // HTTP method unspecified for this rule. The wild-card rule is useful\n // for services that provide content to Web (HTML) clients.\n public get custom(): GoogleApiCustomHttpPattern {\n return this._custom;\n }\n\n public set custom(v: IGoogleApiCustomHttpPattern) {\n this.__TypeSetter(this._custom, v);\n }\n\n // The name of the request field whose value is mapped to the HTTP request\n // body, or `*` for mapping all request fields not captured by the path\n // pattern to the HTTP body, or omitted for not having any HTTP request body.\n //\n // NOTE: the referred field must be present at the top-level of the request\n // message type.\n public get body(): STRING {\n return this._body;\n }\n\n public set body(v: string) {\n this.__PrimitivesSetter(this._body, v);\n }\n\n // Optional. The name of the response field whose value is mapped to the HTTP\n // response body. When omitted, the entire response message will be used\n // as the HTTP response body.\n //\n // NOTE: The referred field must be present at the top-level of the response\n // message type.\n public get responseBody(): STRING {\n return this._responseBody;\n }\n\n public set responseBody(v: string) {\n this.__PrimitivesSetter(this._responseBody, v);\n }\n\n // Additional HTTP bindings for the selector. Nested bindings must\n // not contain an `additional_bindings` field themselves (that is,\n // the nesting may only be one level deep).\n public get additionalBindings(): ARRAY<HttpRule, IHttpRule> {\n return this._additionalBindings;\n }\n\n public set additionalBindings(v: IHttpRule[]) {\n this.__TypeSetter(this._additionalBindings, v);\n }\n\n fromLiteral(data: IHttpRule) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IHttpRule {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('google.api.HttpRule', HttpRule);\n"]}
@@ -0,0 +1,356 @@
1
+ import { BYTES, FieldNode, STRING } from '@furo/open-models/dist/index';
2
+ /**
3
+ * @interface IXAny
4
+ * `Any` contains an arbitrary serialized protocol buffer message along with a
5
+ * URL that describes the type of the serialized message.
6
+ *
7
+ * Protobuf library provides support to pack/unpack Any values in the form
8
+ * of utility functions or additional generated methods of the Any type.
9
+ *
10
+ * Example 1: Pack and unpack a message in C++.
11
+ *
12
+ * Foo foo = ...;
13
+ * Any any;
14
+ * any.PackFrom(foo);
15
+ * ...
16
+ * if (any.UnpackTo(&foo)) {
17
+ * ...
18
+ * }
19
+ *
20
+ * Example 2: Pack and unpack a message in Java.
21
+ *
22
+ * Foo foo = ...;
23
+ * Any any = Any.pack(foo);
24
+ * ...
25
+ * if (any.is(Foo.class)) {
26
+ * foo = any.unpack(Foo.class);
27
+ * }
28
+ * // or ...
29
+ * if (any.isSameTypeAs(Foo.getDefaultInstance())) {
30
+ * foo = any.unpack(Foo.getDefaultInstance());
31
+ * }
32
+ *
33
+ * Example 3: Pack and unpack a message in Python.
34
+ *
35
+ * foo = Foo(...)
36
+ * any = Any()
37
+ * any.Pack(foo)
38
+ * ...
39
+ * if any.Is(Foo.DESCRIPTOR):
40
+ * any.Unpack(foo)
41
+ * ...
42
+ *
43
+ * Example 4: Pack and unpack a message in Go
44
+ *
45
+ * foo := &pb.Foo{...}
46
+ * any, err := anypb.New(foo)
47
+ * if err != nil {
48
+ * ...
49
+ * }
50
+ * ...
51
+ * foo := &pb.Foo{}
52
+ * if err := any.UnmarshalTo(foo); err != nil {
53
+ * ...
54
+ * }
55
+ *
56
+ * The pack methods provided by protobuf library will by default use
57
+ * 'type.googleapis.com/full.type.name' as the type URL and the unpack
58
+ * methods only use the fully qualified type name after the last '/'
59
+ * in the type URL, for example "foo.bar.com/x/y.z" will yield type
60
+ * name "y.z".
61
+ *
62
+ * JSON
63
+ * ====
64
+ * The JSON representation of an `Any` value uses the regular
65
+ * representation of the deserialized, embedded message, with an
66
+ * additional field `@type` which contains the type URL. Example:
67
+ *
68
+ * package google.profile;
69
+ * message Person {
70
+ * string first_name = 1;
71
+ * string last_name = 2;
72
+ * }
73
+ *
74
+ * {
75
+ * "@type": "type.googleapis.com/google.profile.Person",
76
+ * "firstName": <string>,
77
+ * "lastName": <string>
78
+ * }
79
+ *
80
+ * If the embedded message type is well-known and has a custom JSON
81
+ * representation, that representation will be embedded adding a field
82
+ * `value` which holds the custom JSON in addition to the `@type`
83
+ * field. Example (for message [google.protobuf.Duration][]):
84
+ *
85
+ * {
86
+ * "@type": "type.googleapis.com/google.protobuf.Duration",
87
+ * "value": "1.212s"
88
+ * }
89
+ *
90
+ */
91
+ export interface IXAny {
92
+ /**
93
+ * A URL/resource name that uniquely identifies the type of the serialized
94
+ * protocol buffer message. This string must contain at least
95
+ * one "/" character. The last segment of the URL's path must represent
96
+ * the fully qualified name of the type (as in
97
+ * `path/google.protobuf.Duration`). The name should be in a canonical form
98
+ * (e.g., leading "." is not accepted).
99
+ *
100
+ * In practice, teams usually precompile into the binary all types that they
101
+ * expect it to use in the context of Any. However, for URLs which use the
102
+ * scheme `http`, `https`, or no scheme, one can optionally set up a type
103
+ * server that maps type URLs to message definitions as follows:
104
+ *
105
+ * * If no scheme is provided, `https` is assumed.
106
+ * * An HTTP GET on the URL must yield a [google.protobuf.Type][]
107
+ * value in binary format, or produce an error.
108
+ * * Applications are allowed to cache lookup results based on the
109
+ * URL, or have them precompiled into a binary to avoid any
110
+ * lookup. Therefore, binary compatibility needs to be preserved
111
+ * on changes to types. (Use versioned type names to manage
112
+ * breaking changes.)
113
+ *
114
+ * Note: this functionality is not currently available in the official
115
+ * protobuf release, and it is not used for type URLs beginning with
116
+ * type.googleapis.com. As of May 2023, there are no widely used type server
117
+ * implementations and no plans to implement one.
118
+ *
119
+ * Schemes other than `http`, `https` (or the empty scheme) might be
120
+ * used with implementation specific semantics.
121
+ *
122
+ */
123
+ typeUrl?: string;
124
+ /**
125
+ * Must be a valid serialized protocol buffer of the above specified type.
126
+ */
127
+ value?: string;
128
+ }
129
+ /**
130
+ * @interface TXAny
131
+ * `Any` contains an arbitrary serialized protocol buffer message along with a
132
+ * URL that describes the type of the serialized message.
133
+ *
134
+ * Protobuf library provides support to pack/unpack Any values in the form
135
+ * of utility functions or additional generated methods of the Any type.
136
+ *
137
+ * Example 1: Pack and unpack a message in C++.
138
+ *
139
+ * Foo foo = ...;
140
+ * Any any;
141
+ * any.PackFrom(foo);
142
+ * ...
143
+ * if (any.UnpackTo(&foo)) {
144
+ * ...
145
+ * }
146
+ *
147
+ * Example 2: Pack and unpack a message in Java.
148
+ *
149
+ * Foo foo = ...;
150
+ * Any any = Any.pack(foo);
151
+ * ...
152
+ * if (any.is(Foo.class)) {
153
+ * foo = any.unpack(Foo.class);
154
+ * }
155
+ * // or ...
156
+ * if (any.isSameTypeAs(Foo.getDefaultInstance())) {
157
+ * foo = any.unpack(Foo.getDefaultInstance());
158
+ * }
159
+ *
160
+ * Example 3: Pack and unpack a message in Python.
161
+ *
162
+ * foo = Foo(...)
163
+ * any = Any()
164
+ * any.Pack(foo)
165
+ * ...
166
+ * if any.Is(Foo.DESCRIPTOR):
167
+ * any.Unpack(foo)
168
+ * ...
169
+ *
170
+ * Example 4: Pack and unpack a message in Go
171
+ *
172
+ * foo := &pb.Foo{...}
173
+ * any, err := anypb.New(foo)
174
+ * if err != nil {
175
+ * ...
176
+ * }
177
+ * ...
178
+ * foo := &pb.Foo{}
179
+ * if err := any.UnmarshalTo(foo); err != nil {
180
+ * ...
181
+ * }
182
+ *
183
+ * The pack methods provided by protobuf library will by default use
184
+ * 'type.googleapis.com/full.type.name' as the type URL and the unpack
185
+ * methods only use the fully qualified type name after the last '/'
186
+ * in the type URL, for example "foo.bar.com/x/y.z" will yield type
187
+ * name "y.z".
188
+ *
189
+ * JSON
190
+ * ====
191
+ * The JSON representation of an `Any` value uses the regular
192
+ * representation of the deserialized, embedded message, with an
193
+ * additional field `@type` which contains the type URL. Example:
194
+ *
195
+ * package google.profile;
196
+ * message Person {
197
+ * string first_name = 1;
198
+ * string last_name = 2;
199
+ * }
200
+ *
201
+ * {
202
+ * "@type": "type.googleapis.com/google.profile.Person",
203
+ * "firstName": <string>,
204
+ * "lastName": <string>
205
+ * }
206
+ *
207
+ * If the embedded message type is well-known and has a custom JSON
208
+ * representation, that representation will be embedded adding a field
209
+ * `value` which holds the custom JSON in addition to the `@type`
210
+ * field. Example (for message [google.protobuf.Duration][]):
211
+ *
212
+ * {
213
+ * "@type": "type.googleapis.com/google.protobuf.Duration",
214
+ * "value": "1.212s"
215
+ * }
216
+ *
217
+ */
218
+ export interface TXAny {
219
+ /**
220
+ * A URL/resource name that uniquely identifies the type of the serialized
221
+ * protocol buffer message. This string must contain at least
222
+ * one "/" character. The last segment of the URL's path must represent
223
+ * the fully qualified name of the type (as in
224
+ * `path/google.protobuf.Duration`). The name should be in a canonical form
225
+ * (e.g., leading "." is not accepted).
226
+ *
227
+ * In practice, teams usually precompile into the binary all types that they
228
+ * expect it to use in the context of Any. However, for URLs which use the
229
+ * scheme `http`, `https`, or no scheme, one can optionally set up a type
230
+ * server that maps type URLs to message definitions as follows:
231
+ *
232
+ * * If no scheme is provided, `https` is assumed.
233
+ * * An HTTP GET on the URL must yield a [google.protobuf.Type][]
234
+ * value in binary format, or produce an error.
235
+ * * Applications are allowed to cache lookup results based on the
236
+ * URL, or have them precompiled into a binary to avoid any
237
+ * lookup. Therefore, binary compatibility needs to be preserved
238
+ * on changes to types. (Use versioned type names to manage
239
+ * breaking changes.)
240
+ *
241
+ * Note: this functionality is not currently available in the official
242
+ * protobuf release, and it is not used for type URLs beginning with
243
+ * type.googleapis.com. As of May 2023, there are no widely used type server
244
+ * implementations and no plans to implement one.
245
+ *
246
+ * Schemes other than `http`, `https` (or the empty scheme) might be
247
+ * used with implementation specific semantics.
248
+ *
249
+ */
250
+ type_url?: string;
251
+ /**
252
+ * Must be a valid serialized protocol buffer of the above specified type.
253
+ */
254
+ value?: string;
255
+ }
256
+ /**
257
+ * XAny
258
+ * `Any` contains an arbitrary serialized protocol buffer message along with a
259
+ * URL that describes the type of the serialized message.
260
+ *
261
+ * Protobuf library provides support to pack/unpack Any values in the form
262
+ * of utility functions or additional generated methods of the Any type.
263
+ *
264
+ * Example 1: Pack and unpack a message in C++.
265
+ *
266
+ * Foo foo = ...;
267
+ * Any any;
268
+ * any.PackFrom(foo);
269
+ * ...
270
+ * if (any.UnpackTo(&foo)) {
271
+ * ...
272
+ * }
273
+ *
274
+ * Example 2: Pack and unpack a message in Java.
275
+ *
276
+ * Foo foo = ...;
277
+ * Any any = Any.pack(foo);
278
+ * ...
279
+ * if (any.is(Foo.class)) {
280
+ * foo = any.unpack(Foo.class);
281
+ * }
282
+ * // or ...
283
+ * if (any.isSameTypeAs(Foo.getDefaultInstance())) {
284
+ * foo = any.unpack(Foo.getDefaultInstance());
285
+ * }
286
+ *
287
+ * Example 3: Pack and unpack a message in Python.
288
+ *
289
+ * foo = Foo(...)
290
+ * any = Any()
291
+ * any.Pack(foo)
292
+ * ...
293
+ * if any.Is(Foo.DESCRIPTOR):
294
+ * any.Unpack(foo)
295
+ * ...
296
+ *
297
+ * Example 4: Pack and unpack a message in Go
298
+ *
299
+ * foo := &pb.Foo{...}
300
+ * any, err := anypb.New(foo)
301
+ * if err != nil {
302
+ * ...
303
+ * }
304
+ * ...
305
+ * foo := &pb.Foo{}
306
+ * if err := any.UnmarshalTo(foo); err != nil {
307
+ * ...
308
+ * }
309
+ *
310
+ * The pack methods provided by protobuf library will by default use
311
+ * 'type.googleapis.com/full.type.name' as the type URL and the unpack
312
+ * methods only use the fully qualified type name after the last '/'
313
+ * in the type URL, for example "foo.bar.com/x/y.z" will yield type
314
+ * name "y.z".
315
+ *
316
+ * JSON
317
+ * ====
318
+ * The JSON representation of an `Any` value uses the regular
319
+ * representation of the deserialized, embedded message, with an
320
+ * additional field `@type` which contains the type URL. Example:
321
+ *
322
+ * package google.profile;
323
+ * message Person {
324
+ * string first_name = 1;
325
+ * string last_name = 2;
326
+ * }
327
+ *
328
+ * {
329
+ * "@type": "type.googleapis.com/google.profile.Person",
330
+ * "firstName": <string>,
331
+ * "lastName": <string>
332
+ * }
333
+ *
334
+ * If the embedded message type is well-known and has a custom JSON
335
+ * representation, that representation will be embedded adding a field
336
+ * `value` which holds the custom JSON in addition to the `@type`
337
+ * field. Example (for message [google.protobuf.Duration][]):
338
+ *
339
+ * {
340
+ * "@type": "type.googleapis.com/google.protobuf.Duration",
341
+ * "value": "1.212s"
342
+ * }
343
+ *
344
+ */
345
+ export declare class XAny extends FieldNode {
346
+ private _typeUrl;
347
+ private _value;
348
+ __defaultValues: IXAny;
349
+ constructor(initData?: IXAny, parent?: FieldNode, parentAttributeName?: string);
350
+ get typeUrl(): STRING;
351
+ set typeUrl(v: string);
352
+ get value(): BYTES;
353
+ set value(v: string);
354
+ fromLiteral(data: IXAny): void;
355
+ toLiteral(): IXAny;
356
+ }