@canton-network/core-ledger-proto 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (218) hide show
  1. package/README.md +1 -0
  2. package/dist/_proto/com/daml/ledger/api/v2/admin/command_inspection_service.client.d.ts +58 -0
  3. package/dist/_proto/com/daml/ledger/api/v2/admin/command_inspection_service.client.d.ts.map +1 -0
  4. package/dist/_proto/com/daml/ledger/api/v2/admin/command_inspection_service.client.js +34 -0
  5. package/dist/_proto/com/daml/ledger/api/v2/admin/command_inspection_service.d.ts +232 -0
  6. package/dist/_proto/com/daml/ledger/api/v2/admin/command_inspection_service.d.ts.map +1 -0
  7. package/dist/_proto/com/daml/ledger/api/v2/admin/command_inspection_service.js +560 -0
  8. package/dist/_proto/com/daml/ledger/api/v2/admin/identity_provider_config_service.client.d.ts +144 -0
  9. package/dist/_proto/com/daml/ledger/api/v2/admin/identity_provider_config_service.client.d.ts.map +1 -0
  10. package/dist/_proto/com/daml/ledger/api/v2/admin/identity_provider_config_service.client.js +85 -0
  11. package/dist/_proto/com/daml/ledger/api/v2/admin/identity_provider_config_service.d.ts +291 -0
  12. package/dist/_proto/com/daml/ledger/api/v2/admin/identity_provider_config_service.d.ts.map +1 -0
  13. package/dist/_proto/com/daml/ledger/api/v2/admin/identity_provider_config_service.js +663 -0
  14. package/dist/_proto/com/daml/ledger/api/v2/admin/object_meta.d.ts +76 -0
  15. package/dist/_proto/com/daml/ledger/api/v2/admin/object_meta.d.ts.map +1 -0
  16. package/dist/_proto/com/daml/ledger/api/v2/admin/object_meta.js +96 -0
  17. package/dist/_proto/com/daml/ledger/api/v2/admin/package_management_service.client.d.ts +106 -0
  18. package/dist/_proto/com/daml/ledger/api/v2/admin/package_management_service.client.d.ts.map +1 -0
  19. package/dist/_proto/com/daml/ledger/api/v2/admin/package_management_service.client.js +62 -0
  20. package/dist/_proto/com/daml/ledger/api/v2/admin/package_management_service.d.ts +199 -0
  21. package/dist/_proto/com/daml/ledger/api/v2/admin/package_management_service.d.ts.map +1 -0
  22. package/dist/_proto/com/daml/ledger/api/v2/admin/package_management_service.js +427 -0
  23. package/dist/_proto/com/daml/ledger/api/v2/admin/participant_pruning_service.client.d.ts +56 -0
  24. package/dist/_proto/com/daml/ledger/api/v2/admin/participant_pruning_service.client.d.ts.map +1 -0
  25. package/dist/_proto/com/daml/ledger/api/v2/admin/participant_pruning_service.client.js +35 -0
  26. package/dist/_proto/com/daml/ledger/api/v2/admin/participant_pruning_service.d.ts +81 -0
  27. package/dist/_proto/com/daml/ledger/api/v2/admin/participant_pruning_service.d.ts.map +1 -0
  28. package/dist/_proto/com/daml/ledger/api/v2/admin/participant_pruning_service.js +135 -0
  29. package/dist/_proto/com/daml/ledger/api/v2/admin/party_management_service.client.d.ts +196 -0
  30. package/dist/_proto/com/daml/ledger/api/v2/admin/party_management_service.client.d.ts.map +1 -0
  31. package/dist/_proto/com/daml/ledger/api/v2/admin/party_management_service.client.js +113 -0
  32. package/dist/_proto/com/daml/ledger/api/v2/admin/party_management_service.d.ts +413 -0
  33. package/dist/_proto/com/daml/ledger/api/v2/admin/party_management_service.d.ts.map +1 -0
  34. package/dist/_proto/com/daml/ledger/api/v2/admin/party_management_service.js +867 -0
  35. package/dist/_proto/com/daml/ledger/api/v2/admin/user_management_service.client.d.ts +210 -0
  36. package/dist/_proto/com/daml/ledger/api/v2/admin/user_management_service.client.d.ts.map +1 -0
  37. package/dist/_proto/com/daml/ledger/api/v2/admin/user_management_service.client.js +126 -0
  38. package/dist/_proto/com/daml/ledger/api/v2/admin/user_management_service.d.ts +758 -0
  39. package/dist/_proto/com/daml/ledger/api/v2/admin/user_management_service.d.ts.map +1 -0
  40. package/dist/_proto/com/daml/ledger/api/v2/admin/user_management_service.js +1580 -0
  41. package/dist/_proto/com/daml/ledger/api/v2/command_completion_service.client.d.ts +66 -0
  42. package/dist/_proto/com/daml/ledger/api/v2/command_completion_service.client.d.ts.map +1 -0
  43. package/dist/_proto/com/daml/ledger/api/v2/command_completion_service.client.js +38 -0
  44. package/dist/_proto/com/daml/ledger/api/v2/command_completion_service.d.ts +90 -0
  45. package/dist/_proto/com/daml/ledger/api/v2/command_completion_service.d.ts.map +1 -0
  46. package/dist/_proto/com/daml/ledger/api/v2/command_completion_service.js +178 -0
  47. package/dist/_proto/com/daml/ledger/api/v2/command_service.client.d.ts +99 -0
  48. package/dist/_proto/com/daml/ledger/api/v2/command_service.client.d.ts.map +1 -0
  49. package/dist/_proto/com/daml/ledger/api/v2/command_service.client.js +61 -0
  50. package/dist/_proto/com/daml/ledger/api/v2/command_service.d.ts +210 -0
  51. package/dist/_proto/com/daml/ledger/api/v2/command_service.d.ts.map +1 -0
  52. package/dist/_proto/com/daml/ledger/api/v2/command_service.js +436 -0
  53. package/dist/_proto/com/daml/ledger/api/v2/command_submission_service.client.d.ts +80 -0
  54. package/dist/_proto/com/daml/ledger/api/v2/command_submission_service.client.d.ts.map +1 -0
  55. package/dist/_proto/com/daml/ledger/api/v2/command_submission_service.client.js +47 -0
  56. package/dist/_proto/com/daml/ledger/api/v2/command_submission_service.d.ts +91 -0
  57. package/dist/_proto/com/daml/ledger/api/v2/command_submission_service.d.ts.map +1 -0
  58. package/dist/_proto/com/daml/ledger/api/v2/command_submission_service.js +200 -0
  59. package/dist/_proto/com/daml/ledger/api/v2/commands.d.ts +491 -0
  60. package/dist/_proto/com/daml/ledger/api/v2/commands.d.ts.map +1 -0
  61. package/dist/_proto/com/daml/ledger/api/v2/commands.js +828 -0
  62. package/dist/_proto/com/daml/ledger/api/v2/completion.d.ts +149 -0
  63. package/dist/_proto/com/daml/ledger/api/v2/completion.d.ts.map +1 -0
  64. package/dist/_proto/com/daml/ledger/api/v2/completion.js +196 -0
  65. package/dist/_proto/com/daml/ledger/api/v2/event.d.ts +495 -0
  66. package/dist/_proto/com/daml/ledger/api/v2/event.d.ts.map +1 -0
  67. package/dist/_proto/com/daml/ledger/api/v2/event.js +723 -0
  68. package/dist/_proto/com/daml/ledger/api/v2/event_query_service.client.d.ts +52 -0
  69. package/dist/_proto/com/daml/ledger/api/v2/event_query_service.client.d.ts.map +1 -0
  70. package/dist/_proto/com/daml/ledger/api/v2/event_query_service.client.js +31 -0
  71. package/dist/_proto/com/daml/ledger/api/v2/event_query_service.d.ts +150 -0
  72. package/dist/_proto/com/daml/ledger/api/v2/event_query_service.d.ts.map +1 -0
  73. package/dist/_proto/com/daml/ledger/api/v2/event_query_service.js +291 -0
  74. package/dist/_proto/com/daml/ledger/api/v2/experimental_features.d.ts +96 -0
  75. package/dist/_proto/com/daml/ledger/api/v2/experimental_features.d.ts.map +1 -0
  76. package/dist/_proto/com/daml/ledger/api/v2/experimental_features.js +225 -0
  77. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_common_data.d.ts +43 -0
  78. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_common_data.d.ts.map +1 -0
  79. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_common_data.js +85 -0
  80. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_service.client.d.ts +100 -0
  81. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_service.client.d.ts.map +1 -0
  82. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_service.client.js +59 -0
  83. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_service.d.ts +877 -0
  84. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_service.d.ts.map +1 -0
  85. package/dist/_proto/com/daml/ledger/api/v2/interactive/interactive_submission_service.js +1768 -0
  86. package/dist/_proto/com/daml/ledger/api/v2/interactive/transaction/v1/interactive_submission_data.d.ts +259 -0
  87. package/dist/_proto/com/daml/ledger/api/v2/interactive/transaction/v1/interactive_submission_data.d.ts.map +1 -0
  88. package/dist/_proto/com/daml/ledger/api/v2/interactive/transaction/v1/interactive_submission_data.js +667 -0
  89. package/dist/_proto/com/daml/ledger/api/v2/offset_checkpoint.d.ts +69 -0
  90. package/dist/_proto/com/daml/ledger/api/v2/offset_checkpoint.d.ts.map +1 -0
  91. package/dist/_proto/com/daml/ledger/api/v2/offset_checkpoint.js +133 -0
  92. package/dist/_proto/com/daml/ledger/api/v2/package_reference.d.ts +41 -0
  93. package/dist/_proto/com/daml/ledger/api/v2/package_reference.d.ts.map +1 -0
  94. package/dist/_proto/com/daml/ledger/api/v2/package_reference.js +84 -0
  95. package/dist/_proto/com/daml/ledger/api/v2/package_service.client.d.ts +68 -0
  96. package/dist/_proto/com/daml/ledger/api/v2/package_service.client.d.ts.map +1 -0
  97. package/dist/_proto/com/daml/ledger/api/v2/package_service.client.js +43 -0
  98. package/dist/_proto/com/daml/ledger/api/v2/package_service.d.ts +181 -0
  99. package/dist/_proto/com/daml/ledger/api/v2/package_service.d.ts.map +1 -0
  100. package/dist/_proto/com/daml/ledger/api/v2/package_service.js +395 -0
  101. package/dist/_proto/com/daml/ledger/api/v2/reassignment.d.ts +308 -0
  102. package/dist/_proto/com/daml/ledger/api/v2/reassignment.d.ts.map +1 -0
  103. package/dist/_proto/com/daml/ledger/api/v2/reassignment.js +521 -0
  104. package/dist/_proto/com/daml/ledger/api/v2/reassignment_commands.d.ts +193 -0
  105. package/dist/_proto/com/daml/ledger/api/v2/reassignment_commands.d.ts.map +1 -0
  106. package/dist/_proto/com/daml/ledger/api/v2/reassignment_commands.js +350 -0
  107. package/dist/_proto/com/daml/ledger/api/v2/state_service.client.d.ts +91 -0
  108. package/dist/_proto/com/daml/ledger/api/v2/state_service.client.d.ts.map +1 -0
  109. package/dist/_proto/com/daml/ledger/api/v2/state_service.client.js +56 -0
  110. package/dist/_proto/com/daml/ledger/api/v2/state_service.d.ts +448 -0
  111. package/dist/_proto/com/daml/ledger/api/v2/state_service.d.ts.map +1 -0
  112. package/dist/_proto/com/daml/ledger/api/v2/state_service.js +874 -0
  113. package/dist/_proto/com/daml/ledger/api/v2/testing/time_service.client.d.ts +54 -0
  114. package/dist/_proto/com/daml/ledger/api/v2/testing/time_service.client.d.ts.map +1 -0
  115. package/dist/_proto/com/daml/ledger/api/v2/testing/time_service.client.js +34 -0
  116. package/dist/_proto/com/daml/ledger/api/v2/testing/time_service.d.ts +78 -0
  117. package/dist/_proto/com/daml/ledger/api/v2/testing/time_service.d.ts.map +1 -0
  118. package/dist/_proto/com/daml/ledger/api/v2/testing/time_service.js +168 -0
  119. package/dist/_proto/com/daml/ledger/api/v2/topology_transaction.d.ts +211 -0
  120. package/dist/_proto/com/daml/ledger/api/v2/topology_transaction.d.ts.map +1 -0
  121. package/dist/_proto/com/daml/ledger/api/v2/topology_transaction.js +447 -0
  122. package/dist/_proto/com/daml/ledger/api/v2/trace_context.d.ts +33 -0
  123. package/dist/_proto/com/daml/ledger/api/v2/trace_context.d.ts.map +1 -0
  124. package/dist/_proto/com/daml/ledger/api/v2/trace_context.js +69 -0
  125. package/dist/_proto/com/daml/ledger/api/v2/transaction.d.ts +252 -0
  126. package/dist/_proto/com/daml/ledger/api/v2/transaction.d.ts.map +1 -0
  127. package/dist/_proto/com/daml/ledger/api/v2/transaction.js +410 -0
  128. package/dist/_proto/com/daml/ledger/api/v2/transaction_filter.d.ts +453 -0
  129. package/dist/_proto/com/daml/ledger/api/v2/transaction_filter.d.ts.map +1 -0
  130. package/dist/_proto/com/daml/ledger/api/v2/transaction_filter.js +815 -0
  131. package/dist/_proto/com/daml/ledger/api/v2/update_service.client.d.ts +199 -0
  132. package/dist/_proto/com/daml/ledger/api/v2/update_service.client.d.ts.map +1 -0
  133. package/dist/_proto/com/daml/ledger/api/v2/update_service.client.js +121 -0
  134. package/dist/_proto/com/daml/ledger/api/v2/update_service.d.ts +424 -0
  135. package/dist/_proto/com/daml/ledger/api/v2/update_service.d.ts.map +1 -0
  136. package/dist/_proto/com/daml/ledger/api/v2/update_service.js +853 -0
  137. package/dist/_proto/com/daml/ledger/api/v2/value.d.ts +500 -0
  138. package/dist/_proto/com/daml/ledger/api/v2/value.d.ts.map +1 -0
  139. package/dist/_proto/com/daml/ledger/api/v2/value.js +937 -0
  140. package/dist/_proto/com/daml/ledger/api/v2/version_service.client.d.ts +40 -0
  141. package/dist/_proto/com/daml/ledger/api/v2/version_service.client.d.ts.map +1 -0
  142. package/dist/_proto/com/daml/ledger/api/v2/version_service.client.js +25 -0
  143. package/dist/_proto/com/daml/ledger/api/v2/version_service.d.ts +190 -0
  144. package/dist/_proto/com/daml/ledger/api/v2/version_service.d.ts.map +1 -0
  145. package/dist/_proto/com/daml/ledger/api/v2/version_service.js +400 -0
  146. package/dist/_proto/com/digitalasset/canton/crypto/v30/crypto.d.ts +1028 -0
  147. package/dist/_proto/com/digitalasset/canton/crypto/v30/crypto.d.ts.map +1 -0
  148. package/dist/_proto/com/digitalasset/canton/crypto/v30/crypto.js +2110 -0
  149. package/dist/_proto/com/digitalasset/canton/protocol/v30/sequencing_parameters.d.ts +30 -0
  150. package/dist/_proto/com/digitalasset/canton/protocol/v30/sequencing_parameters.d.ts.map +1 -0
  151. package/dist/_proto/com/digitalasset/canton/protocol/v30/sequencing_parameters.js +62 -0
  152. package/dist/_proto/com/digitalasset/canton/protocol/v30/synchronizer_parameters.d.ts +168 -0
  153. package/dist/_proto/com/digitalasset/canton/protocol/v30/synchronizer_parameters.d.ts.map +1 -0
  154. package/dist/_proto/com/digitalasset/canton/protocol/v30/synchronizer_parameters.js +395 -0
  155. package/dist/_proto/com/digitalasset/canton/protocol/v30/topology.d.ts +1105 -0
  156. package/dist/_proto/com/digitalasset/canton/protocol/v30/topology.d.ts.map +1 -0
  157. package/dist/_proto/com/digitalasset/canton/protocol/v30/topology.js +2294 -0
  158. package/dist/_proto/com/digitalasset/canton/protocol/v30/traffic_control_parameters.d.ts +278 -0
  159. package/dist/_proto/com/digitalasset/canton/protocol/v30/traffic_control_parameters.d.ts.map +1 -0
  160. package/dist/_proto/com/digitalasset/canton/protocol/v30/traffic_control_parameters.js +654 -0
  161. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/common.d.ts +166 -0
  162. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/common.d.ts.map +1 -0
  163. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/common.js +379 -0
  164. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_read_service.client.d.ts +199 -0
  165. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_read_service.client.d.ts.map +1 -0
  166. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_read_service.client.js +136 -0
  167. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_read_service.d.ts +1195 -0
  168. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_read_service.d.ts.map +1 -0
  169. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_read_service.js +3342 -0
  170. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_write_service.client.d.ts +119 -0
  171. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_write_service.client.d.ts.map +1 -0
  172. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_write_service.client.js +76 -0
  173. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_write_service.d.ts +607 -0
  174. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_write_service.d.ts.map +1 -0
  175. package/dist/_proto/com/digitalasset/canton/topology/admin/v30/topology_manager_write_service.js +1292 -0
  176. package/dist/_proto/google/protobuf/any.d.ts +177 -0
  177. package/dist/_proto/google/protobuf/any.d.ts.map +1 -0
  178. package/dist/_proto/google/protobuf/any.js +175 -0
  179. package/dist/_proto/google/protobuf/descriptor.d.ts +1638 -0
  180. package/dist/_proto/google/protobuf/descriptor.d.ts.map +1 -0
  181. package/dist/_proto/google/protobuf/descriptor.js +2999 -0
  182. package/dist/_proto/google/protobuf/duration.d.ts +114 -0
  183. package/dist/_proto/google/protobuf/duration.d.ts.map +1 -0
  184. package/dist/_proto/google/protobuf/duration.js +113 -0
  185. package/dist/_proto/google/protobuf/empty.d.ts +33 -0
  186. package/dist/_proto/google/protobuf/empty.d.ts.map +1 -0
  187. package/dist/_proto/google/protobuf/empty.js +41 -0
  188. package/dist/_proto/google/protobuf/field_mask.d.ts +240 -0
  189. package/dist/_proto/google/protobuf/field_mask.d.ts.map +1 -0
  190. package/dist/_proto/google/protobuf/field_mask.js +95 -0
  191. package/dist/_proto/google/protobuf/struct.d.ts +187 -0
  192. package/dist/_proto/google/protobuf/struct.d.ts.map +1 -0
  193. package/dist/_proto/google/protobuf/struct.js +417 -0
  194. package/dist/_proto/google/protobuf/timestamp.d.ts +159 -0
  195. package/dist/_proto/google/protobuf/timestamp.d.ts.map +1 -0
  196. package/dist/_proto/google/protobuf/timestamp.js +157 -0
  197. package/dist/_proto/google/rpc/code.d.ts +219 -0
  198. package/dist/_proto/google/rpc/code.d.ts.map +1 -0
  199. package/dist/_proto/google/rpc/code.js +237 -0
  200. package/dist/_proto/google/rpc/context/attribute_context.d.ts +594 -0
  201. package/dist/_proto/google/rpc/context/attribute_context.d.ts.map +1 -0
  202. package/dist/_proto/google/rpc/context/attribute_context.js +1007 -0
  203. package/dist/_proto/google/rpc/context/audit_context.d.ts +62 -0
  204. package/dist/_proto/google/rpc/context/audit_context.d.ts.map +1 -0
  205. package/dist/_proto/google/rpc/context/audit_context.js +111 -0
  206. package/dist/_proto/google/rpc/error_details.d.ts +549 -0
  207. package/dist/_proto/google/rpc/error_details.d.ts.map +1 -0
  208. package/dist/_proto/google/rpc/error_details.js +918 -0
  209. package/dist/_proto/google/rpc/status.d.ts +55 -0
  210. package/dist/_proto/google/rpc/status.d.ts.map +1 -0
  211. package/dist/_proto/google/rpc/status.js +79 -0
  212. package/dist/_proto/scalapb/scalapb.d.ts +779 -0
  213. package/dist/_proto/scalapb/scalapb.d.ts.map +1 -0
  214. package/dist/_proto/scalapb/scalapb.js +1658 -0
  215. package/dist/index.d.ts +13 -0
  216. package/dist/index.d.ts.map +1 -0
  217. package/dist/index.js +12 -0
  218. package/package.json +29 -0
@@ -0,0 +1,549 @@
1
+ import type { BinaryWriteOptions } from '@protobuf-ts/runtime';
2
+ import type { IBinaryWriter } from '@protobuf-ts/runtime';
3
+ import type { BinaryReadOptions } from '@protobuf-ts/runtime';
4
+ import type { IBinaryReader } from '@protobuf-ts/runtime';
5
+ import type { PartialMessage } from '@protobuf-ts/runtime';
6
+ import { MessageType } from '@protobuf-ts/runtime';
7
+ import { Duration } from '../protobuf/duration.js';
8
+ /**
9
+ * Describes the cause of the error with structured details.
10
+ *
11
+ * Example of an error when contacting the "pubsub.googleapis.com" API when it
12
+ * is not enabled:
13
+ *
14
+ * { "reason": "API_DISABLED"
15
+ * "domain": "googleapis.com"
16
+ * "metadata": {
17
+ * "resource": "projects/123",
18
+ * "service": "pubsub.googleapis.com"
19
+ * }
20
+ * }
21
+ *
22
+ * This response indicates that the pubsub.googleapis.com API is not enabled.
23
+ *
24
+ * Example of an error that is returned when attempting to create a Spanner
25
+ * instance in a region that is out of stock:
26
+ *
27
+ * { "reason": "STOCKOUT"
28
+ * "domain": "spanner.googleapis.com",
29
+ * "metadata": {
30
+ * "availableRegions": "us-central1,us-east2"
31
+ * }
32
+ * }
33
+ *
34
+ * @generated from protobuf message google.rpc.ErrorInfo
35
+ */
36
+ export interface ErrorInfo {
37
+ /**
38
+ * The reason of the error. This is a constant value that identifies the
39
+ * proximate cause of the error. Error reasons are unique within a particular
40
+ * domain of errors. This should be at most 63 characters and match a
41
+ * regular expression of `[A-Z][A-Z0-9_]+[A-Z0-9]`, which represents
42
+ * UPPER_SNAKE_CASE.
43
+ *
44
+ * @generated from protobuf field: string reason = 1
45
+ */
46
+ reason: string;
47
+ /**
48
+ * The logical grouping to which the "reason" belongs. The error domain
49
+ * is typically the registered service name of the tool or product that
50
+ * generates the error. Example: "pubsub.googleapis.com". If the error is
51
+ * generated by some common infrastructure, the error domain must be a
52
+ * globally unique value that identifies the infrastructure. For Google API
53
+ * infrastructure, the error domain is "googleapis.com".
54
+ *
55
+ * @generated from protobuf field: string domain = 2
56
+ */
57
+ domain: string;
58
+ /**
59
+ * Additional structured details about this error.
60
+ *
61
+ * Keys should match /[a-zA-Z0-9-_]/ and be limited to 64 characters in
62
+ * length. When identifying the current value of an exceeded limit, the units
63
+ * should be contained in the key, not the value. For example, rather than
64
+ * {"instanceLimit": "100/request"}, should be returned as,
65
+ * {"instanceLimitPerRequest": "100"}, if the client exceeds the number of
66
+ * instances that can be created in a single (batch) request.
67
+ *
68
+ * @generated from protobuf field: map<string, string> metadata = 3
69
+ */
70
+ metadata: {
71
+ [key: string]: string;
72
+ };
73
+ }
74
+ /**
75
+ * Describes when the clients can retry a failed request. Clients could ignore
76
+ * the recommendation here or retry when this information is missing from error
77
+ * responses.
78
+ *
79
+ * It's always recommended that clients should use exponential backoff when
80
+ * retrying.
81
+ *
82
+ * Clients should wait until `retry_delay` amount of time has passed since
83
+ * receiving the error response before retrying. If retrying requests also
84
+ * fail, clients should use an exponential backoff scheme to gradually increase
85
+ * the delay between retries based on `retry_delay`, until either a maximum
86
+ * number of retries have been reached or a maximum retry delay cap has been
87
+ * reached.
88
+ *
89
+ * @generated from protobuf message google.rpc.RetryInfo
90
+ */
91
+ export interface RetryInfo {
92
+ /**
93
+ * Clients should wait at least this long between retrying the same request.
94
+ *
95
+ * @generated from protobuf field: google.protobuf.Duration retry_delay = 1
96
+ */
97
+ retryDelay?: Duration;
98
+ }
99
+ /**
100
+ * Describes additional debugging info.
101
+ *
102
+ * @generated from protobuf message google.rpc.DebugInfo
103
+ */
104
+ export interface DebugInfo {
105
+ /**
106
+ * The stack trace entries indicating where the error occurred.
107
+ *
108
+ * @generated from protobuf field: repeated string stack_entries = 1
109
+ */
110
+ stackEntries: string[];
111
+ /**
112
+ * Additional debugging information provided by the server.
113
+ *
114
+ * @generated from protobuf field: string detail = 2
115
+ */
116
+ detail: string;
117
+ }
118
+ /**
119
+ * Describes how a quota check failed.
120
+ *
121
+ * For example if a daily limit was exceeded for the calling project,
122
+ * a service could respond with a QuotaFailure detail containing the project
123
+ * id and the description of the quota limit that was exceeded. If the
124
+ * calling project hasn't enabled the service in the developer console, then
125
+ * a service could respond with the project id and set `service_disabled`
126
+ * to true.
127
+ *
128
+ * Also see RetryInfo and Help types for other details about handling a
129
+ * quota failure.
130
+ *
131
+ * @generated from protobuf message google.rpc.QuotaFailure
132
+ */
133
+ export interface QuotaFailure {
134
+ /**
135
+ * Describes all quota violations.
136
+ *
137
+ * @generated from protobuf field: repeated google.rpc.QuotaFailure.Violation violations = 1
138
+ */
139
+ violations: QuotaFailure_Violation[];
140
+ }
141
+ /**
142
+ * A message type used to describe a single quota violation. For example, a
143
+ * daily quota or a custom quota that was exceeded.
144
+ *
145
+ * @generated from protobuf message google.rpc.QuotaFailure.Violation
146
+ */
147
+ export interface QuotaFailure_Violation {
148
+ /**
149
+ * The subject on which the quota check failed.
150
+ * For example, "clientip:<ip address of client>" or "project:<Google
151
+ * developer project id>".
152
+ *
153
+ * @generated from protobuf field: string subject = 1
154
+ */
155
+ subject: string;
156
+ /**
157
+ * A description of how the quota check failed. Clients can use this
158
+ * description to find more about the quota configuration in the service's
159
+ * public documentation, or find the relevant quota limit to adjust through
160
+ * developer console.
161
+ *
162
+ * For example: "Service disabled" or "Daily Limit for read operations
163
+ * exceeded".
164
+ *
165
+ * @generated from protobuf field: string description = 2
166
+ */
167
+ description: string;
168
+ }
169
+ /**
170
+ * Describes what preconditions have failed.
171
+ *
172
+ * For example, if an RPC failed because it required the Terms of Service to be
173
+ * acknowledged, it could list the terms of service violation in the
174
+ * PreconditionFailure message.
175
+ *
176
+ * @generated from protobuf message google.rpc.PreconditionFailure
177
+ */
178
+ export interface PreconditionFailure {
179
+ /**
180
+ * Describes all precondition violations.
181
+ *
182
+ * @generated from protobuf field: repeated google.rpc.PreconditionFailure.Violation violations = 1
183
+ */
184
+ violations: PreconditionFailure_Violation[];
185
+ }
186
+ /**
187
+ * A message type used to describe a single precondition failure.
188
+ *
189
+ * @generated from protobuf message google.rpc.PreconditionFailure.Violation
190
+ */
191
+ export interface PreconditionFailure_Violation {
192
+ /**
193
+ * The type of PreconditionFailure. We recommend using a service-specific
194
+ * enum type to define the supported precondition violation subjects. For
195
+ * example, "TOS" for "Terms of Service violation".
196
+ *
197
+ * @generated from protobuf field: string type = 1
198
+ */
199
+ type: string;
200
+ /**
201
+ * The subject, relative to the type, that failed.
202
+ * For example, "google.com/cloud" relative to the "TOS" type would indicate
203
+ * which terms of service is being referenced.
204
+ *
205
+ * @generated from protobuf field: string subject = 2
206
+ */
207
+ subject: string;
208
+ /**
209
+ * A description of how the precondition failed. Developers can use this
210
+ * description to understand how to fix the failure.
211
+ *
212
+ * For example: "Terms of service not accepted".
213
+ *
214
+ * @generated from protobuf field: string description = 3
215
+ */
216
+ description: string;
217
+ }
218
+ /**
219
+ * Describes violations in a client request. This error type focuses on the
220
+ * syntactic aspects of the request.
221
+ *
222
+ * @generated from protobuf message google.rpc.BadRequest
223
+ */
224
+ export interface BadRequest {
225
+ /**
226
+ * Describes all violations in a client request.
227
+ *
228
+ * @generated from protobuf field: repeated google.rpc.BadRequest.FieldViolation field_violations = 1
229
+ */
230
+ fieldViolations: BadRequest_FieldViolation[];
231
+ }
232
+ /**
233
+ * A message type used to describe a single bad request field.
234
+ *
235
+ * @generated from protobuf message google.rpc.BadRequest.FieldViolation
236
+ */
237
+ export interface BadRequest_FieldViolation {
238
+ /**
239
+ * A path that leads to a field in the request body. The value will be a
240
+ * sequence of dot-separated identifiers that identify a protocol buffer
241
+ * field.
242
+ *
243
+ * Consider the following:
244
+ *
245
+ * message CreateContactRequest {
246
+ * message EmailAddress {
247
+ * enum Type {
248
+ * TYPE_UNSPECIFIED = 0;
249
+ * HOME = 1;
250
+ * WORK = 2;
251
+ * }
252
+ *
253
+ * optional string email = 1;
254
+ * repeated EmailType type = 2;
255
+ * }
256
+ *
257
+ * string full_name = 1;
258
+ * repeated EmailAddress email_addresses = 2;
259
+ * }
260
+ *
261
+ * In this example, in proto `field` could take one of the following values:
262
+ *
263
+ * * `full_name` for a violation in the `full_name` value
264
+ * * `email_addresses[1].email` for a violation in the `email` field of the
265
+ * first `email_addresses` message
266
+ * * `email_addresses[3].type[2]` for a violation in the second `type`
267
+ * value in the third `email_addresses` message.
268
+ *
269
+ * In JSON, the same values are represented as:
270
+ *
271
+ * * `fullName` for a violation in the `fullName` value
272
+ * * `emailAddresses[1].email` for a violation in the `email` field of the
273
+ * first `emailAddresses` message
274
+ * * `emailAddresses[3].type[2]` for a violation in the second `type`
275
+ * value in the third `emailAddresses` message.
276
+ *
277
+ * @generated from protobuf field: string field = 1
278
+ */
279
+ field: string;
280
+ /**
281
+ * A description of why the request element is bad.
282
+ *
283
+ * @generated from protobuf field: string description = 2
284
+ */
285
+ description: string;
286
+ }
287
+ /**
288
+ * Contains metadata about the request that clients can attach when filing a bug
289
+ * or providing other forms of feedback.
290
+ *
291
+ * @generated from protobuf message google.rpc.RequestInfo
292
+ */
293
+ export interface RequestInfo {
294
+ /**
295
+ * An opaque string that should only be interpreted by the service generating
296
+ * it. For example, it can be used to identify requests in the service's logs.
297
+ *
298
+ * @generated from protobuf field: string request_id = 1
299
+ */
300
+ requestId: string;
301
+ /**
302
+ * Any data that was used to serve this request. For example, an encrypted
303
+ * stack trace that can be sent back to the service provider for debugging.
304
+ *
305
+ * @generated from protobuf field: string serving_data = 2
306
+ */
307
+ servingData: string;
308
+ }
309
+ /**
310
+ * Describes the resource that is being accessed.
311
+ *
312
+ * @generated from protobuf message google.rpc.ResourceInfo
313
+ */
314
+ export interface ResourceInfo {
315
+ /**
316
+ * A name for the type of resource being accessed, e.g. "sql table",
317
+ * "cloud storage bucket", "file", "Google calendar"; or the type URL
318
+ * of the resource: e.g. "type.googleapis.com/google.pubsub.v1.Topic".
319
+ *
320
+ * @generated from protobuf field: string resource_type = 1
321
+ */
322
+ resourceType: string;
323
+ /**
324
+ * The name of the resource being accessed. For example, a shared calendar
325
+ * name: "example.com_4fghdhgsrgh@group.calendar.google.com", if the current
326
+ * error is
327
+ * [google.rpc.Code.PERMISSION_DENIED][google.rpc.Code.PERMISSION_DENIED].
328
+ *
329
+ * @generated from protobuf field: string resource_name = 2
330
+ */
331
+ resourceName: string;
332
+ /**
333
+ * The owner of the resource (optional).
334
+ * For example, "user:<owner email>" or "project:<Google developer project
335
+ * id>".
336
+ *
337
+ * @generated from protobuf field: string owner = 3
338
+ */
339
+ owner: string;
340
+ /**
341
+ * Describes what error is encountered when accessing this resource.
342
+ * For example, updating a cloud project may require the `writer` permission
343
+ * on the developer console project.
344
+ *
345
+ * @generated from protobuf field: string description = 4
346
+ */
347
+ description: string;
348
+ }
349
+ /**
350
+ * Provides links to documentation or for performing an out of band action.
351
+ *
352
+ * For example, if a quota check failed with an error indicating the calling
353
+ * project hasn't enabled the accessed service, this can contain a URL pointing
354
+ * directly to the right place in the developer console to flip the bit.
355
+ *
356
+ * @generated from protobuf message google.rpc.Help
357
+ */
358
+ export interface Help {
359
+ /**
360
+ * URL(s) pointing to additional information on handling the current error.
361
+ *
362
+ * @generated from protobuf field: repeated google.rpc.Help.Link links = 1
363
+ */
364
+ links: Help_Link[];
365
+ }
366
+ /**
367
+ * Describes a URL link.
368
+ *
369
+ * @generated from protobuf message google.rpc.Help.Link
370
+ */
371
+ export interface Help_Link {
372
+ /**
373
+ * Describes what the link offers.
374
+ *
375
+ * @generated from protobuf field: string description = 1
376
+ */
377
+ description: string;
378
+ /**
379
+ * The URL of the link.
380
+ *
381
+ * @generated from protobuf field: string url = 2
382
+ */
383
+ url: string;
384
+ }
385
+ /**
386
+ * Provides a localized error message that is safe to return to the user
387
+ * which can be attached to an RPC error.
388
+ *
389
+ * @generated from protobuf message google.rpc.LocalizedMessage
390
+ */
391
+ export interface LocalizedMessage {
392
+ /**
393
+ * The locale used following the specification defined at
394
+ * https://www.rfc-editor.org/rfc/bcp/bcp47.txt.
395
+ * Examples are: "en-US", "fr-CH", "es-MX"
396
+ *
397
+ * @generated from protobuf field: string locale = 1
398
+ */
399
+ locale: string;
400
+ /**
401
+ * The localized error message in the above locale.
402
+ *
403
+ * @generated from protobuf field: string message = 2
404
+ */
405
+ message: string;
406
+ }
407
+ declare class ErrorInfo$Type extends MessageType<ErrorInfo> {
408
+ constructor();
409
+ create(value?: PartialMessage<ErrorInfo>): ErrorInfo;
410
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ErrorInfo): ErrorInfo;
411
+ private binaryReadMap3;
412
+ internalBinaryWrite(message: ErrorInfo, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
413
+ }
414
+ /**
415
+ * @generated MessageType for protobuf message google.rpc.ErrorInfo
416
+ */
417
+ export declare const ErrorInfo: ErrorInfo$Type;
418
+ declare class RetryInfo$Type extends MessageType<RetryInfo> {
419
+ constructor();
420
+ create(value?: PartialMessage<RetryInfo>): RetryInfo;
421
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: RetryInfo): RetryInfo;
422
+ internalBinaryWrite(message: RetryInfo, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
423
+ }
424
+ /**
425
+ * @generated MessageType for protobuf message google.rpc.RetryInfo
426
+ */
427
+ export declare const RetryInfo: RetryInfo$Type;
428
+ declare class DebugInfo$Type extends MessageType<DebugInfo> {
429
+ constructor();
430
+ create(value?: PartialMessage<DebugInfo>): DebugInfo;
431
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DebugInfo): DebugInfo;
432
+ internalBinaryWrite(message: DebugInfo, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
433
+ }
434
+ /**
435
+ * @generated MessageType for protobuf message google.rpc.DebugInfo
436
+ */
437
+ export declare const DebugInfo: DebugInfo$Type;
438
+ declare class QuotaFailure$Type extends MessageType<QuotaFailure> {
439
+ constructor();
440
+ create(value?: PartialMessage<QuotaFailure>): QuotaFailure;
441
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: QuotaFailure): QuotaFailure;
442
+ internalBinaryWrite(message: QuotaFailure, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
443
+ }
444
+ /**
445
+ * @generated MessageType for protobuf message google.rpc.QuotaFailure
446
+ */
447
+ export declare const QuotaFailure: QuotaFailure$Type;
448
+ declare class QuotaFailure_Violation$Type extends MessageType<QuotaFailure_Violation> {
449
+ constructor();
450
+ create(value?: PartialMessage<QuotaFailure_Violation>): QuotaFailure_Violation;
451
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: QuotaFailure_Violation): QuotaFailure_Violation;
452
+ internalBinaryWrite(message: QuotaFailure_Violation, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
453
+ }
454
+ /**
455
+ * @generated MessageType for protobuf message google.rpc.QuotaFailure.Violation
456
+ */
457
+ export declare const QuotaFailure_Violation: QuotaFailure_Violation$Type;
458
+ declare class PreconditionFailure$Type extends MessageType<PreconditionFailure> {
459
+ constructor();
460
+ create(value?: PartialMessage<PreconditionFailure>): PreconditionFailure;
461
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: PreconditionFailure): PreconditionFailure;
462
+ internalBinaryWrite(message: PreconditionFailure, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
463
+ }
464
+ /**
465
+ * @generated MessageType for protobuf message google.rpc.PreconditionFailure
466
+ */
467
+ export declare const PreconditionFailure: PreconditionFailure$Type;
468
+ declare class PreconditionFailure_Violation$Type extends MessageType<PreconditionFailure_Violation> {
469
+ constructor();
470
+ create(value?: PartialMessage<PreconditionFailure_Violation>): PreconditionFailure_Violation;
471
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: PreconditionFailure_Violation): PreconditionFailure_Violation;
472
+ internalBinaryWrite(message: PreconditionFailure_Violation, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
473
+ }
474
+ /**
475
+ * @generated MessageType for protobuf message google.rpc.PreconditionFailure.Violation
476
+ */
477
+ export declare const PreconditionFailure_Violation: PreconditionFailure_Violation$Type;
478
+ declare class BadRequest$Type extends MessageType<BadRequest> {
479
+ constructor();
480
+ create(value?: PartialMessage<BadRequest>): BadRequest;
481
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: BadRequest): BadRequest;
482
+ internalBinaryWrite(message: BadRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
483
+ }
484
+ /**
485
+ * @generated MessageType for protobuf message google.rpc.BadRequest
486
+ */
487
+ export declare const BadRequest: BadRequest$Type;
488
+ declare class BadRequest_FieldViolation$Type extends MessageType<BadRequest_FieldViolation> {
489
+ constructor();
490
+ create(value?: PartialMessage<BadRequest_FieldViolation>): BadRequest_FieldViolation;
491
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: BadRequest_FieldViolation): BadRequest_FieldViolation;
492
+ internalBinaryWrite(message: BadRequest_FieldViolation, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
493
+ }
494
+ /**
495
+ * @generated MessageType for protobuf message google.rpc.BadRequest.FieldViolation
496
+ */
497
+ export declare const BadRequest_FieldViolation: BadRequest_FieldViolation$Type;
498
+ declare class RequestInfo$Type extends MessageType<RequestInfo> {
499
+ constructor();
500
+ create(value?: PartialMessage<RequestInfo>): RequestInfo;
501
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: RequestInfo): RequestInfo;
502
+ internalBinaryWrite(message: RequestInfo, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
503
+ }
504
+ /**
505
+ * @generated MessageType for protobuf message google.rpc.RequestInfo
506
+ */
507
+ export declare const RequestInfo: RequestInfo$Type;
508
+ declare class ResourceInfo$Type extends MessageType<ResourceInfo> {
509
+ constructor();
510
+ create(value?: PartialMessage<ResourceInfo>): ResourceInfo;
511
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ResourceInfo): ResourceInfo;
512
+ internalBinaryWrite(message: ResourceInfo, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
513
+ }
514
+ /**
515
+ * @generated MessageType for protobuf message google.rpc.ResourceInfo
516
+ */
517
+ export declare const ResourceInfo: ResourceInfo$Type;
518
+ declare class Help$Type extends MessageType<Help> {
519
+ constructor();
520
+ create(value?: PartialMessage<Help>): Help;
521
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Help): Help;
522
+ internalBinaryWrite(message: Help, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
523
+ }
524
+ /**
525
+ * @generated MessageType for protobuf message google.rpc.Help
526
+ */
527
+ export declare const Help: Help$Type;
528
+ declare class Help_Link$Type extends MessageType<Help_Link> {
529
+ constructor();
530
+ create(value?: PartialMessage<Help_Link>): Help_Link;
531
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Help_Link): Help_Link;
532
+ internalBinaryWrite(message: Help_Link, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
533
+ }
534
+ /**
535
+ * @generated MessageType for protobuf message google.rpc.Help.Link
536
+ */
537
+ export declare const Help_Link: Help_Link$Type;
538
+ declare class LocalizedMessage$Type extends MessageType<LocalizedMessage> {
539
+ constructor();
540
+ create(value?: PartialMessage<LocalizedMessage>): LocalizedMessage;
541
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: LocalizedMessage): LocalizedMessage;
542
+ internalBinaryWrite(message: LocalizedMessage, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
543
+ }
544
+ /**
545
+ * @generated MessageType for protobuf message google.rpc.LocalizedMessage
546
+ */
547
+ export declare const LocalizedMessage: LocalizedMessage$Type;
548
+ export {};
549
+ //# sourceMappingURL=error_details.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"error_details.d.ts","sourceRoot":"","sources":["../../../../src/_proto/google/rpc/error_details.ts"],"names":[],"mappings":"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"}