@superblocksteam/types 0.1859.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 (477) hide show
  1. package/dist/src/agent/v1/index.d.ts +2 -0
  2. package/dist/src/agent/v1/index.d.ts.map +1 -0
  3. package/dist/src/agent/v1/index.js +18 -0
  4. package/dist/src/agent/v1/index.js.map +1 -0
  5. package/dist/src/agent/v1/service_pb.d.ts +398 -0
  6. package/dist/src/agent/v1/service_pb.d.ts.map +1 -0
  7. package/dist/src/agent/v1/service_pb.js +608 -0
  8. package/dist/src/agent/v1/service_pb.js.map +1 -0
  9. package/dist/src/ai/v1/ai_pb.d.ts +592 -0
  10. package/dist/src/ai/v1/ai_pb.d.ts.map +1 -0
  11. package/dist/src/ai/v1/ai_pb.js +775 -0
  12. package/dist/src/ai/v1/ai_pb.js.map +1 -0
  13. package/dist/src/ai/v1/metadata_pb.d.ts +101 -0
  14. package/dist/src/ai/v1/metadata_pb.d.ts.map +1 -0
  15. package/dist/src/ai/v1/metadata_pb.js +57 -0
  16. package/dist/src/ai/v1/metadata_pb.js.map +1 -0
  17. package/dist/src/ai/v1/service_pb.d.ts +79 -0
  18. package/dist/src/ai/v1/service_pb.d.ts.map +1 -0
  19. package/dist/src/ai/v1/service_pb.js +132 -0
  20. package/dist/src/ai/v1/service_pb.js.map +1 -0
  21. package/dist/src/ai/v1/vector_pb.d.ts +32 -0
  22. package/dist/src/ai/v1/vector_pb.d.ts.map +1 -0
  23. package/dist/src/ai/v1/vector_pb.js +55 -0
  24. package/dist/src/ai/v1/vector_pb.js.map +1 -0
  25. package/dist/src/api/v1/api_pb.d.ts +1540 -0
  26. package/dist/src/api/v1/api_pb.d.ts.map +1 -0
  27. package/dist/src/api/v1/api_pb.js +1657 -0
  28. package/dist/src/api/v1/api_pb.js.map +1 -0
  29. package/dist/src/api/v1/blocks_pb.d.ts +109 -0
  30. package/dist/src/api/v1/blocks_pb.d.ts.map +1 -0
  31. package/dist/src/api/v1/blocks_pb.js +162 -0
  32. package/dist/src/api/v1/blocks_pb.js.map +1 -0
  33. package/dist/src/api/v1/event_pb.d.ts +431 -0
  34. package/dist/src/api/v1/event_pb.d.ts.map +1 -0
  35. package/dist/src/api/v1/event_pb.js +600 -0
  36. package/dist/src/api/v1/event_pb.js.map +1 -0
  37. package/dist/src/api/v1/index.d.ts +7 -0
  38. package/dist/src/api/v1/index.d.ts.map +1 -0
  39. package/dist/src/api/v1/index.js +23 -0
  40. package/dist/src/api/v1/index.js.map +1 -0
  41. package/dist/src/api/v1/integration_auth_service_pb.d.ts +195 -0
  42. package/dist/src/api/v1/integration_auth_service_pb.d.ts.map +1 -0
  43. package/dist/src/api/v1/integration_auth_service_pb.js +315 -0
  44. package/dist/src/api/v1/integration_auth_service_pb.js.map +1 -0
  45. package/dist/src/api/v1/requests_pb.d.ts +525 -0
  46. package/dist/src/api/v1/requests_pb.d.ts.map +1 -0
  47. package/dist/src/api/v1/requests_pb.js +693 -0
  48. package/dist/src/api/v1/requests_pb.js.map +1 -0
  49. package/dist/src/api/v1/service_pb.d.ts +1391 -0
  50. package/dist/src/api/v1/service_pb.d.ts.map +1 -0
  51. package/dist/src/api/v1/service_pb.js +2002 -0
  52. package/dist/src/api/v1/service_pb.js.map +1 -0
  53. package/dist/src/auth/v1/auth_pb.d.ts +75 -0
  54. package/dist/src/auth/v1/auth_pb.d.ts.map +1 -0
  55. package/dist/src/auth/v1/auth_pb.js +118 -0
  56. package/dist/src/auth/v1/auth_pb.js.map +1 -0
  57. package/dist/src/buf/validate/expression_pb.d.ts +133 -0
  58. package/dist/src/buf/validate/expression_pb.d.ts.map +1 -0
  59. package/dist/src/buf/validate/expression_pb.js +195 -0
  60. package/dist/src/buf/validate/expression_pb.js.map +1 -0
  61. package/dist/src/buf/validate/priv/private_pb.d.ts +49 -0
  62. package/dist/src/buf/validate/priv/private_pb.d.ts.map +1 -0
  63. package/dist/src/buf/validate/priv/private_pb.js +94 -0
  64. package/dist/src/buf/validate/priv/private_pb.js.map +1 -0
  65. package/dist/src/buf/validate/validate_pb.d.ts +3681 -0
  66. package/dist/src/buf/validate/validate_pb.d.ts.map +1 -0
  67. package/dist/src/buf/validate/validate_pb.js +2437 -0
  68. package/dist/src/buf/validate/validate_pb.js.map +1 -0
  69. package/dist/src/cache/v1/cache_pb.d.ts +80 -0
  70. package/dist/src/cache/v1/cache_pb.d.ts.map +1 -0
  71. package/dist/src/cache/v1/cache_pb.js +127 -0
  72. package/dist/src/cache/v1/cache_pb.js.map +1 -0
  73. package/dist/src/common/v1/api_pb.d.ts +79 -0
  74. package/dist/src/common/v1/api_pb.d.ts.map +1 -0
  75. package/dist/src/common/v1/api_pb.js +138 -0
  76. package/dist/src/common/v1/api_pb.js.map +1 -0
  77. package/dist/src/common/v1/common_pb.d.ts +124 -0
  78. package/dist/src/common/v1/common_pb.d.ts.map +1 -0
  79. package/dist/src/common/v1/common_pb.js +189 -0
  80. package/dist/src/common/v1/common_pb.js.map +1 -0
  81. package/dist/src/common/v1/errors_pb.d.ts +85 -0
  82. package/dist/src/common/v1/errors_pb.d.ts.map +1 -0
  83. package/dist/src/common/v1/errors_pb.js +124 -0
  84. package/dist/src/common/v1/errors_pb.js.map +1 -0
  85. package/dist/src/common/v1/health_pb.d.ts +77 -0
  86. package/dist/src/common/v1/health_pb.d.ts.map +1 -0
  87. package/dist/src/common/v1/health_pb.js +121 -0
  88. package/dist/src/common/v1/health_pb.js.map +1 -0
  89. package/dist/src/common/v1/index.d.ts +6 -0
  90. package/dist/src/common/v1/index.d.ts.map +1 -0
  91. package/dist/src/common/v1/index.js +22 -0
  92. package/dist/src/common/v1/index.js.map +1 -0
  93. package/dist/src/common/v1/language_pb.d.ts +506 -0
  94. package/dist/src/common/v1/language_pb.d.ts.map +1 -0
  95. package/dist/src/common/v1/language_pb.js +643 -0
  96. package/dist/src/common/v1/language_pb.js.map +1 -0
  97. package/dist/src/common/v1/plugin_pb.d.ts +135 -0
  98. package/dist/src/common/v1/plugin_pb.d.ts.map +1 -0
  99. package/dist/src/common/v1/plugin_pb.js +206 -0
  100. package/dist/src/common/v1/plugin_pb.js.map +1 -0
  101. package/dist/src/common/v1/utils_pb.d.ts +20 -0
  102. package/dist/src/common/v1/utils_pb.d.ts.map +1 -0
  103. package/dist/src/common/v1/utils_pb.js +40 -0
  104. package/dist/src/common/v1/utils_pb.js.map +1 -0
  105. package/dist/src/event/v1/cloudevent_pb.d.ts +170 -0
  106. package/dist/src/event/v1/cloudevent_pb.d.ts.map +1 -0
  107. package/dist/src/event/v1/cloudevent_pb.js +124 -0
  108. package/dist/src/event/v1/cloudevent_pb.js.map +1 -0
  109. package/dist/src/event/v1/event_pb.d.ts +165 -0
  110. package/dist/src/event/v1/event_pb.d.ts.map +1 -0
  111. package/dist/src/event/v1/event_pb.js +232 -0
  112. package/dist/src/event/v1/event_pb.js.map +1 -0
  113. package/dist/src/event/v1/service_pb.d.ts +62 -0
  114. package/dist/src/event/v1/service_pb.d.ts.map +1 -0
  115. package/dist/src/event/v1/service_pb.js +112 -0
  116. package/dist/src/event/v1/service_pb.js.map +1 -0
  117. package/dist/src/event/v2/cloudevent_pb.d.ts +170 -0
  118. package/dist/src/event/v2/cloudevent_pb.d.ts.map +1 -0
  119. package/dist/src/event/v2/cloudevent_pb.js +124 -0
  120. package/dist/src/event/v2/cloudevent_pb.js.map +1 -0
  121. package/dist/src/google/api/http_pb.d.ts +454 -0
  122. package/dist/src/google/api/http_pb.d.ts.map +1 -0
  123. package/dist/src/google/api/http_pb.js +467 -0
  124. package/dist/src/google/api/http_pb.js.map +1 -0
  125. package/dist/src/index.d.ts +9 -0
  126. package/dist/src/index.d.ts.map +1 -0
  127. package/dist/src/index.js +25 -0
  128. package/dist/src/index.js.map +1 -0
  129. package/dist/src/intake/v1/logs_pb.d.ts +20 -0
  130. package/dist/src/intake/v1/logs_pb.d.ts.map +1 -0
  131. package/dist/src/intake/v1/logs_pb.js +40 -0
  132. package/dist/src/intake/v1/logs_pb.js.map +1 -0
  133. package/dist/src/integration/v1/service_pb.d.ts +174 -0
  134. package/dist/src/integration/v1/service_pb.d.ts.map +1 -0
  135. package/dist/src/integration/v1/service_pb.js +274 -0
  136. package/dist/src/integration/v1/service_pb.js.map +1 -0
  137. package/dist/src/kafka/v1/index.d.ts +2 -0
  138. package/dist/src/kafka/v1/index.d.ts.map +1 -0
  139. package/dist/src/kafka/v1/index.js +28 -0
  140. package/dist/src/kafka/v1/index.js.map +1 -0
  141. package/dist/src/kafka/v1/kafka_pb.d.ts +66 -0
  142. package/dist/src/kafka/v1/kafka_pb.d.ts.map +1 -0
  143. package/dist/src/kafka/v1/kafka_pb.js +96 -0
  144. package/dist/src/kafka/v1/kafka_pb.js.map +1 -0
  145. package/dist/src/plugins/adls/v1/plugin_pb.d.ts +305 -0
  146. package/dist/src/plugins/adls/v1/plugin_pb.d.ts.map +1 -0
  147. package/dist/src/plugins/adls/v1/plugin_pb.js +435 -0
  148. package/dist/src/plugins/adls/v1/plugin_pb.js.map +1 -0
  149. package/dist/src/plugins/athena/v1/plugin_pb.d.ts +91 -0
  150. package/dist/src/plugins/athena/v1/plugin_pb.d.ts.map +1 -0
  151. package/dist/src/plugins/athena/v1/plugin_pb.js +141 -0
  152. package/dist/src/plugins/athena/v1/plugin_pb.js.map +1 -0
  153. package/dist/src/plugins/bigquery/v1/plugin_pb.d.ts +119 -0
  154. package/dist/src/plugins/bigquery/v1/plugin_pb.d.ts.map +1 -0
  155. package/dist/src/plugins/bigquery/v1/plugin_pb.js +193 -0
  156. package/dist/src/plugins/bigquery/v1/plugin_pb.js.map +1 -0
  157. package/dist/src/plugins/cockroachdb/v1/plugin_pb.d.ts +110 -0
  158. package/dist/src/plugins/cockroachdb/v1/plugin_pb.d.ts.map +1 -0
  159. package/dist/src/plugins/cockroachdb/v1/plugin_pb.js +172 -0
  160. package/dist/src/plugins/cockroachdb/v1/plugin_pb.js.map +1 -0
  161. package/dist/src/plugins/common/v1/auth_pb.d.ts +514 -0
  162. package/dist/src/plugins/common/v1/auth_pb.d.ts.map +1 -0
  163. package/dist/src/plugins/common/v1/auth_pb.js +711 -0
  164. package/dist/src/plugins/common/v1/auth_pb.js.map +1 -0
  165. package/dist/src/plugins/common/v1/metadata_pb.d.ts +96 -0
  166. package/dist/src/plugins/common/v1/metadata_pb.d.ts.map +1 -0
  167. package/dist/src/plugins/common/v1/metadata_pb.js +164 -0
  168. package/dist/src/plugins/common/v1/metadata_pb.js.map +1 -0
  169. package/dist/src/plugins/common/v1/plugin_pb.d.ts +294 -0
  170. package/dist/src/plugins/common/v1/plugin_pb.d.ts.map +1 -0
  171. package/dist/src/plugins/common/v1/plugin_pb.js +452 -0
  172. package/dist/src/plugins/common/v1/plugin_pb.js.map +1 -0
  173. package/dist/src/plugins/cosmosdb/v1/plugin_pb.d.ts +373 -0
  174. package/dist/src/plugins/cosmosdb/v1/plugin_pb.d.ts.map +1 -0
  175. package/dist/src/plugins/cosmosdb/v1/plugin_pb.js +525 -0
  176. package/dist/src/plugins/cosmosdb/v1/plugin_pb.js.map +1 -0
  177. package/dist/src/plugins/couchbase/v1/plugin_pb.d.ts +259 -0
  178. package/dist/src/plugins/couchbase/v1/plugin_pb.d.ts.map +1 -0
  179. package/dist/src/plugins/couchbase/v1/plugin_pb.js +395 -0
  180. package/dist/src/plugins/couchbase/v1/plugin_pb.js.map +1 -0
  181. package/dist/src/plugins/custom/v1/plugin_pb.d.ts +32 -0
  182. package/dist/src/plugins/custom/v1/plugin_pb.d.ts.map +1 -0
  183. package/dist/src/plugins/custom/v1/plugin_pb.js +54 -0
  184. package/dist/src/plugins/custom/v1/plugin_pb.js.map +1 -0
  185. package/dist/src/plugins/databricks/v1/plugin_pb.d.ts +117 -0
  186. package/dist/src/plugins/databricks/v1/plugin_pb.d.ts.map +1 -0
  187. package/dist/src/plugins/databricks/v1/plugin_pb.js +171 -0
  188. package/dist/src/plugins/databricks/v1/plugin_pb.js.map +1 -0
  189. package/dist/src/plugins/dynamodb/v1/plugin_pb.d.ts +194 -0
  190. package/dist/src/plugins/dynamodb/v1/plugin_pb.d.ts.map +1 -0
  191. package/dist/src/plugins/dynamodb/v1/plugin_pb.js +316 -0
  192. package/dist/src/plugins/dynamodb/v1/plugin_pb.js.map +1 -0
  193. package/dist/src/plugins/email/v1/plugin_pb.d.ts +65 -0
  194. package/dist/src/plugins/email/v1/plugin_pb.d.ts.map +1 -0
  195. package/dist/src/plugins/email/v1/plugin_pb.js +106 -0
  196. package/dist/src/plugins/email/v1/plugin_pb.js.map +1 -0
  197. package/dist/src/plugins/gcs/v1/plugin_pb.d.ts +147 -0
  198. package/dist/src/plugins/gcs/v1/plugin_pb.d.ts.map +1 -0
  199. package/dist/src/plugins/gcs/v1/plugin_pb.js +228 -0
  200. package/dist/src/plugins/gcs/v1/plugin_pb.js.map +1 -0
  201. package/dist/src/plugins/graphql/v1/plugin_pb.d.ts +70 -0
  202. package/dist/src/plugins/graphql/v1/plugin_pb.d.ts.map +1 -0
  203. package/dist/src/plugins/graphql/v1/plugin_pb.js +111 -0
  204. package/dist/src/plugins/graphql/v1/plugin_pb.js.map +1 -0
  205. package/dist/src/plugins/gsheets/v1/plugin_pb.d.ts +123 -0
  206. package/dist/src/plugins/gsheets/v1/plugin_pb.d.ts.map +1 -0
  207. package/dist/src/plugins/gsheets/v1/plugin_pb.js +187 -0
  208. package/dist/src/plugins/gsheets/v1/plugin_pb.js.map +1 -0
  209. package/dist/src/plugins/index.d.ts +19 -0
  210. package/dist/src/plugins/index.d.ts.map +1 -0
  211. package/dist/src/plugins/index.js +45 -0
  212. package/dist/src/plugins/index.js.map +1 -0
  213. package/dist/src/plugins/javascript/v1/plugin_pb.d.ts +41 -0
  214. package/dist/src/plugins/javascript/v1/plugin_pb.d.ts.map +1 -0
  215. package/dist/src/plugins/javascript/v1/plugin_pb.js +76 -0
  216. package/dist/src/plugins/javascript/v1/plugin_pb.js.map +1 -0
  217. package/dist/src/plugins/kafka/v1/plugin_pb.d.ts +521 -0
  218. package/dist/src/plugins/kafka/v1/plugin_pb.d.ts.map +1 -0
  219. package/dist/src/plugins/kafka/v1/plugin_pb.js +788 -0
  220. package/dist/src/plugins/kafka/v1/plugin_pb.js.map +1 -0
  221. package/dist/src/plugins/kinesis/v1/plugin_pb.d.ts +234 -0
  222. package/dist/src/plugins/kinesis/v1/plugin_pb.d.ts.map +1 -0
  223. package/dist/src/plugins/kinesis/v1/plugin_pb.js +351 -0
  224. package/dist/src/plugins/kinesis/v1/plugin_pb.js.map +1 -0
  225. package/dist/src/plugins/mariadb/v1/plugin_pb.d.ts +110 -0
  226. package/dist/src/plugins/mariadb/v1/plugin_pb.d.ts.map +1 -0
  227. package/dist/src/plugins/mariadb/v1/plugin_pb.js +172 -0
  228. package/dist/src/plugins/mariadb/v1/plugin_pb.js.map +1 -0
  229. package/dist/src/plugins/mongodb/v1/plugin_pb.d.ts +100 -0
  230. package/dist/src/plugins/mongodb/v1/plugin_pb.d.ts.map +1 -0
  231. package/dist/src/plugins/mongodb/v1/plugin_pb.js +149 -0
  232. package/dist/src/plugins/mongodb/v1/plugin_pb.js.map +1 -0
  233. package/dist/src/plugins/mssql/v1/plugin_pb.d.ts +131 -0
  234. package/dist/src/plugins/mssql/v1/plugin_pb.d.ts.map +1 -0
  235. package/dist/src/plugins/mssql/v1/plugin_pb.js +208 -0
  236. package/dist/src/plugins/mssql/v1/plugin_pb.js.map +1 -0
  237. package/dist/src/plugins/mysql/v1/plugin_pb.d.ts +131 -0
  238. package/dist/src/plugins/mysql/v1/plugin_pb.d.ts.map +1 -0
  239. package/dist/src/plugins/mysql/v1/plugin_pb.js +208 -0
  240. package/dist/src/plugins/mysql/v1/plugin_pb.js.map +1 -0
  241. package/dist/src/plugins/ocr/v1/plugin_pb.d.ts +28 -0
  242. package/dist/src/plugins/ocr/v1/plugin_pb.d.ts.map +1 -0
  243. package/dist/src/plugins/ocr/v1/plugin_pb.js +50 -0
  244. package/dist/src/plugins/ocr/v1/plugin_pb.js.map +1 -0
  245. package/dist/src/plugins/openai/v1/plugin_pb.d.ts +264 -0
  246. package/dist/src/plugins/openai/v1/plugin_pb.d.ts.map +1 -0
  247. package/dist/src/plugins/openai/v1/plugin_pb.js +373 -0
  248. package/dist/src/plugins/openai/v1/plugin_pb.js.map +1 -0
  249. package/dist/src/plugins/oracledb/v1/plugin_pb.d.ts +86 -0
  250. package/dist/src/plugins/oracledb/v1/plugin_pb.d.ts.map +1 -0
  251. package/dist/src/plugins/oracledb/v1/plugin_pb.js +132 -0
  252. package/dist/src/plugins/oracledb/v1/plugin_pb.js.map +1 -0
  253. package/dist/src/plugins/pinecone/v1/plugin_pb.d.ts +158 -0
  254. package/dist/src/plugins/pinecone/v1/plugin_pb.d.ts.map +1 -0
  255. package/dist/src/plugins/pinecone/v1/plugin_pb.js +218 -0
  256. package/dist/src/plugins/pinecone/v1/plugin_pb.js.map +1 -0
  257. package/dist/src/plugins/postgresql/v1/plugin_pb.d.ts +131 -0
  258. package/dist/src/plugins/postgresql/v1/plugin_pb.d.ts.map +1 -0
  259. package/dist/src/plugins/postgresql/v1/plugin_pb.js +208 -0
  260. package/dist/src/plugins/postgresql/v1/plugin_pb.js.map +1 -0
  261. package/dist/src/plugins/python/v1/plugin_pb.d.ts +41 -0
  262. package/dist/src/plugins/python/v1/plugin_pb.d.ts.map +1 -0
  263. package/dist/src/plugins/python/v1/plugin_pb.js +76 -0
  264. package/dist/src/plugins/python/v1/plugin_pb.js.map +1 -0
  265. package/dist/src/plugins/redis/v1/plugin_pb.d.ts +1136 -0
  266. package/dist/src/plugins/redis/v1/plugin_pb.d.ts.map +1 -0
  267. package/dist/src/plugins/redis/v1/plugin_pb.js +1552 -0
  268. package/dist/src/plugins/redis/v1/plugin_pb.js.map +1 -0
  269. package/dist/src/plugins/redshift/v1/plugin_pb.d.ts +119 -0
  270. package/dist/src/plugins/redshift/v1/plugin_pb.d.ts.map +1 -0
  271. package/dist/src/plugins/redshift/v1/plugin_pb.js +193 -0
  272. package/dist/src/plugins/redshift/v1/plugin_pb.js.map +1 -0
  273. package/dist/src/plugins/restapi/v1/plugin_pb.d.ts +77 -0
  274. package/dist/src/plugins/restapi/v1/plugin_pb.d.ts.map +1 -0
  275. package/dist/src/plugins/restapi/v1/plugin_pb.js +110 -0
  276. package/dist/src/plugins/restapi/v1/plugin_pb.js.map +1 -0
  277. package/dist/src/plugins/restapiintegration/v1/plugin_pb.d.ts +99 -0
  278. package/dist/src/plugins/restapiintegration/v1/plugin_pb.d.ts.map +1 -0
  279. package/dist/src/plugins/restapiintegration/v1/plugin_pb.js +137 -0
  280. package/dist/src/plugins/restapiintegration/v1/plugin_pb.js.map +1 -0
  281. package/dist/src/plugins/rockset/v1/plugin_pb.d.ts +123 -0
  282. package/dist/src/plugins/rockset/v1/plugin_pb.d.ts.map +1 -0
  283. package/dist/src/plugins/rockset/v1/plugin_pb.js +198 -0
  284. package/dist/src/plugins/rockset/v1/plugin_pb.js.map +1 -0
  285. package/dist/src/plugins/s3/v1/plugin_pb.d.ts +168 -0
  286. package/dist/src/plugins/s3/v1/plugin_pb.d.ts.map +1 -0
  287. package/dist/src/plugins/s3/v1/plugin_pb.js +263 -0
  288. package/dist/src/plugins/s3/v1/plugin_pb.js.map +1 -0
  289. package/dist/src/plugins/salesforce/v1/plugin_pb.d.ts +293 -0
  290. package/dist/src/plugins/salesforce/v1/plugin_pb.d.ts.map +1 -0
  291. package/dist/src/plugins/salesforce/v1/plugin_pb.js +429 -0
  292. package/dist/src/plugins/salesforce/v1/plugin_pb.js.map +1 -0
  293. package/dist/src/plugins/smtp/v1/plugin_pb.d.ts +96 -0
  294. package/dist/src/plugins/smtp/v1/plugin_pb.d.ts.map +1 -0
  295. package/dist/src/plugins/smtp/v1/plugin_pb.js +144 -0
  296. package/dist/src/plugins/smtp/v1/plugin_pb.js.map +1 -0
  297. package/dist/src/plugins/snowflake/v1/plugin_pb.d.ts +119 -0
  298. package/dist/src/plugins/snowflake/v1/plugin_pb.d.ts.map +1 -0
  299. package/dist/src/plugins/snowflake/v1/plugin_pb.js +193 -0
  300. package/dist/src/plugins/snowflake/v1/plugin_pb.js.map +1 -0
  301. package/dist/src/plugins/workflow/v1/plugin_pb.d.ts +58 -0
  302. package/dist/src/plugins/workflow/v1/plugin_pb.d.ts.map +1 -0
  303. package/dist/src/plugins/workflow/v1/plugin_pb.js +92 -0
  304. package/dist/src/plugins/workflow/v1/plugin_pb.js.map +1 -0
  305. package/dist/src/plugins/workflow/v2/plugin_pb.d.ts +25 -0
  306. package/dist/src/plugins/workflow/v2/plugin_pb.d.ts.map +1 -0
  307. package/dist/src/plugins/workflow/v2/plugin_pb.js +46 -0
  308. package/dist/src/plugins/workflow/v2/plugin_pb.js.map +1 -0
  309. package/dist/src/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +1388 -0
  310. package/dist/src/protoc-gen-openapiv2/options/openapiv2_pb.d.ts.map +1 -0
  311. package/dist/src/protoc-gen-openapiv2/options/openapiv2_pb.js +1772 -0
  312. package/dist/src/protoc-gen-openapiv2/options/openapiv2_pb.js.map +1 -0
  313. package/dist/src/secrets/v1/index.d.ts +2 -0
  314. package/dist/src/secrets/v1/index.d.ts.map +1 -0
  315. package/dist/src/secrets/v1/index.js +28 -0
  316. package/dist/src/secrets/v1/index.js.map +1 -0
  317. package/dist/src/secrets/v1/secrets_pb.d.ts +344 -0
  318. package/dist/src/secrets/v1/secrets_pb.d.ts.map +1 -0
  319. package/dist/src/secrets/v1/secrets_pb.js +483 -0
  320. package/dist/src/secrets/v1/secrets_pb.js.map +1 -0
  321. package/dist/src/secrets/v1/store_pb.d.ts +98 -0
  322. package/dist/src/secrets/v1/store_pb.d.ts.map +1 -0
  323. package/dist/src/secrets/v1/store_pb.js +166 -0
  324. package/dist/src/secrets/v1/store_pb.js.map +1 -0
  325. package/dist/src/security/v1/index.d.ts +3 -0
  326. package/dist/src/security/v1/index.d.ts.map +1 -0
  327. package/dist/src/security/v1/index.js +19 -0
  328. package/dist/src/security/v1/index.js.map +1 -0
  329. package/dist/src/security/v1/requests_pb.d.ts +135 -0
  330. package/dist/src/security/v1/requests_pb.d.ts.map +1 -0
  331. package/dist/src/security/v1/requests_pb.js +214 -0
  332. package/dist/src/security/v1/requests_pb.js.map +1 -0
  333. package/dist/src/security/v1/service_pb.d.ts +192 -0
  334. package/dist/src/security/v1/service_pb.d.ts.map +1 -0
  335. package/dist/src/security/v1/service_pb.js +270 -0
  336. package/dist/src/security/v1/service_pb.js.map +1 -0
  337. package/dist/src/store/v1/service_pb.d.ts +81 -0
  338. package/dist/src/store/v1/service_pb.d.ts.map +1 -0
  339. package/dist/src/store/v1/service_pb.js +145 -0
  340. package/dist/src/store/v1/service_pb.js.map +1 -0
  341. package/dist/src/store/v1/store_pb.d.ts +42 -0
  342. package/dist/src/store/v1/store_pb.d.ts.map +1 -0
  343. package/dist/src/store/v1/store_pb.js +77 -0
  344. package/dist/src/store/v1/store_pb.js.map +1 -0
  345. package/dist/src/superblocks/v1/options_pb.d.ts +37 -0
  346. package/dist/src/superblocks/v1/options_pb.d.ts.map +1 -0
  347. package/dist/src/superblocks/v1/options_pb.js +71 -0
  348. package/dist/src/superblocks/v1/options_pb.js.map +1 -0
  349. package/dist/src/syncer/v1/index.d.ts +2 -0
  350. package/dist/src/syncer/v1/index.d.ts.map +1 -0
  351. package/dist/src/syncer/v1/index.js +28 -0
  352. package/dist/src/syncer/v1/index.js.map +1 -0
  353. package/dist/src/syncer/v1/service_pb.d.ts +186 -0
  354. package/dist/src/syncer/v1/service_pb.d.ts.map +1 -0
  355. package/dist/src/syncer/v1/service_pb.js +320 -0
  356. package/dist/src/syncer/v1/service_pb.js.map +1 -0
  357. package/dist/src/syncer/v1/syncer_pb.d.ts +41 -0
  358. package/dist/src/syncer/v1/syncer_pb.d.ts.map +1 -0
  359. package/dist/src/syncer/v1/syncer_pb.js +66 -0
  360. package/dist/src/syncer/v1/syncer_pb.js.map +1 -0
  361. package/dist/src/transport/v1/transport_pb.d.ts +614 -0
  362. package/dist/src/transport/v1/transport_pb.d.ts.map +1 -0
  363. package/dist/src/transport/v1/transport_pb.js +928 -0
  364. package/dist/src/transport/v1/transport_pb.js.map +1 -0
  365. package/dist/src/utils/v1/index.d.ts +2 -0
  366. package/dist/src/utils/v1/index.d.ts.map +1 -0
  367. package/dist/src/utils/v1/index.js +28 -0
  368. package/dist/src/utils/v1/index.js.map +1 -0
  369. package/dist/src/utils/v1/utils_pb.d.ts +45 -0
  370. package/dist/src/utils/v1/utils_pb.d.ts.map +1 -0
  371. package/dist/src/utils/v1/utils_pb.js +74 -0
  372. package/dist/src/utils/v1/utils_pb.js.map +1 -0
  373. package/dist/src/validate/validate_pb.d.ts +1794 -0
  374. package/dist/src/validate/validate_pb.d.ts.map +1 -0
  375. package/dist/src/validate/validate_pb.js +2044 -0
  376. package/dist/src/validate/validate_pb.js.map +1 -0
  377. package/dist/src/worker/v1/step_executor_pb.d.ts +23 -0
  378. package/dist/src/worker/v1/step_executor_pb.d.ts.map +1 -0
  379. package/dist/src/worker/v1/step_executor_pb.js +43 -0
  380. package/dist/src/worker/v1/step_executor_pb.js.map +1 -0
  381. package/dist/tsconfig.tsbuildinfo +1 -0
  382. package/package.json +18 -0
  383. package/src/agent/v1/index.ts +1 -0
  384. package/src/agent/v1/service_pb.ts +716 -0
  385. package/src/ai/v1/ai_pb.ts +977 -0
  386. package/src/ai/v1/metadata_pb.ts +134 -0
  387. package/src/ai/v1/service_pb.ts +154 -0
  388. package/src/ai/v1/vector_pb.ts +63 -0
  389. package/src/api/v1/api_pb.ts +2493 -0
  390. package/src/api/v1/blocks_pb.ts +182 -0
  391. package/src/api/v1/event_pb.ts +735 -0
  392. package/src/api/v1/index.ts +6 -0
  393. package/src/api/v1/integration_auth_service_pb.ts +372 -0
  394. package/src/api/v1/requests_pb.ts +906 -0
  395. package/src/api/v1/service_pb.ts +2464 -0
  396. package/src/auth/v1/auth_pb.ts +138 -0
  397. package/src/buf/validate/expression_pb.ts +222 -0
  398. package/src/buf/validate/priv/private_pb.ts +112 -0
  399. package/src/buf/validate/validate_pb.ts +4357 -0
  400. package/src/cache/v1/cache_pb.ts +146 -0
  401. package/src/common/v1/api_pb.ts +162 -0
  402. package/src/common/v1/common_pb.ts +220 -0
  403. package/src/common/v1/errors_pb.ts +143 -0
  404. package/src/common/v1/health_pb.ts +142 -0
  405. package/src/common/v1/index.ts +5 -0
  406. package/src/common/v1/language_pb.ts +765 -0
  407. package/src/common/v1/plugin_pb.ts +242 -0
  408. package/src/common/v1/utils_pb.ts +45 -0
  409. package/src/event/v1/cloudevent_pb.ts +225 -0
  410. package/src/event/v1/event_pb.ts +264 -0
  411. package/src/event/v1/service_pb.ts +131 -0
  412. package/src/event/v2/cloudevent_pb.ts +225 -0
  413. package/src/google/api/http_pb.ts +547 -0
  414. package/src/index.ts +8 -0
  415. package/src/intake/v1/logs_pb.ts +45 -0
  416. package/src/integration/v1/service_pb.ts +322 -0
  417. package/src/kafka/v1/index.ts +1 -0
  418. package/src/kafka/v1/kafka_pb.ts +118 -0
  419. package/src/plugins/adls/v1/plugin_pb.ts +562 -0
  420. package/src/plugins/athena/v1/plugin_pb.ts +163 -0
  421. package/src/plugins/bigquery/v1/plugin_pb.ts +228 -0
  422. package/src/plugins/cockroachdb/v1/plugin_pb.ts +203 -0
  423. package/src/plugins/common/v1/auth_pb.ts +918 -0
  424. package/src/plugins/common/v1/metadata_pb.ts +193 -0
  425. package/src/plugins/common/v1/plugin_pb.ts +527 -0
  426. package/src/plugins/cosmosdb/v1/plugin_pb.ts +670 -0
  427. package/src/plugins/couchbase/v1/plugin_pb.ts +492 -0
  428. package/src/plugins/custom/v1/plugin_pb.ts +61 -0
  429. package/src/plugins/databricks/v1/plugin_pb.ts +197 -0
  430. package/src/plugins/dynamodb/v1/plugin_pb.ts +375 -0
  431. package/src/plugins/email/v1/plugin_pb.ts +124 -0
  432. package/src/plugins/gcs/v1/plugin_pb.ts +270 -0
  433. package/src/plugins/graphql/v1/plugin_pb.ts +129 -0
  434. package/src/plugins/gsheets/v1/plugin_pb.ts +220 -0
  435. package/src/plugins/index.ts +19 -0
  436. package/src/plugins/javascript/v1/plugin_pb.ts +88 -0
  437. package/src/plugins/kafka/v1/plugin_pb.ts +921 -0
  438. package/src/plugins/kinesis/v1/plugin_pb.ts +406 -0
  439. package/src/plugins/mariadb/v1/plugin_pb.ts +203 -0
  440. package/src/plugins/mongodb/v1/plugin_pb.ts +175 -0
  441. package/src/plugins/mssql/v1/plugin_pb.ts +246 -0
  442. package/src/plugins/mysql/v1/plugin_pb.ts +246 -0
  443. package/src/plugins/ocr/v1/plugin_pb.ts +57 -0
  444. package/src/plugins/openai/v1/plugin_pb.ts +443 -0
  445. package/src/plugins/oracledb/v1/plugin_pb.ts +155 -0
  446. package/src/plugins/pinecone/v1/plugin_pb.ts +288 -0
  447. package/src/plugins/postgresql/v1/plugin_pb.ts +246 -0
  448. package/src/plugins/python/v1/plugin_pb.ts +88 -0
  449. package/src/plugins/redis/v1/plugin_pb.ts +2073 -0
  450. package/src/plugins/redshift/v1/plugin_pb.ts +228 -0
  451. package/src/plugins/restapi/v1/plugin_pb.ts +128 -0
  452. package/src/plugins/restapiintegration/v1/plugin_pb.ts +160 -0
  453. package/src/plugins/rockset/v1/plugin_pb.ts +234 -0
  454. package/src/plugins/s3/v1/plugin_pb.ts +311 -0
  455. package/src/plugins/salesforce/v1/plugin_pb.ts +516 -0
  456. package/src/plugins/smtp/v1/plugin_pb.ts +169 -0
  457. package/src/plugins/snowflake/v1/plugin_pb.ts +228 -0
  458. package/src/plugins/workflow/v1/plugin_pb.ts +107 -0
  459. package/src/plugins/workflow/v2/plugin_pb.ts +52 -0
  460. package/src/protoc-gen-openapiv2/options/openapiv2_pb.ts +1995 -0
  461. package/src/secrets/v1/index.ts +1 -0
  462. package/src/secrets/v1/secrets_pb.ts +609 -0
  463. package/src/secrets/v1/store_pb.ts +195 -0
  464. package/src/security/v1/index.ts +2 -0
  465. package/src/security/v1/requests_pb.ts +249 -0
  466. package/src/security/v1/service_pb.ts +350 -0
  467. package/src/store/v1/service_pb.ts +170 -0
  468. package/src/store/v1/store_pb.ts +89 -0
  469. package/src/superblocks/v1/options_pb.ts +82 -0
  470. package/src/syncer/v1/index.ts +1 -0
  471. package/src/syncer/v1/service_pb.ts +379 -0
  472. package/src/syncer/v1/syncer_pb.ts +76 -0
  473. package/src/transport/v1/transport_pb.ts +1099 -0
  474. package/src/utils/v1/index.ts +1 -0
  475. package/src/utils/v1/utils_pb.ts +83 -0
  476. package/src/validate/validate_pb.ts +2574 -0
  477. package/src/worker/v1/step_executor_pb.ts +48 -0
@@ -0,0 +1,2073 @@
1
+ // @generated by protoc-gen-es v1.2.0 with parameter "target=ts"
2
+ // @generated from file plugins/redis/v1/plugin.proto (package plugins.redis.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ // @ts-nocheck
5
+
6
+ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
7
+ import { Message, proto3 } from "@bufbuild/protobuf";
8
+ import { DynamicWorkflowConfiguration } from "../../common/v1/plugin_pb";
9
+
10
+ /**
11
+ * @generated from message plugins.redis.v1.Plugin
12
+ */
13
+ export class Plugin extends Message<Plugin> {
14
+ /**
15
+ * @generated from field: optional string name = 1;
16
+ */
17
+ name?: string;
18
+
19
+ /**
20
+ * @generated from field: plugins.redis.v1.Plugin.Connection connection = 2;
21
+ */
22
+ connection?: Plugin_Connection;
23
+
24
+ /**
25
+ * @generated from oneof plugins.redis.v1.Plugin.command_type
26
+ */
27
+ commandType: {
28
+ /**
29
+ * @generated from field: plugins.redis.v1.Plugin.Raw raw = 3;
30
+ */
31
+ value: Plugin_Raw;
32
+ case: "raw";
33
+ } | {
34
+ /**
35
+ * @generated from field: plugins.redis.v1.Plugin.Structured structured = 4;
36
+ */
37
+ value: Plugin_Structured;
38
+ case: "structured";
39
+ } | { case: undefined; value?: undefined } = { case: undefined };
40
+
41
+ /**
42
+ * @generated from field: optional plugins.common.v1.DynamicWorkflowConfiguration dynamic_workflow_configuration = 5;
43
+ */
44
+ dynamicWorkflowConfiguration?: DynamicWorkflowConfiguration;
45
+
46
+ constructor(data?: PartialMessage<Plugin>) {
47
+ super();
48
+ proto3.util.initPartial(data, this);
49
+ }
50
+
51
+ static readonly runtime: typeof proto3 = proto3;
52
+ static readonly typeName = "plugins.redis.v1.Plugin";
53
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
54
+ { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
55
+ { no: 2, name: "connection", kind: "message", T: Plugin_Connection },
56
+ { no: 3, name: "raw", kind: "message", T: Plugin_Raw, oneof: "command_type" },
57
+ { no: 4, name: "structured", kind: "message", T: Plugin_Structured, oneof: "command_type" },
58
+ { no: 5, name: "dynamic_workflow_configuration", kind: "message", T: DynamicWorkflowConfiguration, opt: true },
59
+ ]);
60
+
61
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin {
62
+ return new Plugin().fromBinary(bytes, options);
63
+ }
64
+
65
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin {
66
+ return new Plugin().fromJson(jsonValue, options);
67
+ }
68
+
69
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin {
70
+ return new Plugin().fromJsonString(jsonString, options);
71
+ }
72
+
73
+ static equals(a: Plugin | PlainMessage<Plugin> | undefined, b: Plugin | PlainMessage<Plugin> | undefined): boolean {
74
+ return proto3.util.equals(Plugin, a, b);
75
+ }
76
+ }
77
+
78
+ /**
79
+ * @generated from message plugins.redis.v1.Plugin.Raw
80
+ */
81
+ export class Plugin_Raw extends Message<Plugin_Raw> {
82
+ /**
83
+ * @generated from oneof plugins.redis.v1.Plugin.Raw.action
84
+ */
85
+ action: {
86
+ /**
87
+ * @generated from field: plugins.redis.v1.Plugin.Raw.Singleton singleton = 1;
88
+ */
89
+ value: Plugin_Raw_Singleton;
90
+ case: "singleton";
91
+ } | { case: undefined; value?: undefined } = { case: undefined };
92
+
93
+ constructor(data?: PartialMessage<Plugin_Raw>) {
94
+ super();
95
+ proto3.util.initPartial(data, this);
96
+ }
97
+
98
+ static readonly runtime: typeof proto3 = proto3;
99
+ static readonly typeName = "plugins.redis.v1.Plugin.Raw";
100
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
101
+ { no: 1, name: "singleton", kind: "message", T: Plugin_Raw_Singleton, oneof: "action" },
102
+ ]);
103
+
104
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Raw {
105
+ return new Plugin_Raw().fromBinary(bytes, options);
106
+ }
107
+
108
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Raw {
109
+ return new Plugin_Raw().fromJson(jsonValue, options);
110
+ }
111
+
112
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Raw {
113
+ return new Plugin_Raw().fromJsonString(jsonString, options);
114
+ }
115
+
116
+ static equals(a: Plugin_Raw | PlainMessage<Plugin_Raw> | undefined, b: Plugin_Raw | PlainMessage<Plugin_Raw> | undefined): boolean {
117
+ return proto3.util.equals(Plugin_Raw, a, b);
118
+ }
119
+ }
120
+
121
+ /**
122
+ * @generated from message plugins.redis.v1.Plugin.Raw.Singleton
123
+ */
124
+ export class Plugin_Raw_Singleton extends Message<Plugin_Raw_Singleton> {
125
+ /**
126
+ * @generated from field: string query = 1;
127
+ */
128
+ query = "";
129
+
130
+ constructor(data?: PartialMessage<Plugin_Raw_Singleton>) {
131
+ super();
132
+ proto3.util.initPartial(data, this);
133
+ }
134
+
135
+ static readonly runtime: typeof proto3 = proto3;
136
+ static readonly typeName = "plugins.redis.v1.Plugin.Raw.Singleton";
137
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
138
+ { no: 1, name: "query", kind: "scalar", T: 9 /* ScalarType.STRING */ },
139
+ ]);
140
+
141
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Raw_Singleton {
142
+ return new Plugin_Raw_Singleton().fromBinary(bytes, options);
143
+ }
144
+
145
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Raw_Singleton {
146
+ return new Plugin_Raw_Singleton().fromJson(jsonValue, options);
147
+ }
148
+
149
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Raw_Singleton {
150
+ return new Plugin_Raw_Singleton().fromJsonString(jsonString, options);
151
+ }
152
+
153
+ static equals(a: Plugin_Raw_Singleton | PlainMessage<Plugin_Raw_Singleton> | undefined, b: Plugin_Raw_Singleton | PlainMessage<Plugin_Raw_Singleton> | undefined): boolean {
154
+ return proto3.util.equals(Plugin_Raw_Singleton, a, b);
155
+ }
156
+ }
157
+
158
+ /**
159
+ * @generated from message plugins.redis.v1.Plugin.Structured
160
+ */
161
+ export class Plugin_Structured extends Message<Plugin_Structured> {
162
+ /**
163
+ * @generated from oneof plugins.redis.v1.Plugin.Structured.action
164
+ */
165
+ action: {
166
+ /**
167
+ * @generated from field: plugins.redis.v1.Plugin.Get get = 6;
168
+ */
169
+ value: Plugin_Get;
170
+ case: "get";
171
+ } | {
172
+ /**
173
+ * @generated from field: plugins.redis.v1.Plugin.Set set = 7;
174
+ */
175
+ value: Plugin_Set;
176
+ case: "set";
177
+ } | {
178
+ /**
179
+ * @generated from field: plugins.redis.v1.Plugin.Del del = 8;
180
+ */
181
+ value: Plugin_Del;
182
+ case: "del";
183
+ } | {
184
+ /**
185
+ * @generated from field: plugins.redis.v1.Plugin.Keys keys = 9;
186
+ */
187
+ value: Plugin_Keys;
188
+ case: "keys";
189
+ } | {
190
+ /**
191
+ * @generated from field: plugins.redis.v1.Plugin.Mget mget = 10;
192
+ */
193
+ value: Plugin_Mget;
194
+ case: "mget";
195
+ } | {
196
+ /**
197
+ * @generated from field: plugins.redis.v1.Plugin.Hget hget = 11;
198
+ */
199
+ value: Plugin_Hget;
200
+ case: "hget";
201
+ } | {
202
+ /**
203
+ * @generated from field: plugins.redis.v1.Plugin.Hmget hmget = 12;
204
+ */
205
+ value: Plugin_Hmget;
206
+ case: "hmget";
207
+ } | {
208
+ /**
209
+ * @generated from field: plugins.redis.v1.Plugin.Hgetall hgetall = 13;
210
+ */
211
+ value: Plugin_Hgetall;
212
+ case: "hgetall";
213
+ } | {
214
+ /**
215
+ * @generated from field: plugins.redis.v1.Plugin.Hset hset = 14;
216
+ */
217
+ value: Plugin_Hset;
218
+ case: "hset";
219
+ } | {
220
+ /**
221
+ * @generated from field: plugins.redis.v1.Plugin.Hsetnx hsetnx = 15;
222
+ */
223
+ value: Plugin_Hsetnx;
224
+ case: "hsetnx";
225
+ } | {
226
+ /**
227
+ * @generated from field: plugins.redis.v1.Plugin.Hlen hlen = 16;
228
+ */
229
+ value: Plugin_Hlen;
230
+ case: "hlen";
231
+ } | {
232
+ /**
233
+ * @generated from field: plugins.redis.v1.Plugin.Hdel hdel = 17;
234
+ */
235
+ value: Plugin_Hdel;
236
+ case: "hdel";
237
+ } | {
238
+ /**
239
+ * @generated from field: plugins.redis.v1.Plugin.Hkeys hkeys = 18;
240
+ */
241
+ value: Plugin_Hkeys;
242
+ case: "hkeys";
243
+ } | {
244
+ /**
245
+ * @generated from field: plugins.redis.v1.Plugin.Hvals hvals = 19;
246
+ */
247
+ value: Plugin_Hvals;
248
+ case: "hvals";
249
+ } | {
250
+ /**
251
+ * @generated from field: plugins.redis.v1.Plugin.Lindex lindex = 20;
252
+ */
253
+ value: Plugin_Lindex;
254
+ case: "lindex";
255
+ } | {
256
+ /**
257
+ * @generated from field: plugins.redis.v1.Plugin.Llen llen = 21;
258
+ */
259
+ value: Plugin_Llen;
260
+ case: "llen";
261
+ } | {
262
+ /**
263
+ * @generated from field: plugins.redis.v1.Plugin.Lpush lpush = 22;
264
+ */
265
+ value: Plugin_Lpush;
266
+ case: "lpush";
267
+ } | {
268
+ /**
269
+ * @generated from field: plugins.redis.v1.Plugin.Lrem lrem = 23;
270
+ */
271
+ value: Plugin_Lrem;
272
+ case: "lrem";
273
+ } | {
274
+ /**
275
+ * @generated from field: plugins.redis.v1.Plugin.Lrange lrange = 24;
276
+ */
277
+ value: Plugin_Lrange;
278
+ case: "lrange";
279
+ } | {
280
+ /**
281
+ * @generated from field: plugins.redis.v1.Plugin.Sadd sadd = 25;
282
+ */
283
+ value: Plugin_Sadd;
284
+ case: "sadd";
285
+ } | {
286
+ /**
287
+ * @generated from field: plugins.redis.v1.Plugin.Scard scard = 26;
288
+ */
289
+ value: Plugin_Scard;
290
+ case: "scard";
291
+ } | {
292
+ /**
293
+ * @generated from field: plugins.redis.v1.Plugin.Smembers smembers = 27;
294
+ */
295
+ value: Plugin_Smembers;
296
+ case: "smembers";
297
+ } | {
298
+ /**
299
+ * @generated from field: plugins.redis.v1.Plugin.Sismember sismember = 28;
300
+ */
301
+ value: Plugin_Sismember;
302
+ case: "sismember";
303
+ } | {
304
+ /**
305
+ * @generated from field: plugins.redis.v1.Plugin.Srandmember srandmember = 29;
306
+ */
307
+ value: Plugin_Srandmember;
308
+ case: "srandmember";
309
+ } | {
310
+ /**
311
+ * @generated from field: plugins.redis.v1.Plugin.Srem srem = 30;
312
+ */
313
+ value: Plugin_Srem;
314
+ case: "srem";
315
+ } | {
316
+ /**
317
+ * @generated from field: plugins.redis.v1.Plugin.Zadd zadd = 31;
318
+ */
319
+ value: Plugin_Zadd;
320
+ case: "zadd";
321
+ } | {
322
+ /**
323
+ * @generated from field: plugins.redis.v1.Plugin.Zcard zcard = 32;
324
+ */
325
+ value: Plugin_Zcard;
326
+ case: "zcard";
327
+ } | {
328
+ /**
329
+ * @generated from field: plugins.redis.v1.Plugin.Zcount zcount = 33;
330
+ */
331
+ value: Plugin_Zcount;
332
+ case: "zcount";
333
+ } | {
334
+ /**
335
+ * @generated from field: plugins.redis.v1.Plugin.Zrange zrange = 34;
336
+ */
337
+ value: Plugin_Zrange;
338
+ case: "zrange";
339
+ } | {
340
+ /**
341
+ * @generated from field: plugins.redis.v1.Plugin.Zrank zrank = 35;
342
+ */
343
+ value: Plugin_Zrank;
344
+ case: "zrank";
345
+ } | {
346
+ /**
347
+ * @generated from field: plugins.redis.v1.Plugin.Zrem zrem = 36;
348
+ */
349
+ value: Plugin_Zrem;
350
+ case: "zrem";
351
+ } | {
352
+ /**
353
+ * @generated from field: plugins.redis.v1.Plugin.Zscore zscore = 37;
354
+ */
355
+ value: Plugin_Zscore;
356
+ case: "zscore";
357
+ } | {
358
+ /**
359
+ * @generated from field: plugins.redis.v1.Plugin.Expire expire = 38;
360
+ */
361
+ value: Plugin_Expire;
362
+ case: "expire";
363
+ } | {
364
+ /**
365
+ * @generated from field: plugins.redis.v1.Plugin.Ttl ttl = 39;
366
+ */
367
+ value: Plugin_Ttl;
368
+ case: "ttl";
369
+ } | { case: undefined; value?: undefined } = { case: undefined };
370
+
371
+ constructor(data?: PartialMessage<Plugin_Structured>) {
372
+ super();
373
+ proto3.util.initPartial(data, this);
374
+ }
375
+
376
+ static readonly runtime: typeof proto3 = proto3;
377
+ static readonly typeName = "plugins.redis.v1.Plugin.Structured";
378
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
379
+ { no: 6, name: "get", kind: "message", T: Plugin_Get, oneof: "action" },
380
+ { no: 7, name: "set", kind: "message", T: Plugin_Set, oneof: "action" },
381
+ { no: 8, name: "del", kind: "message", T: Plugin_Del, oneof: "action" },
382
+ { no: 9, name: "keys", kind: "message", T: Plugin_Keys, oneof: "action" },
383
+ { no: 10, name: "mget", kind: "message", T: Plugin_Mget, oneof: "action" },
384
+ { no: 11, name: "hget", kind: "message", T: Plugin_Hget, oneof: "action" },
385
+ { no: 12, name: "hmget", kind: "message", T: Plugin_Hmget, oneof: "action" },
386
+ { no: 13, name: "hgetall", kind: "message", T: Plugin_Hgetall, oneof: "action" },
387
+ { no: 14, name: "hset", kind: "message", T: Plugin_Hset, oneof: "action" },
388
+ { no: 15, name: "hsetnx", kind: "message", T: Plugin_Hsetnx, oneof: "action" },
389
+ { no: 16, name: "hlen", kind: "message", T: Plugin_Hlen, oneof: "action" },
390
+ { no: 17, name: "hdel", kind: "message", T: Plugin_Hdel, oneof: "action" },
391
+ { no: 18, name: "hkeys", kind: "message", T: Plugin_Hkeys, oneof: "action" },
392
+ { no: 19, name: "hvals", kind: "message", T: Plugin_Hvals, oneof: "action" },
393
+ { no: 20, name: "lindex", kind: "message", T: Plugin_Lindex, oneof: "action" },
394
+ { no: 21, name: "llen", kind: "message", T: Plugin_Llen, oneof: "action" },
395
+ { no: 22, name: "lpush", kind: "message", T: Plugin_Lpush, oneof: "action" },
396
+ { no: 23, name: "lrem", kind: "message", T: Plugin_Lrem, oneof: "action" },
397
+ { no: 24, name: "lrange", kind: "message", T: Plugin_Lrange, oneof: "action" },
398
+ { no: 25, name: "sadd", kind: "message", T: Plugin_Sadd, oneof: "action" },
399
+ { no: 26, name: "scard", kind: "message", T: Plugin_Scard, oneof: "action" },
400
+ { no: 27, name: "smembers", kind: "message", T: Plugin_Smembers, oneof: "action" },
401
+ { no: 28, name: "sismember", kind: "message", T: Plugin_Sismember, oneof: "action" },
402
+ { no: 29, name: "srandmember", kind: "message", T: Plugin_Srandmember, oneof: "action" },
403
+ { no: 30, name: "srem", kind: "message", T: Plugin_Srem, oneof: "action" },
404
+ { no: 31, name: "zadd", kind: "message", T: Plugin_Zadd, oneof: "action" },
405
+ { no: 32, name: "zcard", kind: "message", T: Plugin_Zcard, oneof: "action" },
406
+ { no: 33, name: "zcount", kind: "message", T: Plugin_Zcount, oneof: "action" },
407
+ { no: 34, name: "zrange", kind: "message", T: Plugin_Zrange, oneof: "action" },
408
+ { no: 35, name: "zrank", kind: "message", T: Plugin_Zrank, oneof: "action" },
409
+ { no: 36, name: "zrem", kind: "message", T: Plugin_Zrem, oneof: "action" },
410
+ { no: 37, name: "zscore", kind: "message", T: Plugin_Zscore, oneof: "action" },
411
+ { no: 38, name: "expire", kind: "message", T: Plugin_Expire, oneof: "action" },
412
+ { no: 39, name: "ttl", kind: "message", T: Plugin_Ttl, oneof: "action" },
413
+ ]);
414
+
415
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Structured {
416
+ return new Plugin_Structured().fromBinary(bytes, options);
417
+ }
418
+
419
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Structured {
420
+ return new Plugin_Structured().fromJson(jsonValue, options);
421
+ }
422
+
423
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Structured {
424
+ return new Plugin_Structured().fromJsonString(jsonString, options);
425
+ }
426
+
427
+ static equals(a: Plugin_Structured | PlainMessage<Plugin_Structured> | undefined, b: Plugin_Structured | PlainMessage<Plugin_Structured> | undefined): boolean {
428
+ return proto3.util.equals(Plugin_Structured, a, b);
429
+ }
430
+ }
431
+
432
+ /**
433
+ * NOTE: (joey) this does not have to be a separate message right now
434
+ * 1. this follows the "connection" pattern
435
+ * 2. this lets us easily add shared connection fields in the future
436
+ *
437
+ * @generated from message plugins.redis.v1.Plugin.Connection
438
+ */
439
+ export class Plugin_Connection extends Message<Plugin_Connection> {
440
+ /**
441
+ * @generated from oneof plugins.redis.v1.Plugin.Connection.connection_type
442
+ */
443
+ connectionType: {
444
+ /**
445
+ * @generated from field: plugins.redis.v1.Plugin.Connection.Url url = 1;
446
+ */
447
+ value: Plugin_Connection_Url;
448
+ case: "url";
449
+ } | {
450
+ /**
451
+ * @generated from field: plugins.redis.v1.Plugin.Connection.Fields fields = 2;
452
+ */
453
+ value: Plugin_Connection_Fields;
454
+ case: "fields";
455
+ } | { case: undefined; value?: undefined } = { case: undefined };
456
+
457
+ constructor(data?: PartialMessage<Plugin_Connection>) {
458
+ super();
459
+ proto3.util.initPartial(data, this);
460
+ }
461
+
462
+ static readonly runtime: typeof proto3 = proto3;
463
+ static readonly typeName = "plugins.redis.v1.Plugin.Connection";
464
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
465
+ { no: 1, name: "url", kind: "message", T: Plugin_Connection_Url, oneof: "connection_type" },
466
+ { no: 2, name: "fields", kind: "message", T: Plugin_Connection_Fields, oneof: "connection_type" },
467
+ ]);
468
+
469
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Connection {
470
+ return new Plugin_Connection().fromBinary(bytes, options);
471
+ }
472
+
473
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Connection {
474
+ return new Plugin_Connection().fromJson(jsonValue, options);
475
+ }
476
+
477
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Connection {
478
+ return new Plugin_Connection().fromJsonString(jsonString, options);
479
+ }
480
+
481
+ static equals(a: Plugin_Connection | PlainMessage<Plugin_Connection> | undefined, b: Plugin_Connection | PlainMessage<Plugin_Connection> | undefined): boolean {
482
+ return proto3.util.equals(Plugin_Connection, a, b);
483
+ }
484
+ }
485
+
486
+ /**
487
+ * @generated from message plugins.redis.v1.Plugin.Connection.Url
488
+ */
489
+ export class Plugin_Connection_Url extends Message<Plugin_Connection_Url> {
490
+ /**
491
+ * @generated from field: string url_string = 1;
492
+ */
493
+ urlString = "";
494
+
495
+ constructor(data?: PartialMessage<Plugin_Connection_Url>) {
496
+ super();
497
+ proto3.util.initPartial(data, this);
498
+ }
499
+
500
+ static readonly runtime: typeof proto3 = proto3;
501
+ static readonly typeName = "plugins.redis.v1.Plugin.Connection.Url";
502
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
503
+ { no: 1, name: "url_string", kind: "scalar", T: 9 /* ScalarType.STRING */ },
504
+ ]);
505
+
506
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Connection_Url {
507
+ return new Plugin_Connection_Url().fromBinary(bytes, options);
508
+ }
509
+
510
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Connection_Url {
511
+ return new Plugin_Connection_Url().fromJson(jsonValue, options);
512
+ }
513
+
514
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Connection_Url {
515
+ return new Plugin_Connection_Url().fromJsonString(jsonString, options);
516
+ }
517
+
518
+ static equals(a: Plugin_Connection_Url | PlainMessage<Plugin_Connection_Url> | undefined, b: Plugin_Connection_Url | PlainMessage<Plugin_Connection_Url> | undefined): boolean {
519
+ return proto3.util.equals(Plugin_Connection_Url, a, b);
520
+ }
521
+ }
522
+
523
+ /**
524
+ * @generated from message plugins.redis.v1.Plugin.Connection.Fields
525
+ */
526
+ export class Plugin_Connection_Fields extends Message<Plugin_Connection_Fields> {
527
+ /**
528
+ * @generated from field: string host = 1;
529
+ */
530
+ host = "";
531
+
532
+ /**
533
+ * @generated from field: int32 port = 2;
534
+ */
535
+ port = 0;
536
+
537
+ /**
538
+ * @generated from field: optional int32 database_number = 3;
539
+ */
540
+ databaseNumber?: number;
541
+
542
+ /**
543
+ * @generated from field: optional string username = 4;
544
+ */
545
+ username?: string;
546
+
547
+ /**
548
+ * @generated from field: optional string password = 5;
549
+ */
550
+ password?: string;
551
+
552
+ /**
553
+ * @generated from field: bool enable_ssl = 6;
554
+ */
555
+ enableSsl = false;
556
+
557
+ constructor(data?: PartialMessage<Plugin_Connection_Fields>) {
558
+ super();
559
+ proto3.util.initPartial(data, this);
560
+ }
561
+
562
+ static readonly runtime: typeof proto3 = proto3;
563
+ static readonly typeName = "plugins.redis.v1.Plugin.Connection.Fields";
564
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
565
+ { no: 1, name: "host", kind: "scalar", T: 9 /* ScalarType.STRING */ },
566
+ { no: 2, name: "port", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
567
+ { no: 3, name: "database_number", kind: "scalar", T: 5 /* ScalarType.INT32 */, opt: true },
568
+ { no: 4, name: "username", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
569
+ { no: 5, name: "password", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
570
+ { no: 6, name: "enable_ssl", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
571
+ ]);
572
+
573
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Connection_Fields {
574
+ return new Plugin_Connection_Fields().fromBinary(bytes, options);
575
+ }
576
+
577
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Connection_Fields {
578
+ return new Plugin_Connection_Fields().fromJson(jsonValue, options);
579
+ }
580
+
581
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Connection_Fields {
582
+ return new Plugin_Connection_Fields().fromJsonString(jsonString, options);
583
+ }
584
+
585
+ static equals(a: Plugin_Connection_Fields | PlainMessage<Plugin_Connection_Fields> | undefined, b: Plugin_Connection_Fields | PlainMessage<Plugin_Connection_Fields> | undefined): boolean {
586
+ return proto3.util.equals(Plugin_Connection_Fields, a, b);
587
+ }
588
+ }
589
+
590
+ /**
591
+ * @generated from message plugins.redis.v1.Plugin.Get
592
+ */
593
+ export class Plugin_Get extends Message<Plugin_Get> {
594
+ /**
595
+ * @generated from field: string key = 1;
596
+ */
597
+ key = "";
598
+
599
+ constructor(data?: PartialMessage<Plugin_Get>) {
600
+ super();
601
+ proto3.util.initPartial(data, this);
602
+ }
603
+
604
+ static readonly runtime: typeof proto3 = proto3;
605
+ static readonly typeName = "plugins.redis.v1.Plugin.Get";
606
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
607
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
608
+ ]);
609
+
610
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Get {
611
+ return new Plugin_Get().fromBinary(bytes, options);
612
+ }
613
+
614
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Get {
615
+ return new Plugin_Get().fromJson(jsonValue, options);
616
+ }
617
+
618
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Get {
619
+ return new Plugin_Get().fromJsonString(jsonString, options);
620
+ }
621
+
622
+ static equals(a: Plugin_Get | PlainMessage<Plugin_Get> | undefined, b: Plugin_Get | PlainMessage<Plugin_Get> | undefined): boolean {
623
+ return proto3.util.equals(Plugin_Get, a, b);
624
+ }
625
+ }
626
+
627
+ /**
628
+ * @generated from message plugins.redis.v1.Plugin.Set
629
+ */
630
+ export class Plugin_Set extends Message<Plugin_Set> {
631
+ /**
632
+ * @generated from field: string key = 1;
633
+ */
634
+ key = "";
635
+
636
+ /**
637
+ * @generated from field: string value = 2;
638
+ */
639
+ value = "";
640
+
641
+ /**
642
+ * @generated from field: optional int32 expiration_ms = 3;
643
+ */
644
+ expirationMs?: number;
645
+
646
+ constructor(data?: PartialMessage<Plugin_Set>) {
647
+ super();
648
+ proto3.util.initPartial(data, this);
649
+ }
650
+
651
+ static readonly runtime: typeof proto3 = proto3;
652
+ static readonly typeName = "plugins.redis.v1.Plugin.Set";
653
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
654
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
655
+ { no: 2, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
656
+ { no: 3, name: "expiration_ms", kind: "scalar", T: 5 /* ScalarType.INT32 */, opt: true },
657
+ ]);
658
+
659
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Set {
660
+ return new Plugin_Set().fromBinary(bytes, options);
661
+ }
662
+
663
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Set {
664
+ return new Plugin_Set().fromJson(jsonValue, options);
665
+ }
666
+
667
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Set {
668
+ return new Plugin_Set().fromJsonString(jsonString, options);
669
+ }
670
+
671
+ static equals(a: Plugin_Set | PlainMessage<Plugin_Set> | undefined, b: Plugin_Set | PlainMessage<Plugin_Set> | undefined): boolean {
672
+ return proto3.util.equals(Plugin_Set, a, b);
673
+ }
674
+ }
675
+
676
+ /**
677
+ * @generated from message plugins.redis.v1.Plugin.Del
678
+ */
679
+ export class Plugin_Del extends Message<Plugin_Del> {
680
+ /**
681
+ * @generated from field: string key = 1;
682
+ */
683
+ key = "";
684
+
685
+ constructor(data?: PartialMessage<Plugin_Del>) {
686
+ super();
687
+ proto3.util.initPartial(data, this);
688
+ }
689
+
690
+ static readonly runtime: typeof proto3 = proto3;
691
+ static readonly typeName = "plugins.redis.v1.Plugin.Del";
692
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
693
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
694
+ ]);
695
+
696
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Del {
697
+ return new Plugin_Del().fromBinary(bytes, options);
698
+ }
699
+
700
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Del {
701
+ return new Plugin_Del().fromJson(jsonValue, options);
702
+ }
703
+
704
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Del {
705
+ return new Plugin_Del().fromJsonString(jsonString, options);
706
+ }
707
+
708
+ static equals(a: Plugin_Del | PlainMessage<Plugin_Del> | undefined, b: Plugin_Del | PlainMessage<Plugin_Del> | undefined): boolean {
709
+ return proto3.util.equals(Plugin_Del, a, b);
710
+ }
711
+ }
712
+
713
+ /**
714
+ * @generated from message plugins.redis.v1.Plugin.Keys
715
+ */
716
+ export class Plugin_Keys extends Message<Plugin_Keys> {
717
+ /**
718
+ * @generated from field: string pattern = 1;
719
+ */
720
+ pattern = "";
721
+
722
+ constructor(data?: PartialMessage<Plugin_Keys>) {
723
+ super();
724
+ proto3.util.initPartial(data, this);
725
+ }
726
+
727
+ static readonly runtime: typeof proto3 = proto3;
728
+ static readonly typeName = "plugins.redis.v1.Plugin.Keys";
729
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
730
+ { no: 1, name: "pattern", kind: "scalar", T: 9 /* ScalarType.STRING */ },
731
+ ]);
732
+
733
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Keys {
734
+ return new Plugin_Keys().fromBinary(bytes, options);
735
+ }
736
+
737
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Keys {
738
+ return new Plugin_Keys().fromJson(jsonValue, options);
739
+ }
740
+
741
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Keys {
742
+ return new Plugin_Keys().fromJsonString(jsonString, options);
743
+ }
744
+
745
+ static equals(a: Plugin_Keys | PlainMessage<Plugin_Keys> | undefined, b: Plugin_Keys | PlainMessage<Plugin_Keys> | undefined): boolean {
746
+ return proto3.util.equals(Plugin_Keys, a, b);
747
+ }
748
+ }
749
+
750
+ /**
751
+ * @generated from message plugins.redis.v1.Plugin.Mget
752
+ */
753
+ export class Plugin_Mget extends Message<Plugin_Mget> {
754
+ /**
755
+ * comma-separated list
756
+ *
757
+ * @generated from field: string keys = 1;
758
+ */
759
+ keys = "";
760
+
761
+ constructor(data?: PartialMessage<Plugin_Mget>) {
762
+ super();
763
+ proto3.util.initPartial(data, this);
764
+ }
765
+
766
+ static readonly runtime: typeof proto3 = proto3;
767
+ static readonly typeName = "plugins.redis.v1.Plugin.Mget";
768
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
769
+ { no: 1, name: "keys", kind: "scalar", T: 9 /* ScalarType.STRING */ },
770
+ ]);
771
+
772
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Mget {
773
+ return new Plugin_Mget().fromBinary(bytes, options);
774
+ }
775
+
776
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Mget {
777
+ return new Plugin_Mget().fromJson(jsonValue, options);
778
+ }
779
+
780
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Mget {
781
+ return new Plugin_Mget().fromJsonString(jsonString, options);
782
+ }
783
+
784
+ static equals(a: Plugin_Mget | PlainMessage<Plugin_Mget> | undefined, b: Plugin_Mget | PlainMessage<Plugin_Mget> | undefined): boolean {
785
+ return proto3.util.equals(Plugin_Mget, a, b);
786
+ }
787
+ }
788
+
789
+ /**
790
+ * @generated from message plugins.redis.v1.Plugin.Hget
791
+ */
792
+ export class Plugin_Hget extends Message<Plugin_Hget> {
793
+ /**
794
+ * @generated from field: string key = 1;
795
+ */
796
+ key = "";
797
+
798
+ /**
799
+ * @generated from field: string field = 2;
800
+ */
801
+ field = "";
802
+
803
+ constructor(data?: PartialMessage<Plugin_Hget>) {
804
+ super();
805
+ proto3.util.initPartial(data, this);
806
+ }
807
+
808
+ static readonly runtime: typeof proto3 = proto3;
809
+ static readonly typeName = "plugins.redis.v1.Plugin.Hget";
810
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
811
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
812
+ { no: 2, name: "field", kind: "scalar", T: 9 /* ScalarType.STRING */ },
813
+ ]);
814
+
815
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Hget {
816
+ return new Plugin_Hget().fromBinary(bytes, options);
817
+ }
818
+
819
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Hget {
820
+ return new Plugin_Hget().fromJson(jsonValue, options);
821
+ }
822
+
823
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Hget {
824
+ return new Plugin_Hget().fromJsonString(jsonString, options);
825
+ }
826
+
827
+ static equals(a: Plugin_Hget | PlainMessage<Plugin_Hget> | undefined, b: Plugin_Hget | PlainMessage<Plugin_Hget> | undefined): boolean {
828
+ return proto3.util.equals(Plugin_Hget, a, b);
829
+ }
830
+ }
831
+
832
+ /**
833
+ * @generated from message plugins.redis.v1.Plugin.Hmget
834
+ */
835
+ export class Plugin_Hmget extends Message<Plugin_Hmget> {
836
+ /**
837
+ * @generated from field: string key = 1;
838
+ */
839
+ key = "";
840
+
841
+ /**
842
+ * comma-separated list
843
+ *
844
+ * @generated from field: string fields = 2;
845
+ */
846
+ fields = "";
847
+
848
+ constructor(data?: PartialMessage<Plugin_Hmget>) {
849
+ super();
850
+ proto3.util.initPartial(data, this);
851
+ }
852
+
853
+ static readonly runtime: typeof proto3 = proto3;
854
+ static readonly typeName = "plugins.redis.v1.Plugin.Hmget";
855
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
856
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
857
+ { no: 2, name: "fields", kind: "scalar", T: 9 /* ScalarType.STRING */ },
858
+ ]);
859
+
860
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Hmget {
861
+ return new Plugin_Hmget().fromBinary(bytes, options);
862
+ }
863
+
864
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Hmget {
865
+ return new Plugin_Hmget().fromJson(jsonValue, options);
866
+ }
867
+
868
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Hmget {
869
+ return new Plugin_Hmget().fromJsonString(jsonString, options);
870
+ }
871
+
872
+ static equals(a: Plugin_Hmget | PlainMessage<Plugin_Hmget> | undefined, b: Plugin_Hmget | PlainMessage<Plugin_Hmget> | undefined): boolean {
873
+ return proto3.util.equals(Plugin_Hmget, a, b);
874
+ }
875
+ }
876
+
877
+ /**
878
+ * @generated from message plugins.redis.v1.Plugin.Hgetall
879
+ */
880
+ export class Plugin_Hgetall extends Message<Plugin_Hgetall> {
881
+ /**
882
+ * @generated from field: string key = 1;
883
+ */
884
+ key = "";
885
+
886
+ constructor(data?: PartialMessage<Plugin_Hgetall>) {
887
+ super();
888
+ proto3.util.initPartial(data, this);
889
+ }
890
+
891
+ static readonly runtime: typeof proto3 = proto3;
892
+ static readonly typeName = "plugins.redis.v1.Plugin.Hgetall";
893
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
894
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
895
+ ]);
896
+
897
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Hgetall {
898
+ return new Plugin_Hgetall().fromBinary(bytes, options);
899
+ }
900
+
901
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Hgetall {
902
+ return new Plugin_Hgetall().fromJson(jsonValue, options);
903
+ }
904
+
905
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Hgetall {
906
+ return new Plugin_Hgetall().fromJsonString(jsonString, options);
907
+ }
908
+
909
+ static equals(a: Plugin_Hgetall | PlainMessage<Plugin_Hgetall> | undefined, b: Plugin_Hgetall | PlainMessage<Plugin_Hgetall> | undefined): boolean {
910
+ return proto3.util.equals(Plugin_Hgetall, a, b);
911
+ }
912
+ }
913
+
914
+ /**
915
+ * @generated from message plugins.redis.v1.Plugin.Hset
916
+ */
917
+ export class Plugin_Hset extends Message<Plugin_Hset> {
918
+ /**
919
+ * @generated from field: string key = 1;
920
+ */
921
+ key = "";
922
+
923
+ /**
924
+ * @generated from field: string field = 2;
925
+ */
926
+ field = "";
927
+
928
+ /**
929
+ * @generated from field: string value = 3;
930
+ */
931
+ value = "";
932
+
933
+ constructor(data?: PartialMessage<Plugin_Hset>) {
934
+ super();
935
+ proto3.util.initPartial(data, this);
936
+ }
937
+
938
+ static readonly runtime: typeof proto3 = proto3;
939
+ static readonly typeName = "plugins.redis.v1.Plugin.Hset";
940
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
941
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
942
+ { no: 2, name: "field", kind: "scalar", T: 9 /* ScalarType.STRING */ },
943
+ { no: 3, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
944
+ ]);
945
+
946
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Hset {
947
+ return new Plugin_Hset().fromBinary(bytes, options);
948
+ }
949
+
950
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Hset {
951
+ return new Plugin_Hset().fromJson(jsonValue, options);
952
+ }
953
+
954
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Hset {
955
+ return new Plugin_Hset().fromJsonString(jsonString, options);
956
+ }
957
+
958
+ static equals(a: Plugin_Hset | PlainMessage<Plugin_Hset> | undefined, b: Plugin_Hset | PlainMessage<Plugin_Hset> | undefined): boolean {
959
+ return proto3.util.equals(Plugin_Hset, a, b);
960
+ }
961
+ }
962
+
963
+ /**
964
+ * @generated from message plugins.redis.v1.Plugin.Hsetnx
965
+ */
966
+ export class Plugin_Hsetnx extends Message<Plugin_Hsetnx> {
967
+ /**
968
+ * @generated from field: string key = 1;
969
+ */
970
+ key = "";
971
+
972
+ /**
973
+ * @generated from field: string field = 2;
974
+ */
975
+ field = "";
976
+
977
+ /**
978
+ * @generated from field: string value = 3;
979
+ */
980
+ value = "";
981
+
982
+ constructor(data?: PartialMessage<Plugin_Hsetnx>) {
983
+ super();
984
+ proto3.util.initPartial(data, this);
985
+ }
986
+
987
+ static readonly runtime: typeof proto3 = proto3;
988
+ static readonly typeName = "plugins.redis.v1.Plugin.Hsetnx";
989
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
990
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
991
+ { no: 2, name: "field", kind: "scalar", T: 9 /* ScalarType.STRING */ },
992
+ { no: 3, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
993
+ ]);
994
+
995
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Hsetnx {
996
+ return new Plugin_Hsetnx().fromBinary(bytes, options);
997
+ }
998
+
999
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Hsetnx {
1000
+ return new Plugin_Hsetnx().fromJson(jsonValue, options);
1001
+ }
1002
+
1003
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Hsetnx {
1004
+ return new Plugin_Hsetnx().fromJsonString(jsonString, options);
1005
+ }
1006
+
1007
+ static equals(a: Plugin_Hsetnx | PlainMessage<Plugin_Hsetnx> | undefined, b: Plugin_Hsetnx | PlainMessage<Plugin_Hsetnx> | undefined): boolean {
1008
+ return proto3.util.equals(Plugin_Hsetnx, a, b);
1009
+ }
1010
+ }
1011
+
1012
+ /**
1013
+ * @generated from message plugins.redis.v1.Plugin.Hlen
1014
+ */
1015
+ export class Plugin_Hlen extends Message<Plugin_Hlen> {
1016
+ /**
1017
+ * @generated from field: string key = 1;
1018
+ */
1019
+ key = "";
1020
+
1021
+ constructor(data?: PartialMessage<Plugin_Hlen>) {
1022
+ super();
1023
+ proto3.util.initPartial(data, this);
1024
+ }
1025
+
1026
+ static readonly runtime: typeof proto3 = proto3;
1027
+ static readonly typeName = "plugins.redis.v1.Plugin.Hlen";
1028
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
1029
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1030
+ ]);
1031
+
1032
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Hlen {
1033
+ return new Plugin_Hlen().fromBinary(bytes, options);
1034
+ }
1035
+
1036
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Hlen {
1037
+ return new Plugin_Hlen().fromJson(jsonValue, options);
1038
+ }
1039
+
1040
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Hlen {
1041
+ return new Plugin_Hlen().fromJsonString(jsonString, options);
1042
+ }
1043
+
1044
+ static equals(a: Plugin_Hlen | PlainMessage<Plugin_Hlen> | undefined, b: Plugin_Hlen | PlainMessage<Plugin_Hlen> | undefined): boolean {
1045
+ return proto3.util.equals(Plugin_Hlen, a, b);
1046
+ }
1047
+ }
1048
+
1049
+ /**
1050
+ * @generated from message plugins.redis.v1.Plugin.Hdel
1051
+ */
1052
+ export class Plugin_Hdel extends Message<Plugin_Hdel> {
1053
+ /**
1054
+ * @generated from field: string key = 1;
1055
+ */
1056
+ key = "";
1057
+
1058
+ /**
1059
+ * @generated from field: string field = 2;
1060
+ */
1061
+ field = "";
1062
+
1063
+ constructor(data?: PartialMessage<Plugin_Hdel>) {
1064
+ super();
1065
+ proto3.util.initPartial(data, this);
1066
+ }
1067
+
1068
+ static readonly runtime: typeof proto3 = proto3;
1069
+ static readonly typeName = "plugins.redis.v1.Plugin.Hdel";
1070
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
1071
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1072
+ { no: 2, name: "field", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1073
+ ]);
1074
+
1075
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Hdel {
1076
+ return new Plugin_Hdel().fromBinary(bytes, options);
1077
+ }
1078
+
1079
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Hdel {
1080
+ return new Plugin_Hdel().fromJson(jsonValue, options);
1081
+ }
1082
+
1083
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Hdel {
1084
+ return new Plugin_Hdel().fromJsonString(jsonString, options);
1085
+ }
1086
+
1087
+ static equals(a: Plugin_Hdel | PlainMessage<Plugin_Hdel> | undefined, b: Plugin_Hdel | PlainMessage<Plugin_Hdel> | undefined): boolean {
1088
+ return proto3.util.equals(Plugin_Hdel, a, b);
1089
+ }
1090
+ }
1091
+
1092
+ /**
1093
+ * @generated from message plugins.redis.v1.Plugin.Hkeys
1094
+ */
1095
+ export class Plugin_Hkeys extends Message<Plugin_Hkeys> {
1096
+ /**
1097
+ * @generated from field: string key = 1;
1098
+ */
1099
+ key = "";
1100
+
1101
+ constructor(data?: PartialMessage<Plugin_Hkeys>) {
1102
+ super();
1103
+ proto3.util.initPartial(data, this);
1104
+ }
1105
+
1106
+ static readonly runtime: typeof proto3 = proto3;
1107
+ static readonly typeName = "plugins.redis.v1.Plugin.Hkeys";
1108
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
1109
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1110
+ ]);
1111
+
1112
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Hkeys {
1113
+ return new Plugin_Hkeys().fromBinary(bytes, options);
1114
+ }
1115
+
1116
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Hkeys {
1117
+ return new Plugin_Hkeys().fromJson(jsonValue, options);
1118
+ }
1119
+
1120
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Hkeys {
1121
+ return new Plugin_Hkeys().fromJsonString(jsonString, options);
1122
+ }
1123
+
1124
+ static equals(a: Plugin_Hkeys | PlainMessage<Plugin_Hkeys> | undefined, b: Plugin_Hkeys | PlainMessage<Plugin_Hkeys> | undefined): boolean {
1125
+ return proto3.util.equals(Plugin_Hkeys, a, b);
1126
+ }
1127
+ }
1128
+
1129
+ /**
1130
+ * @generated from message plugins.redis.v1.Plugin.Hvals
1131
+ */
1132
+ export class Plugin_Hvals extends Message<Plugin_Hvals> {
1133
+ /**
1134
+ * @generated from field: string key = 1;
1135
+ */
1136
+ key = "";
1137
+
1138
+ constructor(data?: PartialMessage<Plugin_Hvals>) {
1139
+ super();
1140
+ proto3.util.initPartial(data, this);
1141
+ }
1142
+
1143
+ static readonly runtime: typeof proto3 = proto3;
1144
+ static readonly typeName = "plugins.redis.v1.Plugin.Hvals";
1145
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
1146
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1147
+ ]);
1148
+
1149
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Hvals {
1150
+ return new Plugin_Hvals().fromBinary(bytes, options);
1151
+ }
1152
+
1153
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Hvals {
1154
+ return new Plugin_Hvals().fromJson(jsonValue, options);
1155
+ }
1156
+
1157
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Hvals {
1158
+ return new Plugin_Hvals().fromJsonString(jsonString, options);
1159
+ }
1160
+
1161
+ static equals(a: Plugin_Hvals | PlainMessage<Plugin_Hvals> | undefined, b: Plugin_Hvals | PlainMessage<Plugin_Hvals> | undefined): boolean {
1162
+ return proto3.util.equals(Plugin_Hvals, a, b);
1163
+ }
1164
+ }
1165
+
1166
+ /**
1167
+ * @generated from message plugins.redis.v1.Plugin.Lindex
1168
+ */
1169
+ export class Plugin_Lindex extends Message<Plugin_Lindex> {
1170
+ /**
1171
+ * @generated from field: string key = 1;
1172
+ */
1173
+ key = "";
1174
+
1175
+ /**
1176
+ * @generated from field: int32 index = 2;
1177
+ */
1178
+ index = 0;
1179
+
1180
+ constructor(data?: PartialMessage<Plugin_Lindex>) {
1181
+ super();
1182
+ proto3.util.initPartial(data, this);
1183
+ }
1184
+
1185
+ static readonly runtime: typeof proto3 = proto3;
1186
+ static readonly typeName = "plugins.redis.v1.Plugin.Lindex";
1187
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
1188
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1189
+ { no: 2, name: "index", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
1190
+ ]);
1191
+
1192
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Lindex {
1193
+ return new Plugin_Lindex().fromBinary(bytes, options);
1194
+ }
1195
+
1196
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Lindex {
1197
+ return new Plugin_Lindex().fromJson(jsonValue, options);
1198
+ }
1199
+
1200
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Lindex {
1201
+ return new Plugin_Lindex().fromJsonString(jsonString, options);
1202
+ }
1203
+
1204
+ static equals(a: Plugin_Lindex | PlainMessage<Plugin_Lindex> | undefined, b: Plugin_Lindex | PlainMessage<Plugin_Lindex> | undefined): boolean {
1205
+ return proto3.util.equals(Plugin_Lindex, a, b);
1206
+ }
1207
+ }
1208
+
1209
+ /**
1210
+ * @generated from message plugins.redis.v1.Plugin.Llen
1211
+ */
1212
+ export class Plugin_Llen extends Message<Plugin_Llen> {
1213
+ /**
1214
+ * @generated from field: string key = 1;
1215
+ */
1216
+ key = "";
1217
+
1218
+ constructor(data?: PartialMessage<Plugin_Llen>) {
1219
+ super();
1220
+ proto3.util.initPartial(data, this);
1221
+ }
1222
+
1223
+ static readonly runtime: typeof proto3 = proto3;
1224
+ static readonly typeName = "plugins.redis.v1.Plugin.Llen";
1225
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
1226
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1227
+ ]);
1228
+
1229
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Llen {
1230
+ return new Plugin_Llen().fromBinary(bytes, options);
1231
+ }
1232
+
1233
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Llen {
1234
+ return new Plugin_Llen().fromJson(jsonValue, options);
1235
+ }
1236
+
1237
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Llen {
1238
+ return new Plugin_Llen().fromJsonString(jsonString, options);
1239
+ }
1240
+
1241
+ static equals(a: Plugin_Llen | PlainMessage<Plugin_Llen> | undefined, b: Plugin_Llen | PlainMessage<Plugin_Llen> | undefined): boolean {
1242
+ return proto3.util.equals(Plugin_Llen, a, b);
1243
+ }
1244
+ }
1245
+
1246
+ /**
1247
+ * @generated from message plugins.redis.v1.Plugin.Lpush
1248
+ */
1249
+ export class Plugin_Lpush extends Message<Plugin_Lpush> {
1250
+ /**
1251
+ * @generated from field: string key = 1;
1252
+ */
1253
+ key = "";
1254
+
1255
+ /**
1256
+ * @generated from field: string value = 2;
1257
+ */
1258
+ value = "";
1259
+
1260
+ constructor(data?: PartialMessage<Plugin_Lpush>) {
1261
+ super();
1262
+ proto3.util.initPartial(data, this);
1263
+ }
1264
+
1265
+ static readonly runtime: typeof proto3 = proto3;
1266
+ static readonly typeName = "plugins.redis.v1.Plugin.Lpush";
1267
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
1268
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1269
+ { no: 2, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1270
+ ]);
1271
+
1272
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Lpush {
1273
+ return new Plugin_Lpush().fromBinary(bytes, options);
1274
+ }
1275
+
1276
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Lpush {
1277
+ return new Plugin_Lpush().fromJson(jsonValue, options);
1278
+ }
1279
+
1280
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Lpush {
1281
+ return new Plugin_Lpush().fromJsonString(jsonString, options);
1282
+ }
1283
+
1284
+ static equals(a: Plugin_Lpush | PlainMessage<Plugin_Lpush> | undefined, b: Plugin_Lpush | PlainMessage<Plugin_Lpush> | undefined): boolean {
1285
+ return proto3.util.equals(Plugin_Lpush, a, b);
1286
+ }
1287
+ }
1288
+
1289
+ /**
1290
+ * @generated from message plugins.redis.v1.Plugin.Lrem
1291
+ */
1292
+ export class Plugin_Lrem extends Message<Plugin_Lrem> {
1293
+ /**
1294
+ * @generated from field: string key = 1;
1295
+ */
1296
+ key = "";
1297
+
1298
+ /**
1299
+ * @generated from field: int32 count = 2;
1300
+ */
1301
+ count = 0;
1302
+
1303
+ /**
1304
+ * @generated from field: string value = 3;
1305
+ */
1306
+ value = "";
1307
+
1308
+ constructor(data?: PartialMessage<Plugin_Lrem>) {
1309
+ super();
1310
+ proto3.util.initPartial(data, this);
1311
+ }
1312
+
1313
+ static readonly runtime: typeof proto3 = proto3;
1314
+ static readonly typeName = "plugins.redis.v1.Plugin.Lrem";
1315
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
1316
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1317
+ { no: 2, name: "count", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
1318
+ { no: 3, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1319
+ ]);
1320
+
1321
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Lrem {
1322
+ return new Plugin_Lrem().fromBinary(bytes, options);
1323
+ }
1324
+
1325
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Lrem {
1326
+ return new Plugin_Lrem().fromJson(jsonValue, options);
1327
+ }
1328
+
1329
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Lrem {
1330
+ return new Plugin_Lrem().fromJsonString(jsonString, options);
1331
+ }
1332
+
1333
+ static equals(a: Plugin_Lrem | PlainMessage<Plugin_Lrem> | undefined, b: Plugin_Lrem | PlainMessage<Plugin_Lrem> | undefined): boolean {
1334
+ return proto3.util.equals(Plugin_Lrem, a, b);
1335
+ }
1336
+ }
1337
+
1338
+ /**
1339
+ * @generated from message plugins.redis.v1.Plugin.Lrange
1340
+ */
1341
+ export class Plugin_Lrange extends Message<Plugin_Lrange> {
1342
+ /**
1343
+ * @generated from field: string key = 1;
1344
+ */
1345
+ key = "";
1346
+
1347
+ /**
1348
+ * @generated from field: int32 start = 2;
1349
+ */
1350
+ start = 0;
1351
+
1352
+ /**
1353
+ * @generated from field: int32 stop = 3;
1354
+ */
1355
+ stop = 0;
1356
+
1357
+ constructor(data?: PartialMessage<Plugin_Lrange>) {
1358
+ super();
1359
+ proto3.util.initPartial(data, this);
1360
+ }
1361
+
1362
+ static readonly runtime: typeof proto3 = proto3;
1363
+ static readonly typeName = "plugins.redis.v1.Plugin.Lrange";
1364
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
1365
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1366
+ { no: 2, name: "start", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
1367
+ { no: 3, name: "stop", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
1368
+ ]);
1369
+
1370
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Lrange {
1371
+ return new Plugin_Lrange().fromBinary(bytes, options);
1372
+ }
1373
+
1374
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Lrange {
1375
+ return new Plugin_Lrange().fromJson(jsonValue, options);
1376
+ }
1377
+
1378
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Lrange {
1379
+ return new Plugin_Lrange().fromJsonString(jsonString, options);
1380
+ }
1381
+
1382
+ static equals(a: Plugin_Lrange | PlainMessage<Plugin_Lrange> | undefined, b: Plugin_Lrange | PlainMessage<Plugin_Lrange> | undefined): boolean {
1383
+ return proto3.util.equals(Plugin_Lrange, a, b);
1384
+ }
1385
+ }
1386
+
1387
+ /**
1388
+ * @generated from message plugins.redis.v1.Plugin.Sadd
1389
+ */
1390
+ export class Plugin_Sadd extends Message<Plugin_Sadd> {
1391
+ /**
1392
+ * @generated from field: string key = 1;
1393
+ */
1394
+ key = "";
1395
+
1396
+ /**
1397
+ * @generated from field: string member = 2;
1398
+ */
1399
+ member = "";
1400
+
1401
+ constructor(data?: PartialMessage<Plugin_Sadd>) {
1402
+ super();
1403
+ proto3.util.initPartial(data, this);
1404
+ }
1405
+
1406
+ static readonly runtime: typeof proto3 = proto3;
1407
+ static readonly typeName = "plugins.redis.v1.Plugin.Sadd";
1408
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
1409
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1410
+ { no: 2, name: "member", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1411
+ ]);
1412
+
1413
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Sadd {
1414
+ return new Plugin_Sadd().fromBinary(bytes, options);
1415
+ }
1416
+
1417
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Sadd {
1418
+ return new Plugin_Sadd().fromJson(jsonValue, options);
1419
+ }
1420
+
1421
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Sadd {
1422
+ return new Plugin_Sadd().fromJsonString(jsonString, options);
1423
+ }
1424
+
1425
+ static equals(a: Plugin_Sadd | PlainMessage<Plugin_Sadd> | undefined, b: Plugin_Sadd | PlainMessage<Plugin_Sadd> | undefined): boolean {
1426
+ return proto3.util.equals(Plugin_Sadd, a, b);
1427
+ }
1428
+ }
1429
+
1430
+ /**
1431
+ * @generated from message plugins.redis.v1.Plugin.Scard
1432
+ */
1433
+ export class Plugin_Scard extends Message<Plugin_Scard> {
1434
+ /**
1435
+ * @generated from field: string key = 1;
1436
+ */
1437
+ key = "";
1438
+
1439
+ constructor(data?: PartialMessage<Plugin_Scard>) {
1440
+ super();
1441
+ proto3.util.initPartial(data, this);
1442
+ }
1443
+
1444
+ static readonly runtime: typeof proto3 = proto3;
1445
+ static readonly typeName = "plugins.redis.v1.Plugin.Scard";
1446
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
1447
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1448
+ ]);
1449
+
1450
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Scard {
1451
+ return new Plugin_Scard().fromBinary(bytes, options);
1452
+ }
1453
+
1454
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Scard {
1455
+ return new Plugin_Scard().fromJson(jsonValue, options);
1456
+ }
1457
+
1458
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Scard {
1459
+ return new Plugin_Scard().fromJsonString(jsonString, options);
1460
+ }
1461
+
1462
+ static equals(a: Plugin_Scard | PlainMessage<Plugin_Scard> | undefined, b: Plugin_Scard | PlainMessage<Plugin_Scard> | undefined): boolean {
1463
+ return proto3.util.equals(Plugin_Scard, a, b);
1464
+ }
1465
+ }
1466
+
1467
+ /**
1468
+ * @generated from message plugins.redis.v1.Plugin.Smembers
1469
+ */
1470
+ export class Plugin_Smembers extends Message<Plugin_Smembers> {
1471
+ /**
1472
+ * @generated from field: string key = 1;
1473
+ */
1474
+ key = "";
1475
+
1476
+ constructor(data?: PartialMessage<Plugin_Smembers>) {
1477
+ super();
1478
+ proto3.util.initPartial(data, this);
1479
+ }
1480
+
1481
+ static readonly runtime: typeof proto3 = proto3;
1482
+ static readonly typeName = "plugins.redis.v1.Plugin.Smembers";
1483
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
1484
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1485
+ ]);
1486
+
1487
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Smembers {
1488
+ return new Plugin_Smembers().fromBinary(bytes, options);
1489
+ }
1490
+
1491
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Smembers {
1492
+ return new Plugin_Smembers().fromJson(jsonValue, options);
1493
+ }
1494
+
1495
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Smembers {
1496
+ return new Plugin_Smembers().fromJsonString(jsonString, options);
1497
+ }
1498
+
1499
+ static equals(a: Plugin_Smembers | PlainMessage<Plugin_Smembers> | undefined, b: Plugin_Smembers | PlainMessage<Plugin_Smembers> | undefined): boolean {
1500
+ return proto3.util.equals(Plugin_Smembers, a, b);
1501
+ }
1502
+ }
1503
+
1504
+ /**
1505
+ * @generated from message plugins.redis.v1.Plugin.Sismember
1506
+ */
1507
+ export class Plugin_Sismember extends Message<Plugin_Sismember> {
1508
+ /**
1509
+ * @generated from field: string key = 1;
1510
+ */
1511
+ key = "";
1512
+
1513
+ /**
1514
+ * @generated from field: string member = 2;
1515
+ */
1516
+ member = "";
1517
+
1518
+ constructor(data?: PartialMessage<Plugin_Sismember>) {
1519
+ super();
1520
+ proto3.util.initPartial(data, this);
1521
+ }
1522
+
1523
+ static readonly runtime: typeof proto3 = proto3;
1524
+ static readonly typeName = "plugins.redis.v1.Plugin.Sismember";
1525
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
1526
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1527
+ { no: 2, name: "member", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1528
+ ]);
1529
+
1530
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Sismember {
1531
+ return new Plugin_Sismember().fromBinary(bytes, options);
1532
+ }
1533
+
1534
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Sismember {
1535
+ return new Plugin_Sismember().fromJson(jsonValue, options);
1536
+ }
1537
+
1538
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Sismember {
1539
+ return new Plugin_Sismember().fromJsonString(jsonString, options);
1540
+ }
1541
+
1542
+ static equals(a: Plugin_Sismember | PlainMessage<Plugin_Sismember> | undefined, b: Plugin_Sismember | PlainMessage<Plugin_Sismember> | undefined): boolean {
1543
+ return proto3.util.equals(Plugin_Sismember, a, b);
1544
+ }
1545
+ }
1546
+
1547
+ /**
1548
+ * @generated from message plugins.redis.v1.Plugin.Srandmember
1549
+ */
1550
+ export class Plugin_Srandmember extends Message<Plugin_Srandmember> {
1551
+ /**
1552
+ * @generated from field: string key = 1;
1553
+ */
1554
+ key = "";
1555
+
1556
+ /**
1557
+ * @generated from field: optional int32 count = 2;
1558
+ */
1559
+ count?: number;
1560
+
1561
+ constructor(data?: PartialMessage<Plugin_Srandmember>) {
1562
+ super();
1563
+ proto3.util.initPartial(data, this);
1564
+ }
1565
+
1566
+ static readonly runtime: typeof proto3 = proto3;
1567
+ static readonly typeName = "plugins.redis.v1.Plugin.Srandmember";
1568
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
1569
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1570
+ { no: 2, name: "count", kind: "scalar", T: 5 /* ScalarType.INT32 */, opt: true },
1571
+ ]);
1572
+
1573
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Srandmember {
1574
+ return new Plugin_Srandmember().fromBinary(bytes, options);
1575
+ }
1576
+
1577
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Srandmember {
1578
+ return new Plugin_Srandmember().fromJson(jsonValue, options);
1579
+ }
1580
+
1581
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Srandmember {
1582
+ return new Plugin_Srandmember().fromJsonString(jsonString, options);
1583
+ }
1584
+
1585
+ static equals(a: Plugin_Srandmember | PlainMessage<Plugin_Srandmember> | undefined, b: Plugin_Srandmember | PlainMessage<Plugin_Srandmember> | undefined): boolean {
1586
+ return proto3.util.equals(Plugin_Srandmember, a, b);
1587
+ }
1588
+ }
1589
+
1590
+ /**
1591
+ * @generated from message plugins.redis.v1.Plugin.Srem
1592
+ */
1593
+ export class Plugin_Srem extends Message<Plugin_Srem> {
1594
+ /**
1595
+ * @generated from field: string key = 1;
1596
+ */
1597
+ key = "";
1598
+
1599
+ /**
1600
+ * @generated from field: string member = 2;
1601
+ */
1602
+ member = "";
1603
+
1604
+ constructor(data?: PartialMessage<Plugin_Srem>) {
1605
+ super();
1606
+ proto3.util.initPartial(data, this);
1607
+ }
1608
+
1609
+ static readonly runtime: typeof proto3 = proto3;
1610
+ static readonly typeName = "plugins.redis.v1.Plugin.Srem";
1611
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
1612
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1613
+ { no: 2, name: "member", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1614
+ ]);
1615
+
1616
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Srem {
1617
+ return new Plugin_Srem().fromBinary(bytes, options);
1618
+ }
1619
+
1620
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Srem {
1621
+ return new Plugin_Srem().fromJson(jsonValue, options);
1622
+ }
1623
+
1624
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Srem {
1625
+ return new Plugin_Srem().fromJsonString(jsonString, options);
1626
+ }
1627
+
1628
+ static equals(a: Plugin_Srem | PlainMessage<Plugin_Srem> | undefined, b: Plugin_Srem | PlainMessage<Plugin_Srem> | undefined): boolean {
1629
+ return proto3.util.equals(Plugin_Srem, a, b);
1630
+ }
1631
+ }
1632
+
1633
+ /**
1634
+ * TODO: (joey) support options as well: https://redis.io/commands/zadd/
1635
+ *
1636
+ * @generated from message plugins.redis.v1.Plugin.Zadd
1637
+ */
1638
+ export class Plugin_Zadd extends Message<Plugin_Zadd> {
1639
+ /**
1640
+ * @generated from field: string key = 1;
1641
+ */
1642
+ key = "";
1643
+
1644
+ /**
1645
+ * @generated from field: double score = 2;
1646
+ */
1647
+ score = 0;
1648
+
1649
+ /**
1650
+ * @generated from field: string member = 3;
1651
+ */
1652
+ member = "";
1653
+
1654
+ constructor(data?: PartialMessage<Plugin_Zadd>) {
1655
+ super();
1656
+ proto3.util.initPartial(data, this);
1657
+ }
1658
+
1659
+ static readonly runtime: typeof proto3 = proto3;
1660
+ static readonly typeName = "plugins.redis.v1.Plugin.Zadd";
1661
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
1662
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1663
+ { no: 2, name: "score", kind: "scalar", T: 1 /* ScalarType.DOUBLE */ },
1664
+ { no: 3, name: "member", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1665
+ ]);
1666
+
1667
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Zadd {
1668
+ return new Plugin_Zadd().fromBinary(bytes, options);
1669
+ }
1670
+
1671
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Zadd {
1672
+ return new Plugin_Zadd().fromJson(jsonValue, options);
1673
+ }
1674
+
1675
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Zadd {
1676
+ return new Plugin_Zadd().fromJsonString(jsonString, options);
1677
+ }
1678
+
1679
+ static equals(a: Plugin_Zadd | PlainMessage<Plugin_Zadd> | undefined, b: Plugin_Zadd | PlainMessage<Plugin_Zadd> | undefined): boolean {
1680
+ return proto3.util.equals(Plugin_Zadd, a, b);
1681
+ }
1682
+ }
1683
+
1684
+ /**
1685
+ * @generated from message plugins.redis.v1.Plugin.Zcard
1686
+ */
1687
+ export class Plugin_Zcard extends Message<Plugin_Zcard> {
1688
+ /**
1689
+ * @generated from field: string key = 1;
1690
+ */
1691
+ key = "";
1692
+
1693
+ constructor(data?: PartialMessage<Plugin_Zcard>) {
1694
+ super();
1695
+ proto3.util.initPartial(data, this);
1696
+ }
1697
+
1698
+ static readonly runtime: typeof proto3 = proto3;
1699
+ static readonly typeName = "plugins.redis.v1.Plugin.Zcard";
1700
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
1701
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1702
+ ]);
1703
+
1704
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Zcard {
1705
+ return new Plugin_Zcard().fromBinary(bytes, options);
1706
+ }
1707
+
1708
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Zcard {
1709
+ return new Plugin_Zcard().fromJson(jsonValue, options);
1710
+ }
1711
+
1712
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Zcard {
1713
+ return new Plugin_Zcard().fromJsonString(jsonString, options);
1714
+ }
1715
+
1716
+ static equals(a: Plugin_Zcard | PlainMessage<Plugin_Zcard> | undefined, b: Plugin_Zcard | PlainMessage<Plugin_Zcard> | undefined): boolean {
1717
+ return proto3.util.equals(Plugin_Zcard, a, b);
1718
+ }
1719
+ }
1720
+
1721
+ /**
1722
+ * @generated from message plugins.redis.v1.Plugin.Zcount
1723
+ */
1724
+ export class Plugin_Zcount extends Message<Plugin_Zcount> {
1725
+ /**
1726
+ * @generated from field: string key = 1;
1727
+ */
1728
+ key = "";
1729
+
1730
+ /**
1731
+ * @generated from field: double min = 2;
1732
+ */
1733
+ min = 0;
1734
+
1735
+ /**
1736
+ * @generated from field: double max = 3;
1737
+ */
1738
+ max = 0;
1739
+
1740
+ constructor(data?: PartialMessage<Plugin_Zcount>) {
1741
+ super();
1742
+ proto3.util.initPartial(data, this);
1743
+ }
1744
+
1745
+ static readonly runtime: typeof proto3 = proto3;
1746
+ static readonly typeName = "plugins.redis.v1.Plugin.Zcount";
1747
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
1748
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1749
+ { no: 2, name: "min", kind: "scalar", T: 1 /* ScalarType.DOUBLE */ },
1750
+ { no: 3, name: "max", kind: "scalar", T: 1 /* ScalarType.DOUBLE */ },
1751
+ ]);
1752
+
1753
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Zcount {
1754
+ return new Plugin_Zcount().fromBinary(bytes, options);
1755
+ }
1756
+
1757
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Zcount {
1758
+ return new Plugin_Zcount().fromJson(jsonValue, options);
1759
+ }
1760
+
1761
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Zcount {
1762
+ return new Plugin_Zcount().fromJsonString(jsonString, options);
1763
+ }
1764
+
1765
+ static equals(a: Plugin_Zcount | PlainMessage<Plugin_Zcount> | undefined, b: Plugin_Zcount | PlainMessage<Plugin_Zcount> | undefined): boolean {
1766
+ return proto3.util.equals(Plugin_Zcount, a, b);
1767
+ }
1768
+ }
1769
+
1770
+ /**
1771
+ * @generated from message plugins.redis.v1.Plugin.Zrange
1772
+ */
1773
+ export class Plugin_Zrange extends Message<Plugin_Zrange> {
1774
+ /**
1775
+ * @generated from field: string key = 1;
1776
+ */
1777
+ key = "";
1778
+
1779
+ /**
1780
+ * @generated from field: int32 start = 2;
1781
+ */
1782
+ start = 0;
1783
+
1784
+ /**
1785
+ * @generated from field: int32 stop = 3;
1786
+ */
1787
+ stop = 0;
1788
+
1789
+ constructor(data?: PartialMessage<Plugin_Zrange>) {
1790
+ super();
1791
+ proto3.util.initPartial(data, this);
1792
+ }
1793
+
1794
+ static readonly runtime: typeof proto3 = proto3;
1795
+ static readonly typeName = "plugins.redis.v1.Plugin.Zrange";
1796
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
1797
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1798
+ { no: 2, name: "start", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
1799
+ { no: 3, name: "stop", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
1800
+ ]);
1801
+
1802
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Zrange {
1803
+ return new Plugin_Zrange().fromBinary(bytes, options);
1804
+ }
1805
+
1806
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Zrange {
1807
+ return new Plugin_Zrange().fromJson(jsonValue, options);
1808
+ }
1809
+
1810
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Zrange {
1811
+ return new Plugin_Zrange().fromJsonString(jsonString, options);
1812
+ }
1813
+
1814
+ static equals(a: Plugin_Zrange | PlainMessage<Plugin_Zrange> | undefined, b: Plugin_Zrange | PlainMessage<Plugin_Zrange> | undefined): boolean {
1815
+ return proto3.util.equals(Plugin_Zrange, a, b);
1816
+ }
1817
+ }
1818
+
1819
+ /**
1820
+ * TODO: (joey) add optional withscore
1821
+ *
1822
+ * @generated from message plugins.redis.v1.Plugin.Zrank
1823
+ */
1824
+ export class Plugin_Zrank extends Message<Plugin_Zrank> {
1825
+ /**
1826
+ * @generated from field: string key = 1;
1827
+ */
1828
+ key = "";
1829
+
1830
+ /**
1831
+ * @generated from field: string member = 2;
1832
+ */
1833
+ member = "";
1834
+
1835
+ constructor(data?: PartialMessage<Plugin_Zrank>) {
1836
+ super();
1837
+ proto3.util.initPartial(data, this);
1838
+ }
1839
+
1840
+ static readonly runtime: typeof proto3 = proto3;
1841
+ static readonly typeName = "plugins.redis.v1.Plugin.Zrank";
1842
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
1843
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1844
+ { no: 2, name: "member", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1845
+ ]);
1846
+
1847
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Zrank {
1848
+ return new Plugin_Zrank().fromBinary(bytes, options);
1849
+ }
1850
+
1851
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Zrank {
1852
+ return new Plugin_Zrank().fromJson(jsonValue, options);
1853
+ }
1854
+
1855
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Zrank {
1856
+ return new Plugin_Zrank().fromJsonString(jsonString, options);
1857
+ }
1858
+
1859
+ static equals(a: Plugin_Zrank | PlainMessage<Plugin_Zrank> | undefined, b: Plugin_Zrank | PlainMessage<Plugin_Zrank> | undefined): boolean {
1860
+ return proto3.util.equals(Plugin_Zrank, a, b);
1861
+ }
1862
+ }
1863
+
1864
+ /**
1865
+ * @generated from message plugins.redis.v1.Plugin.Zrem
1866
+ */
1867
+ export class Plugin_Zrem extends Message<Plugin_Zrem> {
1868
+ /**
1869
+ * @generated from field: string key = 1;
1870
+ */
1871
+ key = "";
1872
+
1873
+ /**
1874
+ * @generated from field: string member = 2;
1875
+ */
1876
+ member = "";
1877
+
1878
+ constructor(data?: PartialMessage<Plugin_Zrem>) {
1879
+ super();
1880
+ proto3.util.initPartial(data, this);
1881
+ }
1882
+
1883
+ static readonly runtime: typeof proto3 = proto3;
1884
+ static readonly typeName = "plugins.redis.v1.Plugin.Zrem";
1885
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
1886
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1887
+ { no: 2, name: "member", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1888
+ ]);
1889
+
1890
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Zrem {
1891
+ return new Plugin_Zrem().fromBinary(bytes, options);
1892
+ }
1893
+
1894
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Zrem {
1895
+ return new Plugin_Zrem().fromJson(jsonValue, options);
1896
+ }
1897
+
1898
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Zrem {
1899
+ return new Plugin_Zrem().fromJsonString(jsonString, options);
1900
+ }
1901
+
1902
+ static equals(a: Plugin_Zrem | PlainMessage<Plugin_Zrem> | undefined, b: Plugin_Zrem | PlainMessage<Plugin_Zrem> | undefined): boolean {
1903
+ return proto3.util.equals(Plugin_Zrem, a, b);
1904
+ }
1905
+ }
1906
+
1907
+ /**
1908
+ * @generated from message plugins.redis.v1.Plugin.Zscore
1909
+ */
1910
+ export class Plugin_Zscore extends Message<Plugin_Zscore> {
1911
+ /**
1912
+ * @generated from field: string key = 1;
1913
+ */
1914
+ key = "";
1915
+
1916
+ /**
1917
+ * @generated from field: string member = 2;
1918
+ */
1919
+ member = "";
1920
+
1921
+ constructor(data?: PartialMessage<Plugin_Zscore>) {
1922
+ super();
1923
+ proto3.util.initPartial(data, this);
1924
+ }
1925
+
1926
+ static readonly runtime: typeof proto3 = proto3;
1927
+ static readonly typeName = "plugins.redis.v1.Plugin.Zscore";
1928
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
1929
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1930
+ { no: 2, name: "member", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1931
+ ]);
1932
+
1933
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Zscore {
1934
+ return new Plugin_Zscore().fromBinary(bytes, options);
1935
+ }
1936
+
1937
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Zscore {
1938
+ return new Plugin_Zscore().fromJson(jsonValue, options);
1939
+ }
1940
+
1941
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Zscore {
1942
+ return new Plugin_Zscore().fromJsonString(jsonString, options);
1943
+ }
1944
+
1945
+ static equals(a: Plugin_Zscore | PlainMessage<Plugin_Zscore> | undefined, b: Plugin_Zscore | PlainMessage<Plugin_Zscore> | undefined): boolean {
1946
+ return proto3.util.equals(Plugin_Zscore, a, b);
1947
+ }
1948
+ }
1949
+
1950
+ /**
1951
+ * @generated from message plugins.redis.v1.Plugin.Expire
1952
+ */
1953
+ export class Plugin_Expire extends Message<Plugin_Expire> {
1954
+ /**
1955
+ * @generated from field: string key = 1;
1956
+ */
1957
+ key = "";
1958
+
1959
+ /**
1960
+ * @generated from field: int32 seconds = 2;
1961
+ */
1962
+ seconds = 0;
1963
+
1964
+ /**
1965
+ * @generated from field: optional plugins.redis.v1.Plugin.Expire.Option option = 3;
1966
+ */
1967
+ option?: Plugin_Expire_Option;
1968
+
1969
+ constructor(data?: PartialMessage<Plugin_Expire>) {
1970
+ super();
1971
+ proto3.util.initPartial(data, this);
1972
+ }
1973
+
1974
+ static readonly runtime: typeof proto3 = proto3;
1975
+ static readonly typeName = "plugins.redis.v1.Plugin.Expire";
1976
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
1977
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1978
+ { no: 2, name: "seconds", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
1979
+ { no: 3, name: "option", kind: "enum", T: proto3.getEnumType(Plugin_Expire_Option), opt: true },
1980
+ ]);
1981
+
1982
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Expire {
1983
+ return new Plugin_Expire().fromBinary(bytes, options);
1984
+ }
1985
+
1986
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Expire {
1987
+ return new Plugin_Expire().fromJson(jsonValue, options);
1988
+ }
1989
+
1990
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Expire {
1991
+ return new Plugin_Expire().fromJsonString(jsonString, options);
1992
+ }
1993
+
1994
+ static equals(a: Plugin_Expire | PlainMessage<Plugin_Expire> | undefined, b: Plugin_Expire | PlainMessage<Plugin_Expire> | undefined): boolean {
1995
+ return proto3.util.equals(Plugin_Expire, a, b);
1996
+ }
1997
+ }
1998
+
1999
+ /**
2000
+ * @generated from enum plugins.redis.v1.Plugin.Expire.Option
2001
+ */
2002
+ export enum Plugin_Expire_Option {
2003
+ /**
2004
+ * @generated from enum value: OPTION_UNSPECIFIED = 0;
2005
+ */
2006
+ UNSPECIFIED = 0,
2007
+
2008
+ /**
2009
+ * @generated from enum value: OPTION_NX = 1;
2010
+ */
2011
+ NX = 1,
2012
+
2013
+ /**
2014
+ * @generated from enum value: OPTION_XX = 2;
2015
+ */
2016
+ XX = 2,
2017
+
2018
+ /**
2019
+ * @generated from enum value: OPTION_GT = 3;
2020
+ */
2021
+ GT = 3,
2022
+
2023
+ /**
2024
+ * @generated from enum value: OPTION_LT = 4;
2025
+ */
2026
+ LT = 4,
2027
+ }
2028
+ // Retrieve enum metadata with: proto3.getEnumType(Plugin_Expire_Option)
2029
+ proto3.util.setEnumType(Plugin_Expire_Option, "plugins.redis.v1.Plugin.Expire.Option", [
2030
+ { no: 0, name: "OPTION_UNSPECIFIED" },
2031
+ { no: 1, name: "OPTION_NX" },
2032
+ { no: 2, name: "OPTION_XX" },
2033
+ { no: 3, name: "OPTION_GT" },
2034
+ { no: 4, name: "OPTION_LT" },
2035
+ ]);
2036
+
2037
+ /**
2038
+ * @generated from message plugins.redis.v1.Plugin.Ttl
2039
+ */
2040
+ export class Plugin_Ttl extends Message<Plugin_Ttl> {
2041
+ /**
2042
+ * @generated from field: string key = 1;
2043
+ */
2044
+ key = "";
2045
+
2046
+ constructor(data?: PartialMessage<Plugin_Ttl>) {
2047
+ super();
2048
+ proto3.util.initPartial(data, this);
2049
+ }
2050
+
2051
+ static readonly runtime: typeof proto3 = proto3;
2052
+ static readonly typeName = "plugins.redis.v1.Plugin.Ttl";
2053
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
2054
+ { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2055
+ ]);
2056
+
2057
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Plugin_Ttl {
2058
+ return new Plugin_Ttl().fromBinary(bytes, options);
2059
+ }
2060
+
2061
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Plugin_Ttl {
2062
+ return new Plugin_Ttl().fromJson(jsonValue, options);
2063
+ }
2064
+
2065
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Plugin_Ttl {
2066
+ return new Plugin_Ttl().fromJsonString(jsonString, options);
2067
+ }
2068
+
2069
+ static equals(a: Plugin_Ttl | PlainMessage<Plugin_Ttl> | undefined, b: Plugin_Ttl | PlainMessage<Plugin_Ttl> | undefined): boolean {
2070
+ return proto3.util.equals(Plugin_Ttl, a, b);
2071
+ }
2072
+ }
2073
+