@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,594 @@
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
+ import { Timestamp } from '../../protobuf/timestamp.js';
9
+ import { Struct } from '../../protobuf/struct.js';
10
+ import { Any } from '../../protobuf/any.js';
11
+ /**
12
+ * This message defines the standard attribute vocabulary for Google APIs.
13
+ *
14
+ * An attribute is a piece of metadata that describes an activity on a network
15
+ * service. For example, the size of an HTTP request, or the status code of
16
+ * an HTTP response.
17
+ *
18
+ * Each attribute has a type and a name, which is logically defined as
19
+ * a proto message field in `AttributeContext`. The field type becomes the
20
+ * attribute type, and the field path becomes the attribute name. For example,
21
+ * the attribute `source.ip` maps to field `AttributeContext.source.ip`.
22
+ *
23
+ * This message definition is guaranteed not to have any wire breaking change.
24
+ * So you can use it directly for passing attributes across different systems.
25
+ *
26
+ * NOTE: Different system may generate different subset of attributes. Please
27
+ * verify the system specification before relying on an attribute generated
28
+ * a system.
29
+ *
30
+ * @generated from protobuf message google.rpc.context.AttributeContext
31
+ */
32
+ export interface AttributeContext {
33
+ /**
34
+ * The origin of a network activity. In a multi hop network activity,
35
+ * the origin represents the sender of the first hop. For the first hop,
36
+ * the `source` and the `origin` must have the same content.
37
+ *
38
+ * @generated from protobuf field: google.rpc.context.AttributeContext.Peer origin = 7
39
+ */
40
+ origin?: AttributeContext_Peer;
41
+ /**
42
+ * The source of a network activity, such as starting a TCP connection.
43
+ * In a multi hop network activity, the source represents the sender of the
44
+ * last hop.
45
+ *
46
+ * @generated from protobuf field: google.rpc.context.AttributeContext.Peer source = 1
47
+ */
48
+ source?: AttributeContext_Peer;
49
+ /**
50
+ * The destination of a network activity, such as accepting a TCP connection.
51
+ * In a multi hop network activity, the destination represents the receiver of
52
+ * the last hop.
53
+ *
54
+ * @generated from protobuf field: google.rpc.context.AttributeContext.Peer destination = 2
55
+ */
56
+ destination?: AttributeContext_Peer;
57
+ /**
58
+ * Represents a network request, such as an HTTP request.
59
+ *
60
+ * @generated from protobuf field: google.rpc.context.AttributeContext.Request request = 3
61
+ */
62
+ request?: AttributeContext_Request;
63
+ /**
64
+ * Represents a network response, such as an HTTP response.
65
+ *
66
+ * @generated from protobuf field: google.rpc.context.AttributeContext.Response response = 4
67
+ */
68
+ response?: AttributeContext_Response;
69
+ /**
70
+ * Represents a target resource that is involved with a network activity.
71
+ * If multiple resources are involved with an activity, this must be the
72
+ * primary one.
73
+ *
74
+ * @generated from protobuf field: google.rpc.context.AttributeContext.Resource resource = 5
75
+ */
76
+ resource?: AttributeContext_Resource;
77
+ /**
78
+ * Represents an API operation that is involved to a network activity.
79
+ *
80
+ * @generated from protobuf field: google.rpc.context.AttributeContext.Api api = 6
81
+ */
82
+ api?: AttributeContext_Api;
83
+ /**
84
+ * Supports extensions for advanced use cases, such as logs and metrics.
85
+ *
86
+ * @generated from protobuf field: repeated google.protobuf.Any extensions = 8
87
+ */
88
+ extensions: Any[];
89
+ }
90
+ /**
91
+ * This message defines attributes for a node that handles a network request.
92
+ * The node can be either a service or an application that sends, forwards,
93
+ * or receives the request. Service peers should fill in
94
+ * `principal` and `labels` as appropriate.
95
+ *
96
+ * @generated from protobuf message google.rpc.context.AttributeContext.Peer
97
+ */
98
+ export interface AttributeContext_Peer {
99
+ /**
100
+ * The IP address of the peer.
101
+ *
102
+ * @generated from protobuf field: string ip = 1
103
+ */
104
+ ip: string;
105
+ /**
106
+ * The network port of the peer.
107
+ *
108
+ * @generated from protobuf field: int64 port = 2
109
+ */
110
+ port: bigint;
111
+ /**
112
+ * The labels associated with the peer.
113
+ *
114
+ * @generated from protobuf field: map<string, string> labels = 6
115
+ */
116
+ labels: {
117
+ [key: string]: string;
118
+ };
119
+ /**
120
+ * The identity of this peer. Similar to `Request.auth.principal`, but
121
+ * relative to the peer instead of the request. For example, the
122
+ * identity associated with a load balancer that forwarded the request.
123
+ *
124
+ * @generated from protobuf field: string principal = 7
125
+ */
126
+ principal: string;
127
+ /**
128
+ * The CLDR country/region code associated with the above IP address.
129
+ * If the IP address is private, the `region_code` should reflect the
130
+ * physical location where this peer is running.
131
+ *
132
+ * @generated from protobuf field: string region_code = 8
133
+ */
134
+ regionCode: string;
135
+ }
136
+ /**
137
+ * This message defines attributes associated with API operations, such as
138
+ * a network API request. The terminology is based on the conventions used
139
+ * by Google APIs, Istio, and OpenAPI.
140
+ *
141
+ * @generated from protobuf message google.rpc.context.AttributeContext.Api
142
+ */
143
+ export interface AttributeContext_Api {
144
+ /**
145
+ * The API service name. It is a logical identifier for a networked API,
146
+ * such as "pubsub.googleapis.com". The naming syntax depends on the
147
+ * API management system being used for handling the request.
148
+ *
149
+ * @generated from protobuf field: string service = 1
150
+ */
151
+ service: string;
152
+ /**
153
+ * The API operation name. For gRPC requests, it is the fully qualified API
154
+ * method name, such as "google.pubsub.v1.Publisher.Publish". For OpenAPI
155
+ * requests, it is the `operationId`, such as "getPet".
156
+ *
157
+ * @generated from protobuf field: string operation = 2
158
+ */
159
+ operation: string;
160
+ /**
161
+ * The API protocol used for sending the request, such as "http", "https",
162
+ * "grpc", or "internal".
163
+ *
164
+ * @generated from protobuf field: string protocol = 3
165
+ */
166
+ protocol: string;
167
+ /**
168
+ * The API version associated with the API operation above, such as "v1" or
169
+ * "v1alpha1".
170
+ *
171
+ * @generated from protobuf field: string version = 4
172
+ */
173
+ version: string;
174
+ }
175
+ /**
176
+ * This message defines request authentication attributes. Terminology is
177
+ * based on the JSON Web Token (JWT) standard, but the terms also
178
+ * correlate to concepts in other standards.
179
+ *
180
+ * @generated from protobuf message google.rpc.context.AttributeContext.Auth
181
+ */
182
+ export interface AttributeContext_Auth {
183
+ /**
184
+ * The authenticated principal. Reflects the issuer (`iss`) and subject
185
+ * (`sub`) claims within a JWT. The issuer and subject should be `/`
186
+ * delimited, with `/` percent-encoded within the subject fragment. For
187
+ * Google accounts, the principal format is:
188
+ * "https://accounts.google.com/{id}"
189
+ *
190
+ * @generated from protobuf field: string principal = 1
191
+ */
192
+ principal: string;
193
+ /**
194
+ * The intended audience(s) for this authentication information. Reflects
195
+ * the audience (`aud`) claim within a JWT. The audience
196
+ * value(s) depends on the `issuer`, but typically include one or more of
197
+ * the following pieces of information:
198
+ *
199
+ * * The services intended to receive the credential. For example,
200
+ * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
201
+ * * A set of service-based scopes. For example,
202
+ * ["https://www.googleapis.com/auth/cloud-platform"].
203
+ * * The client id of an app, such as the Firebase project id for JWTs
204
+ * from Firebase Auth.
205
+ *
206
+ * Consult the documentation for the credential issuer to determine the
207
+ * information provided.
208
+ *
209
+ * @generated from protobuf field: repeated string audiences = 2
210
+ */
211
+ audiences: string[];
212
+ /**
213
+ * The authorized presenter of the credential. Reflects the optional
214
+ * Authorized Presenter (`azp`) claim within a JWT or the
215
+ * OAuth client id. For example, a Google Cloud Platform client id looks
216
+ * as follows: "123456789012.apps.googleusercontent.com".
217
+ *
218
+ * @generated from protobuf field: string presenter = 3
219
+ */
220
+ presenter: string;
221
+ /**
222
+ * Structured claims presented with the credential. JWTs include
223
+ * `{key: value}` pairs for standard and private claims. The following
224
+ * is a subset of the standard required and optional claims that would
225
+ * typically be presented for a Google-based JWT:
226
+ *
227
+ * {'iss': 'accounts.google.com',
228
+ * 'sub': '113289723416554971153',
229
+ * 'aud': ['123456789012', 'pubsub.googleapis.com'],
230
+ * 'azp': '123456789012.apps.googleusercontent.com',
231
+ * 'email': 'jsmith@example.com',
232
+ * 'iat': 1353601026,
233
+ * 'exp': 1353604926}
234
+ *
235
+ * SAML assertions are similarly specified, but with an identity provider
236
+ * dependent structure.
237
+ *
238
+ * @generated from protobuf field: google.protobuf.Struct claims = 4
239
+ */
240
+ claims?: Struct;
241
+ /**
242
+ * A list of access level resource names that allow resources to be
243
+ * accessed by authenticated requester. It is part of Secure GCP processing
244
+ * for the incoming request. An access level string has the format:
245
+ * "//{api_service_name}/accessPolicies/{policy_id}/accessLevels/{short_name}"
246
+ *
247
+ * Example:
248
+ * "//accesscontextmanager.googleapis.com/accessPolicies/MY_POLICY_ID/accessLevels/MY_LEVEL"
249
+ *
250
+ * @generated from protobuf field: repeated string access_levels = 5
251
+ */
252
+ accessLevels: string[];
253
+ }
254
+ /**
255
+ * This message defines attributes for an HTTP request. If the actual
256
+ * request is not an HTTP request, the runtime system should try to map
257
+ * the actual request to an equivalent HTTP request.
258
+ *
259
+ * @generated from protobuf message google.rpc.context.AttributeContext.Request
260
+ */
261
+ export interface AttributeContext_Request {
262
+ /**
263
+ * The unique ID for a request, which can be propagated to downstream
264
+ * systems. The ID should have low probability of collision
265
+ * within a single day for a specific service.
266
+ *
267
+ * @generated from protobuf field: string id = 1
268
+ */
269
+ id: string;
270
+ /**
271
+ * The HTTP request method, such as `GET`, `POST`.
272
+ *
273
+ * @generated from protobuf field: string method = 2
274
+ */
275
+ method: string;
276
+ /**
277
+ * The HTTP request headers. If multiple headers share the same key, they
278
+ * must be merged according to the HTTP spec. All header keys must be
279
+ * lowercased, because HTTP header keys are case-insensitive.
280
+ *
281
+ * @generated from protobuf field: map<string, string> headers = 3
282
+ */
283
+ headers: {
284
+ [key: string]: string;
285
+ };
286
+ /**
287
+ * The HTTP URL path, excluding the query parameters.
288
+ *
289
+ * @generated from protobuf field: string path = 4
290
+ */
291
+ path: string;
292
+ /**
293
+ * The HTTP request `Host` header value.
294
+ *
295
+ * @generated from protobuf field: string host = 5
296
+ */
297
+ host: string;
298
+ /**
299
+ * The HTTP URL scheme, such as `http` and `https`.
300
+ *
301
+ * @generated from protobuf field: string scheme = 6
302
+ */
303
+ scheme: string;
304
+ /**
305
+ * The HTTP URL query in the format of `name1=value1&name2=value2`, as it
306
+ * appears in the first line of the HTTP request. No decoding is performed.
307
+ *
308
+ * @generated from protobuf field: string query = 7
309
+ */
310
+ query: string;
311
+ /**
312
+ * The timestamp when the `destination` service receives the last byte of
313
+ * the request.
314
+ *
315
+ * @generated from protobuf field: google.protobuf.Timestamp time = 9
316
+ */
317
+ time?: Timestamp;
318
+ /**
319
+ * The HTTP request size in bytes. If unknown, it must be -1.
320
+ *
321
+ * @generated from protobuf field: int64 size = 10
322
+ */
323
+ size: bigint;
324
+ /**
325
+ * The network protocol used with the request, such as "http/1.1",
326
+ * "spdy/3", "h2", "h2c", "webrtc", "tcp", "udp", "quic". See
327
+ * https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids
328
+ * for details.
329
+ *
330
+ * @generated from protobuf field: string protocol = 11
331
+ */
332
+ protocol: string;
333
+ /**
334
+ * A special parameter for request reason. It is used by security systems
335
+ * to associate auditing information with a request.
336
+ *
337
+ * @generated from protobuf field: string reason = 12
338
+ */
339
+ reason: string;
340
+ /**
341
+ * The request authentication. May be absent for unauthenticated requests.
342
+ * Derived from the HTTP request `Authorization` header or equivalent.
343
+ *
344
+ * @generated from protobuf field: google.rpc.context.AttributeContext.Auth auth = 13
345
+ */
346
+ auth?: AttributeContext_Auth;
347
+ }
348
+ /**
349
+ * This message defines attributes for a typical network response. It
350
+ * generally models semantics of an HTTP response.
351
+ *
352
+ * @generated from protobuf message google.rpc.context.AttributeContext.Response
353
+ */
354
+ export interface AttributeContext_Response {
355
+ /**
356
+ * The HTTP response status code, such as `200` and `404`.
357
+ *
358
+ * @generated from protobuf field: int64 code = 1
359
+ */
360
+ code: bigint;
361
+ /**
362
+ * The HTTP response size in bytes. If unknown, it must be -1.
363
+ *
364
+ * @generated from protobuf field: int64 size = 2
365
+ */
366
+ size: bigint;
367
+ /**
368
+ * The HTTP response headers. If multiple headers share the same key, they
369
+ * must be merged according to HTTP spec. All header keys must be
370
+ * lowercased, because HTTP header keys are case-insensitive.
371
+ *
372
+ * @generated from protobuf field: map<string, string> headers = 3
373
+ */
374
+ headers: {
375
+ [key: string]: string;
376
+ };
377
+ /**
378
+ * The timestamp when the `destination` service sends the last byte of
379
+ * the response.
380
+ *
381
+ * @generated from protobuf field: google.protobuf.Timestamp time = 4
382
+ */
383
+ time?: Timestamp;
384
+ /**
385
+ * The amount of time it takes the backend service to fully respond to a
386
+ * request. Measured from when the destination service starts to send the
387
+ * request to the backend until when the destination service receives the
388
+ * complete response from the backend.
389
+ *
390
+ * @generated from protobuf field: google.protobuf.Duration backend_latency = 5
391
+ */
392
+ backendLatency?: Duration;
393
+ }
394
+ /**
395
+ * This message defines core attributes for a resource. A resource is an
396
+ * addressable (named) entity provided by the destination service. For
397
+ * example, a file stored on a network storage service.
398
+ *
399
+ * @generated from protobuf message google.rpc.context.AttributeContext.Resource
400
+ */
401
+ export interface AttributeContext_Resource {
402
+ /**
403
+ * The name of the service that this resource belongs to, such as
404
+ * `pubsub.googleapis.com`. The service may be different from the DNS
405
+ * hostname that actually serves the request.
406
+ *
407
+ * @generated from protobuf field: string service = 1
408
+ */
409
+ service: string;
410
+ /**
411
+ * The stable identifier (name) of a resource on the `service`. A resource
412
+ * can be logically identified as "//{resource.service}/{resource.name}".
413
+ * The differences between a resource name and a URI are:
414
+ *
415
+ * * Resource name is a logical identifier, independent of network
416
+ * protocol and API version. For example,
417
+ * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
418
+ * * URI often includes protocol and version information, so it can
419
+ * be used directly by applications. For example,
420
+ * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
421
+ *
422
+ * See https://cloud.google.com/apis/design/resource_names for details.
423
+ *
424
+ * @generated from protobuf field: string name = 2
425
+ */
426
+ name: string;
427
+ /**
428
+ * The type of the resource. The syntax is platform-specific because
429
+ * different platforms define their resources differently.
430
+ *
431
+ * For Google APIs, the type format must be "{service}/{kind}", such as
432
+ * "pubsub.googleapis.com/Topic".
433
+ *
434
+ * @generated from protobuf field: string type = 3
435
+ */
436
+ type: string;
437
+ /**
438
+ * The labels or tags on the resource, such as AWS resource tags and
439
+ * Kubernetes resource labels.
440
+ *
441
+ * @generated from protobuf field: map<string, string> labels = 4
442
+ */
443
+ labels: {
444
+ [key: string]: string;
445
+ };
446
+ /**
447
+ * The unique identifier of the resource. UID is unique in the time
448
+ * and space for this resource within the scope of the service. It is
449
+ * typically generated by the server on successful creation of a resource
450
+ * and must not be changed. UID is used to uniquely identify resources
451
+ * with resource name reuses. This should be a UUID4.
452
+ *
453
+ * @generated from protobuf field: string uid = 5
454
+ */
455
+ uid: string;
456
+ /**
457
+ * Annotations is an unstructured key-value map stored with a resource that
458
+ * may be set by external tools to store and retrieve arbitrary metadata.
459
+ * They are not queryable and should be preserved when modifying objects.
460
+ *
461
+ * More info: https://kubernetes.io/docs/user-guide/annotations
462
+ *
463
+ * @generated from protobuf field: map<string, string> annotations = 6
464
+ */
465
+ annotations: {
466
+ [key: string]: string;
467
+ };
468
+ /**
469
+ * Mutable. The display name set by clients. Must be <= 63 characters.
470
+ *
471
+ * @generated from protobuf field: string display_name = 7
472
+ */
473
+ displayName: string;
474
+ /**
475
+ * Output only. The timestamp when the resource was created. This may
476
+ * be either the time creation was initiated or when it was completed.
477
+ *
478
+ * @generated from protobuf field: google.protobuf.Timestamp create_time = 8
479
+ */
480
+ createTime?: Timestamp;
481
+ /**
482
+ * Output only. The timestamp when the resource was last updated. Any
483
+ * change to the resource made by users must refresh this value.
484
+ * Changes to a resource made by the service should refresh this value.
485
+ *
486
+ * @generated from protobuf field: google.protobuf.Timestamp update_time = 9
487
+ */
488
+ updateTime?: Timestamp;
489
+ /**
490
+ * Output only. The timestamp when the resource was deleted.
491
+ * If the resource is not deleted, this must be empty.
492
+ *
493
+ * @generated from protobuf field: google.protobuf.Timestamp delete_time = 10
494
+ */
495
+ deleteTime?: Timestamp;
496
+ /**
497
+ * Output only. An opaque value that uniquely identifies a version or
498
+ * generation of a resource. It can be used to confirm that the client
499
+ * and server agree on the ordering of a resource being written.
500
+ *
501
+ * @generated from protobuf field: string etag = 11
502
+ */
503
+ etag: string;
504
+ /**
505
+ * Immutable. The location of the resource. The location encoding is
506
+ * specific to the service provider, and new encoding may be introduced
507
+ * as the service evolves.
508
+ *
509
+ * For Google Cloud products, the encoding is what is used by Google Cloud
510
+ * APIs, such as `us-east1`, `aws-us-east-1`, and `azure-eastus2`. The
511
+ * semantics of `location` is identical to the
512
+ * `cloud.googleapis.com/location` label used by some Google Cloud APIs.
513
+ *
514
+ * @generated from protobuf field: string location = 12
515
+ */
516
+ location: string;
517
+ }
518
+ declare class AttributeContext$Type extends MessageType<AttributeContext> {
519
+ constructor();
520
+ create(value?: PartialMessage<AttributeContext>): AttributeContext;
521
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AttributeContext): AttributeContext;
522
+ internalBinaryWrite(message: AttributeContext, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
523
+ }
524
+ /**
525
+ * @generated MessageType for protobuf message google.rpc.context.AttributeContext
526
+ */
527
+ export declare const AttributeContext: AttributeContext$Type;
528
+ declare class AttributeContext_Peer$Type extends MessageType<AttributeContext_Peer> {
529
+ constructor();
530
+ create(value?: PartialMessage<AttributeContext_Peer>): AttributeContext_Peer;
531
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AttributeContext_Peer): AttributeContext_Peer;
532
+ private binaryReadMap6;
533
+ internalBinaryWrite(message: AttributeContext_Peer, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
534
+ }
535
+ /**
536
+ * @generated MessageType for protobuf message google.rpc.context.AttributeContext.Peer
537
+ */
538
+ export declare const AttributeContext_Peer: AttributeContext_Peer$Type;
539
+ declare class AttributeContext_Api$Type extends MessageType<AttributeContext_Api> {
540
+ constructor();
541
+ create(value?: PartialMessage<AttributeContext_Api>): AttributeContext_Api;
542
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AttributeContext_Api): AttributeContext_Api;
543
+ internalBinaryWrite(message: AttributeContext_Api, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
544
+ }
545
+ /**
546
+ * @generated MessageType for protobuf message google.rpc.context.AttributeContext.Api
547
+ */
548
+ export declare const AttributeContext_Api: AttributeContext_Api$Type;
549
+ declare class AttributeContext_Auth$Type extends MessageType<AttributeContext_Auth> {
550
+ constructor();
551
+ create(value?: PartialMessage<AttributeContext_Auth>): AttributeContext_Auth;
552
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AttributeContext_Auth): AttributeContext_Auth;
553
+ internalBinaryWrite(message: AttributeContext_Auth, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
554
+ }
555
+ /**
556
+ * @generated MessageType for protobuf message google.rpc.context.AttributeContext.Auth
557
+ */
558
+ export declare const AttributeContext_Auth: AttributeContext_Auth$Type;
559
+ declare class AttributeContext_Request$Type extends MessageType<AttributeContext_Request> {
560
+ constructor();
561
+ create(value?: PartialMessage<AttributeContext_Request>): AttributeContext_Request;
562
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AttributeContext_Request): AttributeContext_Request;
563
+ private binaryReadMap3;
564
+ internalBinaryWrite(message: AttributeContext_Request, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
565
+ }
566
+ /**
567
+ * @generated MessageType for protobuf message google.rpc.context.AttributeContext.Request
568
+ */
569
+ export declare const AttributeContext_Request: AttributeContext_Request$Type;
570
+ declare class AttributeContext_Response$Type extends MessageType<AttributeContext_Response> {
571
+ constructor();
572
+ create(value?: PartialMessage<AttributeContext_Response>): AttributeContext_Response;
573
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AttributeContext_Response): AttributeContext_Response;
574
+ private binaryReadMap3;
575
+ internalBinaryWrite(message: AttributeContext_Response, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
576
+ }
577
+ /**
578
+ * @generated MessageType for protobuf message google.rpc.context.AttributeContext.Response
579
+ */
580
+ export declare const AttributeContext_Response: AttributeContext_Response$Type;
581
+ declare class AttributeContext_Resource$Type extends MessageType<AttributeContext_Resource> {
582
+ constructor();
583
+ create(value?: PartialMessage<AttributeContext_Resource>): AttributeContext_Resource;
584
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: AttributeContext_Resource): AttributeContext_Resource;
585
+ private binaryReadMap4;
586
+ private binaryReadMap6;
587
+ internalBinaryWrite(message: AttributeContext_Resource, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
588
+ }
589
+ /**
590
+ * @generated MessageType for protobuf message google.rpc.context.AttributeContext.Resource
591
+ */
592
+ export declare const AttributeContext_Resource: AttributeContext_Resource$Type;
593
+ export {};
594
+ //# sourceMappingURL=attribute_context.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attribute_context.d.ts","sourceRoot":"","sources":["../../../../../src/_proto/google/rpc/context/attribute_context.ts"],"names":[],"mappings":"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"}