@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,578 @@
1
+ import { GrpcMessage, RecursivePartial, ToProtobufJSONOptions } from '@ngx-grpc/common';
2
+ import { BinaryReader, BinaryWriter, ByteSource } from 'google-protobuf';
3
+ import * as googleProtobuf002 from '@ngx-grpc/well-known-types';
4
+ import * as googleProtobuf003 from '@ngx-grpc/well-known-types';
5
+ import * as googleRpc006 from '../../google/rpc/status.pb';
6
+ import * as ondewoNlu007 from '../../ondewo/nlu/operation-metadata.pb';
7
+ /**
8
+ * Message implementation for ondewo.nlu.Operation
9
+ */
10
+ export declare class Operation implements GrpcMessage {
11
+ static id: string;
12
+ /**
13
+ * Deserialize binary data to message
14
+ * @param instance message instance
15
+ */
16
+ static deserializeBinary(bytes: ByteSource): Operation;
17
+ /**
18
+ * Check all the properties and set default protobuf values if necessary
19
+ * @param _instance message instance
20
+ */
21
+ static refineValues(_instance: Operation): void;
22
+ /**
23
+ * Deserializes / reads binary message into message instance using provided binary reader
24
+ * @param _instance message instance
25
+ * @param _reader binary reader instance
26
+ */
27
+ static deserializeBinaryFromReader(_instance: Operation, _reader: BinaryReader): void;
28
+ /**
29
+ * Serializes a message to binary format using provided binary reader
30
+ * @param _instance message instance
31
+ * @param _writer binary writer instance
32
+ */
33
+ static serializeBinaryToWriter(_instance: Operation, _writer: BinaryWriter): void;
34
+ private _name?;
35
+ private _metadata?;
36
+ private _done?;
37
+ private _error?;
38
+ private _response?;
39
+ private _result;
40
+ /**
41
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
42
+ * @param _value initial values object or instance of Operation to deeply clone from
43
+ */
44
+ constructor(_value?: RecursivePartial<Operation.AsObject>);
45
+ get name(): string | undefined;
46
+ set name(value: string | undefined);
47
+ get metadata(): googleProtobuf002.Any | undefined;
48
+ set metadata(value: googleProtobuf002.Any | undefined);
49
+ get done(): boolean | undefined;
50
+ set done(value: boolean | undefined);
51
+ get error(): googleRpc006.Status | undefined;
52
+ set error(value: googleRpc006.Status | undefined);
53
+ get response(): googleProtobuf002.Any | undefined;
54
+ set response(value: googleProtobuf002.Any | undefined);
55
+ get result(): Operation.ResultCase;
56
+ /**
57
+ * Serialize message to binary data
58
+ * @param instance message instance
59
+ */
60
+ serializeBinary(): any;
61
+ /**
62
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
63
+ */
64
+ toObject(): Operation.AsObject;
65
+ /**
66
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
67
+ */
68
+ toJSON(): Operation.AsObject;
69
+ /**
70
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
71
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
72
+ * 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
73
+ */
74
+ toProtobufJSON(options?: ToProtobufJSONOptions): Operation.AsProtobufJSON;
75
+ }
76
+ export declare module Operation {
77
+ /**
78
+ * Standard JavaScript object representation for Operation
79
+ */
80
+ interface AsObject {
81
+ name?: string;
82
+ metadata?: googleProtobuf002.Any.AsObject;
83
+ done?: boolean;
84
+ error?: googleRpc006.Status.AsObject;
85
+ response?: googleProtobuf002.Any.AsObject;
86
+ }
87
+ /**
88
+ * Protobuf JSON representation for Operation
89
+ */
90
+ interface AsProtobufJSON {
91
+ name?: string;
92
+ metadata?: googleProtobuf002.Any.AsProtobufJSON | null;
93
+ done?: boolean;
94
+ error?: googleRpc006.Status.AsProtobufJSON | null;
95
+ response?: googleProtobuf002.Any.AsProtobufJSON | null;
96
+ }
97
+ enum ResultCase {
98
+ none = 0,
99
+ error = 1,
100
+ response = 2
101
+ }
102
+ }
103
+ /**
104
+ * Message implementation for ondewo.nlu.GetOperationRequest
105
+ */
106
+ export declare class GetOperationRequest implements GrpcMessage {
107
+ static id: string;
108
+ /**
109
+ * Deserialize binary data to message
110
+ * @param instance message instance
111
+ */
112
+ static deserializeBinary(bytes: ByteSource): GetOperationRequest;
113
+ /**
114
+ * Check all the properties and set default protobuf values if necessary
115
+ * @param _instance message instance
116
+ */
117
+ static refineValues(_instance: GetOperationRequest): void;
118
+ /**
119
+ * Deserializes / reads binary message into message instance using provided binary reader
120
+ * @param _instance message instance
121
+ * @param _reader binary reader instance
122
+ */
123
+ static deserializeBinaryFromReader(_instance: GetOperationRequest, _reader: BinaryReader): void;
124
+ /**
125
+ * Serializes a message to binary format using provided binary reader
126
+ * @param _instance message instance
127
+ * @param _writer binary writer instance
128
+ */
129
+ static serializeBinaryToWriter(_instance: GetOperationRequest, _writer: BinaryWriter): void;
130
+ private _name?;
131
+ /**
132
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
133
+ * @param _value initial values object or instance of GetOperationRequest to deeply clone from
134
+ */
135
+ constructor(_value?: RecursivePartial<GetOperationRequest.AsObject>);
136
+ get name(): string | undefined;
137
+ set name(value: string | undefined);
138
+ /**
139
+ * Serialize message to binary data
140
+ * @param instance message instance
141
+ */
142
+ serializeBinary(): any;
143
+ /**
144
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
145
+ */
146
+ toObject(): GetOperationRequest.AsObject;
147
+ /**
148
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
149
+ */
150
+ toJSON(): GetOperationRequest.AsObject;
151
+ /**
152
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
153
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
154
+ * 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
155
+ */
156
+ toProtobufJSON(options?: ToProtobufJSONOptions): GetOperationRequest.AsProtobufJSON;
157
+ }
158
+ export declare module GetOperationRequest {
159
+ /**
160
+ * Standard JavaScript object representation for GetOperationRequest
161
+ */
162
+ interface AsObject {
163
+ name?: string;
164
+ }
165
+ /**
166
+ * Protobuf JSON representation for GetOperationRequest
167
+ */
168
+ interface AsProtobufJSON {
169
+ name?: string;
170
+ }
171
+ }
172
+ /**
173
+ * Message implementation for ondewo.nlu.ListOperationsRequest
174
+ */
175
+ export declare class ListOperationsRequest implements GrpcMessage {
176
+ static id: string;
177
+ /**
178
+ * Deserialize binary data to message
179
+ * @param instance message instance
180
+ */
181
+ static deserializeBinary(bytes: ByteSource): ListOperationsRequest;
182
+ /**
183
+ * Check all the properties and set default protobuf values if necessary
184
+ * @param _instance message instance
185
+ */
186
+ static refineValues(_instance: ListOperationsRequest): void;
187
+ /**
188
+ * Deserializes / reads binary message into message instance using provided binary reader
189
+ * @param _instance message instance
190
+ * @param _reader binary reader instance
191
+ */
192
+ static deserializeBinaryFromReader(_instance: ListOperationsRequest, _reader: BinaryReader): void;
193
+ /**
194
+ * Serializes a message to binary format using provided binary reader
195
+ * @param _instance message instance
196
+ * @param _writer binary writer instance
197
+ */
198
+ static serializeBinaryToWriter(_instance: ListOperationsRequest, _writer: BinaryWriter): void;
199
+ private _name?;
200
+ private _filter?;
201
+ private _pageSize?;
202
+ private _pageToken?;
203
+ private _operationFilter?;
204
+ /**
205
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
206
+ * @param _value initial values object or instance of ListOperationsRequest to deeply clone from
207
+ */
208
+ constructor(_value?: RecursivePartial<ListOperationsRequest.AsObject>);
209
+ get name(): string | undefined;
210
+ set name(value: string | undefined);
211
+ get filter(): string | undefined;
212
+ set filter(value: string | undefined);
213
+ get pageSize(): number | undefined;
214
+ set pageSize(value: number | undefined);
215
+ get pageToken(): string | undefined;
216
+ set pageToken(value: string | undefined);
217
+ get operationFilter(): OperationFilter | undefined;
218
+ set operationFilter(value: OperationFilter | undefined);
219
+ /**
220
+ * Serialize message to binary data
221
+ * @param instance message instance
222
+ */
223
+ serializeBinary(): any;
224
+ /**
225
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
226
+ */
227
+ toObject(): ListOperationsRequest.AsObject;
228
+ /**
229
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
230
+ */
231
+ toJSON(): ListOperationsRequest.AsObject;
232
+ /**
233
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
234
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
235
+ * 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
236
+ */
237
+ toProtobufJSON(options?: ToProtobufJSONOptions): ListOperationsRequest.AsProtobufJSON;
238
+ }
239
+ export declare module ListOperationsRequest {
240
+ /**
241
+ * Standard JavaScript object representation for ListOperationsRequest
242
+ */
243
+ interface AsObject {
244
+ name?: string;
245
+ filter?: string;
246
+ pageSize?: number;
247
+ pageToken?: string;
248
+ operationFilter?: OperationFilter.AsObject;
249
+ }
250
+ /**
251
+ * Protobuf JSON representation for ListOperationsRequest
252
+ */
253
+ interface AsProtobufJSON {
254
+ name?: string;
255
+ filter?: string;
256
+ pageSize?: number;
257
+ pageToken?: string;
258
+ operationFilter?: OperationFilter.AsProtobufJSON | null;
259
+ }
260
+ }
261
+ /**
262
+ * Message implementation for ondewo.nlu.OperationFilter
263
+ */
264
+ export declare class OperationFilter implements GrpcMessage {
265
+ static id: string;
266
+ /**
267
+ * Deserialize binary data to message
268
+ * @param instance message instance
269
+ */
270
+ static deserializeBinary(bytes: ByteSource): OperationFilter;
271
+ /**
272
+ * Check all the properties and set default protobuf values if necessary
273
+ * @param _instance message instance
274
+ */
275
+ static refineValues(_instance: OperationFilter): void;
276
+ /**
277
+ * Deserializes / reads binary message into message instance using provided binary reader
278
+ * @param _instance message instance
279
+ * @param _reader binary reader instance
280
+ */
281
+ static deserializeBinaryFromReader(_instance: OperationFilter, _reader: BinaryReader): void;
282
+ /**
283
+ * Serializes a message to binary format using provided binary reader
284
+ * @param _instance message instance
285
+ * @param _writer binary writer instance
286
+ */
287
+ static serializeBinaryToWriter(_instance: OperationFilter, _writer: BinaryWriter): void;
288
+ private _projectParents?;
289
+ private _statuses?;
290
+ private _types?;
291
+ private _startTime?;
292
+ private _endTime?;
293
+ private _userIds?;
294
+ private _startTimeOneof;
295
+ private _endTimeOneof;
296
+ /**
297
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
298
+ * @param _value initial values object or instance of OperationFilter to deeply clone from
299
+ */
300
+ constructor(_value?: RecursivePartial<OperationFilter.AsObject>);
301
+ get projectParents(): string[] | undefined;
302
+ set projectParents(value: string[] | undefined);
303
+ get statuses(): ondewoNlu007.OperationMetadata.Status[] | undefined;
304
+ set statuses(value: ondewoNlu007.OperationMetadata.Status[] | undefined);
305
+ get types(): ondewoNlu007.OperationMetadata.OperationType[] | undefined;
306
+ set types(value: ondewoNlu007.OperationMetadata.OperationType[] | undefined);
307
+ get startTime(): googleProtobuf003.Timestamp | undefined;
308
+ set startTime(value: googleProtobuf003.Timestamp | undefined);
309
+ get endTime(): googleProtobuf003.Timestamp | undefined;
310
+ set endTime(value: googleProtobuf003.Timestamp | undefined);
311
+ get userIds(): string[] | undefined;
312
+ set userIds(value: string[] | undefined);
313
+ get startTimeOneof(): OperationFilter.StartTimeOneofCase;
314
+ get endTimeOneof(): OperationFilter.EndTimeOneofCase;
315
+ /**
316
+ * Serialize message to binary data
317
+ * @param instance message instance
318
+ */
319
+ serializeBinary(): any;
320
+ /**
321
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
322
+ */
323
+ toObject(): OperationFilter.AsObject;
324
+ /**
325
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
326
+ */
327
+ toJSON(): OperationFilter.AsObject;
328
+ /**
329
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
330
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
331
+ * 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
332
+ */
333
+ toProtobufJSON(options?: ToProtobufJSONOptions): OperationFilter.AsProtobufJSON;
334
+ }
335
+ export declare module OperationFilter {
336
+ /**
337
+ * Standard JavaScript object representation for OperationFilter
338
+ */
339
+ interface AsObject {
340
+ projectParents?: string[];
341
+ statuses?: ondewoNlu007.OperationMetadata.Status[];
342
+ types?: ondewoNlu007.OperationMetadata.OperationType[];
343
+ startTime?: googleProtobuf003.Timestamp.AsObject;
344
+ endTime?: googleProtobuf003.Timestamp.AsObject;
345
+ userIds?: string[];
346
+ }
347
+ /**
348
+ * Protobuf JSON representation for OperationFilter
349
+ */
350
+ interface AsProtobufJSON {
351
+ projectParents?: string[];
352
+ statuses?: string[];
353
+ types?: string[];
354
+ startTime?: googleProtobuf003.Timestamp.AsProtobufJSON | null;
355
+ endTime?: googleProtobuf003.Timestamp.AsProtobufJSON | null;
356
+ userIds?: string[];
357
+ }
358
+ enum StartTimeOneofCase {
359
+ none = 0,
360
+ startTime = 1
361
+ }
362
+ enum EndTimeOneofCase {
363
+ none = 0,
364
+ endTime = 1
365
+ }
366
+ }
367
+ /**
368
+ * Message implementation for ondewo.nlu.ListOperationsResponse
369
+ */
370
+ export declare class ListOperationsResponse implements GrpcMessage {
371
+ static id: string;
372
+ /**
373
+ * Deserialize binary data to message
374
+ * @param instance message instance
375
+ */
376
+ static deserializeBinary(bytes: ByteSource): ListOperationsResponse;
377
+ /**
378
+ * Check all the properties and set default protobuf values if necessary
379
+ * @param _instance message instance
380
+ */
381
+ static refineValues(_instance: ListOperationsResponse): void;
382
+ /**
383
+ * Deserializes / reads binary message into message instance using provided binary reader
384
+ * @param _instance message instance
385
+ * @param _reader binary reader instance
386
+ */
387
+ static deserializeBinaryFromReader(_instance: ListOperationsResponse, _reader: BinaryReader): void;
388
+ /**
389
+ * Serializes a message to binary format using provided binary reader
390
+ * @param _instance message instance
391
+ * @param _writer binary writer instance
392
+ */
393
+ static serializeBinaryToWriter(_instance: ListOperationsResponse, _writer: BinaryWriter): void;
394
+ private _operations?;
395
+ private _nextPageToken?;
396
+ /**
397
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
398
+ * @param _value initial values object or instance of ListOperationsResponse to deeply clone from
399
+ */
400
+ constructor(_value?: RecursivePartial<ListOperationsResponse.AsObject>);
401
+ get operations(): Operation[] | undefined;
402
+ set operations(value: Operation[] | undefined);
403
+ get nextPageToken(): string | undefined;
404
+ set nextPageToken(value: string | undefined);
405
+ /**
406
+ * Serialize message to binary data
407
+ * @param instance message instance
408
+ */
409
+ serializeBinary(): any;
410
+ /**
411
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
412
+ */
413
+ toObject(): ListOperationsResponse.AsObject;
414
+ /**
415
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
416
+ */
417
+ toJSON(): ListOperationsResponse.AsObject;
418
+ /**
419
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
420
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
421
+ * 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
422
+ */
423
+ toProtobufJSON(options?: ToProtobufJSONOptions): ListOperationsResponse.AsProtobufJSON;
424
+ }
425
+ export declare module ListOperationsResponse {
426
+ /**
427
+ * Standard JavaScript object representation for ListOperationsResponse
428
+ */
429
+ interface AsObject {
430
+ operations?: Operation.AsObject[];
431
+ nextPageToken?: string;
432
+ }
433
+ /**
434
+ * Protobuf JSON representation for ListOperationsResponse
435
+ */
436
+ interface AsProtobufJSON {
437
+ operations?: Operation.AsProtobufJSON[] | null;
438
+ nextPageToken?: string;
439
+ }
440
+ }
441
+ /**
442
+ * Message implementation for ondewo.nlu.CancelOperationRequest
443
+ */
444
+ export declare class CancelOperationRequest implements GrpcMessage {
445
+ static id: string;
446
+ /**
447
+ * Deserialize binary data to message
448
+ * @param instance message instance
449
+ */
450
+ static deserializeBinary(bytes: ByteSource): CancelOperationRequest;
451
+ /**
452
+ * Check all the properties and set default protobuf values if necessary
453
+ * @param _instance message instance
454
+ */
455
+ static refineValues(_instance: CancelOperationRequest): void;
456
+ /**
457
+ * Deserializes / reads binary message into message instance using provided binary reader
458
+ * @param _instance message instance
459
+ * @param _reader binary reader instance
460
+ */
461
+ static deserializeBinaryFromReader(_instance: CancelOperationRequest, _reader: BinaryReader): void;
462
+ /**
463
+ * Serializes a message to binary format using provided binary reader
464
+ * @param _instance message instance
465
+ * @param _writer binary writer instance
466
+ */
467
+ static serializeBinaryToWriter(_instance: CancelOperationRequest, _writer: BinaryWriter): void;
468
+ private _name?;
469
+ /**
470
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
471
+ * @param _value initial values object or instance of CancelOperationRequest to deeply clone from
472
+ */
473
+ constructor(_value?: RecursivePartial<CancelOperationRequest.AsObject>);
474
+ get name(): string | undefined;
475
+ set name(value: string | undefined);
476
+ /**
477
+ * Serialize message to binary data
478
+ * @param instance message instance
479
+ */
480
+ serializeBinary(): any;
481
+ /**
482
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
483
+ */
484
+ toObject(): CancelOperationRequest.AsObject;
485
+ /**
486
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
487
+ */
488
+ toJSON(): CancelOperationRequest.AsObject;
489
+ /**
490
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
491
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
492
+ * 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
493
+ */
494
+ toProtobufJSON(options?: ToProtobufJSONOptions): CancelOperationRequest.AsProtobufJSON;
495
+ }
496
+ export declare module CancelOperationRequest {
497
+ /**
498
+ * Standard JavaScript object representation for CancelOperationRequest
499
+ */
500
+ interface AsObject {
501
+ name?: string;
502
+ }
503
+ /**
504
+ * Protobuf JSON representation for CancelOperationRequest
505
+ */
506
+ interface AsProtobufJSON {
507
+ name?: string;
508
+ }
509
+ }
510
+ /**
511
+ * Message implementation for ondewo.nlu.DeleteOperationRequest
512
+ */
513
+ export declare class DeleteOperationRequest implements GrpcMessage {
514
+ static id: string;
515
+ /**
516
+ * Deserialize binary data to message
517
+ * @param instance message instance
518
+ */
519
+ static deserializeBinary(bytes: ByteSource): DeleteOperationRequest;
520
+ /**
521
+ * Check all the properties and set default protobuf values if necessary
522
+ * @param _instance message instance
523
+ */
524
+ static refineValues(_instance: DeleteOperationRequest): void;
525
+ /**
526
+ * Deserializes / reads binary message into message instance using provided binary reader
527
+ * @param _instance message instance
528
+ * @param _reader binary reader instance
529
+ */
530
+ static deserializeBinaryFromReader(_instance: DeleteOperationRequest, _reader: BinaryReader): void;
531
+ /**
532
+ * Serializes a message to binary format using provided binary reader
533
+ * @param _instance message instance
534
+ * @param _writer binary writer instance
535
+ */
536
+ static serializeBinaryToWriter(_instance: DeleteOperationRequest, _writer: BinaryWriter): void;
537
+ private _name?;
538
+ /**
539
+ * Message constructor. Initializes the properties and applies default Protobuf values if necessary
540
+ * @param _value initial values object or instance of DeleteOperationRequest to deeply clone from
541
+ */
542
+ constructor(_value?: RecursivePartial<DeleteOperationRequest.AsObject>);
543
+ get name(): string | undefined;
544
+ set name(value: string | undefined);
545
+ /**
546
+ * Serialize message to binary data
547
+ * @param instance message instance
548
+ */
549
+ serializeBinary(): any;
550
+ /**
551
+ * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
552
+ */
553
+ toObject(): DeleteOperationRequest.AsObject;
554
+ /**
555
+ * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
556
+ */
557
+ toJSON(): DeleteOperationRequest.AsObject;
558
+ /**
559
+ * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
560
+ * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
561
+ * 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
562
+ */
563
+ toProtobufJSON(options?: ToProtobufJSONOptions): DeleteOperationRequest.AsProtobufJSON;
564
+ }
565
+ export declare module DeleteOperationRequest {
566
+ /**
567
+ * Standard JavaScript object representation for DeleteOperationRequest
568
+ */
569
+ interface AsObject {
570
+ name?: string;
571
+ }
572
+ /**
573
+ * Protobuf JSON representation for DeleteOperationRequest
574
+ */
575
+ interface AsProtobufJSON {
576
+ name?: string;
577
+ }
578
+ }
@@ -0,0 +1,6 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ /**
3
+ * Specific GrpcClientSettings for Operations.
4
+ * Use it only if your default settings are not set or the service requires other settings.
5
+ */
6
+ export declare const GRPC_OPERATIONS_CLIENT_SETTINGS: InjectionToken<any>;
@@ -0,0 +1,87 @@
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 './operations.pb';
5
+ import * as googleProtobuf005 from '@ngx-grpc/well-known-types';
6
+ import * as i0 from "@angular/core";
7
+ /**
8
+ * Service client implementation for ondewo.nlu.Operations
9
+ */
10
+ export declare class OperationsClient {
11
+ private handler;
12
+ private client;
13
+ /**
14
+ * Raw RPC implementation for each service client method.
15
+ * The raw methods provide more control on the incoming data and events. E.g. they can be useful to read status `OK` metadata.
16
+ * Attention: these methods do not throw errors when non-zero status codes are received.
17
+ */
18
+ $raw: {
19
+ /**
20
+ * Unary call: /ondewo.nlu.Operations/ListOperations
21
+ *
22
+ * @param requestMessage Request message
23
+ * @param requestMetadata Request metadata
24
+ * @returns Observable<GrpcEvent<thisProto.ListOperationsResponse>>
25
+ */
26
+ listOperations: (requestData: thisProto.ListOperationsRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.ListOperationsResponse>>;
27
+ /**
28
+ * Unary call: /ondewo.nlu.Operations/GetOperation
29
+ *
30
+ * @param requestMessage Request message
31
+ * @param requestMetadata Request metadata
32
+ * @returns Observable<GrpcEvent<thisProto.Operation>>
33
+ */
34
+ getOperation: (requestData: thisProto.GetOperationRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<thisProto.Operation>>;
35
+ /**
36
+ * Unary call: /ondewo.nlu.Operations/DeleteOperation
37
+ *
38
+ * @param requestMessage Request message
39
+ * @param requestMetadata Request metadata
40
+ * @returns Observable<GrpcEvent<googleProtobuf005.Empty>>
41
+ */
42
+ deleteOperation: (requestData: thisProto.DeleteOperationRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<googleProtobuf005.Empty>>;
43
+ /**
44
+ * Unary call: /ondewo.nlu.Operations/CancelOperation
45
+ *
46
+ * @param requestMessage Request message
47
+ * @param requestMetadata Request metadata
48
+ * @returns Observable<GrpcEvent<googleProtobuf005.Empty>>
49
+ */
50
+ cancelOperation: (requestData: thisProto.CancelOperationRequest, requestMetadata?: GrpcMetadata) => Observable<GrpcEvent<googleProtobuf005.Empty>>;
51
+ };
52
+ constructor(settings: any, clientFactory: GrpcClientFactory<any>, handler: GrpcHandler);
53
+ /**
54
+ * Unary call @/ondewo.nlu.Operations/ListOperations
55
+ *
56
+ * @param requestMessage Request message
57
+ * @param requestMetadata Request metadata
58
+ * @returns Observable<thisProto.ListOperationsResponse>
59
+ */
60
+ listOperations(requestData: thisProto.ListOperationsRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.ListOperationsResponse>;
61
+ /**
62
+ * Unary call @/ondewo.nlu.Operations/GetOperation
63
+ *
64
+ * @param requestMessage Request message
65
+ * @param requestMetadata Request metadata
66
+ * @returns Observable<thisProto.Operation>
67
+ */
68
+ getOperation(requestData: thisProto.GetOperationRequest, requestMetadata?: GrpcMetadata): Observable<thisProto.Operation>;
69
+ /**
70
+ * Unary call @/ondewo.nlu.Operations/DeleteOperation
71
+ *
72
+ * @param requestMessage Request message
73
+ * @param requestMetadata Request metadata
74
+ * @returns Observable<googleProtobuf005.Empty>
75
+ */
76
+ deleteOperation(requestData: thisProto.DeleteOperationRequest, requestMetadata?: GrpcMetadata): Observable<googleProtobuf005.Empty>;
77
+ /**
78
+ * Unary call @/ondewo.nlu.Operations/CancelOperation
79
+ *
80
+ * @param requestMessage Request message
81
+ * @param requestMetadata Request metadata
82
+ * @returns Observable<googleProtobuf005.Empty>
83
+ */
84
+ cancelOperation(requestData: thisProto.CancelOperationRequest, requestMetadata?: GrpcMetadata): Observable<googleProtobuf005.Empty>;
85
+ static ɵfac: i0.ɵɵFactoryDeclaration<OperationsClient, [{ optional: true; }, null, null]>;
86
+ static ɵprov: i0.ɵɵInjectableDeclaration<OperationsClient>;
87
+ }