weave-typescript 0.11.15 → 0.11.17
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.
- package/dist/weaveapi/data/v1/data.pb.d.ts +1 -1
- package/dist/weaveapi/data/v1/data.pb.js +11 -11
- package/dist/weaveapi/data/v1/service.pb.d.ts +89 -6
- package/dist/weaveapi/data/v1/service.pb.js +1195 -364
- package/dist/weaveapi/input/v1/input.pb.d.ts +1 -1
- package/dist/weaveapi/input/v1/input.pb.js +11 -11
- package/dist/weaveapi/input/v1/service.pb.d.ts +89 -10
- package/dist/weaveapi/input/v1/service.pb.js +1253 -642
- package/dist/weaveapi/integration/v1/integration.pb.d.ts +1 -1
- package/dist/weaveapi/integration/v1/integration.pb.js +11 -11
- package/dist/weaveapi/integration/v1/service.pb.d.ts +89 -7
- package/dist/weaveapi/integration/v1/service.pb.js +1164 -390
- package/dist/weaveapi/project/v1/project.pb.d.ts +1 -0
- package/dist/weaveapi/project/v1/project.pb.js +17 -1
- package/dist/weaveapi/project/v1/service.pb.d.ts +25 -0
- package/dist/weaveapi/project/v1/service.pb.js +248 -5
- package/dist/weaveapi/report/v1/report.pb.d.ts +2 -0
- package/dist/weaveapi/report/v1/report.pb.js +42 -2
- package/dist/weaveapi/report/v1/service.pb.d.ts +6 -6
- package/dist/weaveapi/report/v1/service.pb.js +416 -121
- package/dist/weaveapi/requirement/v1/requirement.pb.d.ts +1 -1
- package/dist/weaveapi/requirement/v1/requirement.pb.js +11 -11
- package/dist/weaveapi/requirement/v1/service.pb.d.ts +90 -10
- package/dist/weaveapi/requirement/v1/service.pb.js +1261 -601
- package/dist/weaveapi/run/v1/run.pb.d.ts +1 -0
- package/dist/weaveapi/run/v1/run.pb.js +21 -1
- package/dist/weaveapi/run/v1/service.pb.d.ts +6 -6
- package/dist/weaveapi/run/v1/service.pb.js +448 -126
- package/dist/weaveapi/script/v1/script.pb.d.ts +1 -1
- package/dist/weaveapi/script/v1/script.pb.js +11 -11
- package/dist/weaveapi/script/v1/service.pb.d.ts +90 -14
- package/dist/weaveapi/script/v1/service.pb.js +1404 -930
- package/dist/weaveapi/suite/v1/service.pb.d.ts +178 -12
- package/dist/weaveapi/suite/v1/service.pb.js +2631 -979
- package/dist/weaveapi/suite/v1/suite.pb.d.ts +2 -2
- package/dist/weaveapi/suite/v1/suite.pb.js +22 -22
- package/dist/weaveapi/testcase/v1/service.pb.d.ts +90 -14
- package/dist/weaveapi/testcase/v1/service.pb.js +1332 -856
- package/dist/weaveapi/testcase/v1/testcase.pb.d.ts +1 -1
- package/dist/weaveapi/testcase/v1/testcase.pb.js +11 -11
- package/dist/weaveapi/workflow/v1/service.pb.d.ts +26 -0
- package/dist/weaveapi/workflow/v1/service.pb.js +293 -5
- package/dist/weaveapi/workflow/v1/workflow.pb.d.ts +1 -0
- package/dist/weaveapi/workflow/v1/workflow.pb.js +17 -1
- package/dist/weavesql/weavedb/data_asset_sql.d.ts +81 -16
- package/dist/weavesql/weavedb/data_asset_sql.js +142 -24
- package/dist/weavesql/weavedb/input_sql.d.ts +88 -25
- package/dist/weavesql/weavedb/input_sql.js +150 -34
- package/dist/weavesql/weavedb/integration_sql.d.ts +85 -19
- package/dist/weavesql/weavedb/integration_sql.js +147 -28
- package/dist/weavesql/weavedb/project_sql.d.ts +29 -5
- package/dist/weavesql/weavedb/project_sql.js +73 -37
- package/dist/weavesql/weavedb/report_sql.d.ts +61 -7
- package/dist/weavesql/weavedb/report_sql.js +157 -81
- package/dist/weavesql/weavedb/requirement_sql.d.ts +83 -20
- package/dist/weavesql/weavedb/requirement_sql.js +144 -28
- package/dist/weavesql/weavedb/run_sql.d.ts +44 -8
- package/dist/weavesql/weavedb/run_sql.js +140 -93
- package/dist/weavesql/weavedb/suite_sql.d.ts +156 -30
- package/dist/weavesql/weavedb/suite_sql.js +274 -42
- package/dist/weavesql/weavedb/test_case_sql.d.ts +91 -27
- package/dist/weavesql/weavedb/test_case_sql.js +153 -36
- package/dist/weavesql/weavedb/test_script_sql.d.ts +91 -27
- package/dist/weavesql/weavedb/test_script_sql.js +153 -36
- package/dist/weavesql/weavedb/traceability_sql.d.ts +62 -4
- package/dist/weavesql/weavedb/traceability_sql.js +245 -37
- package/dist/weavesql/weavedb/workflow_sql.d.ts +30 -5
- package/dist/weavesql/weavedb/workflow_sql.js +76 -38
- package/package.json +1 -1
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
// protoc unknown
|
|
6
6
|
// source: weaveapi/data/v1/service.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
exports.DataServiceDefinition = exports.DataServiceClientImpl = exports.DataServiceServiceName = exports.DeleteTabularDataAssetResponse = exports.DeleteTabularDataAssetRequest = exports.ArchiveTabularDataAssetResponse = exports.ArchiveTabularDataAssetRequest = exports.UpdateTabularDataAssetResponse = exports.UpdateTabularDataAssetRequest = exports.ListTabularDataAssetsResponse = exports.ListTabularDataAssetsRequest = exports.GetTabularDataAssetResponse = exports.GetTabularDataAssetRequest = exports.CreateTabularDataAssetResponse = exports.CreateTabularDataAssetRequest = exports.protobufPackage = void 0;
|
|
8
|
+
exports.DataServiceDefinition = exports.DataServiceClientImpl = exports.DataServiceServiceName = exports.WorkflowTabularDataAssetBinding = exports.ListWorkflowTabularDataAssetBindingsResponse = exports.ListWorkflowTabularDataAssetBindingsRequest = exports.DetachTabularDataAssetFromWorkflowResponse = exports.DetachTabularDataAssetFromWorkflowRequest = exports.AttachTabularDataAssetToWorkflowResponse = exports.AttachTabularDataAssetToWorkflowRequest = exports.DeleteTabularDataAssetResponse = exports.DeleteTabularDataAssetRequest = exports.ArchiveTabularDataAssetResponse = exports.ArchiveTabularDataAssetRequest = exports.UpdateTabularDataAssetResponse = exports.UpdateTabularDataAssetRequest = exports.ListTabularDataAssetsResponse = exports.ListTabularDataAssetsRequest = exports.GetTabularDataAssetResponse = exports.GetTabularDataAssetRequest = exports.CreateTabularDataAssetResponse = exports.CreateTabularDataAssetRequest = exports.protobufPackage = void 0;
|
|
9
9
|
/* eslint-disable */
|
|
10
10
|
const wire_1 = require("@bufbuild/protobuf/wire");
|
|
11
11
|
const struct_pb_1 = require("../../../google/protobuf/struct.pb");
|
|
12
|
+
const timestamp_pb_1 = require("../../../google/protobuf/timestamp.pb");
|
|
12
13
|
const data_pb_1 = require("./data.pb");
|
|
13
14
|
exports.protobufPackage = "weaveapi.data.v1";
|
|
14
15
|
function createBaseCreateTabularDataAssetRequest() {
|
|
15
16
|
return {
|
|
16
17
|
projectId: "",
|
|
17
|
-
workflowId: "",
|
|
18
18
|
name: "",
|
|
19
19
|
description: "",
|
|
20
20
|
sourceType: 0,
|
|
@@ -31,35 +31,32 @@ exports.CreateTabularDataAssetRequest = {
|
|
|
31
31
|
if (message.projectId !== "") {
|
|
32
32
|
writer.uint32(10).string(message.projectId);
|
|
33
33
|
}
|
|
34
|
-
if (message.workflowId !== "") {
|
|
35
|
-
writer.uint32(18).string(message.workflowId);
|
|
36
|
-
}
|
|
37
34
|
if (message.name !== "") {
|
|
38
|
-
writer.uint32(
|
|
35
|
+
writer.uint32(18).string(message.name);
|
|
39
36
|
}
|
|
40
37
|
if (message.description !== "") {
|
|
41
|
-
writer.uint32(
|
|
38
|
+
writer.uint32(26).string(message.description);
|
|
42
39
|
}
|
|
43
40
|
if (message.sourceType !== 0) {
|
|
44
|
-
writer.uint32(
|
|
41
|
+
writer.uint32(32).int32(message.sourceType);
|
|
45
42
|
}
|
|
46
43
|
if (message.storageConnectionId !== "") {
|
|
47
|
-
writer.uint32(
|
|
44
|
+
writer.uint32(42).string(message.storageConnectionId);
|
|
48
45
|
}
|
|
49
46
|
if (message.datasetId !== "") {
|
|
50
|
-
writer.uint32(
|
|
47
|
+
writer.uint32(50).string(message.datasetId);
|
|
51
48
|
}
|
|
52
49
|
if (message.dataUri !== "") {
|
|
53
|
-
writer.uint32(
|
|
50
|
+
writer.uint32(58).string(message.dataUri);
|
|
54
51
|
}
|
|
55
52
|
if (message.versionLabel !== "") {
|
|
56
|
-
writer.uint32(
|
|
53
|
+
writer.uint32(66).string(message.versionLabel);
|
|
57
54
|
}
|
|
58
55
|
if (message.schemaJson !== undefined) {
|
|
59
|
-
struct_pb_1.Struct.encode(struct_pb_1.Struct.wrap(message.schemaJson), writer.uint32(
|
|
56
|
+
struct_pb_1.Struct.encode(struct_pb_1.Struct.wrap(message.schemaJson), writer.uint32(74).fork()).join();
|
|
60
57
|
}
|
|
61
58
|
if (message.metadata !== undefined) {
|
|
62
|
-
struct_pb_1.Struct.encode(struct_pb_1.Struct.wrap(message.metadata), writer.uint32(
|
|
59
|
+
struct_pb_1.Struct.encode(struct_pb_1.Struct.wrap(message.metadata), writer.uint32(82).fork()).join();
|
|
63
60
|
}
|
|
64
61
|
return writer;
|
|
65
62
|
},
|
|
@@ -81,69 +78,62 @@ exports.CreateTabularDataAssetRequest = {
|
|
|
81
78
|
if (tag !== 18) {
|
|
82
79
|
break;
|
|
83
80
|
}
|
|
84
|
-
message.
|
|
81
|
+
message.name = reader.string();
|
|
85
82
|
continue;
|
|
86
83
|
}
|
|
87
84
|
case 3: {
|
|
88
85
|
if (tag !== 26) {
|
|
89
86
|
break;
|
|
90
87
|
}
|
|
91
|
-
message.
|
|
88
|
+
message.description = reader.string();
|
|
92
89
|
continue;
|
|
93
90
|
}
|
|
94
91
|
case 4: {
|
|
95
|
-
if (tag !==
|
|
92
|
+
if (tag !== 32) {
|
|
96
93
|
break;
|
|
97
94
|
}
|
|
98
|
-
message.
|
|
95
|
+
message.sourceType = reader.int32();
|
|
99
96
|
continue;
|
|
100
97
|
}
|
|
101
98
|
case 5: {
|
|
102
|
-
if (tag !==
|
|
99
|
+
if (tag !== 42) {
|
|
103
100
|
break;
|
|
104
101
|
}
|
|
105
|
-
message.
|
|
102
|
+
message.storageConnectionId = reader.string();
|
|
106
103
|
continue;
|
|
107
104
|
}
|
|
108
105
|
case 6: {
|
|
109
106
|
if (tag !== 50) {
|
|
110
107
|
break;
|
|
111
108
|
}
|
|
112
|
-
message.
|
|
109
|
+
message.datasetId = reader.string();
|
|
113
110
|
continue;
|
|
114
111
|
}
|
|
115
112
|
case 7: {
|
|
116
113
|
if (tag !== 58) {
|
|
117
114
|
break;
|
|
118
115
|
}
|
|
119
|
-
message.
|
|
116
|
+
message.dataUri = reader.string();
|
|
120
117
|
continue;
|
|
121
118
|
}
|
|
122
119
|
case 8: {
|
|
123
120
|
if (tag !== 66) {
|
|
124
121
|
break;
|
|
125
122
|
}
|
|
126
|
-
message.
|
|
123
|
+
message.versionLabel = reader.string();
|
|
127
124
|
continue;
|
|
128
125
|
}
|
|
129
126
|
case 9: {
|
|
130
127
|
if (tag !== 74) {
|
|
131
128
|
break;
|
|
132
129
|
}
|
|
133
|
-
message.
|
|
130
|
+
message.schemaJson = struct_pb_1.Struct.unwrap(struct_pb_1.Struct.decode(reader, reader.uint32()));
|
|
134
131
|
continue;
|
|
135
132
|
}
|
|
136
133
|
case 10: {
|
|
137
134
|
if (tag !== 82) {
|
|
138
135
|
break;
|
|
139
136
|
}
|
|
140
|
-
message.schemaJson = struct_pb_1.Struct.unwrap(struct_pb_1.Struct.decode(reader, reader.uint32()));
|
|
141
|
-
continue;
|
|
142
|
-
}
|
|
143
|
-
case 11: {
|
|
144
|
-
if (tag !== 90) {
|
|
145
|
-
break;
|
|
146
|
-
}
|
|
147
137
|
message.metadata = struct_pb_1.Struct.unwrap(struct_pb_1.Struct.decode(reader, reader.uint32()));
|
|
148
138
|
continue;
|
|
149
139
|
}
|
|
@@ -162,11 +152,6 @@ exports.CreateTabularDataAssetRequest = {
|
|
|
162
152
|
: isSet(object.project_id)
|
|
163
153
|
? globalThis.String(object.project_id)
|
|
164
154
|
: "",
|
|
165
|
-
workflowId: isSet(object.workflowId)
|
|
166
|
-
? globalThis.String(object.workflowId)
|
|
167
|
-
: isSet(object.workflow_id)
|
|
168
|
-
? globalThis.String(object.workflow_id)
|
|
169
|
-
: "",
|
|
170
155
|
name: isSet(object.name) ? globalThis.String(object.name) : "",
|
|
171
156
|
description: isSet(object.description) ? globalThis.String(object.description) : "",
|
|
172
157
|
sourceType: isSet(object.sourceType)
|
|
@@ -207,9 +192,6 @@ exports.CreateTabularDataAssetRequest = {
|
|
|
207
192
|
if (message.projectId !== "") {
|
|
208
193
|
obj.projectId = message.projectId;
|
|
209
194
|
}
|
|
210
|
-
if (message.workflowId !== "") {
|
|
211
|
-
obj.workflowId = message.workflowId;
|
|
212
|
-
}
|
|
213
195
|
if (message.name !== "") {
|
|
214
196
|
obj.name = message.name;
|
|
215
197
|
}
|
|
@@ -243,19 +225,18 @@ exports.CreateTabularDataAssetRequest = {
|
|
|
243
225
|
return exports.CreateTabularDataAssetRequest.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
244
226
|
},
|
|
245
227
|
fromPartial(object) {
|
|
246
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k
|
|
228
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
247
229
|
const message = createBaseCreateTabularDataAssetRequest();
|
|
248
230
|
message.projectId = (_a = object.projectId) !== null && _a !== void 0 ? _a : "";
|
|
249
|
-
message.
|
|
250
|
-
message.
|
|
251
|
-
message.
|
|
252
|
-
message.
|
|
253
|
-
message.
|
|
254
|
-
message.
|
|
255
|
-
message.
|
|
256
|
-
message.
|
|
257
|
-
message.
|
|
258
|
-
message.metadata = (_l = object.metadata) !== null && _l !== void 0 ? _l : undefined;
|
|
231
|
+
message.name = (_b = object.name) !== null && _b !== void 0 ? _b : "";
|
|
232
|
+
message.description = (_c = object.description) !== null && _c !== void 0 ? _c : "";
|
|
233
|
+
message.sourceType = (_d = object.sourceType) !== null && _d !== void 0 ? _d : 0;
|
|
234
|
+
message.storageConnectionId = (_e = object.storageConnectionId) !== null && _e !== void 0 ? _e : "";
|
|
235
|
+
message.datasetId = (_f = object.datasetId) !== null && _f !== void 0 ? _f : "";
|
|
236
|
+
message.dataUri = (_g = object.dataUri) !== null && _g !== void 0 ? _g : "";
|
|
237
|
+
message.versionLabel = (_h = object.versionLabel) !== null && _h !== void 0 ? _h : "";
|
|
238
|
+
message.schemaJson = (_j = object.schemaJson) !== null && _j !== void 0 ? _j : undefined;
|
|
239
|
+
message.metadata = (_k = object.metadata) !== null && _k !== void 0 ? _k : undefined;
|
|
259
240
|
return message;
|
|
260
241
|
},
|
|
261
242
|
};
|
|
@@ -319,18 +300,15 @@ exports.CreateTabularDataAssetResponse = {
|
|
|
319
300
|
},
|
|
320
301
|
};
|
|
321
302
|
function createBaseGetTabularDataAssetRequest() {
|
|
322
|
-
return { projectId: "",
|
|
303
|
+
return { projectId: "", tabularDataAssetId: "" };
|
|
323
304
|
}
|
|
324
305
|
exports.GetTabularDataAssetRequest = {
|
|
325
306
|
encode(message, writer = new wire_1.BinaryWriter()) {
|
|
326
307
|
if (message.projectId !== "") {
|
|
327
308
|
writer.uint32(10).string(message.projectId);
|
|
328
309
|
}
|
|
329
|
-
if (message.workflowId !== "") {
|
|
330
|
-
writer.uint32(18).string(message.workflowId);
|
|
331
|
-
}
|
|
332
310
|
if (message.tabularDataAssetId !== "") {
|
|
333
|
-
writer.uint32(
|
|
311
|
+
writer.uint32(18).string(message.tabularDataAssetId);
|
|
334
312
|
}
|
|
335
313
|
return writer;
|
|
336
314
|
},
|
|
@@ -352,13 +330,6 @@ exports.GetTabularDataAssetRequest = {
|
|
|
352
330
|
if (tag !== 18) {
|
|
353
331
|
break;
|
|
354
332
|
}
|
|
355
|
-
message.workflowId = reader.string();
|
|
356
|
-
continue;
|
|
357
|
-
}
|
|
358
|
-
case 3: {
|
|
359
|
-
if (tag !== 26) {
|
|
360
|
-
break;
|
|
361
|
-
}
|
|
362
333
|
message.tabularDataAssetId = reader.string();
|
|
363
334
|
continue;
|
|
364
335
|
}
|
|
@@ -377,11 +348,6 @@ exports.GetTabularDataAssetRequest = {
|
|
|
377
348
|
: isSet(object.project_id)
|
|
378
349
|
? globalThis.String(object.project_id)
|
|
379
350
|
: "",
|
|
380
|
-
workflowId: isSet(object.workflowId)
|
|
381
|
-
? globalThis.String(object.workflowId)
|
|
382
|
-
: isSet(object.workflow_id)
|
|
383
|
-
? globalThis.String(object.workflow_id)
|
|
384
|
-
: "",
|
|
385
351
|
tabularDataAssetId: isSet(object.tabularDataAssetId)
|
|
386
352
|
? globalThis.String(object.tabularDataAssetId)
|
|
387
353
|
: isSet(object.tabular_data_asset_id)
|
|
@@ -394,9 +360,6 @@ exports.GetTabularDataAssetRequest = {
|
|
|
394
360
|
if (message.projectId !== "") {
|
|
395
361
|
obj.projectId = message.projectId;
|
|
396
362
|
}
|
|
397
|
-
if (message.workflowId !== "") {
|
|
398
|
-
obj.workflowId = message.workflowId;
|
|
399
|
-
}
|
|
400
363
|
if (message.tabularDataAssetId !== "") {
|
|
401
364
|
obj.tabularDataAssetId = message.tabularDataAssetId;
|
|
402
365
|
}
|
|
@@ -406,11 +369,10 @@ exports.GetTabularDataAssetRequest = {
|
|
|
406
369
|
return exports.GetTabularDataAssetRequest.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
407
370
|
},
|
|
408
371
|
fromPartial(object) {
|
|
409
|
-
var _a, _b
|
|
372
|
+
var _a, _b;
|
|
410
373
|
const message = createBaseGetTabularDataAssetRequest();
|
|
411
374
|
message.projectId = (_a = object.projectId) !== null && _a !== void 0 ? _a : "";
|
|
412
|
-
message.
|
|
413
|
-
message.tabularDataAssetId = (_c = object.tabularDataAssetId) !== null && _c !== void 0 ? _c : "";
|
|
375
|
+
message.tabularDataAssetId = (_b = object.tabularDataAssetId) !== null && _b !== void 0 ? _b : "";
|
|
414
376
|
return message;
|
|
415
377
|
},
|
|
416
378
|
};
|
|
@@ -474,24 +436,24 @@ exports.GetTabularDataAssetResponse = {
|
|
|
474
436
|
},
|
|
475
437
|
};
|
|
476
438
|
function createBaseListTabularDataAssetsRequest() {
|
|
477
|
-
return { projectId: "",
|
|
439
|
+
return { projectId: "", includeArchived: false, pageSize: 0, pageToken: "", workflowId: "" };
|
|
478
440
|
}
|
|
479
441
|
exports.ListTabularDataAssetsRequest = {
|
|
480
442
|
encode(message, writer = new wire_1.BinaryWriter()) {
|
|
481
443
|
if (message.projectId !== "") {
|
|
482
444
|
writer.uint32(10).string(message.projectId);
|
|
483
445
|
}
|
|
484
|
-
if (message.workflowId !== "") {
|
|
485
|
-
writer.uint32(18).string(message.workflowId);
|
|
486
|
-
}
|
|
487
446
|
if (message.includeArchived !== false) {
|
|
488
|
-
writer.uint32(
|
|
447
|
+
writer.uint32(16).bool(message.includeArchived);
|
|
489
448
|
}
|
|
490
449
|
if (message.pageSize !== 0) {
|
|
491
|
-
writer.uint32(
|
|
450
|
+
writer.uint32(24).int32(message.pageSize);
|
|
492
451
|
}
|
|
493
452
|
if (message.pageToken !== "") {
|
|
494
|
-
writer.uint32(
|
|
453
|
+
writer.uint32(34).string(message.pageToken);
|
|
454
|
+
}
|
|
455
|
+
if (message.workflowId !== "") {
|
|
456
|
+
writer.uint32(42).string(message.workflowId);
|
|
495
457
|
}
|
|
496
458
|
return writer;
|
|
497
459
|
},
|
|
@@ -510,31 +472,31 @@ exports.ListTabularDataAssetsRequest = {
|
|
|
510
472
|
continue;
|
|
511
473
|
}
|
|
512
474
|
case 2: {
|
|
513
|
-
if (tag !==
|
|
475
|
+
if (tag !== 16) {
|
|
514
476
|
break;
|
|
515
477
|
}
|
|
516
|
-
message.
|
|
478
|
+
message.includeArchived = reader.bool();
|
|
517
479
|
continue;
|
|
518
480
|
}
|
|
519
481
|
case 3: {
|
|
520
482
|
if (tag !== 24) {
|
|
521
483
|
break;
|
|
522
484
|
}
|
|
523
|
-
message.
|
|
485
|
+
message.pageSize = reader.int32();
|
|
524
486
|
continue;
|
|
525
487
|
}
|
|
526
488
|
case 4: {
|
|
527
|
-
if (tag !==
|
|
489
|
+
if (tag !== 34) {
|
|
528
490
|
break;
|
|
529
491
|
}
|
|
530
|
-
message.
|
|
492
|
+
message.pageToken = reader.string();
|
|
531
493
|
continue;
|
|
532
494
|
}
|
|
533
495
|
case 5: {
|
|
534
496
|
if (tag !== 42) {
|
|
535
497
|
break;
|
|
536
498
|
}
|
|
537
|
-
message.
|
|
499
|
+
message.workflowId = reader.string();
|
|
538
500
|
continue;
|
|
539
501
|
}
|
|
540
502
|
}
|
|
@@ -552,11 +514,6 @@ exports.ListTabularDataAssetsRequest = {
|
|
|
552
514
|
: isSet(object.project_id)
|
|
553
515
|
? globalThis.String(object.project_id)
|
|
554
516
|
: "",
|
|
555
|
-
workflowId: isSet(object.workflowId)
|
|
556
|
-
? globalThis.String(object.workflowId)
|
|
557
|
-
: isSet(object.workflow_id)
|
|
558
|
-
? globalThis.String(object.workflow_id)
|
|
559
|
-
: "",
|
|
560
517
|
includeArchived: isSet(object.includeArchived)
|
|
561
518
|
? globalThis.Boolean(object.includeArchived)
|
|
562
519
|
: isSet(object.include_archived)
|
|
@@ -572,6 +529,11 @@ exports.ListTabularDataAssetsRequest = {
|
|
|
572
529
|
: isSet(object.page_token)
|
|
573
530
|
? globalThis.String(object.page_token)
|
|
574
531
|
: "",
|
|
532
|
+
workflowId: isSet(object.workflowId)
|
|
533
|
+
? globalThis.String(object.workflowId)
|
|
534
|
+
: isSet(object.workflow_id)
|
|
535
|
+
? globalThis.String(object.workflow_id)
|
|
536
|
+
: "",
|
|
575
537
|
};
|
|
576
538
|
},
|
|
577
539
|
toJSON(message) {
|
|
@@ -579,9 +541,6 @@ exports.ListTabularDataAssetsRequest = {
|
|
|
579
541
|
if (message.projectId !== "") {
|
|
580
542
|
obj.projectId = message.projectId;
|
|
581
543
|
}
|
|
582
|
-
if (message.workflowId !== "") {
|
|
583
|
-
obj.workflowId = message.workflowId;
|
|
584
|
-
}
|
|
585
544
|
if (message.includeArchived !== false) {
|
|
586
545
|
obj.includeArchived = message.includeArchived;
|
|
587
546
|
}
|
|
@@ -591,6 +550,9 @@ exports.ListTabularDataAssetsRequest = {
|
|
|
591
550
|
if (message.pageToken !== "") {
|
|
592
551
|
obj.pageToken = message.pageToken;
|
|
593
552
|
}
|
|
553
|
+
if (message.workflowId !== "") {
|
|
554
|
+
obj.workflowId = message.workflowId;
|
|
555
|
+
}
|
|
594
556
|
return obj;
|
|
595
557
|
},
|
|
596
558
|
create(base) {
|
|
@@ -600,10 +562,10 @@ exports.ListTabularDataAssetsRequest = {
|
|
|
600
562
|
var _a, _b, _c, _d, _e;
|
|
601
563
|
const message = createBaseListTabularDataAssetsRequest();
|
|
602
564
|
message.projectId = (_a = object.projectId) !== null && _a !== void 0 ? _a : "";
|
|
603
|
-
message.
|
|
604
|
-
message.
|
|
605
|
-
message.
|
|
606
|
-
message.
|
|
565
|
+
message.includeArchived = (_b = object.includeArchived) !== null && _b !== void 0 ? _b : false;
|
|
566
|
+
message.pageSize = (_c = object.pageSize) !== null && _c !== void 0 ? _c : 0;
|
|
567
|
+
message.pageToken = (_d = object.pageToken) !== null && _d !== void 0 ? _d : "";
|
|
568
|
+
message.workflowId = (_e = object.workflowId) !== null && _e !== void 0 ? _e : "";
|
|
607
569
|
return message;
|
|
608
570
|
},
|
|
609
571
|
};
|
|
@@ -689,7 +651,6 @@ exports.ListTabularDataAssetsResponse = {
|
|
|
689
651
|
function createBaseUpdateTabularDataAssetRequest() {
|
|
690
652
|
return {
|
|
691
653
|
projectId: "",
|
|
692
|
-
workflowId: "",
|
|
693
654
|
tabularDataAssetId: "",
|
|
694
655
|
name: "",
|
|
695
656
|
description: "",
|
|
@@ -707,38 +668,35 @@ exports.UpdateTabularDataAssetRequest = {
|
|
|
707
668
|
if (message.projectId !== "") {
|
|
708
669
|
writer.uint32(10).string(message.projectId);
|
|
709
670
|
}
|
|
710
|
-
if (message.workflowId !== "") {
|
|
711
|
-
writer.uint32(18).string(message.workflowId);
|
|
712
|
-
}
|
|
713
671
|
if (message.tabularDataAssetId !== "") {
|
|
714
|
-
writer.uint32(
|
|
672
|
+
writer.uint32(18).string(message.tabularDataAssetId);
|
|
715
673
|
}
|
|
716
674
|
if (message.name !== "") {
|
|
717
|
-
writer.uint32(
|
|
675
|
+
writer.uint32(26).string(message.name);
|
|
718
676
|
}
|
|
719
677
|
if (message.description !== "") {
|
|
720
|
-
writer.uint32(
|
|
678
|
+
writer.uint32(34).string(message.description);
|
|
721
679
|
}
|
|
722
680
|
if (message.sourceType !== 0) {
|
|
723
|
-
writer.uint32(
|
|
681
|
+
writer.uint32(40).int32(message.sourceType);
|
|
724
682
|
}
|
|
725
683
|
if (message.storageConnectionId !== "") {
|
|
726
|
-
writer.uint32(
|
|
684
|
+
writer.uint32(50).string(message.storageConnectionId);
|
|
727
685
|
}
|
|
728
686
|
if (message.datasetId !== "") {
|
|
729
|
-
writer.uint32(
|
|
687
|
+
writer.uint32(58).string(message.datasetId);
|
|
730
688
|
}
|
|
731
689
|
if (message.dataUri !== "") {
|
|
732
|
-
writer.uint32(
|
|
690
|
+
writer.uint32(66).string(message.dataUri);
|
|
733
691
|
}
|
|
734
692
|
if (message.versionLabel !== "") {
|
|
735
|
-
writer.uint32(
|
|
693
|
+
writer.uint32(74).string(message.versionLabel);
|
|
736
694
|
}
|
|
737
695
|
if (message.schemaJson !== undefined) {
|
|
738
|
-
struct_pb_1.Struct.encode(struct_pb_1.Struct.wrap(message.schemaJson), writer.uint32(
|
|
696
|
+
struct_pb_1.Struct.encode(struct_pb_1.Struct.wrap(message.schemaJson), writer.uint32(82).fork()).join();
|
|
739
697
|
}
|
|
740
698
|
if (message.metadata !== undefined) {
|
|
741
|
-
struct_pb_1.Struct.encode(struct_pb_1.Struct.wrap(message.metadata), writer.uint32(
|
|
699
|
+
struct_pb_1.Struct.encode(struct_pb_1.Struct.wrap(message.metadata), writer.uint32(90).fork()).join();
|
|
742
700
|
}
|
|
743
701
|
return writer;
|
|
744
702
|
},
|
|
@@ -760,76 +718,69 @@ exports.UpdateTabularDataAssetRequest = {
|
|
|
760
718
|
if (tag !== 18) {
|
|
761
719
|
break;
|
|
762
720
|
}
|
|
763
|
-
message.
|
|
721
|
+
message.tabularDataAssetId = reader.string();
|
|
764
722
|
continue;
|
|
765
723
|
}
|
|
766
724
|
case 3: {
|
|
767
725
|
if (tag !== 26) {
|
|
768
726
|
break;
|
|
769
727
|
}
|
|
770
|
-
message.
|
|
728
|
+
message.name = reader.string();
|
|
771
729
|
continue;
|
|
772
730
|
}
|
|
773
731
|
case 4: {
|
|
774
732
|
if (tag !== 34) {
|
|
775
733
|
break;
|
|
776
734
|
}
|
|
777
|
-
message.
|
|
735
|
+
message.description = reader.string();
|
|
778
736
|
continue;
|
|
779
737
|
}
|
|
780
738
|
case 5: {
|
|
781
|
-
if (tag !==
|
|
739
|
+
if (tag !== 40) {
|
|
782
740
|
break;
|
|
783
741
|
}
|
|
784
|
-
message.
|
|
742
|
+
message.sourceType = reader.int32();
|
|
785
743
|
continue;
|
|
786
744
|
}
|
|
787
745
|
case 6: {
|
|
788
|
-
if (tag !==
|
|
746
|
+
if (tag !== 50) {
|
|
789
747
|
break;
|
|
790
748
|
}
|
|
791
|
-
message.
|
|
749
|
+
message.storageConnectionId = reader.string();
|
|
792
750
|
continue;
|
|
793
751
|
}
|
|
794
752
|
case 7: {
|
|
795
753
|
if (tag !== 58) {
|
|
796
754
|
break;
|
|
797
755
|
}
|
|
798
|
-
message.
|
|
756
|
+
message.datasetId = reader.string();
|
|
799
757
|
continue;
|
|
800
758
|
}
|
|
801
759
|
case 8: {
|
|
802
760
|
if (tag !== 66) {
|
|
803
761
|
break;
|
|
804
762
|
}
|
|
805
|
-
message.
|
|
763
|
+
message.dataUri = reader.string();
|
|
806
764
|
continue;
|
|
807
765
|
}
|
|
808
766
|
case 9: {
|
|
809
767
|
if (tag !== 74) {
|
|
810
768
|
break;
|
|
811
769
|
}
|
|
812
|
-
message.
|
|
770
|
+
message.versionLabel = reader.string();
|
|
813
771
|
continue;
|
|
814
772
|
}
|
|
815
773
|
case 10: {
|
|
816
774
|
if (tag !== 82) {
|
|
817
775
|
break;
|
|
818
776
|
}
|
|
819
|
-
message.
|
|
777
|
+
message.schemaJson = struct_pb_1.Struct.unwrap(struct_pb_1.Struct.decode(reader, reader.uint32()));
|
|
820
778
|
continue;
|
|
821
779
|
}
|
|
822
780
|
case 11: {
|
|
823
781
|
if (tag !== 90) {
|
|
824
782
|
break;
|
|
825
783
|
}
|
|
826
|
-
message.schemaJson = struct_pb_1.Struct.unwrap(struct_pb_1.Struct.decode(reader, reader.uint32()));
|
|
827
|
-
continue;
|
|
828
|
-
}
|
|
829
|
-
case 12: {
|
|
830
|
-
if (tag !== 98) {
|
|
831
|
-
break;
|
|
832
|
-
}
|
|
833
784
|
message.metadata = struct_pb_1.Struct.unwrap(struct_pb_1.Struct.decode(reader, reader.uint32()));
|
|
834
785
|
continue;
|
|
835
786
|
}
|
|
@@ -848,11 +799,6 @@ exports.UpdateTabularDataAssetRequest = {
|
|
|
848
799
|
: isSet(object.project_id)
|
|
849
800
|
? globalThis.String(object.project_id)
|
|
850
801
|
: "",
|
|
851
|
-
workflowId: isSet(object.workflowId)
|
|
852
|
-
? globalThis.String(object.workflowId)
|
|
853
|
-
: isSet(object.workflow_id)
|
|
854
|
-
? globalThis.String(object.workflow_id)
|
|
855
|
-
: "",
|
|
856
802
|
tabularDataAssetId: isSet(object.tabularDataAssetId)
|
|
857
803
|
? globalThis.String(object.tabularDataAssetId)
|
|
858
804
|
: isSet(object.tabular_data_asset_id)
|
|
@@ -898,9 +844,6 @@ exports.UpdateTabularDataAssetRequest = {
|
|
|
898
844
|
if (message.projectId !== "") {
|
|
899
845
|
obj.projectId = message.projectId;
|
|
900
846
|
}
|
|
901
|
-
if (message.workflowId !== "") {
|
|
902
|
-
obj.workflowId = message.workflowId;
|
|
903
|
-
}
|
|
904
847
|
if (message.tabularDataAssetId !== "") {
|
|
905
848
|
obj.tabularDataAssetId = message.tabularDataAssetId;
|
|
906
849
|
}
|
|
@@ -937,20 +880,19 @@ exports.UpdateTabularDataAssetRequest = {
|
|
|
937
880
|
return exports.UpdateTabularDataAssetRequest.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
938
881
|
},
|
|
939
882
|
fromPartial(object) {
|
|
940
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l
|
|
883
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
|
941
884
|
const message = createBaseUpdateTabularDataAssetRequest();
|
|
942
885
|
message.projectId = (_a = object.projectId) !== null && _a !== void 0 ? _a : "";
|
|
943
|
-
message.
|
|
944
|
-
message.
|
|
945
|
-
message.
|
|
946
|
-
message.
|
|
947
|
-
message.
|
|
948
|
-
message.
|
|
949
|
-
message.
|
|
950
|
-
message.
|
|
951
|
-
message.
|
|
952
|
-
message.
|
|
953
|
-
message.metadata = (_m = object.metadata) !== null && _m !== void 0 ? _m : undefined;
|
|
886
|
+
message.tabularDataAssetId = (_b = object.tabularDataAssetId) !== null && _b !== void 0 ? _b : "";
|
|
887
|
+
message.name = (_c = object.name) !== null && _c !== void 0 ? _c : "";
|
|
888
|
+
message.description = (_d = object.description) !== null && _d !== void 0 ? _d : "";
|
|
889
|
+
message.sourceType = (_e = object.sourceType) !== null && _e !== void 0 ? _e : 0;
|
|
890
|
+
message.storageConnectionId = (_f = object.storageConnectionId) !== null && _f !== void 0 ? _f : "";
|
|
891
|
+
message.datasetId = (_g = object.datasetId) !== null && _g !== void 0 ? _g : "";
|
|
892
|
+
message.dataUri = (_h = object.dataUri) !== null && _h !== void 0 ? _h : "";
|
|
893
|
+
message.versionLabel = (_j = object.versionLabel) !== null && _j !== void 0 ? _j : "";
|
|
894
|
+
message.schemaJson = (_k = object.schemaJson) !== null && _k !== void 0 ? _k : undefined;
|
|
895
|
+
message.metadata = (_l = object.metadata) !== null && _l !== void 0 ? _l : undefined;
|
|
954
896
|
return message;
|
|
955
897
|
},
|
|
956
898
|
};
|
|
@@ -1014,18 +956,15 @@ exports.UpdateTabularDataAssetResponse = {
|
|
|
1014
956
|
},
|
|
1015
957
|
};
|
|
1016
958
|
function createBaseArchiveTabularDataAssetRequest() {
|
|
1017
|
-
return { projectId: "",
|
|
959
|
+
return { projectId: "", tabularDataAssetId: "" };
|
|
1018
960
|
}
|
|
1019
961
|
exports.ArchiveTabularDataAssetRequest = {
|
|
1020
962
|
encode(message, writer = new wire_1.BinaryWriter()) {
|
|
1021
963
|
if (message.projectId !== "") {
|
|
1022
964
|
writer.uint32(10).string(message.projectId);
|
|
1023
965
|
}
|
|
1024
|
-
if (message.workflowId !== "") {
|
|
1025
|
-
writer.uint32(18).string(message.workflowId);
|
|
1026
|
-
}
|
|
1027
966
|
if (message.tabularDataAssetId !== "") {
|
|
1028
|
-
writer.uint32(
|
|
967
|
+
writer.uint32(18).string(message.tabularDataAssetId);
|
|
1029
968
|
}
|
|
1030
969
|
return writer;
|
|
1031
970
|
},
|
|
@@ -1047,13 +986,6 @@ exports.ArchiveTabularDataAssetRequest = {
|
|
|
1047
986
|
if (tag !== 18) {
|
|
1048
987
|
break;
|
|
1049
988
|
}
|
|
1050
|
-
message.workflowId = reader.string();
|
|
1051
|
-
continue;
|
|
1052
|
-
}
|
|
1053
|
-
case 3: {
|
|
1054
|
-
if (tag !== 26) {
|
|
1055
|
-
break;
|
|
1056
|
-
}
|
|
1057
989
|
message.tabularDataAssetId = reader.string();
|
|
1058
990
|
continue;
|
|
1059
991
|
}
|
|
@@ -1072,11 +1004,6 @@ exports.ArchiveTabularDataAssetRequest = {
|
|
|
1072
1004
|
: isSet(object.project_id)
|
|
1073
1005
|
? globalThis.String(object.project_id)
|
|
1074
1006
|
: "",
|
|
1075
|
-
workflowId: isSet(object.workflowId)
|
|
1076
|
-
? globalThis.String(object.workflowId)
|
|
1077
|
-
: isSet(object.workflow_id)
|
|
1078
|
-
? globalThis.String(object.workflow_id)
|
|
1079
|
-
: "",
|
|
1080
1007
|
tabularDataAssetId: isSet(object.tabularDataAssetId)
|
|
1081
1008
|
? globalThis.String(object.tabularDataAssetId)
|
|
1082
1009
|
: isSet(object.tabular_data_asset_id)
|
|
@@ -1089,9 +1016,6 @@ exports.ArchiveTabularDataAssetRequest = {
|
|
|
1089
1016
|
if (message.projectId !== "") {
|
|
1090
1017
|
obj.projectId = message.projectId;
|
|
1091
1018
|
}
|
|
1092
|
-
if (message.workflowId !== "") {
|
|
1093
|
-
obj.workflowId = message.workflowId;
|
|
1094
|
-
}
|
|
1095
1019
|
if (message.tabularDataAssetId !== "") {
|
|
1096
1020
|
obj.tabularDataAssetId = message.tabularDataAssetId;
|
|
1097
1021
|
}
|
|
@@ -1101,11 +1025,10 @@ exports.ArchiveTabularDataAssetRequest = {
|
|
|
1101
1025
|
return exports.ArchiveTabularDataAssetRequest.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
1102
1026
|
},
|
|
1103
1027
|
fromPartial(object) {
|
|
1104
|
-
var _a, _b
|
|
1028
|
+
var _a, _b;
|
|
1105
1029
|
const message = createBaseArchiveTabularDataAssetRequest();
|
|
1106
1030
|
message.projectId = (_a = object.projectId) !== null && _a !== void 0 ? _a : "";
|
|
1107
|
-
message.
|
|
1108
|
-
message.tabularDataAssetId = (_c = object.tabularDataAssetId) !== null && _c !== void 0 ? _c : "";
|
|
1031
|
+
message.tabularDataAssetId = (_b = object.tabularDataAssetId) !== null && _b !== void 0 ? _b : "";
|
|
1109
1032
|
return message;
|
|
1110
1033
|
},
|
|
1111
1034
|
};
|
|
@@ -1169,18 +1092,15 @@ exports.ArchiveTabularDataAssetResponse = {
|
|
|
1169
1092
|
},
|
|
1170
1093
|
};
|
|
1171
1094
|
function createBaseDeleteTabularDataAssetRequest() {
|
|
1172
|
-
return { projectId: "",
|
|
1095
|
+
return { projectId: "", tabularDataAssetId: "" };
|
|
1173
1096
|
}
|
|
1174
1097
|
exports.DeleteTabularDataAssetRequest = {
|
|
1175
1098
|
encode(message, writer = new wire_1.BinaryWriter()) {
|
|
1176
1099
|
if (message.projectId !== "") {
|
|
1177
1100
|
writer.uint32(10).string(message.projectId);
|
|
1178
1101
|
}
|
|
1179
|
-
if (message.workflowId !== "") {
|
|
1180
|
-
writer.uint32(18).string(message.workflowId);
|
|
1181
|
-
}
|
|
1182
1102
|
if (message.tabularDataAssetId !== "") {
|
|
1183
|
-
writer.uint32(
|
|
1103
|
+
writer.uint32(18).string(message.tabularDataAssetId);
|
|
1184
1104
|
}
|
|
1185
1105
|
return writer;
|
|
1186
1106
|
},
|
|
@@ -1202,13 +1122,6 @@ exports.DeleteTabularDataAssetRequest = {
|
|
|
1202
1122
|
if (tag !== 18) {
|
|
1203
1123
|
break;
|
|
1204
1124
|
}
|
|
1205
|
-
message.workflowId = reader.string();
|
|
1206
|
-
continue;
|
|
1207
|
-
}
|
|
1208
|
-
case 3: {
|
|
1209
|
-
if (tag !== 26) {
|
|
1210
|
-
break;
|
|
1211
|
-
}
|
|
1212
1125
|
message.tabularDataAssetId = reader.string();
|
|
1213
1126
|
continue;
|
|
1214
1127
|
}
|
|
@@ -1227,11 +1140,6 @@ exports.DeleteTabularDataAssetRequest = {
|
|
|
1227
1140
|
: isSet(object.project_id)
|
|
1228
1141
|
? globalThis.String(object.project_id)
|
|
1229
1142
|
: "",
|
|
1230
|
-
workflowId: isSet(object.workflowId)
|
|
1231
|
-
? globalThis.String(object.workflowId)
|
|
1232
|
-
: isSet(object.workflow_id)
|
|
1233
|
-
? globalThis.String(object.workflow_id)
|
|
1234
|
-
: "",
|
|
1235
1143
|
tabularDataAssetId: isSet(object.tabularDataAssetId)
|
|
1236
1144
|
? globalThis.String(object.tabularDataAssetId)
|
|
1237
1145
|
: isSet(object.tabular_data_asset_id)
|
|
@@ -1244,9 +1152,6 @@ exports.DeleteTabularDataAssetRequest = {
|
|
|
1244
1152
|
if (message.projectId !== "") {
|
|
1245
1153
|
obj.projectId = message.projectId;
|
|
1246
1154
|
}
|
|
1247
|
-
if (message.workflowId !== "") {
|
|
1248
|
-
obj.workflowId = message.workflowId;
|
|
1249
|
-
}
|
|
1250
1155
|
if (message.tabularDataAssetId !== "") {
|
|
1251
1156
|
obj.tabularDataAssetId = message.tabularDataAssetId;
|
|
1252
1157
|
}
|
|
@@ -1256,11 +1161,10 @@ exports.DeleteTabularDataAssetRequest = {
|
|
|
1256
1161
|
return exports.DeleteTabularDataAssetRequest.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
1257
1162
|
},
|
|
1258
1163
|
fromPartial(object) {
|
|
1259
|
-
var _a, _b
|
|
1164
|
+
var _a, _b;
|
|
1260
1165
|
const message = createBaseDeleteTabularDataAssetRequest();
|
|
1261
1166
|
message.projectId = (_a = object.projectId) !== null && _a !== void 0 ? _a : "";
|
|
1262
|
-
message.
|
|
1263
|
-
message.tabularDataAssetId = (_c = object.tabularDataAssetId) !== null && _c !== void 0 ? _c : "";
|
|
1167
|
+
message.tabularDataAssetId = (_b = object.tabularDataAssetId) !== null && _b !== void 0 ? _b : "";
|
|
1264
1168
|
return message;
|
|
1265
1169
|
},
|
|
1266
1170
|
};
|
|
@@ -1301,41 +1205,708 @@ exports.DeleteTabularDataAssetResponse = {
|
|
|
1301
1205
|
return message;
|
|
1302
1206
|
},
|
|
1303
1207
|
};
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
const
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1208
|
+
function createBaseAttachTabularDataAssetToWorkflowRequest() {
|
|
1209
|
+
return { projectId: "", workflowId: "", tabularDataAssetId: "", attachedBy: "", metadata: undefined };
|
|
1210
|
+
}
|
|
1211
|
+
exports.AttachTabularDataAssetToWorkflowRequest = {
|
|
1212
|
+
encode(message, writer = new wire_1.BinaryWriter()) {
|
|
1213
|
+
if (message.projectId !== "") {
|
|
1214
|
+
writer.uint32(10).string(message.projectId);
|
|
1215
|
+
}
|
|
1216
|
+
if (message.workflowId !== "") {
|
|
1217
|
+
writer.uint32(18).string(message.workflowId);
|
|
1218
|
+
}
|
|
1219
|
+
if (message.tabularDataAssetId !== "") {
|
|
1220
|
+
writer.uint32(26).string(message.tabularDataAssetId);
|
|
1221
|
+
}
|
|
1222
|
+
if (message.attachedBy !== "") {
|
|
1223
|
+
writer.uint32(34).string(message.attachedBy);
|
|
1224
|
+
}
|
|
1225
|
+
if (message.metadata !== undefined) {
|
|
1226
|
+
struct_pb_1.Struct.encode(struct_pb_1.Struct.wrap(message.metadata), writer.uint32(42).fork()).join();
|
|
1227
|
+
}
|
|
1228
|
+
return writer;
|
|
1229
|
+
},
|
|
1230
|
+
decode(input, length) {
|
|
1231
|
+
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1232
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1233
|
+
const message = createBaseAttachTabularDataAssetToWorkflowRequest();
|
|
1234
|
+
while (reader.pos < end) {
|
|
1235
|
+
const tag = reader.uint32();
|
|
1236
|
+
switch (tag >>> 3) {
|
|
1237
|
+
case 1: {
|
|
1238
|
+
if (tag !== 10) {
|
|
1239
|
+
break;
|
|
1240
|
+
}
|
|
1241
|
+
message.projectId = reader.string();
|
|
1242
|
+
continue;
|
|
1243
|
+
}
|
|
1244
|
+
case 2: {
|
|
1245
|
+
if (tag !== 18) {
|
|
1246
|
+
break;
|
|
1247
|
+
}
|
|
1248
|
+
message.workflowId = reader.string();
|
|
1249
|
+
continue;
|
|
1250
|
+
}
|
|
1251
|
+
case 3: {
|
|
1252
|
+
if (tag !== 26) {
|
|
1253
|
+
break;
|
|
1254
|
+
}
|
|
1255
|
+
message.tabularDataAssetId = reader.string();
|
|
1256
|
+
continue;
|
|
1257
|
+
}
|
|
1258
|
+
case 4: {
|
|
1259
|
+
if (tag !== 34) {
|
|
1260
|
+
break;
|
|
1261
|
+
}
|
|
1262
|
+
message.attachedBy = reader.string();
|
|
1263
|
+
continue;
|
|
1264
|
+
}
|
|
1265
|
+
case 5: {
|
|
1266
|
+
if (tag !== 42) {
|
|
1267
|
+
break;
|
|
1268
|
+
}
|
|
1269
|
+
message.metadata = struct_pb_1.Struct.unwrap(struct_pb_1.Struct.decode(reader, reader.uint32()));
|
|
1270
|
+
continue;
|
|
1271
|
+
}
|
|
1272
|
+
}
|
|
1273
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1274
|
+
break;
|
|
1275
|
+
}
|
|
1276
|
+
reader.skip(tag & 7);
|
|
1277
|
+
}
|
|
1278
|
+
return message;
|
|
1279
|
+
},
|
|
1280
|
+
fromJSON(object) {
|
|
1281
|
+
return {
|
|
1282
|
+
projectId: isSet(object.projectId)
|
|
1283
|
+
? globalThis.String(object.projectId)
|
|
1284
|
+
: isSet(object.project_id)
|
|
1285
|
+
? globalThis.String(object.project_id)
|
|
1286
|
+
: "",
|
|
1287
|
+
workflowId: isSet(object.workflowId)
|
|
1288
|
+
? globalThis.String(object.workflowId)
|
|
1289
|
+
: isSet(object.workflow_id)
|
|
1290
|
+
? globalThis.String(object.workflow_id)
|
|
1291
|
+
: "",
|
|
1292
|
+
tabularDataAssetId: isSet(object.tabularDataAssetId)
|
|
1293
|
+
? globalThis.String(object.tabularDataAssetId)
|
|
1294
|
+
: isSet(object.tabular_data_asset_id)
|
|
1295
|
+
? globalThis.String(object.tabular_data_asset_id)
|
|
1296
|
+
: "",
|
|
1297
|
+
attachedBy: isSet(object.attachedBy)
|
|
1298
|
+
? globalThis.String(object.attachedBy)
|
|
1299
|
+
: isSet(object.attached_by)
|
|
1300
|
+
? globalThis.String(object.attached_by)
|
|
1301
|
+
: "",
|
|
1302
|
+
metadata: isObject(object.metadata) ? object.metadata : undefined,
|
|
1303
|
+
};
|
|
1304
|
+
},
|
|
1305
|
+
toJSON(message) {
|
|
1306
|
+
const obj = {};
|
|
1307
|
+
if (message.projectId !== "") {
|
|
1308
|
+
obj.projectId = message.projectId;
|
|
1309
|
+
}
|
|
1310
|
+
if (message.workflowId !== "") {
|
|
1311
|
+
obj.workflowId = message.workflowId;
|
|
1312
|
+
}
|
|
1313
|
+
if (message.tabularDataAssetId !== "") {
|
|
1314
|
+
obj.tabularDataAssetId = message.tabularDataAssetId;
|
|
1315
|
+
}
|
|
1316
|
+
if (message.attachedBy !== "") {
|
|
1317
|
+
obj.attachedBy = message.attachedBy;
|
|
1318
|
+
}
|
|
1319
|
+
if (message.metadata !== undefined) {
|
|
1320
|
+
obj.metadata = message.metadata;
|
|
1321
|
+
}
|
|
1322
|
+
return obj;
|
|
1323
|
+
},
|
|
1324
|
+
create(base) {
|
|
1325
|
+
return exports.AttachTabularDataAssetToWorkflowRequest.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
1326
|
+
},
|
|
1327
|
+
fromPartial(object) {
|
|
1328
|
+
var _a, _b, _c, _d, _e;
|
|
1329
|
+
const message = createBaseAttachTabularDataAssetToWorkflowRequest();
|
|
1330
|
+
message.projectId = (_a = object.projectId) !== null && _a !== void 0 ? _a : "";
|
|
1331
|
+
message.workflowId = (_b = object.workflowId) !== null && _b !== void 0 ? _b : "";
|
|
1332
|
+
message.tabularDataAssetId = (_c = object.tabularDataAssetId) !== null && _c !== void 0 ? _c : "";
|
|
1333
|
+
message.attachedBy = (_d = object.attachedBy) !== null && _d !== void 0 ? _d : "";
|
|
1334
|
+
message.metadata = (_e = object.metadata) !== null && _e !== void 0 ? _e : undefined;
|
|
1335
|
+
return message;
|
|
1336
|
+
},
|
|
1337
|
+
};
|
|
1338
|
+
function createBaseAttachTabularDataAssetToWorkflowResponse() {
|
|
1339
|
+
return { binding: undefined };
|
|
1340
|
+
}
|
|
1341
|
+
exports.AttachTabularDataAssetToWorkflowResponse = {
|
|
1342
|
+
encode(message, writer = new wire_1.BinaryWriter()) {
|
|
1343
|
+
if (message.binding !== undefined) {
|
|
1344
|
+
exports.WorkflowTabularDataAssetBinding.encode(message.binding, writer.uint32(10).fork()).join();
|
|
1345
|
+
}
|
|
1346
|
+
return writer;
|
|
1347
|
+
},
|
|
1348
|
+
decode(input, length) {
|
|
1349
|
+
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1350
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1351
|
+
const message = createBaseAttachTabularDataAssetToWorkflowResponse();
|
|
1352
|
+
while (reader.pos < end) {
|
|
1353
|
+
const tag = reader.uint32();
|
|
1354
|
+
switch (tag >>> 3) {
|
|
1355
|
+
case 1: {
|
|
1356
|
+
if (tag !== 10) {
|
|
1357
|
+
break;
|
|
1358
|
+
}
|
|
1359
|
+
message.binding = exports.WorkflowTabularDataAssetBinding.decode(reader, reader.uint32());
|
|
1360
|
+
continue;
|
|
1361
|
+
}
|
|
1362
|
+
}
|
|
1363
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1364
|
+
break;
|
|
1365
|
+
}
|
|
1366
|
+
reader.skip(tag & 7);
|
|
1367
|
+
}
|
|
1368
|
+
return message;
|
|
1369
|
+
},
|
|
1370
|
+
fromJSON(object) {
|
|
1371
|
+
return { binding: isSet(object.binding) ? exports.WorkflowTabularDataAssetBinding.fromJSON(object.binding) : undefined };
|
|
1372
|
+
},
|
|
1373
|
+
toJSON(message) {
|
|
1374
|
+
const obj = {};
|
|
1375
|
+
if (message.binding !== undefined) {
|
|
1376
|
+
obj.binding = exports.WorkflowTabularDataAssetBinding.toJSON(message.binding);
|
|
1377
|
+
}
|
|
1378
|
+
return obj;
|
|
1379
|
+
},
|
|
1380
|
+
create(base) {
|
|
1381
|
+
return exports.AttachTabularDataAssetToWorkflowResponse.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
1382
|
+
},
|
|
1383
|
+
fromPartial(object) {
|
|
1384
|
+
const message = createBaseAttachTabularDataAssetToWorkflowResponse();
|
|
1385
|
+
message.binding = (object.binding !== undefined && object.binding !== null)
|
|
1386
|
+
? exports.WorkflowTabularDataAssetBinding.fromPartial(object.binding)
|
|
1387
|
+
: undefined;
|
|
1388
|
+
return message;
|
|
1389
|
+
},
|
|
1390
|
+
};
|
|
1391
|
+
function createBaseDetachTabularDataAssetFromWorkflowRequest() {
|
|
1392
|
+
return { projectId: "", workflowId: "", tabularDataAssetId: "" };
|
|
1393
|
+
}
|
|
1394
|
+
exports.DetachTabularDataAssetFromWorkflowRequest = {
|
|
1395
|
+
encode(message, writer = new wire_1.BinaryWriter()) {
|
|
1396
|
+
if (message.projectId !== "") {
|
|
1397
|
+
writer.uint32(10).string(message.projectId);
|
|
1398
|
+
}
|
|
1399
|
+
if (message.workflowId !== "") {
|
|
1400
|
+
writer.uint32(18).string(message.workflowId);
|
|
1401
|
+
}
|
|
1402
|
+
if (message.tabularDataAssetId !== "") {
|
|
1403
|
+
writer.uint32(26).string(message.tabularDataAssetId);
|
|
1404
|
+
}
|
|
1405
|
+
return writer;
|
|
1406
|
+
},
|
|
1407
|
+
decode(input, length) {
|
|
1408
|
+
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1409
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1410
|
+
const message = createBaseDetachTabularDataAssetFromWorkflowRequest();
|
|
1411
|
+
while (reader.pos < end) {
|
|
1412
|
+
const tag = reader.uint32();
|
|
1413
|
+
switch (tag >>> 3) {
|
|
1414
|
+
case 1: {
|
|
1415
|
+
if (tag !== 10) {
|
|
1416
|
+
break;
|
|
1417
|
+
}
|
|
1418
|
+
message.projectId = reader.string();
|
|
1419
|
+
continue;
|
|
1420
|
+
}
|
|
1421
|
+
case 2: {
|
|
1422
|
+
if (tag !== 18) {
|
|
1423
|
+
break;
|
|
1424
|
+
}
|
|
1425
|
+
message.workflowId = reader.string();
|
|
1426
|
+
continue;
|
|
1427
|
+
}
|
|
1428
|
+
case 3: {
|
|
1429
|
+
if (tag !== 26) {
|
|
1430
|
+
break;
|
|
1431
|
+
}
|
|
1432
|
+
message.tabularDataAssetId = reader.string();
|
|
1433
|
+
continue;
|
|
1434
|
+
}
|
|
1435
|
+
}
|
|
1436
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1437
|
+
break;
|
|
1438
|
+
}
|
|
1439
|
+
reader.skip(tag & 7);
|
|
1440
|
+
}
|
|
1441
|
+
return message;
|
|
1442
|
+
},
|
|
1443
|
+
fromJSON(object) {
|
|
1444
|
+
return {
|
|
1445
|
+
projectId: isSet(object.projectId)
|
|
1446
|
+
? globalThis.String(object.projectId)
|
|
1447
|
+
: isSet(object.project_id)
|
|
1448
|
+
? globalThis.String(object.project_id)
|
|
1449
|
+
: "",
|
|
1450
|
+
workflowId: isSet(object.workflowId)
|
|
1451
|
+
? globalThis.String(object.workflowId)
|
|
1452
|
+
: isSet(object.workflow_id)
|
|
1453
|
+
? globalThis.String(object.workflow_id)
|
|
1454
|
+
: "",
|
|
1455
|
+
tabularDataAssetId: isSet(object.tabularDataAssetId)
|
|
1456
|
+
? globalThis.String(object.tabularDataAssetId)
|
|
1457
|
+
: isSet(object.tabular_data_asset_id)
|
|
1458
|
+
? globalThis.String(object.tabular_data_asset_id)
|
|
1459
|
+
: "",
|
|
1460
|
+
};
|
|
1461
|
+
},
|
|
1462
|
+
toJSON(message) {
|
|
1463
|
+
const obj = {};
|
|
1464
|
+
if (message.projectId !== "") {
|
|
1465
|
+
obj.projectId = message.projectId;
|
|
1466
|
+
}
|
|
1467
|
+
if (message.workflowId !== "") {
|
|
1468
|
+
obj.workflowId = message.workflowId;
|
|
1469
|
+
}
|
|
1470
|
+
if (message.tabularDataAssetId !== "") {
|
|
1471
|
+
obj.tabularDataAssetId = message.tabularDataAssetId;
|
|
1472
|
+
}
|
|
1473
|
+
return obj;
|
|
1474
|
+
},
|
|
1475
|
+
create(base) {
|
|
1476
|
+
return exports.DetachTabularDataAssetFromWorkflowRequest.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
1477
|
+
},
|
|
1478
|
+
fromPartial(object) {
|
|
1479
|
+
var _a, _b, _c;
|
|
1480
|
+
const message = createBaseDetachTabularDataAssetFromWorkflowRequest();
|
|
1481
|
+
message.projectId = (_a = object.projectId) !== null && _a !== void 0 ? _a : "";
|
|
1482
|
+
message.workflowId = (_b = object.workflowId) !== null && _b !== void 0 ? _b : "";
|
|
1483
|
+
message.tabularDataAssetId = (_c = object.tabularDataAssetId) !== null && _c !== void 0 ? _c : "";
|
|
1484
|
+
return message;
|
|
1485
|
+
},
|
|
1486
|
+
};
|
|
1487
|
+
function createBaseDetachTabularDataAssetFromWorkflowResponse() {
|
|
1488
|
+
return {};
|
|
1489
|
+
}
|
|
1490
|
+
exports.DetachTabularDataAssetFromWorkflowResponse = {
|
|
1491
|
+
encode(_, writer = new wire_1.BinaryWriter()) {
|
|
1492
|
+
return writer;
|
|
1493
|
+
},
|
|
1494
|
+
decode(input, length) {
|
|
1495
|
+
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1496
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1497
|
+
const message = createBaseDetachTabularDataAssetFromWorkflowResponse();
|
|
1498
|
+
while (reader.pos < end) {
|
|
1499
|
+
const tag = reader.uint32();
|
|
1500
|
+
switch (tag >>> 3) {
|
|
1501
|
+
}
|
|
1502
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1503
|
+
break;
|
|
1504
|
+
}
|
|
1505
|
+
reader.skip(tag & 7);
|
|
1506
|
+
}
|
|
1507
|
+
return message;
|
|
1508
|
+
},
|
|
1509
|
+
fromJSON(_) {
|
|
1510
|
+
return {};
|
|
1511
|
+
},
|
|
1512
|
+
toJSON(_) {
|
|
1513
|
+
const obj = {};
|
|
1514
|
+
return obj;
|
|
1515
|
+
},
|
|
1516
|
+
create(base) {
|
|
1517
|
+
return exports.DetachTabularDataAssetFromWorkflowResponse.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
1518
|
+
},
|
|
1519
|
+
fromPartial(_) {
|
|
1520
|
+
const message = createBaseDetachTabularDataAssetFromWorkflowResponse();
|
|
1521
|
+
return message;
|
|
1522
|
+
},
|
|
1523
|
+
};
|
|
1524
|
+
function createBaseListWorkflowTabularDataAssetBindingsRequest() {
|
|
1525
|
+
return { projectId: "", workflowId: "", pageSize: 0, pageToken: "" };
|
|
1526
|
+
}
|
|
1527
|
+
exports.ListWorkflowTabularDataAssetBindingsRequest = {
|
|
1528
|
+
encode(message, writer = new wire_1.BinaryWriter()) {
|
|
1529
|
+
if (message.projectId !== "") {
|
|
1530
|
+
writer.uint32(10).string(message.projectId);
|
|
1531
|
+
}
|
|
1532
|
+
if (message.workflowId !== "") {
|
|
1533
|
+
writer.uint32(18).string(message.workflowId);
|
|
1534
|
+
}
|
|
1535
|
+
if (message.pageSize !== 0) {
|
|
1536
|
+
writer.uint32(24).int32(message.pageSize);
|
|
1537
|
+
}
|
|
1538
|
+
if (message.pageToken !== "") {
|
|
1539
|
+
writer.uint32(34).string(message.pageToken);
|
|
1540
|
+
}
|
|
1541
|
+
return writer;
|
|
1542
|
+
},
|
|
1543
|
+
decode(input, length) {
|
|
1544
|
+
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1545
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1546
|
+
const message = createBaseListWorkflowTabularDataAssetBindingsRequest();
|
|
1547
|
+
while (reader.pos < end) {
|
|
1548
|
+
const tag = reader.uint32();
|
|
1549
|
+
switch (tag >>> 3) {
|
|
1550
|
+
case 1: {
|
|
1551
|
+
if (tag !== 10) {
|
|
1552
|
+
break;
|
|
1553
|
+
}
|
|
1554
|
+
message.projectId = reader.string();
|
|
1555
|
+
continue;
|
|
1556
|
+
}
|
|
1557
|
+
case 2: {
|
|
1558
|
+
if (tag !== 18) {
|
|
1559
|
+
break;
|
|
1560
|
+
}
|
|
1561
|
+
message.workflowId = reader.string();
|
|
1562
|
+
continue;
|
|
1563
|
+
}
|
|
1564
|
+
case 3: {
|
|
1565
|
+
if (tag !== 24) {
|
|
1566
|
+
break;
|
|
1567
|
+
}
|
|
1568
|
+
message.pageSize = reader.int32();
|
|
1569
|
+
continue;
|
|
1570
|
+
}
|
|
1571
|
+
case 4: {
|
|
1572
|
+
if (tag !== 34) {
|
|
1573
|
+
break;
|
|
1574
|
+
}
|
|
1575
|
+
message.pageToken = reader.string();
|
|
1576
|
+
continue;
|
|
1577
|
+
}
|
|
1578
|
+
}
|
|
1579
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1580
|
+
break;
|
|
1581
|
+
}
|
|
1582
|
+
reader.skip(tag & 7);
|
|
1583
|
+
}
|
|
1584
|
+
return message;
|
|
1585
|
+
},
|
|
1586
|
+
fromJSON(object) {
|
|
1587
|
+
return {
|
|
1588
|
+
projectId: isSet(object.projectId)
|
|
1589
|
+
? globalThis.String(object.projectId)
|
|
1590
|
+
: isSet(object.project_id)
|
|
1591
|
+
? globalThis.String(object.project_id)
|
|
1592
|
+
: "",
|
|
1593
|
+
workflowId: isSet(object.workflowId)
|
|
1594
|
+
? globalThis.String(object.workflowId)
|
|
1595
|
+
: isSet(object.workflow_id)
|
|
1596
|
+
? globalThis.String(object.workflow_id)
|
|
1597
|
+
: "",
|
|
1598
|
+
pageSize: isSet(object.pageSize)
|
|
1599
|
+
? globalThis.Number(object.pageSize)
|
|
1600
|
+
: isSet(object.page_size)
|
|
1601
|
+
? globalThis.Number(object.page_size)
|
|
1602
|
+
: 0,
|
|
1603
|
+
pageToken: isSet(object.pageToken)
|
|
1604
|
+
? globalThis.String(object.pageToken)
|
|
1605
|
+
: isSet(object.page_token)
|
|
1606
|
+
? globalThis.String(object.page_token)
|
|
1607
|
+
: "",
|
|
1608
|
+
};
|
|
1609
|
+
},
|
|
1610
|
+
toJSON(message) {
|
|
1611
|
+
const obj = {};
|
|
1612
|
+
if (message.projectId !== "") {
|
|
1613
|
+
obj.projectId = message.projectId;
|
|
1614
|
+
}
|
|
1615
|
+
if (message.workflowId !== "") {
|
|
1616
|
+
obj.workflowId = message.workflowId;
|
|
1617
|
+
}
|
|
1618
|
+
if (message.pageSize !== 0) {
|
|
1619
|
+
obj.pageSize = Math.round(message.pageSize);
|
|
1620
|
+
}
|
|
1621
|
+
if (message.pageToken !== "") {
|
|
1622
|
+
obj.pageToken = message.pageToken;
|
|
1623
|
+
}
|
|
1624
|
+
return obj;
|
|
1625
|
+
},
|
|
1626
|
+
create(base) {
|
|
1627
|
+
return exports.ListWorkflowTabularDataAssetBindingsRequest.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
1628
|
+
},
|
|
1629
|
+
fromPartial(object) {
|
|
1630
|
+
var _a, _b, _c, _d;
|
|
1631
|
+
const message = createBaseListWorkflowTabularDataAssetBindingsRequest();
|
|
1632
|
+
message.projectId = (_a = object.projectId) !== null && _a !== void 0 ? _a : "";
|
|
1633
|
+
message.workflowId = (_b = object.workflowId) !== null && _b !== void 0 ? _b : "";
|
|
1634
|
+
message.pageSize = (_c = object.pageSize) !== null && _c !== void 0 ? _c : 0;
|
|
1635
|
+
message.pageToken = (_d = object.pageToken) !== null && _d !== void 0 ? _d : "";
|
|
1636
|
+
return message;
|
|
1637
|
+
},
|
|
1638
|
+
};
|
|
1639
|
+
function createBaseListWorkflowTabularDataAssetBindingsResponse() {
|
|
1640
|
+
return { bindings: [], nextPageToken: "" };
|
|
1641
|
+
}
|
|
1642
|
+
exports.ListWorkflowTabularDataAssetBindingsResponse = {
|
|
1643
|
+
encode(message, writer = new wire_1.BinaryWriter()) {
|
|
1644
|
+
for (const v of message.bindings) {
|
|
1645
|
+
exports.WorkflowTabularDataAssetBinding.encode(v, writer.uint32(10).fork()).join();
|
|
1646
|
+
}
|
|
1647
|
+
if (message.nextPageToken !== "") {
|
|
1648
|
+
writer.uint32(18).string(message.nextPageToken);
|
|
1649
|
+
}
|
|
1650
|
+
return writer;
|
|
1651
|
+
},
|
|
1652
|
+
decode(input, length) {
|
|
1653
|
+
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1654
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1655
|
+
const message = createBaseListWorkflowTabularDataAssetBindingsResponse();
|
|
1656
|
+
while (reader.pos < end) {
|
|
1657
|
+
const tag = reader.uint32();
|
|
1658
|
+
switch (tag >>> 3) {
|
|
1659
|
+
case 1: {
|
|
1660
|
+
if (tag !== 10) {
|
|
1661
|
+
break;
|
|
1662
|
+
}
|
|
1663
|
+
message.bindings.push(exports.WorkflowTabularDataAssetBinding.decode(reader, reader.uint32()));
|
|
1664
|
+
continue;
|
|
1665
|
+
}
|
|
1666
|
+
case 2: {
|
|
1667
|
+
if (tag !== 18) {
|
|
1668
|
+
break;
|
|
1669
|
+
}
|
|
1670
|
+
message.nextPageToken = reader.string();
|
|
1671
|
+
continue;
|
|
1672
|
+
}
|
|
1673
|
+
}
|
|
1674
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1675
|
+
break;
|
|
1676
|
+
}
|
|
1677
|
+
reader.skip(tag & 7);
|
|
1678
|
+
}
|
|
1679
|
+
return message;
|
|
1680
|
+
},
|
|
1681
|
+
fromJSON(object) {
|
|
1682
|
+
return {
|
|
1683
|
+
bindings: globalThis.Array.isArray(object === null || object === void 0 ? void 0 : object.bindings)
|
|
1684
|
+
? object.bindings.map((e) => exports.WorkflowTabularDataAssetBinding.fromJSON(e))
|
|
1685
|
+
: [],
|
|
1686
|
+
nextPageToken: isSet(object.nextPageToken)
|
|
1687
|
+
? globalThis.String(object.nextPageToken)
|
|
1688
|
+
: isSet(object.next_page_token)
|
|
1689
|
+
? globalThis.String(object.next_page_token)
|
|
1690
|
+
: "",
|
|
1691
|
+
};
|
|
1692
|
+
},
|
|
1693
|
+
toJSON(message) {
|
|
1694
|
+
var _a;
|
|
1695
|
+
const obj = {};
|
|
1696
|
+
if ((_a = message.bindings) === null || _a === void 0 ? void 0 : _a.length) {
|
|
1697
|
+
obj.bindings = message.bindings.map((e) => exports.WorkflowTabularDataAssetBinding.toJSON(e));
|
|
1698
|
+
}
|
|
1699
|
+
if (message.nextPageToken !== "") {
|
|
1700
|
+
obj.nextPageToken = message.nextPageToken;
|
|
1701
|
+
}
|
|
1702
|
+
return obj;
|
|
1703
|
+
},
|
|
1704
|
+
create(base) {
|
|
1705
|
+
return exports.ListWorkflowTabularDataAssetBindingsResponse.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
1706
|
+
},
|
|
1707
|
+
fromPartial(object) {
|
|
1708
|
+
var _a;
|
|
1709
|
+
var _b;
|
|
1710
|
+
const message = createBaseListWorkflowTabularDataAssetBindingsResponse();
|
|
1711
|
+
message.bindings = ((_a = object.bindings) === null || _a === void 0 ? void 0 : _a.map((e) => exports.WorkflowTabularDataAssetBinding.fromPartial(e))) || [];
|
|
1712
|
+
message.nextPageToken = (_b = object.nextPageToken) !== null && _b !== void 0 ? _b : "";
|
|
1713
|
+
return message;
|
|
1714
|
+
},
|
|
1715
|
+
};
|
|
1716
|
+
function createBaseWorkflowTabularDataAssetBinding() {
|
|
1717
|
+
return {
|
|
1718
|
+
projectId: "",
|
|
1719
|
+
workflowId: "",
|
|
1720
|
+
tabularDataAssetId: "",
|
|
1721
|
+
attachedBy: "",
|
|
1722
|
+
metadata: undefined,
|
|
1723
|
+
attachedAt: undefined,
|
|
1724
|
+
};
|
|
1725
|
+
}
|
|
1726
|
+
exports.WorkflowTabularDataAssetBinding = {
|
|
1727
|
+
encode(message, writer = new wire_1.BinaryWriter()) {
|
|
1728
|
+
if (message.projectId !== "") {
|
|
1729
|
+
writer.uint32(10).string(message.projectId);
|
|
1730
|
+
}
|
|
1731
|
+
if (message.workflowId !== "") {
|
|
1732
|
+
writer.uint32(18).string(message.workflowId);
|
|
1733
|
+
}
|
|
1734
|
+
if (message.tabularDataAssetId !== "") {
|
|
1735
|
+
writer.uint32(26).string(message.tabularDataAssetId);
|
|
1736
|
+
}
|
|
1737
|
+
if (message.attachedBy !== "") {
|
|
1738
|
+
writer.uint32(34).string(message.attachedBy);
|
|
1739
|
+
}
|
|
1740
|
+
if (message.metadata !== undefined) {
|
|
1741
|
+
struct_pb_1.Struct.encode(struct_pb_1.Struct.wrap(message.metadata), writer.uint32(42).fork()).join();
|
|
1742
|
+
}
|
|
1743
|
+
if (message.attachedAt !== undefined) {
|
|
1744
|
+
timestamp_pb_1.Timestamp.encode(toTimestamp(message.attachedAt), writer.uint32(50).fork()).join();
|
|
1745
|
+
}
|
|
1746
|
+
return writer;
|
|
1747
|
+
},
|
|
1748
|
+
decode(input, length) {
|
|
1749
|
+
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1750
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1751
|
+
const message = createBaseWorkflowTabularDataAssetBinding();
|
|
1752
|
+
while (reader.pos < end) {
|
|
1753
|
+
const tag = reader.uint32();
|
|
1754
|
+
switch (tag >>> 3) {
|
|
1755
|
+
case 1: {
|
|
1756
|
+
if (tag !== 10) {
|
|
1757
|
+
break;
|
|
1758
|
+
}
|
|
1759
|
+
message.projectId = reader.string();
|
|
1760
|
+
continue;
|
|
1761
|
+
}
|
|
1762
|
+
case 2: {
|
|
1763
|
+
if (tag !== 18) {
|
|
1764
|
+
break;
|
|
1765
|
+
}
|
|
1766
|
+
message.workflowId = reader.string();
|
|
1767
|
+
continue;
|
|
1768
|
+
}
|
|
1769
|
+
case 3: {
|
|
1770
|
+
if (tag !== 26) {
|
|
1771
|
+
break;
|
|
1772
|
+
}
|
|
1773
|
+
message.tabularDataAssetId = reader.string();
|
|
1774
|
+
continue;
|
|
1775
|
+
}
|
|
1776
|
+
case 4: {
|
|
1777
|
+
if (tag !== 34) {
|
|
1778
|
+
break;
|
|
1779
|
+
}
|
|
1780
|
+
message.attachedBy = reader.string();
|
|
1781
|
+
continue;
|
|
1782
|
+
}
|
|
1783
|
+
case 5: {
|
|
1784
|
+
if (tag !== 42) {
|
|
1785
|
+
break;
|
|
1786
|
+
}
|
|
1787
|
+
message.metadata = struct_pb_1.Struct.unwrap(struct_pb_1.Struct.decode(reader, reader.uint32()));
|
|
1788
|
+
continue;
|
|
1789
|
+
}
|
|
1790
|
+
case 6: {
|
|
1791
|
+
if (tag !== 50) {
|
|
1792
|
+
break;
|
|
1793
|
+
}
|
|
1794
|
+
message.attachedAt = fromTimestamp(timestamp_pb_1.Timestamp.decode(reader, reader.uint32()));
|
|
1795
|
+
continue;
|
|
1796
|
+
}
|
|
1797
|
+
}
|
|
1798
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1799
|
+
break;
|
|
1800
|
+
}
|
|
1801
|
+
reader.skip(tag & 7);
|
|
1802
|
+
}
|
|
1803
|
+
return message;
|
|
1804
|
+
},
|
|
1805
|
+
fromJSON(object) {
|
|
1806
|
+
return {
|
|
1807
|
+
projectId: isSet(object.projectId)
|
|
1808
|
+
? globalThis.String(object.projectId)
|
|
1809
|
+
: isSet(object.project_id)
|
|
1810
|
+
? globalThis.String(object.project_id)
|
|
1811
|
+
: "",
|
|
1812
|
+
workflowId: isSet(object.workflowId)
|
|
1813
|
+
? globalThis.String(object.workflowId)
|
|
1814
|
+
: isSet(object.workflow_id)
|
|
1815
|
+
? globalThis.String(object.workflow_id)
|
|
1816
|
+
: "",
|
|
1817
|
+
tabularDataAssetId: isSet(object.tabularDataAssetId)
|
|
1818
|
+
? globalThis.String(object.tabularDataAssetId)
|
|
1819
|
+
: isSet(object.tabular_data_asset_id)
|
|
1820
|
+
? globalThis.String(object.tabular_data_asset_id)
|
|
1821
|
+
: "",
|
|
1822
|
+
attachedBy: isSet(object.attachedBy)
|
|
1823
|
+
? globalThis.String(object.attachedBy)
|
|
1824
|
+
: isSet(object.attached_by)
|
|
1825
|
+
? globalThis.String(object.attached_by)
|
|
1826
|
+
: "",
|
|
1827
|
+
metadata: isObject(object.metadata) ? object.metadata : undefined,
|
|
1828
|
+
attachedAt: isSet(object.attachedAt)
|
|
1829
|
+
? fromJsonTimestamp(object.attachedAt)
|
|
1830
|
+
: isSet(object.attached_at)
|
|
1831
|
+
? fromJsonTimestamp(object.attached_at)
|
|
1832
|
+
: undefined,
|
|
1833
|
+
};
|
|
1834
|
+
},
|
|
1835
|
+
toJSON(message) {
|
|
1836
|
+
const obj = {};
|
|
1837
|
+
if (message.projectId !== "") {
|
|
1838
|
+
obj.projectId = message.projectId;
|
|
1839
|
+
}
|
|
1840
|
+
if (message.workflowId !== "") {
|
|
1841
|
+
obj.workflowId = message.workflowId;
|
|
1842
|
+
}
|
|
1843
|
+
if (message.tabularDataAssetId !== "") {
|
|
1844
|
+
obj.tabularDataAssetId = message.tabularDataAssetId;
|
|
1845
|
+
}
|
|
1846
|
+
if (message.attachedBy !== "") {
|
|
1847
|
+
obj.attachedBy = message.attachedBy;
|
|
1848
|
+
}
|
|
1849
|
+
if (message.metadata !== undefined) {
|
|
1850
|
+
obj.metadata = message.metadata;
|
|
1851
|
+
}
|
|
1852
|
+
if (message.attachedAt !== undefined) {
|
|
1853
|
+
obj.attachedAt = message.attachedAt.toISOString();
|
|
1854
|
+
}
|
|
1855
|
+
return obj;
|
|
1856
|
+
},
|
|
1857
|
+
create(base) {
|
|
1858
|
+
return exports.WorkflowTabularDataAssetBinding.fromPartial(base !== null && base !== void 0 ? base : {});
|
|
1859
|
+
},
|
|
1860
|
+
fromPartial(object) {
|
|
1861
|
+
var _a, _b, _c, _d, _e, _f;
|
|
1862
|
+
const message = createBaseWorkflowTabularDataAssetBinding();
|
|
1863
|
+
message.projectId = (_a = object.projectId) !== null && _a !== void 0 ? _a : "";
|
|
1864
|
+
message.workflowId = (_b = object.workflowId) !== null && _b !== void 0 ? _b : "";
|
|
1865
|
+
message.tabularDataAssetId = (_c = object.tabularDataAssetId) !== null && _c !== void 0 ? _c : "";
|
|
1866
|
+
message.attachedBy = (_d = object.attachedBy) !== null && _d !== void 0 ? _d : "";
|
|
1867
|
+
message.metadata = (_e = object.metadata) !== null && _e !== void 0 ? _e : undefined;
|
|
1868
|
+
message.attachedAt = (_f = object.attachedAt) !== null && _f !== void 0 ? _f : undefined;
|
|
1869
|
+
return message;
|
|
1870
|
+
},
|
|
1871
|
+
};
|
|
1872
|
+
exports.DataServiceServiceName = "weaveapi.data.v1.DataService";
|
|
1873
|
+
class DataServiceClientImpl {
|
|
1874
|
+
rpc;
|
|
1875
|
+
service;
|
|
1876
|
+
constructor(rpc, opts) {
|
|
1877
|
+
this.service = (opts === null || opts === void 0 ? void 0 : opts.service) || exports.DataServiceServiceName;
|
|
1878
|
+
this.rpc = rpc;
|
|
1879
|
+
this.CreateTabularDataAsset = this.CreateTabularDataAsset.bind(this);
|
|
1880
|
+
this.GetTabularDataAsset = this.GetTabularDataAsset.bind(this);
|
|
1881
|
+
this.ListTabularDataAssets = this.ListTabularDataAssets.bind(this);
|
|
1882
|
+
this.UpdateTabularDataAsset = this.UpdateTabularDataAsset.bind(this);
|
|
1883
|
+
this.ArchiveTabularDataAsset = this.ArchiveTabularDataAsset.bind(this);
|
|
1884
|
+
this.DeleteTabularDataAsset = this.DeleteTabularDataAsset.bind(this);
|
|
1885
|
+
this.AttachTabularDataAssetToWorkflow = this.AttachTabularDataAssetToWorkflow.bind(this);
|
|
1886
|
+
this.DetachTabularDataAssetFromWorkflow = this.DetachTabularDataAssetFromWorkflow.bind(this);
|
|
1887
|
+
this.ListWorkflowTabularDataAssetBindings = this.ListWorkflowTabularDataAssetBindings.bind(this);
|
|
1888
|
+
}
|
|
1889
|
+
CreateTabularDataAsset(request) {
|
|
1890
|
+
const data = exports.CreateTabularDataAssetRequest.encode(request).finish();
|
|
1891
|
+
const promise = this.rpc.request(this.service, "CreateTabularDataAsset", data);
|
|
1892
|
+
return promise.then((data) => exports.CreateTabularDataAssetResponse.decode(new wire_1.BinaryReader(data)));
|
|
1893
|
+
}
|
|
1894
|
+
GetTabularDataAsset(request) {
|
|
1895
|
+
const data = exports.GetTabularDataAssetRequest.encode(request).finish();
|
|
1896
|
+
const promise = this.rpc.request(this.service, "GetTabularDataAsset", data);
|
|
1897
|
+
return promise.then((data) => exports.GetTabularDataAssetResponse.decode(new wire_1.BinaryReader(data)));
|
|
1898
|
+
}
|
|
1899
|
+
ListTabularDataAssets(request) {
|
|
1900
|
+
const data = exports.ListTabularDataAssetsRequest.encode(request).finish();
|
|
1901
|
+
const promise = this.rpc.request(this.service, "ListTabularDataAssets", data);
|
|
1902
|
+
return promise.then((data) => exports.ListTabularDataAssetsResponse.decode(new wire_1.BinaryReader(data)));
|
|
1903
|
+
}
|
|
1904
|
+
UpdateTabularDataAsset(request) {
|
|
1905
|
+
const data = exports.UpdateTabularDataAssetRequest.encode(request).finish();
|
|
1906
|
+
const promise = this.rpc.request(this.service, "UpdateTabularDataAsset", data);
|
|
1907
|
+
return promise.then((data) => exports.UpdateTabularDataAssetResponse.decode(new wire_1.BinaryReader(data)));
|
|
1908
|
+
}
|
|
1909
|
+
ArchiveTabularDataAsset(request) {
|
|
1339
1910
|
const data = exports.ArchiveTabularDataAssetRequest.encode(request).finish();
|
|
1340
1911
|
const promise = this.rpc.request(this.service, "ArchiveTabularDataAsset", data);
|
|
1341
1912
|
return promise.then((data) => exports.ArchiveTabularDataAssetResponse.decode(new wire_1.BinaryReader(data)));
|
|
@@ -1345,6 +1916,21 @@ class DataServiceClientImpl {
|
|
|
1345
1916
|
const promise = this.rpc.request(this.service, "DeleteTabularDataAsset", data);
|
|
1346
1917
|
return promise.then((data) => exports.DeleteTabularDataAssetResponse.decode(new wire_1.BinaryReader(data)));
|
|
1347
1918
|
}
|
|
1919
|
+
AttachTabularDataAssetToWorkflow(request) {
|
|
1920
|
+
const data = exports.AttachTabularDataAssetToWorkflowRequest.encode(request).finish();
|
|
1921
|
+
const promise = this.rpc.request(this.service, "AttachTabularDataAssetToWorkflow", data);
|
|
1922
|
+
return promise.then((data) => exports.AttachTabularDataAssetToWorkflowResponse.decode(new wire_1.BinaryReader(data)));
|
|
1923
|
+
}
|
|
1924
|
+
DetachTabularDataAssetFromWorkflow(request) {
|
|
1925
|
+
const data = exports.DetachTabularDataAssetFromWorkflowRequest.encode(request).finish();
|
|
1926
|
+
const promise = this.rpc.request(this.service, "DetachTabularDataAssetFromWorkflow", data);
|
|
1927
|
+
return promise.then((data) => exports.DetachTabularDataAssetFromWorkflowResponse.decode(new wire_1.BinaryReader(data)));
|
|
1928
|
+
}
|
|
1929
|
+
ListWorkflowTabularDataAssetBindings(request) {
|
|
1930
|
+
const data = exports.ListWorkflowTabularDataAssetBindingsRequest.encode(request).finish();
|
|
1931
|
+
const promise = this.rpc.request(this.service, "ListWorkflowTabularDataAssetBindings", data);
|
|
1932
|
+
return promise.then((data) => exports.ListWorkflowTabularDataAssetBindingsResponse.decode(new wire_1.BinaryReader(data)));
|
|
1933
|
+
}
|
|
1348
1934
|
}
|
|
1349
1935
|
exports.DataServiceClientImpl = DataServiceClientImpl;
|
|
1350
1936
|
exports.DataServiceDefinition = {
|
|
@@ -1355,7 +1941,264 @@ exports.DataServiceDefinition = {
|
|
|
1355
1941
|
name: "CreateTabularDataAsset",
|
|
1356
1942
|
requestType: exports.CreateTabularDataAssetRequest,
|
|
1357
1943
|
requestStream: false,
|
|
1358
|
-
responseType: exports.CreateTabularDataAssetResponse,
|
|
1944
|
+
responseType: exports.CreateTabularDataAssetResponse,
|
|
1945
|
+
responseStream: false,
|
|
1946
|
+
options: {
|
|
1947
|
+
_unknownFields: {
|
|
1948
|
+
578365826: [
|
|
1949
|
+
new Uint8Array([
|
|
1950
|
+
42,
|
|
1951
|
+
58,
|
|
1952
|
+
1,
|
|
1953
|
+
42,
|
|
1954
|
+
34,
|
|
1955
|
+
37,
|
|
1956
|
+
47,
|
|
1957
|
+
118,
|
|
1958
|
+
49,
|
|
1959
|
+
47,
|
|
1960
|
+
112,
|
|
1961
|
+
114,
|
|
1962
|
+
111,
|
|
1963
|
+
106,
|
|
1964
|
+
101,
|
|
1965
|
+
99,
|
|
1966
|
+
116,
|
|
1967
|
+
115,
|
|
1968
|
+
47,
|
|
1969
|
+
123,
|
|
1970
|
+
112,
|
|
1971
|
+
114,
|
|
1972
|
+
111,
|
|
1973
|
+
106,
|
|
1974
|
+
101,
|
|
1975
|
+
99,
|
|
1976
|
+
116,
|
|
1977
|
+
95,
|
|
1978
|
+
105,
|
|
1979
|
+
100,
|
|
1980
|
+
125,
|
|
1981
|
+
47,
|
|
1982
|
+
100,
|
|
1983
|
+
97,
|
|
1984
|
+
116,
|
|
1985
|
+
97,
|
|
1986
|
+
45,
|
|
1987
|
+
97,
|
|
1988
|
+
115,
|
|
1989
|
+
115,
|
|
1990
|
+
101,
|
|
1991
|
+
116,
|
|
1992
|
+
115,
|
|
1993
|
+
]),
|
|
1994
|
+
],
|
|
1995
|
+
},
|
|
1996
|
+
},
|
|
1997
|
+
},
|
|
1998
|
+
getTabularDataAsset: {
|
|
1999
|
+
name: "GetTabularDataAsset",
|
|
2000
|
+
requestType: exports.GetTabularDataAssetRequest,
|
|
2001
|
+
requestStream: false,
|
|
2002
|
+
responseType: exports.GetTabularDataAssetResponse,
|
|
2003
|
+
responseStream: false,
|
|
2004
|
+
options: {
|
|
2005
|
+
_unknownFields: {
|
|
2006
|
+
578365826: [
|
|
2007
|
+
new Uint8Array([
|
|
2008
|
+
63,
|
|
2009
|
+
18,
|
|
2010
|
+
61,
|
|
2011
|
+
47,
|
|
2012
|
+
118,
|
|
2013
|
+
49,
|
|
2014
|
+
47,
|
|
2015
|
+
112,
|
|
2016
|
+
114,
|
|
2017
|
+
111,
|
|
2018
|
+
106,
|
|
2019
|
+
101,
|
|
2020
|
+
99,
|
|
2021
|
+
116,
|
|
2022
|
+
115,
|
|
2023
|
+
47,
|
|
2024
|
+
123,
|
|
2025
|
+
112,
|
|
2026
|
+
114,
|
|
2027
|
+
111,
|
|
2028
|
+
106,
|
|
2029
|
+
101,
|
|
2030
|
+
99,
|
|
2031
|
+
116,
|
|
2032
|
+
95,
|
|
2033
|
+
105,
|
|
2034
|
+
100,
|
|
2035
|
+
125,
|
|
2036
|
+
47,
|
|
2037
|
+
100,
|
|
2038
|
+
97,
|
|
2039
|
+
116,
|
|
2040
|
+
97,
|
|
2041
|
+
45,
|
|
2042
|
+
97,
|
|
2043
|
+
115,
|
|
2044
|
+
115,
|
|
2045
|
+
101,
|
|
2046
|
+
116,
|
|
2047
|
+
115,
|
|
2048
|
+
47,
|
|
2049
|
+
123,
|
|
2050
|
+
116,
|
|
2051
|
+
97,
|
|
2052
|
+
98,
|
|
2053
|
+
117,
|
|
2054
|
+
108,
|
|
2055
|
+
97,
|
|
2056
|
+
114,
|
|
2057
|
+
95,
|
|
2058
|
+
100,
|
|
2059
|
+
97,
|
|
2060
|
+
116,
|
|
2061
|
+
97,
|
|
2062
|
+
95,
|
|
2063
|
+
97,
|
|
2064
|
+
115,
|
|
2065
|
+
115,
|
|
2066
|
+
101,
|
|
2067
|
+
116,
|
|
2068
|
+
95,
|
|
2069
|
+
105,
|
|
2070
|
+
100,
|
|
2071
|
+
125,
|
|
2072
|
+
]),
|
|
2073
|
+
],
|
|
2074
|
+
},
|
|
2075
|
+
},
|
|
2076
|
+
},
|
|
2077
|
+
listTabularDataAssets: {
|
|
2078
|
+
name: "ListTabularDataAssets",
|
|
2079
|
+
requestType: exports.ListTabularDataAssetsRequest,
|
|
2080
|
+
requestStream: false,
|
|
2081
|
+
responseType: exports.ListTabularDataAssetsResponse,
|
|
2082
|
+
responseStream: false,
|
|
2083
|
+
options: {
|
|
2084
|
+
_unknownFields: {
|
|
2085
|
+
578365826: [
|
|
2086
|
+
new Uint8Array([
|
|
2087
|
+
104,
|
|
2088
|
+
90,
|
|
2089
|
+
63,
|
|
2090
|
+
18,
|
|
2091
|
+
61,
|
|
2092
|
+
47,
|
|
2093
|
+
118,
|
|
2094
|
+
49,
|
|
2095
|
+
47,
|
|
2096
|
+
112,
|
|
2097
|
+
114,
|
|
2098
|
+
111,
|
|
2099
|
+
106,
|
|
2100
|
+
101,
|
|
2101
|
+
99,
|
|
2102
|
+
116,
|
|
2103
|
+
115,
|
|
2104
|
+
47,
|
|
2105
|
+
123,
|
|
2106
|
+
112,
|
|
2107
|
+
114,
|
|
2108
|
+
111,
|
|
2109
|
+
106,
|
|
2110
|
+
101,
|
|
2111
|
+
99,
|
|
2112
|
+
116,
|
|
2113
|
+
95,
|
|
2114
|
+
105,
|
|
2115
|
+
100,
|
|
2116
|
+
125,
|
|
2117
|
+
47,
|
|
2118
|
+
119,
|
|
2119
|
+
111,
|
|
2120
|
+
114,
|
|
2121
|
+
107,
|
|
2122
|
+
102,
|
|
2123
|
+
108,
|
|
2124
|
+
111,
|
|
2125
|
+
119,
|
|
2126
|
+
115,
|
|
2127
|
+
47,
|
|
2128
|
+
123,
|
|
2129
|
+
119,
|
|
2130
|
+
111,
|
|
2131
|
+
114,
|
|
2132
|
+
107,
|
|
2133
|
+
102,
|
|
2134
|
+
108,
|
|
2135
|
+
111,
|
|
2136
|
+
119,
|
|
2137
|
+
95,
|
|
2138
|
+
105,
|
|
2139
|
+
100,
|
|
2140
|
+
125,
|
|
2141
|
+
47,
|
|
2142
|
+
100,
|
|
2143
|
+
97,
|
|
2144
|
+
116,
|
|
2145
|
+
97,
|
|
2146
|
+
45,
|
|
2147
|
+
97,
|
|
2148
|
+
115,
|
|
2149
|
+
115,
|
|
2150
|
+
101,
|
|
2151
|
+
116,
|
|
2152
|
+
115,
|
|
2153
|
+
18,
|
|
2154
|
+
37,
|
|
2155
|
+
47,
|
|
2156
|
+
118,
|
|
2157
|
+
49,
|
|
2158
|
+
47,
|
|
2159
|
+
112,
|
|
2160
|
+
114,
|
|
2161
|
+
111,
|
|
2162
|
+
106,
|
|
2163
|
+
101,
|
|
2164
|
+
99,
|
|
2165
|
+
116,
|
|
2166
|
+
115,
|
|
2167
|
+
47,
|
|
2168
|
+
123,
|
|
2169
|
+
112,
|
|
2170
|
+
114,
|
|
2171
|
+
111,
|
|
2172
|
+
106,
|
|
2173
|
+
101,
|
|
2174
|
+
99,
|
|
2175
|
+
116,
|
|
2176
|
+
95,
|
|
2177
|
+
105,
|
|
2178
|
+
100,
|
|
2179
|
+
125,
|
|
2180
|
+
47,
|
|
2181
|
+
100,
|
|
2182
|
+
97,
|
|
2183
|
+
116,
|
|
2184
|
+
97,
|
|
2185
|
+
45,
|
|
2186
|
+
97,
|
|
2187
|
+
115,
|
|
2188
|
+
115,
|
|
2189
|
+
101,
|
|
2190
|
+
116,
|
|
2191
|
+
115,
|
|
2192
|
+
]),
|
|
2193
|
+
],
|
|
2194
|
+
},
|
|
2195
|
+
},
|
|
2196
|
+
},
|
|
2197
|
+
updateTabularDataAsset: {
|
|
2198
|
+
name: "UpdateTabularDataAsset",
|
|
2199
|
+
requestType: exports.UpdateTabularDataAssetRequest,
|
|
2200
|
+
requestStream: false,
|
|
2201
|
+
responseType: exports.UpdateTabularDataAssetResponse,
|
|
1359
2202
|
responseStream: false,
|
|
1360
2203
|
options: {
|
|
1361
2204
|
_unknownFields: {
|
|
@@ -1365,7 +2208,7 @@ exports.DataServiceDefinition = {
|
|
|
1365
2208
|
58,
|
|
1366
2209
|
1,
|
|
1367
2210
|
42,
|
|
1368
|
-
|
|
2211
|
+
50,
|
|
1369
2212
|
61,
|
|
1370
2213
|
47,
|
|
1371
2214
|
118,
|
|
@@ -1393,59 +2236,62 @@ exports.DataServiceDefinition = {
|
|
|
1393
2236
|
100,
|
|
1394
2237
|
125,
|
|
1395
2238
|
47,
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
2239
|
+
100,
|
|
2240
|
+
97,
|
|
2241
|
+
116,
|
|
2242
|
+
97,
|
|
2243
|
+
45,
|
|
2244
|
+
97,
|
|
2245
|
+
115,
|
|
2246
|
+
115,
|
|
2247
|
+
101,
|
|
2248
|
+
116,
|
|
1404
2249
|
115,
|
|
1405
2250
|
47,
|
|
1406
2251
|
123,
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
102,
|
|
2252
|
+
116,
|
|
2253
|
+
97,
|
|
2254
|
+
98,
|
|
2255
|
+
117,
|
|
1412
2256
|
108,
|
|
1413
|
-
|
|
1414
|
-
|
|
2257
|
+
97,
|
|
2258
|
+
114,
|
|
1415
2259
|
95,
|
|
1416
|
-
105,
|
|
1417
|
-
100,
|
|
1418
|
-
125,
|
|
1419
|
-
47,
|
|
1420
2260
|
100,
|
|
1421
2261
|
97,
|
|
1422
2262
|
116,
|
|
1423
2263
|
97,
|
|
1424
|
-
|
|
2264
|
+
95,
|
|
1425
2265
|
97,
|
|
1426
2266
|
115,
|
|
1427
2267
|
115,
|
|
1428
2268
|
101,
|
|
1429
2269
|
116,
|
|
1430
|
-
|
|
2270
|
+
95,
|
|
2271
|
+
105,
|
|
2272
|
+
100,
|
|
2273
|
+
125,
|
|
1431
2274
|
]),
|
|
1432
2275
|
],
|
|
1433
2276
|
},
|
|
1434
2277
|
},
|
|
1435
2278
|
},
|
|
1436
|
-
|
|
1437
|
-
name: "
|
|
1438
|
-
requestType: exports.
|
|
2279
|
+
archiveTabularDataAsset: {
|
|
2280
|
+
name: "ArchiveTabularDataAsset",
|
|
2281
|
+
requestType: exports.ArchiveTabularDataAssetRequest,
|
|
1439
2282
|
requestStream: false,
|
|
1440
|
-
responseType: exports.
|
|
2283
|
+
responseType: exports.ArchiveTabularDataAssetResponse,
|
|
1441
2284
|
responseStream: false,
|
|
1442
2285
|
options: {
|
|
1443
2286
|
_unknownFields: {
|
|
1444
2287
|
578365826: [
|
|
1445
2288
|
new Uint8Array([
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
2289
|
+
74,
|
|
2290
|
+
58,
|
|
2291
|
+
1,
|
|
2292
|
+
42,
|
|
2293
|
+
34,
|
|
2294
|
+
69,
|
|
1449
2295
|
47,
|
|
1450
2296
|
118,
|
|
1451
2297
|
49,
|
|
@@ -1472,30 +2318,6 @@ exports.DataServiceDefinition = {
|
|
|
1472
2318
|
100,
|
|
1473
2319
|
125,
|
|
1474
2320
|
47,
|
|
1475
|
-
119,
|
|
1476
|
-
111,
|
|
1477
|
-
114,
|
|
1478
|
-
107,
|
|
1479
|
-
102,
|
|
1480
|
-
108,
|
|
1481
|
-
111,
|
|
1482
|
-
119,
|
|
1483
|
-
115,
|
|
1484
|
-
47,
|
|
1485
|
-
123,
|
|
1486
|
-
119,
|
|
1487
|
-
111,
|
|
1488
|
-
114,
|
|
1489
|
-
107,
|
|
1490
|
-
102,
|
|
1491
|
-
108,
|
|
1492
|
-
111,
|
|
1493
|
-
119,
|
|
1494
|
-
95,
|
|
1495
|
-
105,
|
|
1496
|
-
100,
|
|
1497
|
-
125,
|
|
1498
|
-
47,
|
|
1499
2321
|
100,
|
|
1500
2322
|
97,
|
|
1501
2323
|
116,
|
|
@@ -1531,23 +2353,31 @@ exports.DataServiceDefinition = {
|
|
|
1531
2353
|
105,
|
|
1532
2354
|
100,
|
|
1533
2355
|
125,
|
|
2356
|
+
58,
|
|
2357
|
+
97,
|
|
2358
|
+
114,
|
|
2359
|
+
99,
|
|
2360
|
+
104,
|
|
2361
|
+
105,
|
|
2362
|
+
118,
|
|
2363
|
+
101,
|
|
1534
2364
|
]),
|
|
1535
2365
|
],
|
|
1536
2366
|
},
|
|
1537
2367
|
},
|
|
1538
2368
|
},
|
|
1539
|
-
|
|
1540
|
-
name: "
|
|
1541
|
-
requestType: exports.
|
|
2369
|
+
deleteTabularDataAsset: {
|
|
2370
|
+
name: "DeleteTabularDataAsset",
|
|
2371
|
+
requestType: exports.DeleteTabularDataAssetRequest,
|
|
1542
2372
|
requestStream: false,
|
|
1543
|
-
responseType: exports.
|
|
2373
|
+
responseType: exports.DeleteTabularDataAssetResponse,
|
|
1544
2374
|
responseStream: false,
|
|
1545
2375
|
options: {
|
|
1546
2376
|
_unknownFields: {
|
|
1547
2377
|
578365826: [
|
|
1548
2378
|
new Uint8Array([
|
|
1549
2379
|
63,
|
|
1550
|
-
|
|
2380
|
+
42,
|
|
1551
2381
|
61,
|
|
1552
2382
|
47,
|
|
1553
2383
|
118,
|
|
@@ -1575,62 +2405,62 @@ exports.DataServiceDefinition = {
|
|
|
1575
2405
|
100,
|
|
1576
2406
|
125,
|
|
1577
2407
|
47,
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
2408
|
+
100,
|
|
2409
|
+
97,
|
|
2410
|
+
116,
|
|
2411
|
+
97,
|
|
2412
|
+
45,
|
|
2413
|
+
97,
|
|
2414
|
+
115,
|
|
2415
|
+
115,
|
|
2416
|
+
101,
|
|
2417
|
+
116,
|
|
1586
2418
|
115,
|
|
1587
2419
|
47,
|
|
1588
2420
|
123,
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
102,
|
|
2421
|
+
116,
|
|
2422
|
+
97,
|
|
2423
|
+
98,
|
|
2424
|
+
117,
|
|
1594
2425
|
108,
|
|
1595
|
-
|
|
1596
|
-
|
|
2426
|
+
97,
|
|
2427
|
+
114,
|
|
1597
2428
|
95,
|
|
1598
|
-
105,
|
|
1599
|
-
100,
|
|
1600
|
-
125,
|
|
1601
|
-
47,
|
|
1602
2429
|
100,
|
|
1603
2430
|
97,
|
|
1604
2431
|
116,
|
|
1605
2432
|
97,
|
|
1606
|
-
|
|
2433
|
+
95,
|
|
1607
2434
|
97,
|
|
1608
2435
|
115,
|
|
1609
2436
|
115,
|
|
1610
2437
|
101,
|
|
1611
2438
|
116,
|
|
1612
|
-
|
|
2439
|
+
95,
|
|
2440
|
+
105,
|
|
2441
|
+
100,
|
|
2442
|
+
125,
|
|
1613
2443
|
]),
|
|
1614
2444
|
],
|
|
1615
2445
|
},
|
|
1616
2446
|
},
|
|
1617
2447
|
},
|
|
1618
|
-
|
|
1619
|
-
name: "
|
|
1620
|
-
requestType: exports.
|
|
2448
|
+
attachTabularDataAssetToWorkflow: {
|
|
2449
|
+
name: "AttachTabularDataAssetToWorkflow",
|
|
2450
|
+
requestType: exports.AttachTabularDataAssetToWorkflowRequest,
|
|
1621
2451
|
requestStream: false,
|
|
1622
|
-
responseType: exports.
|
|
2452
|
+
responseType: exports.AttachTabularDataAssetToWorkflowResponse,
|
|
1623
2453
|
responseStream: false,
|
|
1624
2454
|
options: {
|
|
1625
2455
|
_unknownFields: {
|
|
1626
2456
|
578365826: [
|
|
1627
2457
|
new Uint8Array([
|
|
1628
|
-
|
|
2458
|
+
97,
|
|
1629
2459
|
58,
|
|
1630
2460
|
1,
|
|
1631
2461
|
42,
|
|
1632
|
-
|
|
1633
|
-
|
|
2462
|
+
34,
|
|
2463
|
+
92,
|
|
1634
2464
|
47,
|
|
1635
2465
|
118,
|
|
1636
2466
|
49,
|
|
@@ -1716,27 +2546,31 @@ exports.DataServiceDefinition = {
|
|
|
1716
2546
|
105,
|
|
1717
2547
|
100,
|
|
1718
2548
|
125,
|
|
2549
|
+
58,
|
|
2550
|
+
97,
|
|
2551
|
+
116,
|
|
2552
|
+
116,
|
|
2553
|
+
97,
|
|
2554
|
+
99,
|
|
2555
|
+
104,
|
|
1719
2556
|
]),
|
|
1720
2557
|
],
|
|
1721
2558
|
},
|
|
1722
2559
|
},
|
|
1723
2560
|
},
|
|
1724
|
-
|
|
1725
|
-
name: "
|
|
1726
|
-
requestType: exports.
|
|
2561
|
+
detachTabularDataAssetFromWorkflow: {
|
|
2562
|
+
name: "DetachTabularDataAssetFromWorkflow",
|
|
2563
|
+
requestType: exports.DetachTabularDataAssetFromWorkflowRequest,
|
|
1727
2564
|
requestStream: false,
|
|
1728
|
-
responseType: exports.
|
|
2565
|
+
responseType: exports.DetachTabularDataAssetFromWorkflowResponse,
|
|
1729
2566
|
responseStream: false,
|
|
1730
2567
|
options: {
|
|
1731
2568
|
_unknownFields: {
|
|
1732
2569
|
578365826: [
|
|
1733
2570
|
new Uint8Array([
|
|
1734
|
-
|
|
1735
|
-
58,
|
|
1736
|
-
1,
|
|
2571
|
+
87,
|
|
1737
2572
|
42,
|
|
1738
|
-
|
|
1739
|
-
93,
|
|
2573
|
+
85,
|
|
1740
2574
|
47,
|
|
1741
2575
|
118,
|
|
1742
2576
|
49,
|
|
@@ -1822,32 +2656,24 @@ exports.DataServiceDefinition = {
|
|
|
1822
2656
|
105,
|
|
1823
2657
|
100,
|
|
1824
2658
|
125,
|
|
1825
|
-
58,
|
|
1826
|
-
97,
|
|
1827
|
-
114,
|
|
1828
|
-
99,
|
|
1829
|
-
104,
|
|
1830
|
-
105,
|
|
1831
|
-
118,
|
|
1832
|
-
101,
|
|
1833
2659
|
]),
|
|
1834
2660
|
],
|
|
1835
2661
|
},
|
|
1836
2662
|
},
|
|
1837
2663
|
},
|
|
1838
|
-
|
|
1839
|
-
name: "
|
|
1840
|
-
requestType: exports.
|
|
2664
|
+
listWorkflowTabularDataAssetBindings: {
|
|
2665
|
+
name: "ListWorkflowTabularDataAssetBindings",
|
|
2666
|
+
requestType: exports.ListWorkflowTabularDataAssetBindingsRequest,
|
|
1841
2667
|
requestStream: false,
|
|
1842
|
-
responseType: exports.
|
|
2668
|
+
responseType: exports.ListWorkflowTabularDataAssetBindingsResponse,
|
|
1843
2669
|
responseStream: false,
|
|
1844
2670
|
options: {
|
|
1845
2671
|
_unknownFields: {
|
|
1846
2672
|
578365826: [
|
|
1847
2673
|
new Uint8Array([
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
2674
|
+
71,
|
|
2675
|
+
18,
|
|
2676
|
+
69,
|
|
1851
2677
|
47,
|
|
1852
2678
|
118,
|
|
1853
2679
|
49,
|
|
@@ -1908,31 +2734,15 @@ exports.DataServiceDefinition = {
|
|
|
1908
2734
|
115,
|
|
1909
2735
|
101,
|
|
1910
2736
|
116,
|
|
1911
|
-
|
|
1912
|
-
47,
|
|
1913
|
-
123,
|
|
1914
|
-
116,
|
|
1915
|
-
97,
|
|
2737
|
+
45,
|
|
1916
2738
|
98,
|
|
1917
|
-
117,
|
|
1918
|
-
108,
|
|
1919
|
-
97,
|
|
1920
|
-
114,
|
|
1921
|
-
95,
|
|
1922
|
-
100,
|
|
1923
|
-
97,
|
|
1924
|
-
116,
|
|
1925
|
-
97,
|
|
1926
|
-
95,
|
|
1927
|
-
97,
|
|
1928
|
-
115,
|
|
1929
|
-
115,
|
|
1930
|
-
101,
|
|
1931
|
-
116,
|
|
1932
|
-
95,
|
|
1933
2739
|
105,
|
|
2740
|
+
110,
|
|
1934
2741
|
100,
|
|
1935
|
-
|
|
2742
|
+
105,
|
|
2743
|
+
110,
|
|
2744
|
+
103,
|
|
2745
|
+
115,
|
|
1936
2746
|
]),
|
|
1937
2747
|
],
|
|
1938
2748
|
},
|
|
@@ -1940,6 +2750,27 @@ exports.DataServiceDefinition = {
|
|
|
1940
2750
|
},
|
|
1941
2751
|
},
|
|
1942
2752
|
};
|
|
2753
|
+
function toTimestamp(date) {
|
|
2754
|
+
const seconds = Math.trunc(date.getTime() / 1000);
|
|
2755
|
+
const nanos = (date.getTime() % 1000) * 1000000;
|
|
2756
|
+
return { seconds, nanos };
|
|
2757
|
+
}
|
|
2758
|
+
function fromTimestamp(t) {
|
|
2759
|
+
let millis = (t.seconds || 0) * 1000;
|
|
2760
|
+
millis += (t.nanos || 0) / 1000000;
|
|
2761
|
+
return new globalThis.Date(millis);
|
|
2762
|
+
}
|
|
2763
|
+
function fromJsonTimestamp(o) {
|
|
2764
|
+
if (o instanceof globalThis.Date) {
|
|
2765
|
+
return o;
|
|
2766
|
+
}
|
|
2767
|
+
else if (typeof o === "string") {
|
|
2768
|
+
return new globalThis.Date(o);
|
|
2769
|
+
}
|
|
2770
|
+
else {
|
|
2771
|
+
return fromTimestamp(timestamp_pb_1.Timestamp.fromJSON(o));
|
|
2772
|
+
}
|
|
2773
|
+
}
|
|
1943
2774
|
function isObject(value) {
|
|
1944
2775
|
return typeof value === "object" && value !== null;
|
|
1945
2776
|
}
|