@ondewo/csi-client-angular 2.3.1

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 (200) hide show
  1. package/LICENSE +191 -0
  2. package/README.md +27 -0
  3. package/api/google/api/annotations.pb.d.ts +1 -0
  4. package/api/google/api/http.pb.d.ts +275 -0
  5. package/api/google/rpc/status.pb.d.ts +82 -0
  6. package/api/google/type/latlng.pb.d.ts +76 -0
  7. package/api/ondewo/csi/conversation.pb.d.ts +1312 -0
  8. package/api/ondewo/csi/conversation.pbconf.d.ts +6 -0
  9. package/api/ondewo/csi/conversation.pbsc.d.ts +167 -0
  10. package/api/ondewo/nlu/agent.pb.d.ts +3536 -0
  11. package/api/ondewo/nlu/agent.pbconf.d.ts +6 -0
  12. package/api/ondewo/nlu/agent.pbsc.d.ts +472 -0
  13. package/api/ondewo/nlu/aiservices.pb.d.ts +2472 -0
  14. package/api/ondewo/nlu/aiservices.pbconf.d.ts +6 -0
  15. package/api/ondewo/nlu/aiservices.pbsc.d.ts +150 -0
  16. package/api/ondewo/nlu/common.pb.d.ts +75 -0
  17. package/api/ondewo/nlu/context.pb.d.ts +756 -0
  18. package/api/ondewo/nlu/context.pbconf.d.ts +6 -0
  19. package/api/ondewo/nlu/context.pbsc.d.ts +119 -0
  20. package/api/ondewo/nlu/entity-type.pb.d.ts +2014 -0
  21. package/api/ondewo/nlu/entity-type.pbconf.d.ts +6 -0
  22. package/api/ondewo/nlu/entity-type.pbsc.d.ts +216 -0
  23. package/api/ondewo/nlu/intent.pb.d.ts +6236 -0
  24. package/api/ondewo/nlu/intent.pbconf.d.ts +6 -0
  25. package/api/ondewo/nlu/intent.pbsc.d.ts +456 -0
  26. package/api/ondewo/nlu/operation-metadata.pb.d.ts +166 -0
  27. package/api/ondewo/nlu/operations.pb.d.ts +578 -0
  28. package/api/ondewo/nlu/operations.pbconf.d.ts +6 -0
  29. package/api/ondewo/nlu/operations.pbsc.d.ts +87 -0
  30. package/api/ondewo/nlu/project-role.pb.d.ts +576 -0
  31. package/api/ondewo/nlu/project-role.pbconf.d.ts +6 -0
  32. package/api/ondewo/nlu/project-role.pbsc.d.ts +103 -0
  33. package/api/ondewo/nlu/project-statistics.pb.d.ts +295 -0
  34. package/api/ondewo/nlu/project-statistics.pbconf.d.ts +6 -0
  35. package/api/ondewo/nlu/project-statistics.pbsc.d.ts +151 -0
  36. package/api/ondewo/nlu/server-statistics.pb.d.ts +71 -0
  37. package/api/ondewo/nlu/server-statistics.pbconf.d.ts +6 -0
  38. package/api/ondewo/nlu/server-statistics.pbsc.d.ts +72 -0
  39. package/api/ondewo/nlu/session.pb.d.ts +2892 -0
  40. package/api/ondewo/nlu/session.pbconf.d.ts +6 -0
  41. package/api/ondewo/nlu/session.pbsc.d.ts +247 -0
  42. package/api/ondewo/nlu/user.pb.d.ts +1577 -0
  43. package/api/ondewo/nlu/user.pbconf.d.ts +6 -0
  44. package/api/ondewo/nlu/user.pbsc.d.ts +263 -0
  45. package/api/ondewo/nlu/utility.pb.d.ts +1814 -0
  46. package/api/ondewo/nlu/utility.pbconf.d.ts +6 -0
  47. package/api/ondewo/nlu/utility.pbsc.d.ts +150 -0
  48. package/api/ondewo/nlu/webhook.pb.d.ts +401 -0
  49. package/api/ondewo/nlu/webhook.pbconf.d.ts +6 -0
  50. package/api/ondewo/nlu/webhook.pbsc.d.ts +70 -0
  51. package/api/ondewo/s2t/speech-to-text.pb.d.ts +3710 -0
  52. package/api/ondewo/s2t/speech-to-text.pbconf.d.ts +6 -0
  53. package/api/ondewo/s2t/speech-to-text.pbsc.d.ts +263 -0
  54. package/api/ondewo/t2s/text-to-speech.pb.d.ts +3302 -0
  55. package/api/ondewo/t2s/text-to-speech.pbconf.d.ts +11 -0
  56. package/api/ondewo/t2s/text-to-speech.pbsc.d.ts +296 -0
  57. package/esm2020/api/google/api/annotations.pb.mjs +2 -0
  58. package/esm2020/api/google/api/http.pb.mjs +524 -0
  59. package/esm2020/api/google/rpc/status.pb.mjs +138 -0
  60. package/esm2020/api/google/type/latlng.pb.mjs +119 -0
  61. package/esm2020/api/ondewo/csi/conversation.pb.mjs +2232 -0
  62. package/esm2020/api/ondewo/csi/conversation.pbconf.mjs +13 -0
  63. package/esm2020/api/ondewo/csi/conversation.pbsc.mjs +315 -0
  64. package/esm2020/api/ondewo/nlu/agent.pb.mjs +6077 -0
  65. package/esm2020/api/ondewo/nlu/agent.pbconf.mjs +13 -0
  66. package/esm2020/api/ondewo/nlu/agent.pbsc.mjs +886 -0
  67. package/esm2020/api/ondewo/nlu/aiservices.pb.mjs +4371 -0
  68. package/esm2020/api/ondewo/nlu/aiservices.pbconf.mjs +13 -0
  69. package/esm2020/api/ondewo/nlu/aiservices.pbsc.mjs +284 -0
  70. package/esm2020/api/ondewo/nlu/common.pb.mjs +108 -0
  71. package/esm2020/api/ondewo/nlu/context.pb.mjs +1233 -0
  72. package/esm2020/api/ondewo/nlu/context.pbconf.mjs +13 -0
  73. package/esm2020/api/ondewo/nlu/context.pbsc.mjs +225 -0
  74. package/esm2020/api/ondewo/nlu/entity-type.pb.mjs +3466 -0
  75. package/esm2020/api/ondewo/nlu/entity-type.pbconf.mjs +13 -0
  76. package/esm2020/api/ondewo/nlu/entity-type.pbsc.mjs +406 -0
  77. package/esm2020/api/ondewo/nlu/intent.pb.mjs +10809 -0
  78. package/esm2020/api/ondewo/nlu/intent.pbconf.mjs +13 -0
  79. package/esm2020/api/ondewo/nlu/intent.pbsc.mjs +856 -0
  80. package/esm2020/api/ondewo/nlu/operation-metadata.pb.mjs +382 -0
  81. package/esm2020/api/ondewo/nlu/operations.pb.mjs +1003 -0
  82. package/esm2020/api/ondewo/nlu/operations.pbconf.mjs +13 -0
  83. package/esm2020/api/ondewo/nlu/operations.pbsc.mjs +165 -0
  84. package/esm2020/api/ondewo/nlu/project-role.pb.mjs +988 -0
  85. package/esm2020/api/ondewo/nlu/project-role.pbconf.mjs +13 -0
  86. package/esm2020/api/ondewo/nlu/project-role.pbsc.mjs +195 -0
  87. package/esm2020/api/ondewo/nlu/project-statistics.pb.mjs +460 -0
  88. package/esm2020/api/ondewo/nlu/project-statistics.pbconf.mjs +13 -0
  89. package/esm2020/api/ondewo/nlu/project-statistics.pbsc.mjs +285 -0
  90. package/esm2020/api/ondewo/nlu/server-statistics.pb.mjs +103 -0
  91. package/esm2020/api/ondewo/nlu/server-statistics.pbconf.mjs +13 -0
  92. package/esm2020/api/ondewo/nlu/server-statistics.pbsc.mjs +136 -0
  93. package/esm2020/api/ondewo/nlu/session.pb.mjs +5351 -0
  94. package/esm2020/api/ondewo/nlu/session.pbconf.mjs +13 -0
  95. package/esm2020/api/ondewo/nlu/session.pbsc.mjs +465 -0
  96. package/esm2020/api/ondewo/nlu/user.pb.mjs +2536 -0
  97. package/esm2020/api/ondewo/nlu/user.pbconf.mjs +13 -0
  98. package/esm2020/api/ondewo/nlu/user.pbsc.mjs +495 -0
  99. package/esm2020/api/ondewo/nlu/utility.pb.mjs +3302 -0
  100. package/esm2020/api/ondewo/nlu/utility.pbconf.mjs +13 -0
  101. package/esm2020/api/ondewo/nlu/utility.pbsc.mjs +284 -0
  102. package/esm2020/api/ondewo/nlu/webhook.pb.mjs +705 -0
  103. package/esm2020/api/ondewo/nlu/webhook.pbconf.mjs +13 -0
  104. package/esm2020/api/ondewo/nlu/webhook.pbsc.mjs +134 -0
  105. package/esm2020/api/ondewo/s2t/speech-to-text.pb.mjs +6452 -0
  106. package/esm2020/api/ondewo/s2t/speech-to-text.pbconf.mjs +13 -0
  107. package/esm2020/api/ondewo/s2t/speech-to-text.pbsc.mjs +495 -0
  108. package/esm2020/api/ondewo/t2s/text-to-speech.pb.mjs +5779 -0
  109. package/esm2020/api/ondewo/t2s/text-to-speech.pbconf.mjs +18 -0
  110. package/esm2020/api/ondewo/t2s/text-to-speech.pbsc.mjs +555 -0
  111. package/esm2020/ondewo-csi-client-angular.mjs +5 -0
  112. package/esm2020/public-api.mjs +55 -0
  113. package/fesm2015/ondewo-csi-client-angular.mjs +62142 -0
  114. package/fesm2015/ondewo-csi-client-angular.mjs.map +1 -0
  115. package/fesm2020/ondewo-csi-client-angular.mjs +62135 -0
  116. package/fesm2020/ondewo-csi-client-angular.mjs.map +1 -0
  117. package/index.d.ts +5 -0
  118. package/ondewo-csi-api/README.md +91 -0
  119. package/ondewo-csi-api/google/ads/googleads/README.md +21 -0
  120. package/ondewo-csi-api/google/api/README.md +5 -0
  121. package/ondewo-csi-api/google/api/servicecontrol/README.md +126 -0
  122. package/ondewo-csi-api/google/api/servicemanagement/README.md +102 -0
  123. package/ondewo-csi-api/google/appengine/README.md +12 -0
  124. package/ondewo-csi-api/google/assistant/embedded/README.md +3 -0
  125. package/ondewo-csi-api/google/cloud/functions/README.md +2 -0
  126. package/ondewo-csi-api/google/cloud/language/README.md +0 -0
  127. package/ondewo-csi-api/google/cloud/runtimeconfig/README.md +39 -0
  128. package/ondewo-csi-api/google/cloud/speech/README.md +3 -0
  129. package/ondewo-csi-api/google/container/README.md +0 -0
  130. package/ondewo-csi-api/google/datastore/README.md +0 -0
  131. package/ondewo-csi-api/google/devtools/cloudbuild/README.md +1 -0
  132. package/ondewo-csi-api/google/devtools/clouderrorreporting/README.md +1 -0
  133. package/ondewo-csi-api/google/example/library/README.md +4 -0
  134. package/ondewo-csi-api/google/firestore/README.md +0 -0
  135. package/ondewo-csi-api/google/genomics/README.md +14 -0
  136. package/ondewo-csi-api/google/iam/README.md +14 -0
  137. package/ondewo-csi-api/google/logging/README.md +3 -0
  138. package/ondewo-csi-api/google/longrunning/README.md +5 -0
  139. package/ondewo-csi-api/google/privacy/dlp/README.md +7 -0
  140. package/ondewo-csi-api/google/pubsub/v1beta2/README.md +136 -0
  141. package/ondewo-csi-api/google/rpc/README.md +5 -0
  142. package/ondewo-csi-api/google/streetview/publish/README.md +1 -0
  143. package/ondewo-csi-api/google/type/README.md +16 -0
  144. package/ondewo-csi-api/googleapis/README.md +87 -0
  145. package/ondewo-csi-api/googleapis/google/ads/googleads/README.md +21 -0
  146. package/ondewo-csi-api/googleapis/google/api/README.md +5 -0
  147. package/ondewo-csi-api/googleapis/google/api/servicecontrol/README.md +126 -0
  148. package/ondewo-csi-api/googleapis/google/api/servicemanagement/README.md +102 -0
  149. package/ondewo-csi-api/googleapis/google/appengine/README.md +12 -0
  150. package/ondewo-csi-api/googleapis/google/assistant/embedded/README.md +3 -0
  151. package/ondewo-csi-api/googleapis/google/cloud/functions/README.md +2 -0
  152. package/ondewo-csi-api/googleapis/google/cloud/language/README.md +0 -0
  153. package/ondewo-csi-api/googleapis/google/cloud/runtimeconfig/README.md +39 -0
  154. package/ondewo-csi-api/googleapis/google/cloud/speech/README.md +3 -0
  155. package/ondewo-csi-api/googleapis/google/container/README.md +0 -0
  156. package/ondewo-csi-api/googleapis/google/datastore/README.md +0 -0
  157. package/ondewo-csi-api/googleapis/google/devtools/cloudbuild/README.md +1 -0
  158. package/ondewo-csi-api/googleapis/google/devtools/clouderrorreporting/README.md +1 -0
  159. package/ondewo-csi-api/googleapis/google/example/library/README.md +4 -0
  160. package/ondewo-csi-api/googleapis/google/firestore/README.md +0 -0
  161. package/ondewo-csi-api/googleapis/google/genomics/README.md +14 -0
  162. package/ondewo-csi-api/googleapis/google/iam/README.md +14 -0
  163. package/ondewo-csi-api/googleapis/google/logging/README.md +3 -0
  164. package/ondewo-csi-api/googleapis/google/longrunning/README.md +5 -0
  165. package/ondewo-csi-api/googleapis/google/privacy/dlp/README.md +7 -0
  166. package/ondewo-csi-api/googleapis/google/pubsub/v1beta2/README.md +136 -0
  167. package/ondewo-csi-api/googleapis/google/rpc/README.md +5 -0
  168. package/ondewo-csi-api/googleapis/google/streetview/publish/README.md +1 -0
  169. package/ondewo-csi-api/googleapis/google/type/README.md +16 -0
  170. package/ondewo-csi-api/ondewo-nlu-api/README.md +117 -0
  171. package/ondewo-csi-api/ondewo-nlu-api/googleapis/README.md +87 -0
  172. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/ads/googleads/README.md +21 -0
  173. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/api/README.md +5 -0
  174. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/api/servicecontrol/README.md +126 -0
  175. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/api/servicemanagement/README.md +102 -0
  176. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/appengine/README.md +12 -0
  177. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/assistant/embedded/README.md +3 -0
  178. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/cloud/functions/README.md +2 -0
  179. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/cloud/language/README.md +0 -0
  180. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/cloud/runtimeconfig/README.md +39 -0
  181. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/cloud/speech/README.md +3 -0
  182. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/container/README.md +0 -0
  183. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/datastore/README.md +0 -0
  184. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/devtools/cloudbuild/README.md +1 -0
  185. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/devtools/clouderrorreporting/README.md +1 -0
  186. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/example/library/README.md +4 -0
  187. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/firestore/README.md +0 -0
  188. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/genomics/README.md +14 -0
  189. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/iam/README.md +14 -0
  190. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/logging/README.md +3 -0
  191. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/longrunning/README.md +5 -0
  192. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/privacy/dlp/README.md +7 -0
  193. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/pubsub/v1beta2/README.md +136 -0
  194. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/rpc/README.md +5 -0
  195. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/streetview/publish/README.md +1 -0
  196. package/ondewo-csi-api/ondewo-nlu-api/googleapis/google/type/README.md +16 -0
  197. package/ondewo-csi-api/ondewo-s2t-api/README.md +89 -0
  198. package/ondewo-csi-api/ondewo-t2s-api/README.md +89 -0
  199. package/package.json +49 -0
  200. package/public-api.d.ts +54 -0
@@ -0,0 +1,6 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ /**
3
+ * Specific GrpcClientSettings for Intents.
4
+ * Use it only if your default settings are not set or the service requires other settings.
5
+ */
6
+ export declare const GRPC_INTENTS_CLIENT_SETTINGS: InjectionToken<any>;
@@ -0,0 +1,456 @@
1
+ import { GrpcClientFactory, GrpcEvent, GrpcMetadata } from '@ngx-grpc/common';
2
+ import { GrpcHandler } from '@ngx-grpc/core';
3
+ import { Observable } from 'rxjs';
4
+ import * as thisProto from './intent.pb';
5
+ import * as googleProtobuf003 from '@ngx-grpc/well-known-types';
6
+ import * as ondewoNlu011 from '../../ondewo/nlu/operations.pb';
7
+ import * as i0 from "@angular/core";
8
+ /**
9
+ * Service client implementation for ondewo.nlu.Intents
10
+ */
11
+ export declare class IntentsClient {
12
+ private handler;
13
+ private client;
14
+ /**
15
+ * Raw RPC implementation for each service client method.
16
+ * The raw methods provide more control on the incoming data and events. E.g. they can be useful to read status `OK` metadata.
17
+ * Attention: these methods do not throw errors when non-zero status codes are received.
18
+ */
19
+ $raw: {
20
+ /**
21
+ * Unary call: /ondewo.nlu.Intents/ListIntents
22
+ *
23
+ * @param requestMessage Request message
24
+ * @param requestMetadata Request metadata
25
+ * @returns Observable<GrpcEvent<thisProto.ListIntentsResponse>>
26
+ */
27
+ listIntents: (requestData: thisProto.ListIntentsRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.ListIntentsResponse>>;
28
+ /**
29
+ * Unary call: /ondewo.nlu.Intents/GetIntent
30
+ *
31
+ * @param requestMessage Request message
32
+ * @param requestMetadata Request metadata
33
+ * @returns Observable<GrpcEvent<thisProto.Intent>>
34
+ */
35
+ getIntent: (requestData: thisProto.GetIntentRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.Intent>>;
36
+ /**
37
+ * Unary call: /ondewo.nlu.Intents/CreateIntent
38
+ *
39
+ * @param requestMessage Request message
40
+ * @param requestMetadata Request metadata
41
+ * @returns Observable<GrpcEvent<thisProto.Intent>>
42
+ */
43
+ createIntent: (requestData: thisProto.CreateIntentRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.Intent>>;
44
+ /**
45
+ * Unary call: /ondewo.nlu.Intents/UpdateIntent
46
+ *
47
+ * @param requestMessage Request message
48
+ * @param requestMetadata Request metadata
49
+ * @returns Observable<GrpcEvent<thisProto.Intent>>
50
+ */
51
+ updateIntent: (requestData: thisProto.UpdateIntentRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.Intent>>;
52
+ /**
53
+ * Unary call: /ondewo.nlu.Intents/DeleteIntent
54
+ *
55
+ * @param requestMessage Request message
56
+ * @param requestMetadata Request metadata
57
+ * @returns Observable<GrpcEvent<googleProtobuf003.Empty>>
58
+ */
59
+ deleteIntent: (requestData: thisProto.DeleteIntentRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<googleProtobuf003.Empty>>;
60
+ /**
61
+ * Unary call: /ondewo.nlu.Intents/BatchUpdateIntents
62
+ *
63
+ * @param requestMessage Request message
64
+ * @param requestMetadata Request metadata
65
+ * @returns Observable<GrpcEvent<ondewoNlu011.Operation>>
66
+ */
67
+ batchUpdateIntents: (requestData: thisProto.BatchUpdateIntentsRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<ondewoNlu011.Operation>>;
68
+ /**
69
+ * Unary call: /ondewo.nlu.Intents/BatchDeleteIntents
70
+ *
71
+ * @param requestMessage Request message
72
+ * @param requestMetadata Request metadata
73
+ * @returns Observable<GrpcEvent<ondewoNlu011.Operation>>
74
+ */
75
+ batchDeleteIntents: (requestData: thisProto.BatchDeleteIntentsRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<ondewoNlu011.Operation>>;
76
+ /**
77
+ * Unary call: /ondewo.nlu.Intents/TagIntent
78
+ *
79
+ * @param requestMessage Request message
80
+ * @param requestMetadata Request metadata
81
+ * @returns Observable<GrpcEvent<googleProtobuf003.Empty>>
82
+ */
83
+ tagIntent: (requestData: thisProto.IntentTagRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<googleProtobuf003.Empty>>;
84
+ /**
85
+ * Unary call: /ondewo.nlu.Intents/DeleteIntentTag
86
+ *
87
+ * @param requestMessage Request message
88
+ * @param requestMetadata Request metadata
89
+ * @returns Observable<GrpcEvent<googleProtobuf003.Empty>>
90
+ */
91
+ deleteIntentTag: (requestData: thisProto.IntentTagRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<googleProtobuf003.Empty>>;
92
+ /**
93
+ * Unary call: /ondewo.nlu.Intents/GetIntentTags
94
+ *
95
+ * @param requestMessage Request message
96
+ * @param requestMetadata Request metadata
97
+ * @returns Observable<GrpcEvent<thisProto.GetIntentTagsResponse>>
98
+ */
99
+ getIntentTags: (requestData: thisProto.GetIntentTagsRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.GetIntentTagsResponse>>;
100
+ /**
101
+ * Unary call: /ondewo.nlu.Intents/GetAllIntentTags
102
+ *
103
+ * @param requestMessage Request message
104
+ * @param requestMetadata Request metadata
105
+ * @returns Observable<GrpcEvent<thisProto.GetIntentTagsResponse>>
106
+ */
107
+ getAllIntentTags: (requestData: thisProto.GetAllIntentTagsRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.GetIntentTagsResponse>>;
108
+ /**
109
+ * Unary call: /ondewo.nlu.Intents/BatchCreateTrainingPhrases
110
+ *
111
+ * @param requestMessage Request message
112
+ * @param requestMetadata Request metadata
113
+ * @returns Observable<GrpcEvent<thisProto.BatchTrainingPhrasesStatusResponse>>
114
+ */
115
+ batchCreateTrainingPhrases: (requestData: thisProto.BatchCreateTrainingPhrasesRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.BatchTrainingPhrasesStatusResponse>>;
116
+ /**
117
+ * Unary call: /ondewo.nlu.Intents/BatchGetTrainingPhrases
118
+ *
119
+ * @param requestMessage Request message
120
+ * @param requestMetadata Request metadata
121
+ * @returns Observable<GrpcEvent<thisProto.BatchTrainingPhrasesStatusResponse>>
122
+ */
123
+ batchGetTrainingPhrases: (requestData: thisProto.BatchGetTrainingPhrasesRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.BatchTrainingPhrasesStatusResponse>>;
124
+ /**
125
+ * Unary call: /ondewo.nlu.Intents/BatchUpdateTrainingPhrases
126
+ *
127
+ * @param requestMessage Request message
128
+ * @param requestMetadata Request metadata
129
+ * @returns Observable<GrpcEvent<thisProto.BatchTrainingPhrasesStatusResponse>>
130
+ */
131
+ batchUpdateTrainingPhrases: (requestData: thisProto.BatchUpdateTrainingPhrasesRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.BatchTrainingPhrasesStatusResponse>>;
132
+ /**
133
+ * Unary call: /ondewo.nlu.Intents/BatchDeleteTrainingPhrases
134
+ *
135
+ * @param requestMessage Request message
136
+ * @param requestMetadata Request metadata
137
+ * @returns Observable<GrpcEvent<thisProto.BatchDeleteTrainingPhrasesResponse>>
138
+ */
139
+ batchDeleteTrainingPhrases: (requestData: thisProto.BatchDeleteTrainingPhrasesRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.BatchDeleteTrainingPhrasesResponse>>;
140
+ /**
141
+ * Unary call: /ondewo.nlu.Intents/ListTrainingPhrases
142
+ *
143
+ * @param requestMessage Request message
144
+ * @param requestMetadata Request metadata
145
+ * @returns Observable<GrpcEvent<thisProto.ListTrainingPhrasesResponse>>
146
+ */
147
+ listTrainingPhrases: (requestData: thisProto.ListTrainingPhrasesRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.ListTrainingPhrasesResponse>>;
148
+ /**
149
+ * Unary call: /ondewo.nlu.Intents/BatchCreateResponseMessages
150
+ *
151
+ * @param requestMessage Request message
152
+ * @param requestMetadata Request metadata
153
+ * @returns Observable<GrpcEvent<thisProto.BatchResponseMessagesStatusResponse>>
154
+ */
155
+ batchCreateResponseMessages: (requestData: thisProto.BatchCreateResponseMessagesRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.BatchResponseMessagesStatusResponse>>;
156
+ /**
157
+ * Unary call: /ondewo.nlu.Intents/BatchGetResponseMessages
158
+ *
159
+ * @param requestMessage Request message
160
+ * @param requestMetadata Request metadata
161
+ * @returns Observable<GrpcEvent<thisProto.BatchResponseMessagesStatusResponse>>
162
+ */
163
+ batchGetResponseMessages: (requestData: thisProto.BatchGetResponseMessagesRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.BatchResponseMessagesStatusResponse>>;
164
+ /**
165
+ * Unary call: /ondewo.nlu.Intents/BatchUpdateResponseMessages
166
+ *
167
+ * @param requestMessage Request message
168
+ * @param requestMetadata Request metadata
169
+ * @returns Observable<GrpcEvent<thisProto.BatchResponseMessagesStatusResponse>>
170
+ */
171
+ batchUpdateResponseMessages: (requestData: thisProto.BatchUpdateResponseMessagesRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.BatchResponseMessagesStatusResponse>>;
172
+ /**
173
+ * Unary call: /ondewo.nlu.Intents/BatchDeleteResponseMessages
174
+ *
175
+ * @param requestMessage Request message
176
+ * @param requestMetadata Request metadata
177
+ * @returns Observable<GrpcEvent<thisProto.BatchDeleteResponseMessagesResponse>>
178
+ */
179
+ batchDeleteResponseMessages: (requestData: thisProto.BatchDeleteResponseMessagesRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.BatchDeleteResponseMessagesResponse>>;
180
+ /**
181
+ * Unary call: /ondewo.nlu.Intents/ListResponseMessages
182
+ *
183
+ * @param requestMessage Request message
184
+ * @param requestMetadata Request metadata
185
+ * @returns Observable<GrpcEvent<thisProto.ListResponseMessagesResponse>>
186
+ */
187
+ listResponseMessages: (requestData: thisProto.ListResponseMessagesRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.ListResponseMessagesResponse>>;
188
+ /**
189
+ * Unary call: /ondewo.nlu.Intents/BatchCreateParameters
190
+ *
191
+ * @param requestMessage Request message
192
+ * @param requestMetadata Request metadata
193
+ * @returns Observable<GrpcEvent<thisProto.BatchParametersStatusResponse>>
194
+ */
195
+ batchCreateParameters: (requestData: thisProto.BatchCreateParametersRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.BatchParametersStatusResponse>>;
196
+ /**
197
+ * Unary call: /ondewo.nlu.Intents/BatchGetParameters
198
+ *
199
+ * @param requestMessage Request message
200
+ * @param requestMetadata Request metadata
201
+ * @returns Observable<GrpcEvent<thisProto.BatchParametersStatusResponse>>
202
+ */
203
+ batchGetParameters: (requestData: thisProto.BatchGetParametersRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.BatchParametersStatusResponse>>;
204
+ /**
205
+ * Unary call: /ondewo.nlu.Intents/BatchUpdateParameters
206
+ *
207
+ * @param requestMessage Request message
208
+ * @param requestMetadata Request metadata
209
+ * @returns Observable<GrpcEvent<thisProto.BatchParametersStatusResponse>>
210
+ */
211
+ batchUpdateParameters: (requestData: thisProto.BatchUpdateParametersRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.BatchParametersStatusResponse>>;
212
+ /**
213
+ * Unary call: /ondewo.nlu.Intents/BatchDeleteParameters
214
+ *
215
+ * @param requestMessage Request message
216
+ * @param requestMetadata Request metadata
217
+ * @returns Observable<GrpcEvent<thisProto.BatchDeleteParametersResponse>>
218
+ */
219
+ batchDeleteParameters: (requestData: thisProto.BatchDeleteParametersRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.BatchDeleteParametersResponse>>;
220
+ /**
221
+ * Unary call: /ondewo.nlu.Intents/ListParameters
222
+ *
223
+ * @param requestMessage Request message
224
+ * @param requestMetadata Request metadata
225
+ * @returns Observable<GrpcEvent<thisProto.ListParametersResponse>>
226
+ */
227
+ listParameters: (requestData: thisProto.ListParametersRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.ListParametersResponse>>;
228
+ /**
229
+ * Unary call: /ondewo.nlu.Intents/ListTrainingPhrasesofIntentsWithEnrichment
230
+ *
231
+ * @param requestMessage Request message
232
+ * @param requestMetadata Request metadata
233
+ * @returns Observable<GrpcEvent<thisProto.ListTrainingPhrasesofIntentsWithEnrichmentResponse>>
234
+ */
235
+ listTrainingPhrasesofIntentsWithEnrichment: (requestData: thisProto.ListTrainingPhrasesofIntentsWithEnrichmentRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.ListTrainingPhrasesofIntentsWithEnrichmentResponse>>;
236
+ };
237
+ constructor(settings: any, clientFactory: GrpcClientFactory<any>, handler: GrpcHandler);
238
+ /**
239
+ * Unary call @/ondewo.nlu.Intents/ListIntents
240
+ *
241
+ * @param requestMessage Request message
242
+ * @param requestMetadata Request metadata
243
+ * @returns Observable<thisProto.ListIntentsResponse>
244
+ */
245
+ listIntents(requestData: thisProto.ListIntentsRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.ListIntentsResponse>;
246
+ /**
247
+ * Unary call @/ondewo.nlu.Intents/GetIntent
248
+ *
249
+ * @param requestMessage Request message
250
+ * @param requestMetadata Request metadata
251
+ * @returns Observable<thisProto.Intent>
252
+ */
253
+ getIntent(requestData: thisProto.GetIntentRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.Intent>;
254
+ /**
255
+ * Unary call @/ondewo.nlu.Intents/CreateIntent
256
+ *
257
+ * @param requestMessage Request message
258
+ * @param requestMetadata Request metadata
259
+ * @returns Observable<thisProto.Intent>
260
+ */
261
+ createIntent(requestData: thisProto.CreateIntentRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.Intent>;
262
+ /**
263
+ * Unary call @/ondewo.nlu.Intents/UpdateIntent
264
+ *
265
+ * @param requestMessage Request message
266
+ * @param requestMetadata Request metadata
267
+ * @returns Observable<thisProto.Intent>
268
+ */
269
+ updateIntent(requestData: thisProto.UpdateIntentRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.Intent>;
270
+ /**
271
+ * Unary call @/ondewo.nlu.Intents/DeleteIntent
272
+ *
273
+ * @param requestMessage Request message
274
+ * @param requestMetadata Request metadata
275
+ * @returns Observable<googleProtobuf003.Empty>
276
+ */
277
+ deleteIntent(requestData: thisProto.DeleteIntentRequest, requestMetadata?: GrpcMetadata): Observable<googleProtobuf003.Empty>;
278
+ /**
279
+ * Unary call @/ondewo.nlu.Intents/BatchUpdateIntents
280
+ *
281
+ * @param requestMessage Request message
282
+ * @param requestMetadata Request metadata
283
+ * @returns Observable<ondewoNlu011.Operation>
284
+ */
285
+ batchUpdateIntents(requestData: thisProto.BatchUpdateIntentsRequest, requestMetadata?: GrpcMetadata): Observable<ondewoNlu011.Operation>;
286
+ /**
287
+ * Unary call @/ondewo.nlu.Intents/BatchDeleteIntents
288
+ *
289
+ * @param requestMessage Request message
290
+ * @param requestMetadata Request metadata
291
+ * @returns Observable<ondewoNlu011.Operation>
292
+ */
293
+ batchDeleteIntents(requestData: thisProto.BatchDeleteIntentsRequest, requestMetadata?: GrpcMetadata): Observable<ondewoNlu011.Operation>;
294
+ /**
295
+ * Unary call @/ondewo.nlu.Intents/TagIntent
296
+ *
297
+ * @param requestMessage Request message
298
+ * @param requestMetadata Request metadata
299
+ * @returns Observable<googleProtobuf003.Empty>
300
+ */
301
+ tagIntent(requestData: thisProto.IntentTagRequest, requestMetadata?: GrpcMetadata): Observable<googleProtobuf003.Empty>;
302
+ /**
303
+ * Unary call @/ondewo.nlu.Intents/DeleteIntentTag
304
+ *
305
+ * @param requestMessage Request message
306
+ * @param requestMetadata Request metadata
307
+ * @returns Observable<googleProtobuf003.Empty>
308
+ */
309
+ deleteIntentTag(requestData: thisProto.IntentTagRequest, requestMetadata?: GrpcMetadata): Observable<googleProtobuf003.Empty>;
310
+ /**
311
+ * Unary call @/ondewo.nlu.Intents/GetIntentTags
312
+ *
313
+ * @param requestMessage Request message
314
+ * @param requestMetadata Request metadata
315
+ * @returns Observable<thisProto.GetIntentTagsResponse>
316
+ */
317
+ getIntentTags(requestData: thisProto.GetIntentTagsRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.GetIntentTagsResponse>;
318
+ /**
319
+ * Unary call @/ondewo.nlu.Intents/GetAllIntentTags
320
+ *
321
+ * @param requestMessage Request message
322
+ * @param requestMetadata Request metadata
323
+ * @returns Observable<thisProto.GetIntentTagsResponse>
324
+ */
325
+ getAllIntentTags(requestData: thisProto.GetAllIntentTagsRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.GetIntentTagsResponse>;
326
+ /**
327
+ * Unary call @/ondewo.nlu.Intents/BatchCreateTrainingPhrases
328
+ *
329
+ * @param requestMessage Request message
330
+ * @param requestMetadata Request metadata
331
+ * @returns Observable<thisProto.BatchTrainingPhrasesStatusResponse>
332
+ */
333
+ batchCreateTrainingPhrases(requestData: thisProto.BatchCreateTrainingPhrasesRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.BatchTrainingPhrasesStatusResponse>;
334
+ /**
335
+ * Unary call @/ondewo.nlu.Intents/BatchGetTrainingPhrases
336
+ *
337
+ * @param requestMessage Request message
338
+ * @param requestMetadata Request metadata
339
+ * @returns Observable<thisProto.BatchTrainingPhrasesStatusResponse>
340
+ */
341
+ batchGetTrainingPhrases(requestData: thisProto.BatchGetTrainingPhrasesRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.BatchTrainingPhrasesStatusResponse>;
342
+ /**
343
+ * Unary call @/ondewo.nlu.Intents/BatchUpdateTrainingPhrases
344
+ *
345
+ * @param requestMessage Request message
346
+ * @param requestMetadata Request metadata
347
+ * @returns Observable<thisProto.BatchTrainingPhrasesStatusResponse>
348
+ */
349
+ batchUpdateTrainingPhrases(requestData: thisProto.BatchUpdateTrainingPhrasesRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.BatchTrainingPhrasesStatusResponse>;
350
+ /**
351
+ * Unary call @/ondewo.nlu.Intents/BatchDeleteTrainingPhrases
352
+ *
353
+ * @param requestMessage Request message
354
+ * @param requestMetadata Request metadata
355
+ * @returns Observable<thisProto.BatchDeleteTrainingPhrasesResponse>
356
+ */
357
+ batchDeleteTrainingPhrases(requestData: thisProto.BatchDeleteTrainingPhrasesRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.BatchDeleteTrainingPhrasesResponse>;
358
+ /**
359
+ * Unary call @/ondewo.nlu.Intents/ListTrainingPhrases
360
+ *
361
+ * @param requestMessage Request message
362
+ * @param requestMetadata Request metadata
363
+ * @returns Observable<thisProto.ListTrainingPhrasesResponse>
364
+ */
365
+ listTrainingPhrases(requestData: thisProto.ListTrainingPhrasesRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.ListTrainingPhrasesResponse>;
366
+ /**
367
+ * Unary call @/ondewo.nlu.Intents/BatchCreateResponseMessages
368
+ *
369
+ * @param requestMessage Request message
370
+ * @param requestMetadata Request metadata
371
+ * @returns Observable<thisProto.BatchResponseMessagesStatusResponse>
372
+ */
373
+ batchCreateResponseMessages(requestData: thisProto.BatchCreateResponseMessagesRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.BatchResponseMessagesStatusResponse>;
374
+ /**
375
+ * Unary call @/ondewo.nlu.Intents/BatchGetResponseMessages
376
+ *
377
+ * @param requestMessage Request message
378
+ * @param requestMetadata Request metadata
379
+ * @returns Observable<thisProto.BatchResponseMessagesStatusResponse>
380
+ */
381
+ batchGetResponseMessages(requestData: thisProto.BatchGetResponseMessagesRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.BatchResponseMessagesStatusResponse>;
382
+ /**
383
+ * Unary call @/ondewo.nlu.Intents/BatchUpdateResponseMessages
384
+ *
385
+ * @param requestMessage Request message
386
+ * @param requestMetadata Request metadata
387
+ * @returns Observable<thisProto.BatchResponseMessagesStatusResponse>
388
+ */
389
+ batchUpdateResponseMessages(requestData: thisProto.BatchUpdateResponseMessagesRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.BatchResponseMessagesStatusResponse>;
390
+ /**
391
+ * Unary call @/ondewo.nlu.Intents/BatchDeleteResponseMessages
392
+ *
393
+ * @param requestMessage Request message
394
+ * @param requestMetadata Request metadata
395
+ * @returns Observable<thisProto.BatchDeleteResponseMessagesResponse>
396
+ */
397
+ batchDeleteResponseMessages(requestData: thisProto.BatchDeleteResponseMessagesRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.BatchDeleteResponseMessagesResponse>;
398
+ /**
399
+ * Unary call @/ondewo.nlu.Intents/ListResponseMessages
400
+ *
401
+ * @param requestMessage Request message
402
+ * @param requestMetadata Request metadata
403
+ * @returns Observable<thisProto.ListResponseMessagesResponse>
404
+ */
405
+ listResponseMessages(requestData: thisProto.ListResponseMessagesRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.ListResponseMessagesResponse>;
406
+ /**
407
+ * Unary call @/ondewo.nlu.Intents/BatchCreateParameters
408
+ *
409
+ * @param requestMessage Request message
410
+ * @param requestMetadata Request metadata
411
+ * @returns Observable<thisProto.BatchParametersStatusResponse>
412
+ */
413
+ batchCreateParameters(requestData: thisProto.BatchCreateParametersRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.BatchParametersStatusResponse>;
414
+ /**
415
+ * Unary call @/ondewo.nlu.Intents/BatchGetParameters
416
+ *
417
+ * @param requestMessage Request message
418
+ * @param requestMetadata Request metadata
419
+ * @returns Observable<thisProto.BatchParametersStatusResponse>
420
+ */
421
+ batchGetParameters(requestData: thisProto.BatchGetParametersRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.BatchParametersStatusResponse>;
422
+ /**
423
+ * Unary call @/ondewo.nlu.Intents/BatchUpdateParameters
424
+ *
425
+ * @param requestMessage Request message
426
+ * @param requestMetadata Request metadata
427
+ * @returns Observable<thisProto.BatchParametersStatusResponse>
428
+ */
429
+ batchUpdateParameters(requestData: thisProto.BatchUpdateParametersRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.BatchParametersStatusResponse>;
430
+ /**
431
+ * Unary call @/ondewo.nlu.Intents/BatchDeleteParameters
432
+ *
433
+ * @param requestMessage Request message
434
+ * @param requestMetadata Request metadata
435
+ * @returns Observable<thisProto.BatchDeleteParametersResponse>
436
+ */
437
+ batchDeleteParameters(requestData: thisProto.BatchDeleteParametersRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.BatchDeleteParametersResponse>;
438
+ /**
439
+ * Unary call @/ondewo.nlu.Intents/ListParameters
440
+ *
441
+ * @param requestMessage Request message
442
+ * @param requestMetadata Request metadata
443
+ * @returns Observable<thisProto.ListParametersResponse>
444
+ */
445
+ listParameters(requestData: thisProto.ListParametersRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.ListParametersResponse>;
446
+ /**
447
+ * Unary call @/ondewo.nlu.Intents/ListTrainingPhrasesofIntentsWithEnrichment
448
+ *
449
+ * @param requestMessage Request message
450
+ * @param requestMetadata Request metadata
451
+ * @returns Observable<thisProto.ListTrainingPhrasesofIntentsWithEnrichmentResponse>
452
+ */
453
+ listTrainingPhrasesofIntentsWithEnrichment(requestData: thisProto.ListTrainingPhrasesofIntentsWithEnrichmentRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.ListTrainingPhrasesofIntentsWithEnrichmentResponse>;
454
+ static ɵfac: i0.ɵɵFactoryDeclaration<IntentsClient, [{ optional: true; }, null, null]>;
455
+ static ɵprov: i0.ɵɵInjectableDeclaration<IntentsClient>;
456
+ }
@@ -0,0 +1,166 @@
1
+ import { GrpcMessage, RecursivePartial, ToProtobufJSONOptions } from '@ngx-grpc/common';
2
+ import { BinaryReader, BinaryWriter, ByteSource } from 'google-protobuf';
3
+ import * as googleProtobuf000 from '@ngx-grpc/well-known-types';
4
+ /**
5
+ * Message implementation for ondewo.nlu.OperationMetadata
6
+ */
7
+ export declare class OperationMetadata implements GrpcMessage {
8
+ static id: string;
9
+ /**
10
+ * Deserialize binary data to message
11
+ * @param instance message instance
12
+ */
13
+ static deserializeBinary(bytes: ByteSource): OperationMetadata;
14
+ /**
15
+ * Check all the properties and set default protobuf values if necessary
16
+ * @param _instance message instance
17
+ */
18
+ static refineValues(_instance: OperationMetadata): void;
19
+ /**
20
+ * Deserializes / reads binary message into message instance using provided binary reader
21
+ * @param _instance message instance
22
+ * @param _reader binary reader instance
23
+ */
24
+ static deserializeBinaryFromReader(_instance: OperationMetadata, _reader: BinaryReader): void;
25
+ /**
26
+ * Serializes a message to binary format using provided binary reader
27
+ * @param _instance message instance
28
+ * @param _writer binary writer instance
29
+ */
30
+ static serializeBinaryToWriter(_instance: OperationMetadata, _writer: BinaryWriter): void;
31
+ private _status?;
32
+ private _parentOperationName?;
33
+ private _subOperationNames?;
34
+ private _createTime?;
35
+ private _startTime?;
36
+ private _endTime?;
37
+ private _isCancellationRequested?;
38
+ private _cancelCommand?;
39
+ private _userIdCreated?;
40
+ private _userIdCancelled?;
41
+ private _projectParent?;
42
+ private _operationType?;
43
+ private _hostName?;
44
+ private _numReruns?;
45
+ private _maxNumReruns?;
46
+ private _description?;
47
+ /**
48
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
49
+ * @param _value initial values object or instance of OperationMetadata to deeply clone from
50
+ */
51
+ constructor(_value?: RecursivePartial<OperationMetadata.AsObject>);
52
+ get status(): OperationMetadata.Status | undefined;
53
+ set status(value: OperationMetadata.Status | undefined);
54
+ get parentOperationName(): string | undefined;
55
+ set parentOperationName(value: string | undefined);
56
+ get subOperationNames(): string[] | undefined;
57
+ set subOperationNames(value: string[] | undefined);
58
+ get createTime(): googleProtobuf000.Timestamp | undefined;
59
+ set createTime(value: googleProtobuf000.Timestamp | undefined);
60
+ get startTime(): googleProtobuf000.Timestamp | undefined;
61
+ set startTime(value: googleProtobuf000.Timestamp | undefined);
62
+ get endTime(): googleProtobuf000.Timestamp | undefined;
63
+ set endTime(value: googleProtobuf000.Timestamp | undefined);
64
+ get isCancellationRequested(): boolean | undefined;
65
+ set isCancellationRequested(value: boolean | undefined);
66
+ get cancelCommand(): string | undefined;
67
+ set cancelCommand(value: string | undefined);
68
+ get userIdCreated(): string | undefined;
69
+ set userIdCreated(value: string | undefined);
70
+ get userIdCancelled(): string | undefined;
71
+ set userIdCancelled(value: string | undefined);
72
+ get projectParent(): string | undefined;
73
+ set projectParent(value: string | undefined);
74
+ get operationType(): OperationMetadata.OperationType | undefined;
75
+ set operationType(value: OperationMetadata.OperationType | undefined);
76
+ get hostName(): string | undefined;
77
+ set hostName(value: string | undefined);
78
+ get numReruns(): number | undefined;
79
+ set numReruns(value: number | undefined);
80
+ get maxNumReruns(): number | undefined;
81
+ set maxNumReruns(value: number | undefined);
82
+ get description(): string | undefined;
83
+ set description(value: string | undefined);
84
+ /**
85
+ * Serialize message to binary data
86
+ * @param instance message instance
87
+ */
88
+ serializeBinary(): any;
89
+ /**
90
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
91
+ */
92
+ toObject(): OperationMetadata.AsObject;
93
+ /**
94
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
95
+ */
96
+ toJSON(): OperationMetadata.AsObject;
97
+ /**
98
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
99
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
100
+ * If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
101
+ */
102
+ toProtobufJSON(options?: ToProtobufJSONOptions): OperationMetadata.AsProtobufJSON;
103
+ }
104
+ export declare module OperationMetadata {
105
+ /**
106
+ * Standard JavaScript object representation for OperationMetadata
107
+ */
108
+ interface AsObject {
109
+ status?: OperationMetadata.Status;
110
+ parentOperationName?: string;
111
+ subOperationNames?: string[];
112
+ createTime?: googleProtobuf000.Timestamp.AsObject;
113
+ startTime?: googleProtobuf000.Timestamp.AsObject;
114
+ endTime?: googleProtobuf000.Timestamp.AsObject;
115
+ isCancellationRequested?: boolean;
116
+ cancelCommand?: string;
117
+ userIdCreated?: string;
118
+ userIdCancelled?: string;
119
+ projectParent?: string;
120
+ operationType?: OperationMetadata.OperationType;
121
+ hostName?: string;
122
+ numReruns?: number;
123
+ maxNumReruns?: number;
124
+ description?: string;
125
+ }
126
+ /**
127
+ * Protobuf JSON representation for OperationMetadata
128
+ */
129
+ interface AsProtobufJSON {
130
+ status?: string;
131
+ parentOperationName?: string;
132
+ subOperationNames?: string[];
133
+ createTime?: googleProtobuf000.Timestamp.AsProtobufJSON | null;
134
+ startTime?: googleProtobuf000.Timestamp.AsProtobufJSON | null;
135
+ endTime?: googleProtobuf000.Timestamp.AsProtobufJSON | null;
136
+ isCancellationRequested?: boolean;
137
+ cancelCommand?: string;
138
+ userIdCreated?: string;
139
+ userIdCancelled?: string;
140
+ projectParent?: string;
141
+ operationType?: string;
142
+ hostName?: string;
143
+ numReruns?: number;
144
+ maxNumReruns?: number;
145
+ description?: string;
146
+ }
147
+ enum Status {
148
+ STATUS_UNSPECIFIED = 0,
149
+ NOT_STARTED = 1,
150
+ IN_PROGRESS = 2,
151
+ DONE = 3,
152
+ CANCELLED = 4,
153
+ FAILED = 5
154
+ }
155
+ enum OperationType {
156
+ OPERATION_TYPE_UNSPECIFIED = 0,
157
+ CREATE_AGENT = 1,
158
+ IMPORT_AGENT = 2,
159
+ EXPORT_AGENT = 3,
160
+ DELETE_AGENT = 4,
161
+ RESTORE_AGENT = 5,
162
+ BUILD_AGENT_CACHE = 6,
163
+ TRAIN_AGENT = 7,
164
+ EXPORT_BENCHMARK_AGENT = 8
165
+ }
166
+ }