@alis-build/common-es 1.0.3

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 (357) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +1 -0
  3. package/alis/a2a/extension/history/v1/history_connect.d.ts +155 -0
  4. package/alis/a2a/extension/history/v1/history_connect.js +155 -0
  5. package/alis/a2a/extension/history/v1/history_pb.d.ts +550 -0
  6. package/alis/a2a/extension/history/v1/history_pb.js +111 -0
  7. package/alis/open/agent/v1/agent_connect.d.ts +155 -0
  8. package/alis/open/agent/v1/agent_connect.js +155 -0
  9. package/alis/open/agent/v1/agent_pb.d.ts +2129 -0
  10. package/alis/open/agent/v1/agent_pb.js +390 -0
  11. package/alis/open/agent/v2/a2a_connect.d.ts +155 -0
  12. package/alis/open/agent/v2/a2a_connect.js +155 -0
  13. package/alis/open/agent/v2/a2a_pb.d.ts +2181 -0
  14. package/alis/open/agent/v2/a2a_pb.js +390 -0
  15. package/alis/open/config/v1/config_pb.d.ts +61 -0
  16. package/alis/open/config/v1/config_pb.js +19 -0
  17. package/alis/open/cx/v1/cx_pb.d.ts +2153 -0
  18. package/alis/open/cx/v1/cx_pb.js +230 -0
  19. package/alis/open/flows/v1/flows_connect.d.ts +94 -0
  20. package/alis/open/flows/v1/flows_connect.js +94 -0
  21. package/alis/open/flows/v1/flows_pb.d.ts +546 -0
  22. package/alis/open/flows/v1/flows_pb.js +104 -0
  23. package/alis/open/iam/v1/group_connect.d.ts +143 -0
  24. package/alis/open/iam/v1/group_connect.js +143 -0
  25. package/alis/open/iam/v1/group_pb.d.ts +385 -0
  26. package/alis/open/iam/v1/group_pb.js +88 -0
  27. package/alis/open/iam/v1/iam_pb.d.ts +171 -0
  28. package/alis/open/iam/v1/iam_pb.js +46 -0
  29. package/alis/open/iam/v1/oauth_pb.d.ts +564 -0
  30. package/alis/open/iam/v1/oauth_pb.js +111 -0
  31. package/alis/open/iam/v1/role_pb.d.ts +95 -0
  32. package/alis/open/iam/v1/role_pb.js +19 -0
  33. package/alis/open/iam/v1/user_connect.d.ts +327 -0
  34. package/alis/open/iam/v1/user_connect.js +327 -0
  35. package/alis/open/iam/v1/user_pb.d.ts +1580 -0
  36. package/alis/open/iam/v1/user_pb.js +279 -0
  37. package/alis/open/in/v1/in_pb.d.ts +902 -0
  38. package/alis/open/in/v1/in_pb.js +113 -0
  39. package/alis/open/notifications/v1/devices_connect.d.ts +161 -0
  40. package/alis/open/notifications/v1/devices_connect.js +161 -0
  41. package/alis/open/notifications/v1/devices_pb.d.ts +362 -0
  42. package/alis/open/notifications/v1/devices_pb.js +75 -0
  43. package/alis/open/notifications/v1/notifications_connect.d.ts +77 -0
  44. package/alis/open/notifications/v1/notifications_connect.js +77 -0
  45. package/alis/open/notifications/v1/notifications_pb.d.ts +196 -0
  46. package/alis/open/notifications/v1/notifications_pb.js +49 -0
  47. package/alis/open/operations/v1/operations_pb.d.ts +194 -0
  48. package/alis/open/operations/v1/operations_pb.js +28 -0
  49. package/alis/open/options/v1/options_pb.d.ts +274 -0
  50. package/alis/open/options/v1/options_pb.js +85 -0
  51. package/alis/open/pubsub/v1/pubsub_pb.d.ts +124 -0
  52. package/alis/open/pubsub/v1/pubsub_pb.js +26 -0
  53. package/alis/open/px/v1/px_pb.d.ts +2169 -0
  54. package/alis/open/px/v1/px_pb.js +281 -0
  55. package/alis/open/support/v1/attachments_connect.d.ts +30 -0
  56. package/alis/open/support/v1/attachments_connect.js +30 -0
  57. package/alis/open/support/v1/attachments_pb.d.ts +84 -0
  58. package/alis/open/support/v1/attachments_pb.js +34 -0
  59. package/alis/open/support/v1/events_connect.d.ts +30 -0
  60. package/alis/open/support/v1/events_connect.js +30 -0
  61. package/alis/open/support/v1/events_pb.d.ts +236 -0
  62. package/alis/open/support/v1/events_pb.js +84 -0
  63. package/alis/open/support/v1/guide_connect.d.ts +76 -0
  64. package/alis/open/support/v1/guide_connect.js +76 -0
  65. package/alis/open/support/v1/guide_pb.d.ts +853 -0
  66. package/alis/open/support/v1/guide_pb.js +169 -0
  67. package/alis/open/support/v1/issue_connect.d.ts +216 -0
  68. package/alis/open/support/v1/issue_connect.js +216 -0
  69. package/alis/open/support/v1/issue_pb.d.ts +1030 -0
  70. package/alis/open/support/v1/issue_pb.js +215 -0
  71. package/alis/open/support/v1/issueactivity_connect.d.ts +139 -0
  72. package/alis/open/support/v1/issueactivity_connect.js +139 -0
  73. package/alis/open/support/v1/issueactivity_pb.d.ts +551 -0
  74. package/alis/open/support/v1/issueactivity_pb.js +108 -0
  75. package/alis/open/support/v1/issuesubscriber_connect.d.ts +146 -0
  76. package/alis/open/support/v1/issuesubscriber_connect.js +146 -0
  77. package/alis/open/support/v1/issuesubscriber_pb.d.ts +341 -0
  78. package/alis/open/support/v1/issuesubscriber_pb.js +68 -0
  79. package/alis/open/validation/v1/test_connect.d.ts +74 -0
  80. package/alis/open/validation/v1/test_connect.js +74 -0
  81. package/alis/open/validation/v1/test_pb.d.ts +345 -0
  82. package/alis/open/validation/v1/test_pb.js +84 -0
  83. package/alis/open/validation/v1/validation_connect.d.ts +39 -0
  84. package/alis/open/validation/v1/validation_connect.js +39 -0
  85. package/alis/open/validation/v1/validation_pb.d.ts +207 -0
  86. package/alis/open/validation/v1/validation_pb.js +59 -0
  87. package/alis/test/v1/test_pb.d.ts +32 -0
  88. package/alis/test/v1/test_pb.js +18 -0
  89. package/common/test/v1/test_pb.d.ts +32 -0
  90. package/common/test/v1/test_pb.js +18 -0
  91. package/google/api/annotations_pb.d.ts +33 -0
  92. package/google/api/annotations_pb.js +35 -0
  93. package/google/api/apikeys/v2/apikeys_connect.d.ts +151 -0
  94. package/google/api/apikeys/v2/apikeys_connect.js +151 -0
  95. package/google/api/apikeys/v2/apikeys_pb.d.ts +449 -0
  96. package/google/api/apikeys/v2/apikeys_pb.js +117 -0
  97. package/google/api/apikeys/v2/resources_pb.d.ts +341 -0
  98. package/google/api/apikeys/v2/resources_pb.js +84 -0
  99. package/google/api/auth_pb.d.ts +380 -0
  100. package/google/api/auth_pb.js +67 -0
  101. package/google/api/backend_pb.d.ts +269 -0
  102. package/google/api/backend_pb.js +59 -0
  103. package/google/api/billing_pb.d.ts +109 -0
  104. package/google/api/billing_pb.js +39 -0
  105. package/google/api/client_pb.d.ts +691 -0
  106. package/google/api/client_pb.js +233 -0
  107. package/google/api/config_change_pb.d.ts +155 -0
  108. package/google/api/config_change_pb.js +54 -0
  109. package/google/api/consumer_pb.d.ts +150 -0
  110. package/google/api/consumer_pb.js +53 -0
  111. package/google/api/context_pb.d.ts +135 -0
  112. package/google/api/context_pb.js +39 -0
  113. package/google/api/control_pb.d.ts +52 -0
  114. package/google/api/control_pb.js +32 -0
  115. package/google/api/distribution_pb.d.ts +377 -0
  116. package/google/api/distribution_pb.js +76 -0
  117. package/google/api/documentation_pb.d.ts +248 -0
  118. package/google/api/documentation_pb.js +46 -0
  119. package/google/api/endpoint_pb.d.ts +102 -0
  120. package/google/api/endpoint_pb.js +32 -0
  121. package/google/api/error_reason_pb.d.ts +657 -0
  122. package/google/api/error_reason_pb.js +48 -0
  123. package/google/api/expr/conformance/v1alpha1/conformance_service_connect.d.ts +71 -0
  124. package/google/api/expr/conformance/v1alpha1/conformance_service_connect.js +71 -0
  125. package/google/api/expr/conformance/v1alpha1/conformance_service_pb.d.ts +415 -0
  126. package/google/api/expr/conformance/v1alpha1/conformance_service_pb.js +112 -0
  127. package/google/api/expr/v1alpha1/checked_pb.d.ts +701 -0
  128. package/google/api/expr/v1alpha1/checked_pb.js +133 -0
  129. package/google/api/expr/v1alpha1/eval_pb.d.ts +212 -0
  130. package/google/api/expr/v1alpha1/eval_pb.js +62 -0
  131. package/google/api/expr/v1alpha1/explain_pb.d.ts +92 -0
  132. package/google/api/expr/v1alpha1/explain_pb.js +42 -0
  133. package/google/api/expr/v1alpha1/syntax_pb.d.ts +698 -0
  134. package/google/api/expr/v1alpha1/syntax_pb.js +112 -0
  135. package/google/api/expr/v1alpha1/value_pb.d.ts +252 -0
  136. package/google/api/expr/v1alpha1/value_pb.js +62 -0
  137. package/google/api/expr/v1beta1/decl_pb.d.ts +183 -0
  138. package/google/api/expr/v1beta1/decl_pb.js +55 -0
  139. package/google/api/expr/v1beta1/eval_pb.d.ts +233 -0
  140. package/google/api/expr/v1beta1/eval_pb.js +70 -0
  141. package/google/api/expr/v1beta1/expr_pb.d.ts +550 -0
  142. package/google/api/expr/v1beta1/expr_pb.js +98 -0
  143. package/google/api/expr/v1beta1/source_pb.d.ts +112 -0
  144. package/google/api/expr/v1beta1/source_pb.js +40 -0
  145. package/google/api/expr/v1beta1/value_pb.d.ts +253 -0
  146. package/google/api/expr/v1beta1/value_pb.js +63 -0
  147. package/google/api/field_behavior_pb.d.ts +133 -0
  148. package/google/api/field_behavior_pb.js +64 -0
  149. package/google/api/http_pb.d.ts +472 -0
  150. package/google/api/http_pb.js +46 -0
  151. package/google/api/httpbody_pb.d.ts +103 -0
  152. package/google/api/httpbody_pb.js +33 -0
  153. package/google/api/label_pb.d.ts +92 -0
  154. package/google/api/label_pb.js +46 -0
  155. package/google/api/launch_stage_pb.d.ts +114 -0
  156. package/google/api/launch_stage_pb.js +40 -0
  157. package/google/api/log_pb.d.ts +81 -0
  158. package/google/api/log_pb.js +33 -0
  159. package/google/api/logging_pb.d.ts +118 -0
  160. package/google/api/logging_pb.js +39 -0
  161. package/google/api/metric_pb.d.ts +422 -0
  162. package/google/api/metric_pb.js +79 -0
  163. package/google/api/monitored_resource_pb.d.ts +194 -0
  164. package/google/api/monitored_resource_pb.js +49 -0
  165. package/google/api/monitoring_pb.d.ts +143 -0
  166. package/google/api/monitoring_pb.js +39 -0
  167. package/google/api/quota_pb.d.ts +271 -0
  168. package/google/api/quota_pb.js +46 -0
  169. package/google/api/resource_pb.d.ts +338 -0
  170. package/google/api/resource_pb.js +96 -0
  171. package/google/api/routing_pb.d.ts +496 -0
  172. package/google/api/routing_pb.js +48 -0
  173. package/google/api/service_pb.d.ts +304 -0
  174. package/google/api/service_pb.js +53 -0
  175. package/google/api/servicecontrol/v1/check_error_pb.d.ts +241 -0
  176. package/google/api/servicecontrol/v1/check_error_pb.js +47 -0
  177. package/google/api/servicecontrol/v1/distribution_pb.d.ts +279 -0
  178. package/google/api/servicecontrol/v1/distribution_pb.js +54 -0
  179. package/google/api/servicecontrol/v1/http_request_pb.d.ts +162 -0
  180. package/google/api/servicecontrol/v1/http_request_pb.js +33 -0
  181. package/google/api/servicecontrol/v1/log_entry_pb.d.ts +237 -0
  182. package/google/api/servicecontrol/v1/log_entry_pb.js +51 -0
  183. package/google/api/servicecontrol/v1/metric_value_pb.d.ts +148 -0
  184. package/google/api/servicecontrol/v1/metric_value_pb.js +41 -0
  185. package/google/api/servicecontrol/v1/operation_pb.d.ts +188 -0
  186. package/google/api/servicecontrol/v1/operation_pb.js +50 -0
  187. package/google/api/servicecontrol/v1/quota_controller_connect.d.ts +56 -0
  188. package/google/api/servicecontrol/v1/quota_controller_connect.js +56 -0
  189. package/google/api/servicecontrol/v1/quota_controller_pb.d.ts +417 -0
  190. package/google/api/servicecontrol/v1/quota_controller_pb.js +100 -0
  191. package/google/api/servicecontrol/v1/service_controller_connect.d.ts +87 -0
  192. package/google/api/servicecontrol/v1/service_controller_connect.js +87 -0
  193. package/google/api/servicecontrol/v1/service_controller_pb.d.ts +437 -0
  194. package/google/api/servicecontrol/v1/service_controller_pb.js +105 -0
  195. package/google/api/servicecontrol/v2/service_controller_connect.d.ts +99 -0
  196. package/google/api/servicecontrol/v2/service_controller_connect.js +99 -0
  197. package/google/api/servicecontrol/v2/service_controller_pb.d.ts +300 -0
  198. package/google/api/servicecontrol/v2/service_controller_pb.js +79 -0
  199. package/google/api/servicemanagement/v1/resources_pb.d.ts +632 -0
  200. package/google/api/servicemanagement/v1/resources_pb.js +159 -0
  201. package/google/api/servicemanagement/v1/servicemanager_connect.d.ts +252 -0
  202. package/google/api/servicemanagement/v1/servicemanager_connect.js +252 -0
  203. package/google/api/servicemanagement/v1/servicemanager_pb.d.ts +854 -0
  204. package/google/api/servicemanagement/v1/servicemanager_pb.js +186 -0
  205. package/google/api/serviceusage/v1/resources_pb.d.ts +231 -0
  206. package/google/api/serviceusage/v1/resources_pb.js +68 -0
  207. package/google/api/serviceusage/v1/serviceusage_connect.d.ts +125 -0
  208. package/google/api/serviceusage/v1/serviceusage_connect.js +125 -0
  209. package/google/api/serviceusage/v1/serviceusage_pb.d.ts +529 -0
  210. package/google/api/serviceusage/v1/serviceusage_pb.js +140 -0
  211. package/google/api/serviceusage/v1beta1/resources_pb.d.ts +748 -0
  212. package/google/api/serviceusage/v1beta1/resources_pb.js +146 -0
  213. package/google/api/serviceusage/v1beta1/serviceusage_connect.d.ts +285 -0
  214. package/google/api/serviceusage/v1beta1/serviceusage_connect.js +285 -0
  215. package/google/api/serviceusage/v1beta1/serviceusage_pb.d.ts +1446 -0
  216. package/google/api/serviceusage/v1beta1/serviceusage_pb.js +304 -0
  217. package/google/api/source_info_pb.d.ts +46 -0
  218. package/google/api/source_info_pb.js +33 -0
  219. package/google/api/system_parameter_pb.d.ts +151 -0
  220. package/google/api/system_parameter_pb.js +46 -0
  221. package/google/api/usage_pb.d.ts +141 -0
  222. package/google/api/usage_pb.js +39 -0
  223. package/google/api/visibility_pb.d.ts +157 -0
  224. package/google/api/visibility_pb.js +88 -0
  225. package/google/iam/admin/v1/audit_data_pb.d.ts +75 -0
  226. package/google/iam/admin/v1/audit_data_pb.js +39 -0
  227. package/google/iam/admin/v1/iam_connect.d.ts +534 -0
  228. package/google/iam/admin/v1/iam_connect.js +534 -0
  229. package/google/iam/admin/v1/iam_pb.d.ts +2699 -0
  230. package/google/iam/admin/v1/iam_pb.js +528 -0
  231. package/google/iam/credentials/v1/common_pb.d.ts +319 -0
  232. package/google/iam/credentials/v1/common_pb.js +85 -0
  233. package/google/iam/credentials/v1/iamcredentials_connect.d.ts +84 -0
  234. package/google/iam/credentials/v1/iamcredentials_connect.js +84 -0
  235. package/google/iam/credentials/v1/iamcredentials_pb.d.ts +81 -0
  236. package/google/iam/credentials/v1/iamcredentials_pb.js +44 -0
  237. package/google/iam/v1/iam_policy_connect.d.ts +102 -0
  238. package/google/iam/v1/iam_policy_connect.js +102 -0
  239. package/google/iam/v1/iam_policy_pb.d.ts +225 -0
  240. package/google/iam/v1/iam_policy_pb.js +93 -0
  241. package/google/iam/v1/logging/audit_data_pb.d.ts +48 -0
  242. package/google/iam/v1/logging/audit_data_pb.js +33 -0
  243. package/google/iam/v1/options_pb.d.ts +62 -0
  244. package/google/iam/v1/options_pb.js +32 -0
  245. package/google/iam/v1/policy_pb.d.ts +622 -0
  246. package/google/iam/v1/policy_pb.js +118 -0
  247. package/google/iam/v1beta/workload_identity_pool_connect.d.ts +203 -0
  248. package/google/iam/v1beta/workload_identity_pool_connect.js +203 -0
  249. package/google/iam/v1beta/workload_identity_pool_pb.d.ts +996 -0
  250. package/google/iam/v1beta/workload_identity_pool_pb.js +207 -0
  251. package/google/iam/v2/deny_pb.d.ts +139 -0
  252. package/google/iam/v2/deny_pb.js +33 -0
  253. package/google/iam/v2/policy_connect.d.ts +102 -0
  254. package/google/iam/v2/policy_connect.js +102 -0
  255. package/google/iam/v2/policy_pb.d.ts +481 -0
  256. package/google/iam/v2/policy_pb.js +102 -0
  257. package/google/iam/v2beta/deny_pb.d.ts +139 -0
  258. package/google/iam/v2beta/deny_pb.js +33 -0
  259. package/google/iam/v2beta/policy_connect.d.ts +102 -0
  260. package/google/iam/v2beta/policy_connect.js +102 -0
  261. package/google/iam/v2beta/policy_pb.d.ts +473 -0
  262. package/google/iam/v2beta/policy_pb.js +102 -0
  263. package/google/logging/type/http_request_pb.d.ts +164 -0
  264. package/google/logging/type/http_request_pb.js +33 -0
  265. package/google/logging/type/log_severity_pb.d.ts +114 -0
  266. package/google/logging/type/log_severity_pb.js +53 -0
  267. package/google/logging/v2/log_entry_pb.d.ts +382 -0
  268. package/google/logging/v2/log_entry_pb.js +61 -0
  269. package/google/logging/v2/logging_config_connect.d.ts +401 -0
  270. package/google/logging/v2/logging_config_connect.js +401 -0
  271. package/google/logging/v2/logging_config_pb.d.ts +2422 -0
  272. package/google/logging/v2/logging_config_pb.js +360 -0
  273. package/google/logging/v2/logging_connect.d.ts +113 -0
  274. package/google/logging/v2/logging_connect.js +113 -0
  275. package/google/logging/v2/logging_metrics_connect.d.ts +88 -0
  276. package/google/logging/v2/logging_metrics_connect.js +88 -0
  277. package/google/logging/v2/logging_metrics_pb.d.ts +467 -0
  278. package/google/logging/v2/logging_metrics_pb.js +104 -0
  279. package/google/logging/v2/logging_pb.d.ts +718 -0
  280. package/google/logging/v2/logging_pb.js +147 -0
  281. package/google/longrunning/operations_connect.d.ts +127 -0
  282. package/google/longrunning/operations_connect.js +127 -0
  283. package/google/longrunning/operations_pb.d.ts +420 -0
  284. package/google/longrunning/operations_pb.js +117 -0
  285. package/google/protobuf/any_pb.d.ts +181 -0
  286. package/google/protobuf/any_pb.js +48 -0
  287. package/google/protobuf/api_pb.d.ts +301 -0
  288. package/google/protobuf/api_pb.js +64 -0
  289. package/google/protobuf/descriptor_pb.d.ts +2589 -0
  290. package/google/protobuf/descriptor_pb.js +503 -0
  291. package/google/protobuf/duration_pb.d.ts +133 -0
  292. package/google/protobuf/duration_pb.js +48 -0
  293. package/google/protobuf/empty_pb.d.ts +62 -0
  294. package/google/protobuf/empty_pb.js +48 -0
  295. package/google/protobuf/field_mask_pb.d.ts +259 -0
  296. package/google/protobuf/field_mask_pb.js +48 -0
  297. package/google/protobuf/source_context_pb.d.ts +63 -0
  298. package/google/protobuf/source_context_pb.js +48 -0
  299. package/google/protobuf/struct_pb.d.ts +185 -0
  300. package/google/protobuf/struct_pb.js +79 -0
  301. package/google/protobuf/timestamp_pb.d.ts +162 -0
  302. package/google/protobuf/timestamp_pb.js +48 -0
  303. package/google/protobuf/type_pb.d.ts +531 -0
  304. package/google/protobuf/type_pb.js +120 -0
  305. package/google/protobuf/wrappers_pb.d.ts +249 -0
  306. package/google/protobuf/wrappers_pb.js +114 -0
  307. package/google/rpc/code_pb.d.ts +264 -0
  308. package/google/rpc/code_pb.js +45 -0
  309. package/google/rpc/context/attribute_context_pb.d.ts +618 -0
  310. package/google/rpc/context/attribute_context_pb.js +78 -0
  311. package/google/rpc/context/audit_context_pb.d.ts +79 -0
  312. package/google/rpc/context/audit_context_pb.js +33 -0
  313. package/google/rpc/error_details_pb.d.ts +534 -0
  314. package/google/rpc/error_details_pb.js +124 -0
  315. package/google/rpc/http_pb.d.ts +136 -0
  316. package/google/rpc/http_pb.js +46 -0
  317. package/google/rpc/status_pb.d.ts +71 -0
  318. package/google/rpc/status_pb.js +33 -0
  319. package/google/type/calendar_period_pb.d.ts +98 -0
  320. package/google/type/calendar_period_pb.js +41 -0
  321. package/google/type/color_pb.d.ts +199 -0
  322. package/google/type/color_pb.js +33 -0
  323. package/google/type/date_pb.d.ts +75 -0
  324. package/google/type/date_pb.js +32 -0
  325. package/google/type/datetime_pb.d.ts +174 -0
  326. package/google/type/datetime_pb.js +40 -0
  327. package/google/type/dayofweek_pb.d.ts +92 -0
  328. package/google/type/dayofweek_pb.js +39 -0
  329. package/google/type/decimal_pb.d.ts +110 -0
  330. package/google/type/decimal_pb.js +32 -0
  331. package/google/type/expr_pb.d.ts +101 -0
  332. package/google/type/expr_pb.js +32 -0
  333. package/google/type/fraction_pb.d.ts +53 -0
  334. package/google/type/fraction_pb.js +32 -0
  335. package/google/type/interval_pb.d.ts +64 -0
  336. package/google/type/interval_pb.js +33 -0
  337. package/google/type/latlng_pb.d.ts +56 -0
  338. package/google/type/latlng_pb.js +32 -0
  339. package/google/type/localized_text_pb.d.ts +55 -0
  340. package/google/type/localized_text_pb.js +32 -0
  341. package/google/type/money_pb.d.ts +65 -0
  342. package/google/type/money_pb.js +32 -0
  343. package/google/type/month_pb.d.ts +127 -0
  344. package/google/type/month_pb.js +39 -0
  345. package/google/type/phone_number_pb.d.ts +160 -0
  346. package/google/type/phone_number_pb.js +39 -0
  347. package/google/type/postal_address_pb.d.ts +189 -0
  348. package/google/type/postal_address_pb.js +32 -0
  349. package/google/type/quaternion_pb.d.ts +121 -0
  350. package/google/type/quaternion_pb.js +32 -0
  351. package/google/type/timeofday_pb.d.ts +71 -0
  352. package/google/type/timeofday_pb.js +32 -0
  353. package/lf/a2a/v1/a2a_connect.d.ts +148 -0
  354. package/lf/a2a/v1/a2a_connect.js +148 -0
  355. package/lf/a2a/v1/a2a_pb.d.ts +2184 -0
  356. package/lf/a2a/v1/a2a_pb.js +363 -0
  357. package/package.json +10 -0
@@ -0,0 +1,2184 @@
1
+ // Older protoc compilers don't understand edition yet.
2
+
3
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts"
4
+ // @generated from file lf/a2a/v1/a2a.proto (package lf.a2a.v1, syntax proto3)
5
+ /* eslint-disable */
6
+
7
+ import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
8
+ import type { JsonObject, Message as Message$1 } from "@bufbuild/protobuf";
9
+ import type { Timestamp } from "@alis-build/google-common-protos/google/protobuf/timestamp_pb";
10
+ import type { Value } from "@alis-build/google-common-protos/google/protobuf/struct_pb";
11
+ import type { EmptySchema } from "@alis-build/google-common-protos/google/protobuf/empty_pb";
12
+
13
+ /**
14
+ * Describes the file lf/a2a/v1/a2a.proto.
15
+ */
16
+ export declare const file_lf_a2a_v1_a2a: GenFile;
17
+
18
+ /**
19
+ * Configuration of a send message request.
20
+ *
21
+ * @generated from message lf.a2a.v1.SendMessageConfiguration
22
+ */
23
+ export declare type SendMessageConfiguration = Message$1<"lf.a2a.v1.SendMessageConfiguration"> & {
24
+ /**
25
+ * A list of media types the client is prepared to accept for response parts.
26
+ * Agents SHOULD use this to tailor their output.
27
+ *
28
+ * @generated from field: repeated string accepted_output_modes = 1;
29
+ */
30
+ acceptedOutputModes: string[];
31
+
32
+ /**
33
+ * Configuration for the agent to send push notifications for task updates.
34
+ * Task id should be empty when sending this configuration in a `SendMessage` request.
35
+ *
36
+ * @generated from field: lf.a2a.v1.TaskPushNotificationConfig task_push_notification_config = 2;
37
+ */
38
+ taskPushNotificationConfig?: TaskPushNotificationConfig;
39
+
40
+ /**
41
+ * The maximum number of most recent messages from the task's history to retrieve in
42
+ * the response. An unset value means the client does not impose any limit. A
43
+ * value of zero is a request to not include any messages. The server MUST NOT
44
+ * return more messages than the provided value, but MAY apply a lower limit.
45
+ *
46
+ * @generated from field: optional int32 history_length = 3;
47
+ */
48
+ historyLength?: number;
49
+
50
+ /**
51
+ * If `true`, the operation returns immediately after creating the task,
52
+ * even if processing is still in progress.
53
+ * If `false` (default), the operation MUST wait until the task reaches a
54
+ * terminal (`COMPLETED`, `FAILED`, `CANCELED`, `REJECTED`) or interrupted
55
+ * (`INPUT_REQUIRED`, `AUTH_REQUIRED`) state before returning.
56
+ *
57
+ * @generated from field: bool return_immediately = 4;
58
+ */
59
+ returnImmediately: boolean;
60
+ };
61
+
62
+ /**
63
+ * Describes the message lf.a2a.v1.SendMessageConfiguration.
64
+ * Use `create(SendMessageConfigurationSchema)` to create a new message.
65
+ */
66
+ export declare const SendMessageConfigurationSchema: GenMessage<SendMessageConfiguration>;
67
+
68
+ /**
69
+ * `Task` is the core unit of action for A2A. It has a current status
70
+ * and when results are created for the task they are stored in the
71
+ * artifact. If there are multiple turns for a task, these are stored in
72
+ * history.
73
+ *
74
+ * @generated from message lf.a2a.v1.Task
75
+ */
76
+ export declare type Task = Message$1<"lf.a2a.v1.Task"> & {
77
+ /**
78
+ * Unique identifier (e.g. UUID) for the task, generated by the server for a
79
+ * new task.
80
+ *
81
+ * @generated from field: string id = 1;
82
+ */
83
+ id: string;
84
+
85
+ /**
86
+ * Unique identifier (e.g. UUID) for the contextual collection of interactions
87
+ * (tasks and messages).
88
+ *
89
+ * @generated from field: string context_id = 2;
90
+ */
91
+ contextId: string;
92
+
93
+ /**
94
+ * The current status of a `Task`, including `state` and a `message`.
95
+ *
96
+ * @generated from field: lf.a2a.v1.TaskStatus status = 3;
97
+ */
98
+ status?: TaskStatus;
99
+
100
+ /**
101
+ * A set of output artifacts for a `Task`.
102
+ *
103
+ * @generated from field: repeated lf.a2a.v1.Artifact artifacts = 4;
104
+ */
105
+ artifacts: Artifact[];
106
+
107
+ /**
108
+ * protolint:disable REPEATED_FIELD_NAMES_PLURALIZED
109
+ * The history of interactions from a `Task`.
110
+ *
111
+ * @generated from field: repeated lf.a2a.v1.Message history = 5;
112
+ */
113
+ history: Message[];
114
+
115
+ /**
116
+ * protolint:enable REPEATED_FIELD_NAMES_PLURALIZED
117
+ * A key/value object to store custom metadata about a task.
118
+ *
119
+ * @generated from field: google.protobuf.Struct metadata = 6;
120
+ */
121
+ metadata?: JsonObject;
122
+ };
123
+
124
+ /**
125
+ * Describes the message lf.a2a.v1.Task.
126
+ * Use `create(TaskSchema)` to create a new message.
127
+ */
128
+ export declare const TaskSchema: GenMessage<Task>;
129
+
130
+ /**
131
+ * A container for the status of a task
132
+ *
133
+ * @generated from message lf.a2a.v1.TaskStatus
134
+ */
135
+ export declare type TaskStatus = Message$1<"lf.a2a.v1.TaskStatus"> & {
136
+ /**
137
+ * The current state of this task.
138
+ *
139
+ * @generated from field: lf.a2a.v1.TaskState state = 1;
140
+ */
141
+ state: TaskState;
142
+
143
+ /**
144
+ * A message associated with the status.
145
+ *
146
+ * @generated from field: lf.a2a.v1.Message message = 2;
147
+ */
148
+ message?: Message;
149
+
150
+ /**
151
+ * ISO 8601 Timestamp when the status was recorded.
152
+ * Example: "2023-10-27T10:00:00Z"
153
+ *
154
+ * @generated from field: google.protobuf.Timestamp timestamp = 3;
155
+ */
156
+ timestamp?: Timestamp;
157
+ };
158
+
159
+ /**
160
+ * Describes the message lf.a2a.v1.TaskStatus.
161
+ * Use `create(TaskStatusSchema)` to create a new message.
162
+ */
163
+ export declare const TaskStatusSchema: GenMessage<TaskStatus>;
164
+
165
+ /**
166
+ * `Part` represents a container for a section of communication content.
167
+ * Parts can be purely textual, some sort of file (image, video, etc) or
168
+ * a structured data blob (i.e. JSON).
169
+ *
170
+ * @generated from message lf.a2a.v1.Part
171
+ */
172
+ export declare type Part = Message$1<"lf.a2a.v1.Part"> & {
173
+ /**
174
+ * @generated from oneof lf.a2a.v1.Part.content
175
+ */
176
+ content: {
177
+ /**
178
+ * The string content of the `text` part.
179
+ *
180
+ * @generated from field: string text = 1;
181
+ */
182
+ value: string;
183
+ case: "text";
184
+ } | {
185
+ /**
186
+ * The `raw` byte content of a file. In JSON serialization, this is encoded as a base64 string.
187
+ *
188
+ * @generated from field: bytes raw = 2;
189
+ */
190
+ value: Uint8Array;
191
+ case: "raw";
192
+ } | {
193
+ /**
194
+ * A `url` pointing to the file's content.
195
+ *
196
+ * @generated from field: string url = 3;
197
+ */
198
+ value: string;
199
+ case: "url";
200
+ } | {
201
+ /**
202
+ * Arbitrary structured `data` as a JSON value (object, array, string, number, boolean, or null).
203
+ *
204
+ * @generated from field: google.protobuf.Value data = 4;
205
+ */
206
+ value: Value;
207
+ case: "data";
208
+ } | { case: undefined; value?: undefined };
209
+
210
+ /**
211
+ * Optional. metadata associated with this part.
212
+ *
213
+ * @generated from field: google.protobuf.Struct metadata = 5;
214
+ */
215
+ metadata?: JsonObject;
216
+
217
+ /**
218
+ * An optional `filename` for the file (e.g., "document.pdf").
219
+ *
220
+ * @generated from field: string filename = 6;
221
+ */
222
+ filename: string;
223
+
224
+ /**
225
+ * The `media_type` (MIME type) of the part content (e.g., "text/plain", "application/json", "image/png").
226
+ * This field is available for all part types.
227
+ *
228
+ * @generated from field: string media_type = 7;
229
+ */
230
+ mediaType: string;
231
+ };
232
+
233
+ /**
234
+ * Describes the message lf.a2a.v1.Part.
235
+ * Use `create(PartSchema)` to create a new message.
236
+ */
237
+ export declare const PartSchema: GenMessage<Part>;
238
+
239
+ /**
240
+ * `Message` is one unit of communication between client and server. It can be
241
+ * associated with a context and/or a task. For server messages, `context_id` must
242
+ * be provided, and `task_id` only if a task was created. For client messages, both
243
+ * fields are optional, with the caveat that if both are provided, they have to
244
+ * match (the `context_id` has to be the one that is set on the task). If only
245
+ * `task_id` is provided, the server will infer `context_id` from it.
246
+ *
247
+ * @generated from message lf.a2a.v1.Message
248
+ */
249
+ export declare type Message = Message$1<"lf.a2a.v1.Message"> & {
250
+ /**
251
+ * The unique identifier (e.g. UUID) of the message. This is created by the message creator.
252
+ *
253
+ * @generated from field: string message_id = 1;
254
+ */
255
+ messageId: string;
256
+
257
+ /**
258
+ * Optional. The context id of the message. If set, the message will be associated with the given context.
259
+ *
260
+ * @generated from field: string context_id = 2;
261
+ */
262
+ contextId: string;
263
+
264
+ /**
265
+ * Optional. The task id of the message. If set, the message will be associated with the given task.
266
+ *
267
+ * @generated from field: string task_id = 3;
268
+ */
269
+ taskId: string;
270
+
271
+ /**
272
+ * Identifies the sender of the message.
273
+ *
274
+ * @generated from field: lf.a2a.v1.Role role = 4;
275
+ */
276
+ role: Role;
277
+
278
+ /**
279
+ * Parts is the container of the message content.
280
+ *
281
+ * @generated from field: repeated lf.a2a.v1.Part parts = 5;
282
+ */
283
+ parts: Part[];
284
+
285
+ /**
286
+ * Optional. Any metadata to provide along with the message.
287
+ *
288
+ * @generated from field: google.protobuf.Struct metadata = 6;
289
+ */
290
+ metadata?: JsonObject;
291
+
292
+ /**
293
+ * The URIs of extensions that are present or contributed to this Message.
294
+ *
295
+ * @generated from field: repeated string extensions = 7;
296
+ */
297
+ extensions: string[];
298
+
299
+ /**
300
+ * A list of task IDs that this message references for additional context.
301
+ *
302
+ * @generated from field: repeated string reference_task_ids = 8;
303
+ */
304
+ referenceTaskIds: string[];
305
+ };
306
+
307
+ /**
308
+ * Describes the message lf.a2a.v1.Message.
309
+ * Use `create(MessageSchema)` to create a new message.
310
+ */
311
+ export declare const MessageSchema: GenMessage<Message>;
312
+
313
+ /**
314
+ * Artifacts represent task outputs.
315
+ *
316
+ * @generated from message lf.a2a.v1.Artifact
317
+ */
318
+ export declare type Artifact = Message$1<"lf.a2a.v1.Artifact"> & {
319
+ /**
320
+ * Unique identifier (e.g. UUID) for the artifact. It must be unique within a task.
321
+ *
322
+ * @generated from field: string artifact_id = 1;
323
+ */
324
+ artifactId: string;
325
+
326
+ /**
327
+ * A human readable name for the artifact.
328
+ *
329
+ * @generated from field: string name = 2;
330
+ */
331
+ name: string;
332
+
333
+ /**
334
+ * Optional. A human readable description of the artifact.
335
+ *
336
+ * @generated from field: string description = 3;
337
+ */
338
+ description: string;
339
+
340
+ /**
341
+ * The content of the artifact. Must contain at least one part.
342
+ *
343
+ * @generated from field: repeated lf.a2a.v1.Part parts = 4;
344
+ */
345
+ parts: Part[];
346
+
347
+ /**
348
+ * Optional. Metadata included with the artifact.
349
+ *
350
+ * @generated from field: google.protobuf.Struct metadata = 5;
351
+ */
352
+ metadata?: JsonObject;
353
+
354
+ /**
355
+ * The URIs of extensions that are present or contributed to this Artifact.
356
+ *
357
+ * @generated from field: repeated string extensions = 6;
358
+ */
359
+ extensions: string[];
360
+ };
361
+
362
+ /**
363
+ * Describes the message lf.a2a.v1.Artifact.
364
+ * Use `create(ArtifactSchema)` to create a new message.
365
+ */
366
+ export declare const ArtifactSchema: GenMessage<Artifact>;
367
+
368
+ /**
369
+ * An event sent by the agent to notify the client of a change in a task's status.
370
+ *
371
+ * @generated from message lf.a2a.v1.TaskStatusUpdateEvent
372
+ */
373
+ export declare type TaskStatusUpdateEvent = Message$1<"lf.a2a.v1.TaskStatusUpdateEvent"> & {
374
+ /**
375
+ * The ID of the task that has changed.
376
+ *
377
+ * @generated from field: string task_id = 1;
378
+ */
379
+ taskId: string;
380
+
381
+ /**
382
+ * The ID of the context that the task belongs to.
383
+ *
384
+ * @generated from field: string context_id = 2;
385
+ */
386
+ contextId: string;
387
+
388
+ /**
389
+ * The new status of the task.
390
+ *
391
+ * @generated from field: lf.a2a.v1.TaskStatus status = 3;
392
+ */
393
+ status?: TaskStatus;
394
+
395
+ /**
396
+ * Optional. Metadata associated with the task update.
397
+ *
398
+ * @generated from field: google.protobuf.Struct metadata = 4;
399
+ */
400
+ metadata?: JsonObject;
401
+ };
402
+
403
+ /**
404
+ * Describes the message lf.a2a.v1.TaskStatusUpdateEvent.
405
+ * Use `create(TaskStatusUpdateEventSchema)` to create a new message.
406
+ */
407
+ export declare const TaskStatusUpdateEventSchema: GenMessage<TaskStatusUpdateEvent>;
408
+
409
+ /**
410
+ * A task delta where an artifact has been generated.
411
+ *
412
+ * @generated from message lf.a2a.v1.TaskArtifactUpdateEvent
413
+ */
414
+ export declare type TaskArtifactUpdateEvent = Message$1<"lf.a2a.v1.TaskArtifactUpdateEvent"> & {
415
+ /**
416
+ * The ID of the task for this artifact.
417
+ *
418
+ * @generated from field: string task_id = 1;
419
+ */
420
+ taskId: string;
421
+
422
+ /**
423
+ * The ID of the context that this task belongs to.
424
+ *
425
+ * @generated from field: string context_id = 2;
426
+ */
427
+ contextId: string;
428
+
429
+ /**
430
+ * The artifact that was generated or updated.
431
+ *
432
+ * @generated from field: lf.a2a.v1.Artifact artifact = 3;
433
+ */
434
+ artifact?: Artifact;
435
+
436
+ /**
437
+ * If true, the content of this artifact should be appended to a previously
438
+ * sent artifact with the same ID.
439
+ *
440
+ * @generated from field: bool append = 4;
441
+ */
442
+ append: boolean;
443
+
444
+ /**
445
+ * If true, this is the final chunk of the artifact.
446
+ *
447
+ * @generated from field: bool last_chunk = 5;
448
+ */
449
+ lastChunk: boolean;
450
+
451
+ /**
452
+ * Optional. Metadata associated with the artifact update.
453
+ *
454
+ * @generated from field: google.protobuf.Struct metadata = 6;
455
+ */
456
+ metadata?: JsonObject;
457
+ };
458
+
459
+ /**
460
+ * Describes the message lf.a2a.v1.TaskArtifactUpdateEvent.
461
+ * Use `create(TaskArtifactUpdateEventSchema)` to create a new message.
462
+ */
463
+ export declare const TaskArtifactUpdateEventSchema: GenMessage<TaskArtifactUpdateEvent>;
464
+
465
+ /**
466
+ * Defines authentication details, used for push notifications.
467
+ *
468
+ * @generated from message lf.a2a.v1.AuthenticationInfo
469
+ */
470
+ export declare type AuthenticationInfo = Message$1<"lf.a2a.v1.AuthenticationInfo"> & {
471
+ /**
472
+ * HTTP Authentication Scheme from the [IANA registry](https://www.iana.org/assignments/http-authschemes/).
473
+ * Examples: `Bearer`, `Basic`, `Digest`.
474
+ * Scheme names are case-insensitive per [RFC 9110 Section 11.1](https://www.rfc-editor.org/rfc/rfc9110#section-11.1).
475
+ *
476
+ * @generated from field: string scheme = 1;
477
+ */
478
+ scheme: string;
479
+
480
+ /**
481
+ * Push Notification credentials. Format depends on the scheme (e.g., token for Bearer).
482
+ *
483
+ * @generated from field: string credentials = 2;
484
+ */
485
+ credentials: string;
486
+ };
487
+
488
+ /**
489
+ * Describes the message lf.a2a.v1.AuthenticationInfo.
490
+ * Use `create(AuthenticationInfoSchema)` to create a new message.
491
+ */
492
+ export declare const AuthenticationInfoSchema: GenMessage<AuthenticationInfo>;
493
+
494
+ /**
495
+ * Declares a combination of a target URL, transport and protocol version for interacting with the agent.
496
+ * This allows agents to expose the same functionality over multiple protocol binding mechanisms.
497
+ *
498
+ * @generated from message lf.a2a.v1.AgentInterface
499
+ */
500
+ export declare type AgentInterface = Message$1<"lf.a2a.v1.AgentInterface"> & {
501
+ /**
502
+ * The URL where this interface is available. Must be a valid absolute HTTPS URL in production.
503
+ * Example: "https://api.example.com/a2a/v1", "https://grpc.example.com/a2a"
504
+ *
505
+ * @generated from field: string url = 1;
506
+ */
507
+ url: string;
508
+
509
+ /**
510
+ * The protocol binding supported at this URL. This is an open form string, to be
511
+ * easily extended for other protocol bindings. The core ones officially
512
+ * supported are `JSONRPC`, `GRPC` and `HTTP+JSON`.
513
+ *
514
+ * @generated from field: string protocol_binding = 2;
515
+ */
516
+ protocolBinding: string;
517
+
518
+ /**
519
+ * Tenant ID to be used in the request when calling the agent.
520
+ *
521
+ * @generated from field: string tenant = 3;
522
+ */
523
+ tenant: string;
524
+
525
+ /**
526
+ * The version of the A2A protocol this interface exposes.
527
+ * Use the latest supported minor version per major version.
528
+ * Examples: "0.3", "1.0"
529
+ *
530
+ * @generated from field: string protocol_version = 4;
531
+ */
532
+ protocolVersion: string;
533
+ };
534
+
535
+ /**
536
+ * Describes the message lf.a2a.v1.AgentInterface.
537
+ * Use `create(AgentInterfaceSchema)` to create a new message.
538
+ */
539
+ export declare const AgentInterfaceSchema: GenMessage<AgentInterface>;
540
+
541
+ /**
542
+ * A self-describing manifest for an agent. It provides essential
543
+ * metadata including the agent's identity, capabilities, skills, supported
544
+ * communication methods, and security requirements.
545
+ * Next ID: 20
546
+ *
547
+ * @generated from message lf.a2a.v1.AgentCard
548
+ */
549
+ export declare type AgentCard = Message$1<"lf.a2a.v1.AgentCard"> & {
550
+ /**
551
+ * A human readable name for the agent.
552
+ * Example: "Recipe Agent"
553
+ *
554
+ * @generated from field: string name = 1;
555
+ */
556
+ name: string;
557
+
558
+ /**
559
+ * A human-readable description of the agent, assisting users and other agents
560
+ * in understanding its purpose.
561
+ * Example: "Agent that helps users with recipes and cooking."
562
+ *
563
+ * @generated from field: string description = 2;
564
+ */
565
+ description: string;
566
+
567
+ /**
568
+ * Ordered list of supported interfaces. The first entry is preferred.
569
+ *
570
+ * @generated from field: repeated lf.a2a.v1.AgentInterface supported_interfaces = 3;
571
+ */
572
+ supportedInterfaces: AgentInterface[];
573
+
574
+ /**
575
+ * The service provider of the agent.
576
+ *
577
+ * @generated from field: lf.a2a.v1.AgentProvider provider = 4;
578
+ */
579
+ provider?: AgentProvider;
580
+
581
+ /**
582
+ * The version of the agent.
583
+ * Example: "1.0.0"
584
+ *
585
+ * @generated from field: string version = 5;
586
+ */
587
+ version: string;
588
+
589
+ /**
590
+ * A URL providing additional documentation about the agent.
591
+ *
592
+ * @generated from field: optional string documentation_url = 6;
593
+ */
594
+ documentationUrl?: string;
595
+
596
+ /**
597
+ * A2A Capability set supported by the agent.
598
+ *
599
+ * @generated from field: lf.a2a.v1.AgentCapabilities capabilities = 7;
600
+ */
601
+ capabilities?: AgentCapabilities;
602
+
603
+ /**
604
+ * The security scheme details used for authenticating with this agent.
605
+ *
606
+ * @generated from field: map<string, lf.a2a.v1.SecurityScheme> security_schemes = 8;
607
+ */
608
+ securitySchemes: { [key: string]: SecurityScheme };
609
+
610
+ /**
611
+ * Security requirements for contacting the agent.
612
+ *
613
+ * @generated from field: repeated lf.a2a.v1.SecurityRequirement security_requirements = 9;
614
+ */
615
+ securityRequirements: SecurityRequirement[];
616
+
617
+ /**
618
+ * protolint:enable REPEATED_FIELD_NAMES_PLURALIZED
619
+ * The set of interaction modes that the agent supports across all skills.
620
+ * This can be overridden per skill. Defined as media types.
621
+ *
622
+ * @generated from field: repeated string default_input_modes = 10;
623
+ */
624
+ defaultInputModes: string[];
625
+
626
+ /**
627
+ * The media types supported as outputs from this agent.
628
+ *
629
+ * @generated from field: repeated string default_output_modes = 11;
630
+ */
631
+ defaultOutputModes: string[];
632
+
633
+ /**
634
+ * Skills represent the abilities of an agent.
635
+ * It is largely a descriptive concept but represents a more focused set of behaviors that the
636
+ * agent is likely to succeed at.
637
+ *
638
+ * @generated from field: repeated lf.a2a.v1.AgentSkill skills = 12;
639
+ */
640
+ skills: AgentSkill[];
641
+
642
+ /**
643
+ * JSON Web Signatures computed for this `AgentCard`.
644
+ *
645
+ * @generated from field: repeated lf.a2a.v1.AgentCardSignature signatures = 13;
646
+ */
647
+ signatures: AgentCardSignature[];
648
+
649
+ /**
650
+ * Optional. A URL to an icon for the agent.
651
+ *
652
+ * @generated from field: optional string icon_url = 14;
653
+ */
654
+ iconUrl?: string;
655
+ };
656
+
657
+ /**
658
+ * Describes the message lf.a2a.v1.AgentCard.
659
+ * Use `create(AgentCardSchema)` to create a new message.
660
+ */
661
+ export declare const AgentCardSchema: GenMessage<AgentCard>;
662
+
663
+ /**
664
+ * Represents the service provider of an agent.
665
+ *
666
+ * @generated from message lf.a2a.v1.AgentProvider
667
+ */
668
+ export declare type AgentProvider = Message$1<"lf.a2a.v1.AgentProvider"> & {
669
+ /**
670
+ * A URL for the agent provider's website or relevant documentation.
671
+ * Example: "https://ai.google.dev"
672
+ *
673
+ * @generated from field: string url = 1;
674
+ */
675
+ url: string;
676
+
677
+ /**
678
+ * The name of the agent provider's organization.
679
+ * Example: "Google"
680
+ *
681
+ * @generated from field: string organization = 2;
682
+ */
683
+ organization: string;
684
+ };
685
+
686
+ /**
687
+ * Describes the message lf.a2a.v1.AgentProvider.
688
+ * Use `create(AgentProviderSchema)` to create a new message.
689
+ */
690
+ export declare const AgentProviderSchema: GenMessage<AgentProvider>;
691
+
692
+ /**
693
+ * Defines optional capabilities supported by an agent.
694
+ *
695
+ * @generated from message lf.a2a.v1.AgentCapabilities
696
+ */
697
+ export declare type AgentCapabilities = Message$1<"lf.a2a.v1.AgentCapabilities"> & {
698
+ /**
699
+ * Indicates if the agent supports streaming responses.
700
+ *
701
+ * @generated from field: optional bool streaming = 1;
702
+ */
703
+ streaming?: boolean;
704
+
705
+ /**
706
+ * Indicates if the agent supports sending push notifications for asynchronous task updates.
707
+ *
708
+ * @generated from field: optional bool push_notifications = 2;
709
+ */
710
+ pushNotifications?: boolean;
711
+
712
+ /**
713
+ * A list of protocol extensions supported by the agent.
714
+ *
715
+ * @generated from field: repeated lf.a2a.v1.AgentExtension extensions = 3;
716
+ */
717
+ extensions: AgentExtension[];
718
+
719
+ /**
720
+ * Indicates if the agent supports providing an extended agent card when authenticated.
721
+ *
722
+ * @generated from field: optional bool extended_agent_card = 4;
723
+ */
724
+ extendedAgentCard?: boolean;
725
+ };
726
+
727
+ /**
728
+ * Describes the message lf.a2a.v1.AgentCapabilities.
729
+ * Use `create(AgentCapabilitiesSchema)` to create a new message.
730
+ */
731
+ export declare const AgentCapabilitiesSchema: GenMessage<AgentCapabilities>;
732
+
733
+ /**
734
+ * A declaration of a protocol extension supported by an Agent.
735
+ *
736
+ * @generated from message lf.a2a.v1.AgentExtension
737
+ */
738
+ export declare type AgentExtension = Message$1<"lf.a2a.v1.AgentExtension"> & {
739
+ /**
740
+ * The unique URI identifying the extension.
741
+ *
742
+ * @generated from field: string uri = 1;
743
+ */
744
+ uri: string;
745
+
746
+ /**
747
+ * A human-readable description of how this agent uses the extension.
748
+ *
749
+ * @generated from field: string description = 2;
750
+ */
751
+ description: string;
752
+
753
+ /**
754
+ * If true, the client must understand and comply with the extension's requirements.
755
+ *
756
+ * @generated from field: bool required = 3;
757
+ */
758
+ required: boolean;
759
+
760
+ /**
761
+ * Optional. Extension-specific configuration parameters.
762
+ *
763
+ * @generated from field: google.protobuf.Struct params = 4;
764
+ */
765
+ params?: JsonObject;
766
+ };
767
+
768
+ /**
769
+ * Describes the message lf.a2a.v1.AgentExtension.
770
+ * Use `create(AgentExtensionSchema)` to create a new message.
771
+ */
772
+ export declare const AgentExtensionSchema: GenMessage<AgentExtension>;
773
+
774
+ /**
775
+ * Represents a distinct capability or function that an agent can perform.
776
+ *
777
+ * @generated from message lf.a2a.v1.AgentSkill
778
+ */
779
+ export declare type AgentSkill = Message$1<"lf.a2a.v1.AgentSkill"> & {
780
+ /**
781
+ * A unique identifier for the agent's skill.
782
+ *
783
+ * @generated from field: string id = 1;
784
+ */
785
+ id: string;
786
+
787
+ /**
788
+ * A human-readable name for the skill.
789
+ *
790
+ * @generated from field: string name = 2;
791
+ */
792
+ name: string;
793
+
794
+ /**
795
+ * A detailed description of the skill.
796
+ *
797
+ * @generated from field: string description = 3;
798
+ */
799
+ description: string;
800
+
801
+ /**
802
+ * A set of keywords describing the skill's capabilities.
803
+ *
804
+ * @generated from field: repeated string tags = 4;
805
+ */
806
+ tags: string[];
807
+
808
+ /**
809
+ * Example prompts or scenarios that this skill can handle.
810
+ *
811
+ * @generated from field: repeated string examples = 5;
812
+ */
813
+ examples: string[];
814
+
815
+ /**
816
+ * The set of supported input media types for this skill, overriding the agent's defaults.
817
+ *
818
+ * @generated from field: repeated string input_modes = 6;
819
+ */
820
+ inputModes: string[];
821
+
822
+ /**
823
+ * The set of supported output media types for this skill, overriding the agent's defaults.
824
+ *
825
+ * @generated from field: repeated string output_modes = 7;
826
+ */
827
+ outputModes: string[];
828
+
829
+ /**
830
+ * Security schemes necessary for this skill.
831
+ *
832
+ * @generated from field: repeated lf.a2a.v1.SecurityRequirement security_requirements = 8;
833
+ */
834
+ securityRequirements: SecurityRequirement[];
835
+ };
836
+
837
+ /**
838
+ * Describes the message lf.a2a.v1.AgentSkill.
839
+ * Use `create(AgentSkillSchema)` to create a new message.
840
+ */
841
+ export declare const AgentSkillSchema: GenMessage<AgentSkill>;
842
+
843
+ /**
844
+ * AgentCardSignature represents a JWS signature of an AgentCard.
845
+ * This follows the JSON format of an RFC 7515 JSON Web Signature (JWS).
846
+ *
847
+ * @generated from message lf.a2a.v1.AgentCardSignature
848
+ */
849
+ export declare type AgentCardSignature = Message$1<"lf.a2a.v1.AgentCardSignature"> & {
850
+ /**
851
+ * (-- api-linter: core::0140::reserved-words=disabled
852
+ * aip.dev/not-precedent: Backwards compatibility --)
853
+ * Required. The protected JWS header for the signature. This is always a
854
+ * base64url-encoded JSON object.
855
+ *
856
+ * @generated from field: string protected = 1;
857
+ */
858
+ protected: string;
859
+
860
+ /**
861
+ * Required. The computed signature, base64url-encoded.
862
+ *
863
+ * @generated from field: string signature = 2;
864
+ */
865
+ signature: string;
866
+
867
+ /**
868
+ * The unprotected JWS header values.
869
+ *
870
+ * @generated from field: google.protobuf.Struct header = 3;
871
+ */
872
+ header?: JsonObject;
873
+ };
874
+
875
+ /**
876
+ * Describes the message lf.a2a.v1.AgentCardSignature.
877
+ * Use `create(AgentCardSignatureSchema)` to create a new message.
878
+ */
879
+ export declare const AgentCardSignatureSchema: GenMessage<AgentCardSignature>;
880
+
881
+ /**
882
+ * A container associating a push notification configuration with a specific task.
883
+ *
884
+ * @generated from message lf.a2a.v1.TaskPushNotificationConfig
885
+ */
886
+ export declare type TaskPushNotificationConfig = Message$1<"lf.a2a.v1.TaskPushNotificationConfig"> & {
887
+ /**
888
+ * Optional. Tenant ID.
889
+ *
890
+ * @generated from field: string tenant = 1;
891
+ */
892
+ tenant: string;
893
+
894
+ /**
895
+ * The push notification configuration details.
896
+ * A unique identifier (e.g. UUID) for this push notification configuration.
897
+ *
898
+ * @generated from field: string id = 2;
899
+ */
900
+ id: string;
901
+
902
+ /**
903
+ * The ID of the task this configuration is associated with.
904
+ *
905
+ * @generated from field: string task_id = 3;
906
+ */
907
+ taskId: string;
908
+
909
+ /**
910
+ * The URL where the notification should be sent.
911
+ *
912
+ * @generated from field: string url = 4;
913
+ */
914
+ url: string;
915
+
916
+ /**
917
+ * A token unique for this task or session.
918
+ *
919
+ * @generated from field: string token = 5;
920
+ */
921
+ token: string;
922
+
923
+ /**
924
+ * Authentication information required to send the notification.
925
+ *
926
+ * @generated from field: lf.a2a.v1.AuthenticationInfo authentication = 6;
927
+ */
928
+ authentication?: AuthenticationInfo;
929
+ };
930
+
931
+ /**
932
+ * Describes the message lf.a2a.v1.TaskPushNotificationConfig.
933
+ * Use `create(TaskPushNotificationConfigSchema)` to create a new message.
934
+ */
935
+ export declare const TaskPushNotificationConfigSchema: GenMessage<TaskPushNotificationConfig>;
936
+
937
+ /**
938
+ * protolint:disable REPEATED_FIELD_NAMES_PLURALIZED
939
+ * A list of strings.
940
+ *
941
+ * @generated from message lf.a2a.v1.StringList
942
+ */
943
+ export declare type StringList = Message$1<"lf.a2a.v1.StringList"> & {
944
+ /**
945
+ * The individual string values.
946
+ *
947
+ * @generated from field: repeated string list = 1;
948
+ */
949
+ list: string[];
950
+ };
951
+
952
+ /**
953
+ * Describes the message lf.a2a.v1.StringList.
954
+ * Use `create(StringListSchema)` to create a new message.
955
+ */
956
+ export declare const StringListSchema: GenMessage<StringList>;
957
+
958
+ /**
959
+ * Defines the security requirements for an agent.
960
+ *
961
+ * @generated from message lf.a2a.v1.SecurityRequirement
962
+ */
963
+ export declare type SecurityRequirement = Message$1<"lf.a2a.v1.SecurityRequirement"> & {
964
+ /**
965
+ * A map of security schemes to the required scopes.
966
+ *
967
+ * @generated from field: map<string, lf.a2a.v1.StringList> schemes = 1;
968
+ */
969
+ schemes: { [key: string]: StringList };
970
+ };
971
+
972
+ /**
973
+ * Describes the message lf.a2a.v1.SecurityRequirement.
974
+ * Use `create(SecurityRequirementSchema)` to create a new message.
975
+ */
976
+ export declare const SecurityRequirementSchema: GenMessage<SecurityRequirement>;
977
+
978
+ /**
979
+ * Defines a security scheme that can be used to secure an agent's endpoints.
980
+ * This is a discriminated union type based on the OpenAPI 3.2 Security Scheme Object.
981
+ * See: https://spec.openapis.org/oas/v3.2.0.html#security-scheme-object
982
+ *
983
+ * @generated from message lf.a2a.v1.SecurityScheme
984
+ */
985
+ export declare type SecurityScheme = Message$1<"lf.a2a.v1.SecurityScheme"> & {
986
+ /**
987
+ * @generated from oneof lf.a2a.v1.SecurityScheme.scheme
988
+ */
989
+ scheme: {
990
+ /**
991
+ * API key-based authentication.
992
+ *
993
+ * @generated from field: lf.a2a.v1.APIKeySecurityScheme api_key_security_scheme = 1;
994
+ */
995
+ value: APIKeySecurityScheme;
996
+ case: "apiKeySecurityScheme";
997
+ } | {
998
+ /**
999
+ * HTTP authentication (Basic, Bearer, etc.).
1000
+ *
1001
+ * @generated from field: lf.a2a.v1.HTTPAuthSecurityScheme http_auth_security_scheme = 2;
1002
+ */
1003
+ value: HTTPAuthSecurityScheme;
1004
+ case: "httpAuthSecurityScheme";
1005
+ } | {
1006
+ /**
1007
+ * OAuth 2.0 authentication.
1008
+ *
1009
+ * @generated from field: lf.a2a.v1.OAuth2SecurityScheme oauth2_security_scheme = 3;
1010
+ */
1011
+ value: OAuth2SecurityScheme;
1012
+ case: "oauth2SecurityScheme";
1013
+ } | {
1014
+ /**
1015
+ * OpenID Connect authentication.
1016
+ *
1017
+ * @generated from field: lf.a2a.v1.OpenIdConnectSecurityScheme open_id_connect_security_scheme = 4;
1018
+ */
1019
+ value: OpenIdConnectSecurityScheme;
1020
+ case: "openIdConnectSecurityScheme";
1021
+ } | {
1022
+ /**
1023
+ * Mutual TLS authentication.
1024
+ *
1025
+ * @generated from field: lf.a2a.v1.MutualTlsSecurityScheme mtls_security_scheme = 5;
1026
+ */
1027
+ value: MutualTlsSecurityScheme;
1028
+ case: "mtlsSecurityScheme";
1029
+ } | { case: undefined; value?: undefined };
1030
+ };
1031
+
1032
+ /**
1033
+ * Describes the message lf.a2a.v1.SecurityScheme.
1034
+ * Use `create(SecuritySchemeSchema)` to create a new message.
1035
+ */
1036
+ export declare const SecuritySchemeSchema: GenMessage<SecurityScheme>;
1037
+
1038
+ /**
1039
+ * Defines a security scheme using an API key.
1040
+ *
1041
+ * @generated from message lf.a2a.v1.APIKeySecurityScheme
1042
+ */
1043
+ export declare type APIKeySecurityScheme = Message$1<"lf.a2a.v1.APIKeySecurityScheme"> & {
1044
+ /**
1045
+ * An optional description for the security scheme.
1046
+ *
1047
+ * @generated from field: string description = 1;
1048
+ */
1049
+ description: string;
1050
+
1051
+ /**
1052
+ * The location of the API key. Valid values are "query", "header", or "cookie".
1053
+ *
1054
+ * @generated from field: string location = 2;
1055
+ */
1056
+ location: string;
1057
+
1058
+ /**
1059
+ * The name of the header, query, or cookie parameter to be used.
1060
+ *
1061
+ * @generated from field: string name = 3;
1062
+ */
1063
+ name: string;
1064
+ };
1065
+
1066
+ /**
1067
+ * Describes the message lf.a2a.v1.APIKeySecurityScheme.
1068
+ * Use `create(APIKeySecuritySchemeSchema)` to create a new message.
1069
+ */
1070
+ export declare const APIKeySecuritySchemeSchema: GenMessage<APIKeySecurityScheme>;
1071
+
1072
+ /**
1073
+ * Defines a security scheme using HTTP authentication.
1074
+ *
1075
+ * @generated from message lf.a2a.v1.HTTPAuthSecurityScheme
1076
+ */
1077
+ export declare type HTTPAuthSecurityScheme = Message$1<"lf.a2a.v1.HTTPAuthSecurityScheme"> & {
1078
+ /**
1079
+ * An optional description for the security scheme.
1080
+ *
1081
+ * @generated from field: string description = 1;
1082
+ */
1083
+ description: string;
1084
+
1085
+ /**
1086
+ * The name of the HTTP Authentication scheme to be used in the Authorization header,
1087
+ * as defined in RFC7235 (e.g., "Bearer").
1088
+ * This value should be registered in the IANA Authentication Scheme registry.
1089
+ *
1090
+ * @generated from field: string scheme = 2;
1091
+ */
1092
+ scheme: string;
1093
+
1094
+ /**
1095
+ * A hint to the client to identify how the bearer token is formatted (e.g., "JWT").
1096
+ * Primarily for documentation purposes.
1097
+ *
1098
+ * @generated from field: string bearer_format = 3;
1099
+ */
1100
+ bearerFormat: string;
1101
+ };
1102
+
1103
+ /**
1104
+ * Describes the message lf.a2a.v1.HTTPAuthSecurityScheme.
1105
+ * Use `create(HTTPAuthSecuritySchemeSchema)` to create a new message.
1106
+ */
1107
+ export declare const HTTPAuthSecuritySchemeSchema: GenMessage<HTTPAuthSecurityScheme>;
1108
+
1109
+ /**
1110
+ * Defines a security scheme using OAuth 2.0.
1111
+ *
1112
+ * @generated from message lf.a2a.v1.OAuth2SecurityScheme
1113
+ */
1114
+ export declare type OAuth2SecurityScheme = Message$1<"lf.a2a.v1.OAuth2SecurityScheme"> & {
1115
+ /**
1116
+ * An optional description for the security scheme.
1117
+ *
1118
+ * @generated from field: string description = 1;
1119
+ */
1120
+ description: string;
1121
+
1122
+ /**
1123
+ * An object containing configuration information for the supported OAuth 2.0 flows.
1124
+ *
1125
+ * @generated from field: lf.a2a.v1.OAuthFlows flows = 2;
1126
+ */
1127
+ flows?: OAuthFlows;
1128
+
1129
+ /**
1130
+ * URL to the OAuth2 authorization server metadata [RFC 8414](https://datatracker.ietf.org/doc/html/rfc8414).
1131
+ * TLS is required.
1132
+ *
1133
+ * @generated from field: string oauth2_metadata_url = 3;
1134
+ */
1135
+ oauth2MetadataUrl: string;
1136
+ };
1137
+
1138
+ /**
1139
+ * Describes the message lf.a2a.v1.OAuth2SecurityScheme.
1140
+ * Use `create(OAuth2SecuritySchemeSchema)` to create a new message.
1141
+ */
1142
+ export declare const OAuth2SecuritySchemeSchema: GenMessage<OAuth2SecurityScheme>;
1143
+
1144
+ /**
1145
+ * Defines a security scheme using OpenID Connect.
1146
+ *
1147
+ * @generated from message lf.a2a.v1.OpenIdConnectSecurityScheme
1148
+ */
1149
+ export declare type OpenIdConnectSecurityScheme = Message$1<"lf.a2a.v1.OpenIdConnectSecurityScheme"> & {
1150
+ /**
1151
+ * An optional description for the security scheme.
1152
+ *
1153
+ * @generated from field: string description = 1;
1154
+ */
1155
+ description: string;
1156
+
1157
+ /**
1158
+ * The [OpenID Connect Discovery URL](https://openid.net/specs/openid-connect-discovery-1_0.html) for the OIDC provider's metadata.
1159
+ *
1160
+ * @generated from field: string open_id_connect_url = 2;
1161
+ */
1162
+ openIdConnectUrl: string;
1163
+ };
1164
+
1165
+ /**
1166
+ * Describes the message lf.a2a.v1.OpenIdConnectSecurityScheme.
1167
+ * Use `create(OpenIdConnectSecuritySchemeSchema)` to create a new message.
1168
+ */
1169
+ export declare const OpenIdConnectSecuritySchemeSchema: GenMessage<OpenIdConnectSecurityScheme>;
1170
+
1171
+ /**
1172
+ * Defines a security scheme using mTLS authentication.
1173
+ *
1174
+ * @generated from message lf.a2a.v1.MutualTlsSecurityScheme
1175
+ */
1176
+ export declare type MutualTlsSecurityScheme = Message$1<"lf.a2a.v1.MutualTlsSecurityScheme"> & {
1177
+ /**
1178
+ * An optional description for the security scheme.
1179
+ *
1180
+ * @generated from field: string description = 1;
1181
+ */
1182
+ description: string;
1183
+ };
1184
+
1185
+ /**
1186
+ * Describes the message lf.a2a.v1.MutualTlsSecurityScheme.
1187
+ * Use `create(MutualTlsSecuritySchemeSchema)` to create a new message.
1188
+ */
1189
+ export declare const MutualTlsSecuritySchemeSchema: GenMessage<MutualTlsSecurityScheme>;
1190
+
1191
+ /**
1192
+ * Defines the configuration for the supported OAuth 2.0 flows.
1193
+ *
1194
+ * @generated from message lf.a2a.v1.OAuthFlows
1195
+ */
1196
+ export declare type OAuthFlows = Message$1<"lf.a2a.v1.OAuthFlows"> & {
1197
+ /**
1198
+ * @generated from oneof lf.a2a.v1.OAuthFlows.flow
1199
+ */
1200
+ flow: {
1201
+ /**
1202
+ * Configuration for the OAuth Authorization Code flow.
1203
+ *
1204
+ * @generated from field: lf.a2a.v1.AuthorizationCodeOAuthFlow authorization_code = 1;
1205
+ */
1206
+ value: AuthorizationCodeOAuthFlow;
1207
+ case: "authorizationCode";
1208
+ } | {
1209
+ /**
1210
+ * Configuration for the OAuth Client Credentials flow.
1211
+ *
1212
+ * @generated from field: lf.a2a.v1.ClientCredentialsOAuthFlow client_credentials = 2;
1213
+ */
1214
+ value: ClientCredentialsOAuthFlow;
1215
+ case: "clientCredentials";
1216
+ } | {
1217
+ /**
1218
+ * Deprecated: Use Authorization Code + PKCE instead.
1219
+ *
1220
+ * @generated from field: lf.a2a.v1.ImplicitOAuthFlow implicit = 3 [deprecated = true];
1221
+ * @deprecated
1222
+ */
1223
+ value: ImplicitOAuthFlow;
1224
+ case: "implicit";
1225
+ } | {
1226
+ /**
1227
+ * Deprecated: Use Authorization Code + PKCE or Device Code.
1228
+ *
1229
+ * @generated from field: lf.a2a.v1.PasswordOAuthFlow password = 4 [deprecated = true];
1230
+ * @deprecated
1231
+ */
1232
+ value: PasswordOAuthFlow;
1233
+ case: "password";
1234
+ } | {
1235
+ /**
1236
+ * Configuration for the OAuth Device Code flow.
1237
+ *
1238
+ * @generated from field: lf.a2a.v1.DeviceCodeOAuthFlow device_code = 5;
1239
+ */
1240
+ value: DeviceCodeOAuthFlow;
1241
+ case: "deviceCode";
1242
+ } | { case: undefined; value?: undefined };
1243
+ };
1244
+
1245
+ /**
1246
+ * Describes the message lf.a2a.v1.OAuthFlows.
1247
+ * Use `create(OAuthFlowsSchema)` to create a new message.
1248
+ */
1249
+ export declare const OAuthFlowsSchema: GenMessage<OAuthFlows>;
1250
+
1251
+ /**
1252
+ * Defines configuration details for the OAuth 2.0 Authorization Code flow.
1253
+ *
1254
+ * @generated from message lf.a2a.v1.AuthorizationCodeOAuthFlow
1255
+ */
1256
+ export declare type AuthorizationCodeOAuthFlow = Message$1<"lf.a2a.v1.AuthorizationCodeOAuthFlow"> & {
1257
+ /**
1258
+ * The authorization URL to be used for this flow.
1259
+ *
1260
+ * @generated from field: string authorization_url = 1;
1261
+ */
1262
+ authorizationUrl: string;
1263
+
1264
+ /**
1265
+ * The token URL to be used for this flow.
1266
+ *
1267
+ * @generated from field: string token_url = 2;
1268
+ */
1269
+ tokenUrl: string;
1270
+
1271
+ /**
1272
+ * The URL to be used for obtaining refresh tokens.
1273
+ *
1274
+ * @generated from field: string refresh_url = 3;
1275
+ */
1276
+ refreshUrl: string;
1277
+
1278
+ /**
1279
+ * The available scopes for the OAuth2 security scheme.
1280
+ *
1281
+ * @generated from field: map<string, string> scopes = 4;
1282
+ */
1283
+ scopes: { [key: string]: string };
1284
+
1285
+ /**
1286
+ * Indicates if PKCE (RFC 7636) is required for this flow.
1287
+ * PKCE should always be used for public clients and is recommended for all clients.
1288
+ *
1289
+ * @generated from field: bool pkce_required = 5;
1290
+ */
1291
+ pkceRequired: boolean;
1292
+ };
1293
+
1294
+ /**
1295
+ * Describes the message lf.a2a.v1.AuthorizationCodeOAuthFlow.
1296
+ * Use `create(AuthorizationCodeOAuthFlowSchema)` to create a new message.
1297
+ */
1298
+ export declare const AuthorizationCodeOAuthFlowSchema: GenMessage<AuthorizationCodeOAuthFlow>;
1299
+
1300
+ /**
1301
+ * Defines configuration details for the OAuth 2.0 Client Credentials flow.
1302
+ *
1303
+ * @generated from message lf.a2a.v1.ClientCredentialsOAuthFlow
1304
+ */
1305
+ export declare type ClientCredentialsOAuthFlow = Message$1<"lf.a2a.v1.ClientCredentialsOAuthFlow"> & {
1306
+ /**
1307
+ * The token URL to be used for this flow.
1308
+ *
1309
+ * @generated from field: string token_url = 1;
1310
+ */
1311
+ tokenUrl: string;
1312
+
1313
+ /**
1314
+ * The URL to be used for obtaining refresh tokens.
1315
+ *
1316
+ * @generated from field: string refresh_url = 2;
1317
+ */
1318
+ refreshUrl: string;
1319
+
1320
+ /**
1321
+ * The available scopes for the OAuth2 security scheme.
1322
+ *
1323
+ * @generated from field: map<string, string> scopes = 3;
1324
+ */
1325
+ scopes: { [key: string]: string };
1326
+ };
1327
+
1328
+ /**
1329
+ * Describes the message lf.a2a.v1.ClientCredentialsOAuthFlow.
1330
+ * Use `create(ClientCredentialsOAuthFlowSchema)` to create a new message.
1331
+ */
1332
+ export declare const ClientCredentialsOAuthFlowSchema: GenMessage<ClientCredentialsOAuthFlow>;
1333
+
1334
+ /**
1335
+ * Deprecated: Use Authorization Code + PKCE instead.
1336
+ *
1337
+ * @generated from message lf.a2a.v1.ImplicitOAuthFlow
1338
+ */
1339
+ export declare type ImplicitOAuthFlow = Message$1<"lf.a2a.v1.ImplicitOAuthFlow"> & {
1340
+ /**
1341
+ * The authorization URL to be used for this flow. This MUST be in the
1342
+ * form of a URL. The OAuth2 standard requires the use of TLS
1343
+ *
1344
+ * @generated from field: string authorization_url = 1;
1345
+ */
1346
+ authorizationUrl: string;
1347
+
1348
+ /**
1349
+ * The URL to be used for obtaining refresh tokens. This MUST be in the
1350
+ * form of a URL. The OAuth2 standard requires the use of TLS.
1351
+ *
1352
+ * @generated from field: string refresh_url = 2;
1353
+ */
1354
+ refreshUrl: string;
1355
+
1356
+ /**
1357
+ * The available scopes for the OAuth2 security scheme. A map between the
1358
+ * scope name and a short description for it. The map MAY be empty.
1359
+ *
1360
+ * @generated from field: map<string, string> scopes = 3;
1361
+ */
1362
+ scopes: { [key: string]: string };
1363
+ };
1364
+
1365
+ /**
1366
+ * Describes the message lf.a2a.v1.ImplicitOAuthFlow.
1367
+ * Use `create(ImplicitOAuthFlowSchema)` to create a new message.
1368
+ */
1369
+ export declare const ImplicitOAuthFlowSchema: GenMessage<ImplicitOAuthFlow>;
1370
+
1371
+ /**
1372
+ * Deprecated: Use Authorization Code + PKCE or Device Code.
1373
+ *
1374
+ * @generated from message lf.a2a.v1.PasswordOAuthFlow
1375
+ */
1376
+ export declare type PasswordOAuthFlow = Message$1<"lf.a2a.v1.PasswordOAuthFlow"> & {
1377
+ /**
1378
+ * The token URL to be used for this flow. This MUST be in the form of a URL.
1379
+ * The OAuth2 standard requires the use of TLS.
1380
+ *
1381
+ * @generated from field: string token_url = 1;
1382
+ */
1383
+ tokenUrl: string;
1384
+
1385
+ /**
1386
+ * The URL to be used for obtaining refresh tokens. This MUST be in the
1387
+ * form of a URL. The OAuth2 standard requires the use of TLS.
1388
+ *
1389
+ * @generated from field: string refresh_url = 2;
1390
+ */
1391
+ refreshUrl: string;
1392
+
1393
+ /**
1394
+ * The available scopes for the OAuth2 security scheme. A map between the
1395
+ * scope name and a short description for it. The map MAY be empty.
1396
+ *
1397
+ * @generated from field: map<string, string> scopes = 3;
1398
+ */
1399
+ scopes: { [key: string]: string };
1400
+ };
1401
+
1402
+ /**
1403
+ * Describes the message lf.a2a.v1.PasswordOAuthFlow.
1404
+ * Use `create(PasswordOAuthFlowSchema)` to create a new message.
1405
+ */
1406
+ export declare const PasswordOAuthFlowSchema: GenMessage<PasswordOAuthFlow>;
1407
+
1408
+ /**
1409
+ * Defines configuration details for the OAuth 2.0 Device Code flow (RFC 8628).
1410
+ * This flow is designed for input-constrained devices such as IoT devices,
1411
+ * and CLI tools where the user authenticates on a separate device.
1412
+ *
1413
+ * @generated from message lf.a2a.v1.DeviceCodeOAuthFlow
1414
+ */
1415
+ export declare type DeviceCodeOAuthFlow = Message$1<"lf.a2a.v1.DeviceCodeOAuthFlow"> & {
1416
+ /**
1417
+ * The device authorization endpoint URL.
1418
+ *
1419
+ * @generated from field: string device_authorization_url = 1;
1420
+ */
1421
+ deviceAuthorizationUrl: string;
1422
+
1423
+ /**
1424
+ * The token URL to be used for this flow.
1425
+ *
1426
+ * @generated from field: string token_url = 2;
1427
+ */
1428
+ tokenUrl: string;
1429
+
1430
+ /**
1431
+ * The URL to be used for obtaining refresh tokens.
1432
+ *
1433
+ * @generated from field: string refresh_url = 3;
1434
+ */
1435
+ refreshUrl: string;
1436
+
1437
+ /**
1438
+ * The available scopes for the OAuth2 security scheme.
1439
+ *
1440
+ * @generated from field: map<string, string> scopes = 4;
1441
+ */
1442
+ scopes: { [key: string]: string };
1443
+ };
1444
+
1445
+ /**
1446
+ * Describes the message lf.a2a.v1.DeviceCodeOAuthFlow.
1447
+ * Use `create(DeviceCodeOAuthFlowSchema)` to create a new message.
1448
+ */
1449
+ export declare const DeviceCodeOAuthFlowSchema: GenMessage<DeviceCodeOAuthFlow>;
1450
+
1451
+ /**
1452
+ * Represents a request for the `SendMessage` method.
1453
+ *
1454
+ * @generated from message lf.a2a.v1.SendMessageRequest
1455
+ */
1456
+ export declare type SendMessageRequest = Message$1<"lf.a2a.v1.SendMessageRequest"> & {
1457
+ /**
1458
+ * Optional. Tenant ID, provided as a path parameter.
1459
+ *
1460
+ * @generated from field: string tenant = 1;
1461
+ */
1462
+ tenant: string;
1463
+
1464
+ /**
1465
+ * The message to send to the agent.
1466
+ *
1467
+ * @generated from field: lf.a2a.v1.Message message = 2;
1468
+ */
1469
+ message?: Message;
1470
+
1471
+ /**
1472
+ * Configuration for the send request.
1473
+ *
1474
+ * @generated from field: lf.a2a.v1.SendMessageConfiguration configuration = 3;
1475
+ */
1476
+ configuration?: SendMessageConfiguration;
1477
+
1478
+ /**
1479
+ * A flexible key-value map for passing additional context or parameters.
1480
+ *
1481
+ * @generated from field: google.protobuf.Struct metadata = 4;
1482
+ */
1483
+ metadata?: JsonObject;
1484
+ };
1485
+
1486
+ /**
1487
+ * Describes the message lf.a2a.v1.SendMessageRequest.
1488
+ * Use `create(SendMessageRequestSchema)` to create a new message.
1489
+ */
1490
+ export declare const SendMessageRequestSchema: GenMessage<SendMessageRequest>;
1491
+
1492
+ /**
1493
+ * Represents a request for the `GetTask` method.
1494
+ *
1495
+ * @generated from message lf.a2a.v1.GetTaskRequest
1496
+ */
1497
+ export declare type GetTaskRequest = Message$1<"lf.a2a.v1.GetTaskRequest"> & {
1498
+ /**
1499
+ * Optional. Tenant ID, provided as a path parameter.
1500
+ *
1501
+ * @generated from field: string tenant = 1;
1502
+ */
1503
+ tenant: string;
1504
+
1505
+ /**
1506
+ * The resource ID of the task to retrieve.
1507
+ *
1508
+ * @generated from field: string id = 2;
1509
+ */
1510
+ id: string;
1511
+
1512
+ /**
1513
+ * The maximum number of most recent messages from the task's history to retrieve. An
1514
+ * unset value means the client does not impose any limit. A value of zero is
1515
+ * a request to not include any messages. The server MUST NOT return more
1516
+ * messages than the provided value, but MAY apply a lower limit.
1517
+ *
1518
+ * @generated from field: optional int32 history_length = 3;
1519
+ */
1520
+ historyLength?: number;
1521
+ };
1522
+
1523
+ /**
1524
+ * Describes the message lf.a2a.v1.GetTaskRequest.
1525
+ * Use `create(GetTaskRequestSchema)` to create a new message.
1526
+ */
1527
+ export declare const GetTaskRequestSchema: GenMessage<GetTaskRequest>;
1528
+
1529
+ /**
1530
+ * Parameters for listing tasks with optional filtering criteria.
1531
+ *
1532
+ * @generated from message lf.a2a.v1.ListTasksRequest
1533
+ */
1534
+ export declare type ListTasksRequest = Message$1<"lf.a2a.v1.ListTasksRequest"> & {
1535
+ /**
1536
+ * Tenant ID, provided as a path parameter.
1537
+ *
1538
+ * @generated from field: string tenant = 1;
1539
+ */
1540
+ tenant: string;
1541
+
1542
+ /**
1543
+ * Filter tasks by context ID to get tasks from a specific conversation or session.
1544
+ *
1545
+ * @generated from field: string context_id = 2;
1546
+ */
1547
+ contextId: string;
1548
+
1549
+ /**
1550
+ * Filter tasks by their current status state.
1551
+ *
1552
+ * @generated from field: lf.a2a.v1.TaskState status = 3;
1553
+ */
1554
+ status: TaskState;
1555
+
1556
+ /**
1557
+ * The maximum number of tasks to return. The service may return fewer than this value.
1558
+ * If unspecified, at most 50 tasks will be returned.
1559
+ * The minimum value is 1.
1560
+ * The maximum value is 100.
1561
+ *
1562
+ * @generated from field: optional int32 page_size = 4;
1563
+ */
1564
+ pageSize?: number;
1565
+
1566
+ /**
1567
+ * A page token, received from a previous `ListTasks` call.
1568
+ * `ListTasksResponse.next_page_token`.
1569
+ * Provide this to retrieve the subsequent page.
1570
+ *
1571
+ * @generated from field: string page_token = 5;
1572
+ */
1573
+ pageToken: string;
1574
+
1575
+ /**
1576
+ * The maximum number of messages to include in each task's history.
1577
+ *
1578
+ * @generated from field: optional int32 history_length = 6;
1579
+ */
1580
+ historyLength?: number;
1581
+
1582
+ /**
1583
+ * Filter tasks which have a status updated after the provided timestamp in ISO 8601 format (e.g., "2023-10-27T10:00:00Z").
1584
+ * Only tasks with a status timestamp time greater than or equal to this value will be returned.
1585
+ *
1586
+ * @generated from field: google.protobuf.Timestamp status_timestamp_after = 7;
1587
+ */
1588
+ statusTimestampAfter?: Timestamp;
1589
+
1590
+ /**
1591
+ * Whether to include artifacts in the returned tasks.
1592
+ * Defaults to false to reduce payload size.
1593
+ *
1594
+ * @generated from field: optional bool include_artifacts = 8;
1595
+ */
1596
+ includeArtifacts?: boolean;
1597
+ };
1598
+
1599
+ /**
1600
+ * Describes the message lf.a2a.v1.ListTasksRequest.
1601
+ * Use `create(ListTasksRequestSchema)` to create a new message.
1602
+ */
1603
+ export declare const ListTasksRequestSchema: GenMessage<ListTasksRequest>;
1604
+
1605
+ /**
1606
+ * Result object for `ListTasks` method containing an array of tasks and pagination information.
1607
+ *
1608
+ * @generated from message lf.a2a.v1.ListTasksResponse
1609
+ */
1610
+ export declare type ListTasksResponse = Message$1<"lf.a2a.v1.ListTasksResponse"> & {
1611
+ /**
1612
+ * Array of tasks matching the specified criteria.
1613
+ *
1614
+ * @generated from field: repeated lf.a2a.v1.Task tasks = 1;
1615
+ */
1616
+ tasks: Task[];
1617
+
1618
+ /**
1619
+ * A token to retrieve the next page of results, or empty if there are no more results in the list.
1620
+ *
1621
+ * @generated from field: string next_page_token = 2;
1622
+ */
1623
+ nextPageToken: string;
1624
+
1625
+ /**
1626
+ * The page size used for this response.
1627
+ *
1628
+ * @generated from field: int32 page_size = 3;
1629
+ */
1630
+ pageSize: number;
1631
+
1632
+ /**
1633
+ * Total number of tasks available (before pagination).
1634
+ *
1635
+ * @generated from field: int32 total_size = 4;
1636
+ */
1637
+ totalSize: number;
1638
+ };
1639
+
1640
+ /**
1641
+ * Describes the message lf.a2a.v1.ListTasksResponse.
1642
+ * Use `create(ListTasksResponseSchema)` to create a new message.
1643
+ */
1644
+ export declare const ListTasksResponseSchema: GenMessage<ListTasksResponse>;
1645
+
1646
+ /**
1647
+ * Represents a request for the `CancelTask` method.
1648
+ *
1649
+ * @generated from message lf.a2a.v1.CancelTaskRequest
1650
+ */
1651
+ export declare type CancelTaskRequest = Message$1<"lf.a2a.v1.CancelTaskRequest"> & {
1652
+ /**
1653
+ * Optional. Tenant ID, provided as a path parameter.
1654
+ *
1655
+ * @generated from field: string tenant = 1;
1656
+ */
1657
+ tenant: string;
1658
+
1659
+ /**
1660
+ * The resource ID of the task to cancel.
1661
+ *
1662
+ * @generated from field: string id = 2;
1663
+ */
1664
+ id: string;
1665
+
1666
+ /**
1667
+ * A flexible key-value map for passing additional context or parameters.
1668
+ *
1669
+ * @generated from field: google.protobuf.Struct metadata = 3;
1670
+ */
1671
+ metadata?: JsonObject;
1672
+ };
1673
+
1674
+ /**
1675
+ * Describes the message lf.a2a.v1.CancelTaskRequest.
1676
+ * Use `create(CancelTaskRequestSchema)` to create a new message.
1677
+ */
1678
+ export declare const CancelTaskRequestSchema: GenMessage<CancelTaskRequest>;
1679
+
1680
+ /**
1681
+ * Represents a request for the `GetTaskPushNotificationConfig` method.
1682
+ *
1683
+ * @generated from message lf.a2a.v1.GetTaskPushNotificationConfigRequest
1684
+ */
1685
+ export declare type GetTaskPushNotificationConfigRequest = Message$1<"lf.a2a.v1.GetTaskPushNotificationConfigRequest"> & {
1686
+ /**
1687
+ * Optional. Tenant ID, provided as a path parameter.
1688
+ *
1689
+ * @generated from field: string tenant = 1;
1690
+ */
1691
+ tenant: string;
1692
+
1693
+ /**
1694
+ * The parent task resource ID.
1695
+ *
1696
+ * @generated from field: string task_id = 2;
1697
+ */
1698
+ taskId: string;
1699
+
1700
+ /**
1701
+ * The resource ID of the configuration to retrieve.
1702
+ *
1703
+ * @generated from field: string id = 3;
1704
+ */
1705
+ id: string;
1706
+ };
1707
+
1708
+ /**
1709
+ * Describes the message lf.a2a.v1.GetTaskPushNotificationConfigRequest.
1710
+ * Use `create(GetTaskPushNotificationConfigRequestSchema)` to create a new message.
1711
+ */
1712
+ export declare const GetTaskPushNotificationConfigRequestSchema: GenMessage<GetTaskPushNotificationConfigRequest>;
1713
+
1714
+ /**
1715
+ * Represents a request for the `DeleteTaskPushNotificationConfig` method.
1716
+ *
1717
+ * @generated from message lf.a2a.v1.DeleteTaskPushNotificationConfigRequest
1718
+ */
1719
+ export declare type DeleteTaskPushNotificationConfigRequest = Message$1<"lf.a2a.v1.DeleteTaskPushNotificationConfigRequest"> & {
1720
+ /**
1721
+ * Optional. Tenant ID, provided as a path parameter.
1722
+ *
1723
+ * @generated from field: string tenant = 1;
1724
+ */
1725
+ tenant: string;
1726
+
1727
+ /**
1728
+ * The parent task resource ID.
1729
+ *
1730
+ * @generated from field: string task_id = 2;
1731
+ */
1732
+ taskId: string;
1733
+
1734
+ /**
1735
+ * The resource ID of the configuration to delete.
1736
+ *
1737
+ * @generated from field: string id = 3;
1738
+ */
1739
+ id: string;
1740
+ };
1741
+
1742
+ /**
1743
+ * Describes the message lf.a2a.v1.DeleteTaskPushNotificationConfigRequest.
1744
+ * Use `create(DeleteTaskPushNotificationConfigRequestSchema)` to create a new message.
1745
+ */
1746
+ export declare const DeleteTaskPushNotificationConfigRequestSchema: GenMessage<DeleteTaskPushNotificationConfigRequest>;
1747
+
1748
+ /**
1749
+ * Represents a request for the `SubscribeToTask` method.
1750
+ *
1751
+ * @generated from message lf.a2a.v1.SubscribeToTaskRequest
1752
+ */
1753
+ export declare type SubscribeToTaskRequest = Message$1<"lf.a2a.v1.SubscribeToTaskRequest"> & {
1754
+ /**
1755
+ * Optional. Tenant ID, provided as a path parameter.
1756
+ *
1757
+ * @generated from field: string tenant = 1;
1758
+ */
1759
+ tenant: string;
1760
+
1761
+ /**
1762
+ * The resource ID of the task to subscribe to.
1763
+ *
1764
+ * @generated from field: string id = 2;
1765
+ */
1766
+ id: string;
1767
+ };
1768
+
1769
+ /**
1770
+ * Describes the message lf.a2a.v1.SubscribeToTaskRequest.
1771
+ * Use `create(SubscribeToTaskRequestSchema)` to create a new message.
1772
+ */
1773
+ export declare const SubscribeToTaskRequestSchema: GenMessage<SubscribeToTaskRequest>;
1774
+
1775
+ /**
1776
+ * Represents a request for the `ListTaskPushNotificationConfigs` method.
1777
+ *
1778
+ * @generated from message lf.a2a.v1.ListTaskPushNotificationConfigsRequest
1779
+ */
1780
+ export declare type ListTaskPushNotificationConfigsRequest = Message$1<"lf.a2a.v1.ListTaskPushNotificationConfigsRequest"> & {
1781
+ /**
1782
+ * Optional. Tenant ID, provided as a path parameter.
1783
+ *
1784
+ * @generated from field: string tenant = 4;
1785
+ */
1786
+ tenant: string;
1787
+
1788
+ /**
1789
+ * The parent task resource ID.
1790
+ *
1791
+ * @generated from field: string task_id = 1;
1792
+ */
1793
+ taskId: string;
1794
+
1795
+ /**
1796
+ * The maximum number of configurations to return.
1797
+ *
1798
+ * @generated from field: int32 page_size = 2;
1799
+ */
1800
+ pageSize: number;
1801
+
1802
+ /**
1803
+ * A page token received from a previous `ListTaskPushNotificationConfigsRequest` call.
1804
+ *
1805
+ * @generated from field: string page_token = 3;
1806
+ */
1807
+ pageToken: string;
1808
+ };
1809
+
1810
+ /**
1811
+ * Describes the message lf.a2a.v1.ListTaskPushNotificationConfigsRequest.
1812
+ * Use `create(ListTaskPushNotificationConfigsRequestSchema)` to create a new message.
1813
+ */
1814
+ export declare const ListTaskPushNotificationConfigsRequestSchema: GenMessage<ListTaskPushNotificationConfigsRequest>;
1815
+
1816
+ /**
1817
+ * Represents a request for the `GetExtendedAgentCard` method.
1818
+ *
1819
+ * @generated from message lf.a2a.v1.GetExtendedAgentCardRequest
1820
+ */
1821
+ export declare type GetExtendedAgentCardRequest = Message$1<"lf.a2a.v1.GetExtendedAgentCardRequest"> & {
1822
+ /**
1823
+ * Optional. Tenant ID, provided as a path parameter.
1824
+ *
1825
+ * @generated from field: string tenant = 1;
1826
+ */
1827
+ tenant: string;
1828
+ };
1829
+
1830
+ /**
1831
+ * Describes the message lf.a2a.v1.GetExtendedAgentCardRequest.
1832
+ * Use `create(GetExtendedAgentCardRequestSchema)` to create a new message.
1833
+ */
1834
+ export declare const GetExtendedAgentCardRequestSchema: GenMessage<GetExtendedAgentCardRequest>;
1835
+
1836
+ /**
1837
+ * Represents the response for the `SendMessage` method.
1838
+ *
1839
+ * @generated from message lf.a2a.v1.SendMessageResponse
1840
+ */
1841
+ export declare type SendMessageResponse = Message$1<"lf.a2a.v1.SendMessageResponse"> & {
1842
+ /**
1843
+ * The payload of the response.
1844
+ *
1845
+ * @generated from oneof lf.a2a.v1.SendMessageResponse.payload
1846
+ */
1847
+ payload: {
1848
+ /**
1849
+ * The task created or updated by the message.
1850
+ *
1851
+ * @generated from field: lf.a2a.v1.Task task = 1;
1852
+ */
1853
+ value: Task;
1854
+ case: "task";
1855
+ } | {
1856
+ /**
1857
+ * A message from the agent.
1858
+ *
1859
+ * @generated from field: lf.a2a.v1.Message message = 2;
1860
+ */
1861
+ value: Message;
1862
+ case: "message";
1863
+ } | { case: undefined; value?: undefined };
1864
+ };
1865
+
1866
+ /**
1867
+ * Describes the message lf.a2a.v1.SendMessageResponse.
1868
+ * Use `create(SendMessageResponseSchema)` to create a new message.
1869
+ */
1870
+ export declare const SendMessageResponseSchema: GenMessage<SendMessageResponse>;
1871
+
1872
+ /**
1873
+ * A wrapper object used in streaming operations to encapsulate different types of response data.
1874
+ *
1875
+ * @generated from message lf.a2a.v1.StreamResponse
1876
+ */
1877
+ export declare type StreamResponse = Message$1<"lf.a2a.v1.StreamResponse"> & {
1878
+ /**
1879
+ * The payload of the stream response.
1880
+ *
1881
+ * @generated from oneof lf.a2a.v1.StreamResponse.payload
1882
+ */
1883
+ payload: {
1884
+ /**
1885
+ * A Task object containing the current state of the task.
1886
+ *
1887
+ * @generated from field: lf.a2a.v1.Task task = 1;
1888
+ */
1889
+ value: Task;
1890
+ case: "task";
1891
+ } | {
1892
+ /**
1893
+ * A Message object containing a message from the agent.
1894
+ *
1895
+ * @generated from field: lf.a2a.v1.Message message = 2;
1896
+ */
1897
+ value: Message;
1898
+ case: "message";
1899
+ } | {
1900
+ /**
1901
+ * An event indicating a task status update.
1902
+ *
1903
+ * @generated from field: lf.a2a.v1.TaskStatusUpdateEvent status_update = 3;
1904
+ */
1905
+ value: TaskStatusUpdateEvent;
1906
+ case: "statusUpdate";
1907
+ } | {
1908
+ /**
1909
+ * An event indicating a task artifact update.
1910
+ *
1911
+ * @generated from field: lf.a2a.v1.TaskArtifactUpdateEvent artifact_update = 4;
1912
+ */
1913
+ value: TaskArtifactUpdateEvent;
1914
+ case: "artifactUpdate";
1915
+ } | { case: undefined; value?: undefined };
1916
+ };
1917
+
1918
+ /**
1919
+ * Describes the message lf.a2a.v1.StreamResponse.
1920
+ * Use `create(StreamResponseSchema)` to create a new message.
1921
+ */
1922
+ export declare const StreamResponseSchema: GenMessage<StreamResponse>;
1923
+
1924
+ /**
1925
+ * Represents a successful response for the `ListTaskPushNotificationConfigs`
1926
+ * method.
1927
+ *
1928
+ * @generated from message lf.a2a.v1.ListTaskPushNotificationConfigsResponse
1929
+ */
1930
+ export declare type ListTaskPushNotificationConfigsResponse = Message$1<"lf.a2a.v1.ListTaskPushNotificationConfigsResponse"> & {
1931
+ /**
1932
+ * The list of push notification configurations.
1933
+ *
1934
+ * @generated from field: repeated lf.a2a.v1.TaskPushNotificationConfig configs = 1;
1935
+ */
1936
+ configs: TaskPushNotificationConfig[];
1937
+
1938
+ /**
1939
+ * A token to retrieve the next page of results, or empty if there are no more results in the list.
1940
+ *
1941
+ * @generated from field: string next_page_token = 2;
1942
+ */
1943
+ nextPageToken: string;
1944
+ };
1945
+
1946
+ /**
1947
+ * Describes the message lf.a2a.v1.ListTaskPushNotificationConfigsResponse.
1948
+ * Use `create(ListTaskPushNotificationConfigsResponseSchema)` to create a new message.
1949
+ */
1950
+ export declare const ListTaskPushNotificationConfigsResponseSchema: GenMessage<ListTaskPushNotificationConfigsResponse>;
1951
+
1952
+ /**
1953
+ * Defines the possible lifecycle states of a `Task`.
1954
+ *
1955
+ * @generated from enum lf.a2a.v1.TaskState
1956
+ */
1957
+ export enum TaskState {
1958
+ /**
1959
+ * The task is in an unknown or indeterminate state.
1960
+ *
1961
+ * @generated from enum value: TASK_STATE_UNSPECIFIED = 0;
1962
+ */
1963
+ UNSPECIFIED = 0,
1964
+
1965
+ /**
1966
+ * Indicates that a task has been successfully submitted and acknowledged.
1967
+ *
1968
+ * @generated from enum value: TASK_STATE_SUBMITTED = 1;
1969
+ */
1970
+ SUBMITTED = 1,
1971
+
1972
+ /**
1973
+ * Indicates that a task is actively being processed by the agent.
1974
+ *
1975
+ * @generated from enum value: TASK_STATE_WORKING = 2;
1976
+ */
1977
+ WORKING = 2,
1978
+
1979
+ /**
1980
+ * Indicates that a task has finished successfully. This is a terminal state.
1981
+ *
1982
+ * @generated from enum value: TASK_STATE_COMPLETED = 3;
1983
+ */
1984
+ COMPLETED = 3,
1985
+
1986
+ /**
1987
+ * Indicates that a task has finished with an error. This is a terminal state.
1988
+ *
1989
+ * @generated from enum value: TASK_STATE_FAILED = 4;
1990
+ */
1991
+ FAILED = 4,
1992
+
1993
+ /**
1994
+ * Indicates that a task was canceled before completion. This is a terminal state.
1995
+ *
1996
+ * @generated from enum value: TASK_STATE_CANCELED = 5;
1997
+ */
1998
+ CANCELED = 5,
1999
+
2000
+ /**
2001
+ * Indicates that the agent requires additional user input to proceed. This is an interrupted state.
2002
+ *
2003
+ * @generated from enum value: TASK_STATE_INPUT_REQUIRED = 6;
2004
+ */
2005
+ INPUT_REQUIRED = 6,
2006
+
2007
+ /**
2008
+ * Indicates that the agent has decided to not perform the task.
2009
+ * This may be done during initial task creation or later once an agent
2010
+ * has determined it can't or won't proceed. This is a terminal state.
2011
+ *
2012
+ * @generated from enum value: TASK_STATE_REJECTED = 7;
2013
+ */
2014
+ REJECTED = 7,
2015
+
2016
+ /**
2017
+ * Indicates that authentication is required to proceed. This is an interrupted state.
2018
+ *
2019
+ * @generated from enum value: TASK_STATE_AUTH_REQUIRED = 8;
2020
+ */
2021
+ AUTH_REQUIRED = 8,
2022
+ }
2023
+
2024
+ /**
2025
+ * Describes the enum lf.a2a.v1.TaskState.
2026
+ */
2027
+ export declare const TaskStateSchema: GenEnum<TaskState>;
2028
+
2029
+ /**
2030
+ * Defines the sender of a message in A2A protocol communication.
2031
+ *
2032
+ * @generated from enum lf.a2a.v1.Role
2033
+ */
2034
+ export enum Role {
2035
+ /**
2036
+ * The role is unspecified.
2037
+ *
2038
+ * @generated from enum value: ROLE_UNSPECIFIED = 0;
2039
+ */
2040
+ UNSPECIFIED = 0,
2041
+
2042
+ /**
2043
+ * The message is from the client to the server.
2044
+ *
2045
+ * @generated from enum value: ROLE_USER = 1;
2046
+ */
2047
+ USER = 1,
2048
+
2049
+ /**
2050
+ * The message is from the server to the client.
2051
+ *
2052
+ * @generated from enum value: ROLE_AGENT = 2;
2053
+ */
2054
+ AGENT = 2,
2055
+ }
2056
+
2057
+ /**
2058
+ * Describes the enum lf.a2a.v1.Role.
2059
+ */
2060
+ export declare const RoleSchema: GenEnum<Role>;
2061
+
2062
+ /**
2063
+ * Provides operations for interacting with agents using the A2A protocol.
2064
+ *
2065
+ * @generated from service lf.a2a.v1.A2AService
2066
+ */
2067
+ export declare const A2AService: GenService<{
2068
+ /**
2069
+ * Sends a message to an agent.
2070
+ *
2071
+ * @generated from rpc lf.a2a.v1.A2AService.SendMessage
2072
+ */
2073
+ sendMessage: {
2074
+ methodKind: "unary";
2075
+ input: typeof SendMessageRequestSchema;
2076
+ output: typeof SendMessageResponseSchema;
2077
+ },
2078
+ /**
2079
+ * Sends a streaming message to an agent, allowing for real-time interaction and status updates.
2080
+ * Streaming version of `SendMessage`
2081
+ *
2082
+ * @generated from rpc lf.a2a.v1.A2AService.SendStreamingMessage
2083
+ */
2084
+ sendStreamingMessage: {
2085
+ methodKind: "server_streaming";
2086
+ input: typeof SendMessageRequestSchema;
2087
+ output: typeof StreamResponseSchema;
2088
+ },
2089
+ /**
2090
+ * Gets the latest state of a task.
2091
+ *
2092
+ * @generated from rpc lf.a2a.v1.A2AService.GetTask
2093
+ */
2094
+ getTask: {
2095
+ methodKind: "unary";
2096
+ input: typeof GetTaskRequestSchema;
2097
+ output: typeof TaskSchema;
2098
+ },
2099
+ /**
2100
+ * Lists tasks that match the specified filter.
2101
+ *
2102
+ * @generated from rpc lf.a2a.v1.A2AService.ListTasks
2103
+ */
2104
+ listTasks: {
2105
+ methodKind: "unary";
2106
+ input: typeof ListTasksRequestSchema;
2107
+ output: typeof ListTasksResponseSchema;
2108
+ },
2109
+ /**
2110
+ * Cancels a task in progress.
2111
+ *
2112
+ * @generated from rpc lf.a2a.v1.A2AService.CancelTask
2113
+ */
2114
+ cancelTask: {
2115
+ methodKind: "unary";
2116
+ input: typeof CancelTaskRequestSchema;
2117
+ output: typeof TaskSchema;
2118
+ },
2119
+ /**
2120
+ * Subscribes to task updates for tasks not in a terminal state.
2121
+ * Returns `UnsupportedOperationError` if the task is already in a terminal state (completed, failed, canceled, rejected).
2122
+ *
2123
+ * @generated from rpc lf.a2a.v1.A2AService.SubscribeToTask
2124
+ */
2125
+ subscribeToTask: {
2126
+ methodKind: "server_streaming";
2127
+ input: typeof SubscribeToTaskRequestSchema;
2128
+ output: typeof StreamResponseSchema;
2129
+ },
2130
+ /**
2131
+ * (-- api-linter: client-libraries::4232::required-fields=disabled
2132
+ * api-linter: core::0133::method-signature=disabled
2133
+ * api-linter: core::0133::request-message-name=disabled
2134
+ * aip.dev/not-precedent: method_signature preserved for backwards compatibility --)
2135
+ * Creates a push notification config for a task.
2136
+ *
2137
+ * @generated from rpc lf.a2a.v1.A2AService.CreateTaskPushNotificationConfig
2138
+ */
2139
+ createTaskPushNotificationConfig: {
2140
+ methodKind: "unary";
2141
+ input: typeof TaskPushNotificationConfigSchema;
2142
+ output: typeof TaskPushNotificationConfigSchema;
2143
+ },
2144
+ /**
2145
+ * Gets a push notification config for a task.
2146
+ *
2147
+ * @generated from rpc lf.a2a.v1.A2AService.GetTaskPushNotificationConfig
2148
+ */
2149
+ getTaskPushNotificationConfig: {
2150
+ methodKind: "unary";
2151
+ input: typeof GetTaskPushNotificationConfigRequestSchema;
2152
+ output: typeof TaskPushNotificationConfigSchema;
2153
+ },
2154
+ /**
2155
+ * Get a list of push notifications configured for a task.
2156
+ *
2157
+ * @generated from rpc lf.a2a.v1.A2AService.ListTaskPushNotificationConfigs
2158
+ */
2159
+ listTaskPushNotificationConfigs: {
2160
+ methodKind: "unary";
2161
+ input: typeof ListTaskPushNotificationConfigsRequestSchema;
2162
+ output: typeof ListTaskPushNotificationConfigsResponseSchema;
2163
+ },
2164
+ /**
2165
+ * Gets the extended agent card for the authenticated agent.
2166
+ *
2167
+ * @generated from rpc lf.a2a.v1.A2AService.GetExtendedAgentCard
2168
+ */
2169
+ getExtendedAgentCard: {
2170
+ methodKind: "unary";
2171
+ input: typeof GetExtendedAgentCardRequestSchema;
2172
+ output: typeof AgentCardSchema;
2173
+ },
2174
+ /**
2175
+ * Deletes a push notification config for a task.
2176
+ *
2177
+ * @generated from rpc lf.a2a.v1.A2AService.DeleteTaskPushNotificationConfig
2178
+ */
2179
+ deleteTaskPushNotificationConfig: {
2180
+ methodKind: "unary";
2181
+ input: typeof DeleteTaskPushNotificationConfigRequestSchema;
2182
+ output: typeof EmptySchema;
2183
+ },
2184
+ }>;